search for: depend

Displaying 20 results from an estimated 59393 matches for "depend".

Did you mean: depends
2012 Apr 25
4
latest 4.1.2 RPMs for RHEL 5.8?
Hey folks, With all the troubles I''ve been having with the version of xen that comes with RHEL 5.8 I was wondering whether there is somewhere out there where I can grab more recent versions in RPM format. I pulled down the sources from xen.org but would prefer to avoid having to build it myself if possible. RPMs are much cleaner. Is there some place out there to get something newer
2009 May 02
7
yum installation problem
hello, I want to install wineHQ on my box but i'm facing difficulties, it says yum requires the dependency GLIBC 2.4 AND GNU HASH somthing: my repos: CentOS-Base.repo CentOS-Media.repo epel.repo epel-testing.repo fedora-extras.repo Code: yum install wine Repository epel is listed more than once in the configuration Repository epel-debuginfo is listed more than once in the configuration Repository...
2018 Apr 09
2
[PATCH] Fix out-of-tree builds of OCaml components
- Add $(srcdir), $(builddir) to Makefiles where required - Post-process ocamldep output - generate ocaml/.depends --- builder/Makefile.am | 7 ++++--- common/mlgettext/Makefile.am | 2 +- common/mlpcre/Makefile.am | 2 +- common/mlprogress/Makefile.am | 2 +- common/mlstdutils/Makefile.am | 2 +- common/mltools/Makefile.am | 2 +- common/mlutils/Makefile.am | 2 +- common/mlvisit/...
2011 Jan 14
4
Yum packages error.
Dear group, Last night I was playing around with my home desktop trying to get the sound to work and somehow I broke some dependencies, now yum update would not run. Can someone help me troubleshoot this. This is the output I am getting from yum update. Thank you in advance. [root at venus ~]# yum update Loaded plugins: fastestmirror Loading mirror speeds from cached hostfile * addons: mirror.rackspace.com * base: mirror....
2012 Sep 06
1
Asterisk Test Suite error
...ED. So please help me out to do the testing correctly. The following is the test report i got after running the script. === TEST RESULTS === PATH: /usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin --> tests/example --- PASSED --> tests/dynamic-modules --- SKIPPED --> Dependency: twisted -- Met: True --> Dependency: starpy -- Met: True --> tests/manager/login --- PASSED --> tests/manager/action-events-response --- PASSED --> tests/manager/authlimit --- PASSED --> tests/manager/authtimeout --- PASSED --> tests/manager/acl-login --- SKIPPED...
2017 Sep 18
4
Update from 7.3 to 7.4 failing because of architecture change from PPC64 to PPC
...ating from 7.3 to 7.4 on my ppc64 (IBM Power7 p770) installation. yum update stops with Error: Multilib version problems found. [..] Protected multilib versions: systemd-libs-219-42.el7.ppc != systemd-libs-219-42.el7_4.1.ppc64 When I scroll back through the transaction check I see various package dependencies for *.ppc instead of *.ppc64. First appearance in the check is glibc.ppc and then everything goes nuts: [..] --> Running transaction check ---> Package boost-date-time.ppc64 0:1.53.0-27.el7 will be installed ---> Package elfutils-default-yama-scope.noarch 0:0.168-8.el7 will be instal...
2012 Jun 20
3
[LLVMdev] Is Loop Dependence Analysis Printing Correct Stats?
...laying with the -lda pass of LLVM on the following program- #include <stdio.h> void main() { int a[10]; int i; for(i = 0; i < 4; i ++) { a[i] = a[i-1]+1; } } I run the following commands - clang a.c -emit-llvm -S opt -analyze -stats -lda a.s The output is - Printing analysis 'Loop Dependence Analysis': Loop at depth 1, header block: %for.cond Load/store instructions: 7 0: %0 = load i32* %i, align 4 1: %4 = load i32* %i, align 4 2: store i32 %inc, i32* %i, align 4 3: %1 = load i32* %i, align 4 4: %2 = load i32* %arrayidx, align 4 5: %3 = load i32* %i, align 4 6:...
2007 Feb 06
3
CentOS samba upgrade
...ich is the package that comes with the disto - is the only way to upgrade to the latest samba 3.0.24 is to recompile the samba source? I have tried "yum update samba" however it says 3.0.10 is the latest so i downloaded 3.0.24 and tried rpm -Uvh or yum localinstall but i get the following dependency errors to # yum install samba-common-3.0.24-1.i386.rpm Setting up Install Process Setting up repositories Reading repository metadata in from local files Parsing package install arguments Examining samba-common-3.0.24-1.i386.rpm: samba-common - 3.0.24-1.i386 Marking samba-common-3.0.24-1.i38...
2020 Apr 26
6
[PATCH] Use POSIX standardized options for head(1) and tail(1)
--- Makefile.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile.in b/Makefile.in index 304d96cd..47e04c02 100644 --- a/Makefile.in +++ b/Makefile.in @@ -353,7 +353,7 @@ depend-rebuild: rm -f config.h touch config.h makedepend -w1000 -Y. -f .depend *.c 2>/dev/null - (head -2 .depend; tail +3 .depend | sort) >.depend.tmp + (head -n 2 .depend; tail -n +3 .depend | sort) >.depend.tmp mv .depend.tmp .depend rm -f config.h -- 2.26.2
2018 Apr 11
1
[PATCH] Fix out-of-tree builds of OCaml components
- Add $(srcdir), $(builddir) to Makefiles where required - Post-process ocamldep output - generate ocaml/.depends Gbp-Pq: Name 0012-Fix-out-of-tree-builds-of-OCaml-components.patch --- builder/Makefile.am | 7 ++++--- common/mlgettext/Makefile.am | 2 +- common/mlpcre/Makefile.am | 2 +- common/mlprogress/Makefile.am | 2 +- common/mlstdutils/Makefile.am | 2 +- common/mltools/Makefile.a...
2013 Mar 15
1
issue while installing puppet
...ppetlabs.com/pe/latest/install_system_requirements.html and http://docs.puppetlabs.com/guides/installation.html Also went through Puppet community and could not find the solution for the issue we are facing. *Below is the detail summary of issue we are facing* we have already enabled dependencies repo from puppetlabs by running following command but still facing issues rpm -ivh http://yum.puppetlabs.com/el/6/products/x86_64/puppetlabs-release-6-6.noarch.rpm *Below is the repo list* * * * * * * [root@xxxxxxxx xxxxxxxx]# yum install -y puppet puppet-server Loaded pl...
2017 Sep 18
2
Update from 7.3 to 7.4 failing because of architecture change from PPC64 to PPC
...gt; yum update stops with >> Error: Multilib version problems found. >> [..] >> Protected multilib versions: systemd-libs-219-42.el7.ppc != >> systemd-libs-219-42.el7_4.1.ppc64 >> >> When I scroll back through the transaction check I see various package >> dependencies for *.ppc instead of *.ppc64. >> First appearance in the check is glibc.ppc and then everything goes nuts: >> [..] >> --> Running transaction check >> ---> Package boost-date-time.ppc64 0:1.53.0-27.el7 will be installed >> ---> Package elfutils-default-y...
2010 Oct 17
1
yum install - not working for installing R on Linux
...| 23 MB 00:54 Examining /var/tmp/yum-root-3gwXzS/R-core-2.10.0-2.el4.i386.rpm: R-core-2.10.0-2.el4.i386 Marking /var/tmp/yum-root-3gwXzS/R-core-2.10.0-2.el4.i386.rpm to be installed Resolving Dependencies --> Running transaction check ---> Package R-core.i386 0:2.10.0-2.el4 set to be updated --> Processing Dependency: firefox for package: R-core-2.10.0-2.el4.i386 --> Processing Dependency: ggv for package: R-core-2.10.0-2.el4.i386 --> Processing Dependency: libg2c.so.0 for packa...
2004 Jul 21
0
[LLVMdev] GC questions.
...rectly. , Tobias [1] I'm kind of newbie of cvs, but I did: "cvs -z3 -d :pserver:anon at llvm-cvs.cs.uiuc.edu:/var/cvs/llvm diff llvm > gcpatch" -------------- next part -------------- ? llvm/l ? llvm/lib/BytecodeLibs ? llvm/lib/Debug ? llvm/lib/Analysis/Debug ? llvm/lib/Analysis/Depend ? llvm/lib/Analysis/DataStructure/Debug ? llvm/lib/Analysis/DataStructure/Depend ? llvm/lib/Analysis/IPA/Debug ? llvm/lib/Analysis/IPA/Depend ? llvm/lib/AsmParser/Debug ? llvm/lib/AsmParser/Depend ? llvm/lib/Bytecode/Reader/Debug ? llvm/lib/Bytecode/Reader/Depend ? llvm/lib/Bytecode/Writer/Debug ?...
2013 May 15
1
Missing Dependency: tex(latex) is needed by package R-devel - Help Required
Hi ALl, I am trying to install R on RHEL 5.4 while install R i am getting the dependency errors .. can you please help on this . [root at Rgraph ~]# yum install R Loaded plugins: rhnplugin, security This system is not registered with RHN. RHN support will be disabled. Setting up Install Process Parsing package install arguments Resolving Dependencies --> Running transaction c...
2006 Mar 31
5
installing MySQL on 4.3 OR ''am I braindead or what?''
...| 1.1 kB 00:00 addons 100% |=========================| 951 B 00:00 Setting up repositories Reading repository metadata in from local files Excluding Packages in global exclude list Finished Passing package list to Install Process Parsing package install arguments Resolving Dependencies --> Populating transaction set with selected packages. Please wait. ---> Package libdbi-dbd-mysql.i386 0:0.6.5-10.RHEL4.1 set to be updated ---> Package MyODBC.i386 0:2.50.39-21.RHEL4.1 set to be updated ---> Package rsync.i386 0:2.6.7-2.el4.rf set to be updated ---> Package My...
2006 Jan 22
0
Latest kde/tetex updates fail on my attempts. Is it me or ...?
...or: rpmdbNextIterator: skipping h# 1553 Header V3 DSA signature: BAD, key ID 443e1821 error: rpmdbNextIterator: skipping h# 1875 Header V3 DSA signature: BAD, key ID 443e1821 ==== 8 more of above and many other DSA keys once or more each ==== <snipped a hundred or more?> Error: Missing Dependency: perl(File::Basename) is needed by package kdelibs Error: Missing Dependency: perl >= 0:5.000 is needed by package kdelibs Error: Missing Dependency: perl(Getopt::Long) is needed by package kdelibs Error: Missing Dependency: perl(strict) is needed by package kdelibs Error: Missing Dependency...
2004 Jul 21
2
[LLVMdev] GC questions.
On Wed, 21 Jul 2004, Tobias Nurmiranta wrote: > > Hi, I'm thinking out loud, please give me some feedback. > > Regarding llvm.gcread and llvm.gcwrite, wouldn't it be nicer if they are > implemented as: > > llvm.gcread(sbyte** object, uint offset) > llvm.gcwrite(sbyte* data, sbyte** object, uint offset) > > Where you also have the offset into the object. In
1998 Nov 16
5
Solaris make for 0.63 failing
I shouldn't try to do this on Monday morning. Can anyone suggest why the make for R 0.63 is failing for me under Solaris (SunOS 5.6). Paul Gilbert ... creating src/scripts/html2dos creating tests/Makefile creating tests/Examples/Makefile creating src/include/Platform.h R is now configured for sparc-sun-solaris2.6 Source directory: . Installation directory: /usr/local C
2017 Feb 11
2
Asan self host problems: Failed to deallocate
Trying to run a self host "ninja check-clang" with ASan enabled I hit a /lot/ of errors like this (strangely I hit none of these in check-llvm, only in check-clang): Any ideas? ==10525==ERROR: AddressSanitizer failed to deallocate 0x10800 (67584) bytes at address 0x631000014800 ==10525==AddressSanitizer CHECK failed: