search for: dependency

Displaying 20 results from an estimated 59442 matches for "dependency".

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 epe...
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 +-
2011 Jan 14
4
Yum packages error.
...mirror.nac.net * rpmforge: fr2.rpmfind.net * updates: mirror.atlanticmetro.net Excluding Packages from EL 5 - i386 - ATrpms Finished Reducing EL 5 - i386 - ATrpms to included packages only Finished Setting up Update Process Resolving Dependencies --> Running transaction check --> Processing Dependency: libasound.so.2 for package: alsa-utils --> Processing Dependency: libasound.so.2 for package: control-center --> Processing Dependency: libasound.so.2 for package: xulrunner --> Processing Dependency: libasound.so.2 for package: esound --> Processing Dependency: libasound.so.2 for pack...
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 --&g...
2017 Sep 18
4
Update from 7.3 to 7.4 failing because of architecture change from PPC64 to PPC
...nd 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 installed ---> Package glibc.ppc 0:2.17-196.el7 will be installed --> Processing Dependency: libfreebl3.so(NSSRAWHASH_3.12.3) for package: glibc-2.17-196.el7.ppc --> Processing Dependency: libfreebl3.so for package: glibc-2.17-196.el7.ppc ---> Package grub2-common.noarch 1:2.02-0.64.el7.centos will be installed ---> Package grub2-ppc64.ppc64 1:2.02-0.64.el7.centos will be install...
2012 Jun 20
3
[LLVMdev] Is Loop Dependence Analysis Printing Correct Stats?
Hi; I was playing 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
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.i386.rp...
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
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 +-
2013 Mar 15
1
issue while installing puppet
...een registered and therefore has no access to security and other critical updates. Please register using subscription-manager. Setting up Install Process Resolving Dependencies --> Running transaction check ---> Package puppet.noarch 0:3.1.1-1.el6 will be installed --> Processing Dependency: ruby >= 1.8.7 for package: puppet-3.1.1-1.el6.noarch --> Processing Dependency: ruby(abi) >= 1.8 for package: puppet-3.1.1-1.el6.noarch --> Processing Dependency: facter >= 1.6.11 for package: puppet-3.1.1-1.el6.noarch --> Processing Dependency: hiera >= 1.0.0 for packag...
2017 Sep 18
2
Update from 7.3 to 7.4 failing because of architecture change from PPC64 to PPC
...-> 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 installed >> ---> Package glibc.ppc 0:2.17-196.el7 will be installed >> --> Processing Dependency: libfreebl3.so(NSSRAWHASH_3.12.3) for >> package: glibc-2.17-196.el7.ppc >> --> Processing Dependency: libfreebl3.so for package: glibc-2.17-196.el7.ppc >> ---> Package grub2-common.noarch 1:2.02-0.64.el7.centos will be installed >> ---> Package grub2-ppc64.ppc64 1:...
2010 Oct 17
1
yum install - not working for installing R on Linux
...mining /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 package: R-core-2.10.0-2.el4.i386 --> Processing Dependency: libreadline.so.4 for package: R-core-2.10.0-2.el4.i386 --> Processi...
2004 Jul 21
0
[LLVMdev] GC questions.
On Wed, 21 Jul 2004, Chris Lattner wrote: > > Yes, this makes a tremendous amount of sense. Do you think you could > prepare some patches to make this happen? If you have any questions, feel > free to ask :) Ok, a patch[1] is attached. I didn't care to coerce the offset, since I assume that it is an uint, but maybe I should? Hopefully I've understood the llvm source
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 check...
2006 Mar 31
5
installing MySQL on 4.3 OR ''am I braindead or what?''
...lftp.i386 0:3.4.2-1.2.el4.rf set to be updated ---> Package sendmail.i386 0:8.13.1-3.RHEL4.3 set to be updated ---> Package perl-DBD-MySQL.i386 0:2.9004-3.1 set to be updated ---> Package unixODBC.i386 0:2.2.11-1.RHEL4.1 set to be updated --> Running transaction check --> Processing Dependency: libmysqlclient.so.14 for package: perl-DBD-MySQL --> Processing Dependency: mysqlclient10 for package: MySQL-python --> Processing Dependency: libmysqlclient.so.10 for package: MySQL-python --> Processing Dependency: perl(String::CRC32) for package: lftp --> Processing Dependency: libd...
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: pe...
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: