similar to: - problem gcc with yum

Displaying 20 results from an estimated 2000 matches similar to: "- problem gcc with yum"

2013 Jul 11
1
Can't install gcc
Hi, I'm having this odd problem with being unable to install gcc, this is what I tried and what I'm getting as an error: $ sudo yum install gcc.x86_64 Loaded plugins: security Setting up Install Process Resolving Dependencies --> Running transaction check ---> Package gcc.x86_64 0:4.4.6-4.el6 will be installed --> Processing Dependency: cpp = 4.4.6-4.el6 for package:
2012 Oct 22
5
[LLVMdev] dyld: lazy symbol binding failed: fast lazy bind offset out of range
Jack, I looks like the code is calling dlopen() on LLVMPolly.so and it or something it links against has an initializer. The initialer is run before dlopen() returns and the crash is in the initializer. The message: dyld: fast lazy bind offset out of range (53437, max=7640) in image /sw/lib/gcc4.7/libexec/gcc/x86_64-apple-darwin12.2.0/4.7.2/cc1 means the initializer called something which
2013 Aug 28
0
CEBA-2013:1179 CentOS 6 glibc Update
CentOS Errata and Bugfix Advisory 2013:1179 Upstream details at : https://rhn.redhat.com/errata/RHBA-2013-1179.html The following updated files have been uploaded and are currently syncing to the mirrors: ( sha256sum Filename ) i386: 4c14dd60cada88633694c3f1c605ad59f4d6c05fad3d13d4ecdb6ef1d94c3e3f glibc-2.12-1.107.el6_4.4.i686.rpm
2013 Aug 29
0
CentOS-announce Digest, Vol 102, Issue 16
Send CentOS-announce mailing list submissions to centos-announce at centos.org To subscribe or unsubscribe via the World Wide Web, visit http://lists.centos.org/mailman/listinfo/centos-announce or, via email, send a message with subject or body 'help' to centos-announce-request at centos.org You can reach the person managing the list at centos-announce-owner at centos.org When
2015 Mar 16
4
Re: Can't create any KVM template due to the error with libguestfs
libtool-2.2.6-15.5.el6.x86_64 upstart-0.6.5-13.el6_5.3.x86_64 atmel-firmware-1.3-7.el6.noarch redhat-rpm-config-9.0.3-42.el6.centos.noarch plymouth-scripts-0.8.3-27.el6.centos.1.x86_64 patchutils-0.3.1-3.1.el6.x86_64 bc-1.06.95-1.el6.x86_64 cscope-15.6-6.el6.x86_64 coreutils-8.4-37.el6.x86_64 ncurses-devel-5.7-3.20090208.el6.x86_64 libselinux-utils-2.0.94-5.8.el6.x86_64
2013 Nov 20
0
[LLVMdev] proposed patch to default to isl-only polly
On 11/20/2013 04:50 PM, Jack Howarth wrote: > On Tue, Nov 19, 2013 at 12:07:18PM +0100, Tobias Grosser wrote: >> On 11/19/2013 08:50 PM, Jack Howarth wrote: >>> Tobias, >>> Can we add something like the following to polly 3.4? >>> >>> Index: CMakeLists.txt >>> ===================================================================
2013 Nov 20
2
[LLVMdev] proposed patch to default to isl-only polly
On Tue, Nov 19, 2013 at 12:07:18PM +0100, Tobias Grosser wrote: > On 11/19/2013 08:50 PM, Jack Howarth wrote: >> Tobias, >> Can we add something like the following to polly 3.4? >> >> Index: CMakeLists.txt >> =================================================================== >> --- CMakeLists.txt (revision 195142) >> +++ CMakeLists.txt (working
2015 Mar 16
2
Re: Can't create any KVM template due to the error with libguestfs
Hi, Two doubts. 1. What I've to replace in "NEEDED"? or I need to just run the whole command you given 2. You mean this one, rpm -qa | grep libguestfs* On Mon, Mar 16, 2015 at 5:35 PM, Richard W.M. Jones <rjones@redhat.com> wrote: > On Sat, Mar 14, 2015 at 11:14:55PM +0530, Thirumalai Nambi wrote: > > Thanks for your update, > > > > I got the
2014 Feb 06
1
Application Hang issue in RHEL6.4
Hi All, We see our application Hanging at shmctl (SHM_LOCK). Kernel : 2.6.32-358.el6.x86_64 OS : Red Hat Enterprise Linux Server release 6.4 (Santiago) 1. When it hangs, this is what strace gives: [RHEL6.4 at 10.201.0.221 bin]# strace -p 23793 Process 23793 attached - interrupt to quit [ Process PID=23793 runs in 32 bit mode. ] shmget(0x110c1be, 16777216, 0666) =
2013 Nov 20
1
[LLVMdev] proposed patch to default to isl-only polly
On Wed, Nov 20, 2013 at 05:00:44PM +0100, Tobias Grosser wrote: > On 11/20/2013 04:50 PM, Jack Howarth wrote: >> On Tue, Nov 19, 2013 at 12:07:18PM +0100, Tobias Grosser wrote: >>> On 11/19/2013 08:50 PM, Jack Howarth wrote: >>>> Tobias, >>>> Can we add something like the following to polly 3.4? >>>> >>>> Index: CMakeLists.txt
2012 Jul 15
3
[LLVMdev] Compiling llvm and Clang on Linux
In order to isolate the problem I am now running on a machine whose only installation of gcc/g++ is gcc44, g++44 For this installation I am getting the following error: COMPILE: clang_linux/asan-i386/i386: /gpfs/haifa-p4/00/pincette/sitvanit/LLVM/llvm/projects/compiler-rt/lib/asan/asan_new_delete.cc /.../sitvanit/LLVM/llvm/projects/compiler-rt/lib/asan/asan_new_delete.cc:19:10: fatal error:
2011 Dec 20
2
yum update for CentOS 6.2
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Don't know if it is a mirror synch issue or what else. Given a CentOS 6.1, if I give the commands: # yum clean all # yum update I get this output Loaded plugins: fastestmirror, refresh-packagekit Loading mirror speeds from cached hostfile * base: it.centos.contactlab.it * centosplus: mirror.crazynetwork.it * extras: mirror.crazynetwork.it
2012 Jul 15
0
[LLVMdev] Compiling llvm and Clang on Linux
Ok, I got. You should install libstdc++44-devel, too. Please try to install gcc44-c++ and libstdc++44-devel. Note: gcc44-c++ depends on gcc44, but gcc44-c++ and libstdc++44-devel are independent each other, at least on my host, CentOS5. ...Takumi 2012/7/15 Sitvanit Ruah <RUAH at il.ibm.com>: > In order to isolate the problem I am now running on a machine whose only > installation
2013 Sep 10
1
Dovecot 2.0, 2.1 and 2.2.5 core dump when Quota Plugin (FS) is enabled
Hi, we are actually deploying a new IMAP-Server, targeting dovecot 2.1.17. Unfortunately, our tests with imaptest did not succeed, were ending in core dumps. We did this test: ./imaptest host=example.com port=143 user=strack pass=secret disconnect_quit no_pipelining mbox=dovecot-crlf That's what we get in dovecot's log: Sep 10 11:17:04 imap-login: Info: Login: user=<strack>,
2013 Nov 05
0
CEBA-2013:1502 CentOS 6 e2fsprogs Update
CentOS Errata and Bugfix Advisory 2013:1502 Upstream details at : https://rhn.redhat.com/errata/RHBA-2013-1502.html The following updated files have been uploaded and are currently syncing to the mirrors: ( sha256sum Filename ) i386: 2e985c764113c3864a6e8da89939b40c4e21d7e90b50da8008f16bdda1a46105 e2fsprogs-1.41.12-14.el6_4.4.i686.rpm
2013 Nov 01
0
CEEA-2013:1493 CentOS 6 pacemaker Update
CentOS Errata and Enhancement Advisory 2013:1493 Upstream details at : https://rhn.redhat.com/errata/RHEA-2013-1493.html The following updated files have been uploaded and are currently syncing to the mirrors: ( sha256sum Filename ) i386: fa769c1ad242ded4dfc276d2f00719c797ca2fa0363c7345a070b297c0561d89 pacemaker-1.1.10-1.el6_4.4.i686.rpm
2012 Jul 15
0
[LLVMdev] Compiling llvm and Clang on Linux
PS: Do you actually have gcc-4.4 installed and in your path? What do the commands gcc44 -v and g++44 -v output? On 15/07/12 10:59, Duncan Sands wrote: > Hi Sitvanit, > >> I tried >> >> CC=gcc44 CXX=g++44 ../llvm/configure >> >> and got >> >> CC=gcc44: Command not found >> >> So the syntax is indeed as wriiten in the help. >
2013 Jul 15
0
CEBA-2013:1052 CentOS 6 krb5 Update
CentOS Errata and Bugfix Advisory 2013:1052 Upstream details at : https://rhn.redhat.com/errata/RHBA-2013-1052.html The following updated files have been uploaded and are currently syncing to the mirrors: ( sha256sum Filename ) i386: 1c38e8469479c5146accc2241b66850c6dde00250f72326d9715eea2b7d0b20d krb5-devel-1.10.3-10.el6_4.4.i686.rpm
2013 Mar 29
0
CESA-2013:0689 Important CentOS 6 bind Update
CentOS Errata and Security Advisory 2013:0689 Important Upstream details at : https://rhn.redhat.com/errata/RHSA-2013-0689.html The following updated files have been uploaded and are currently syncing to the mirrors: ( sha256sum Filename ) i386: 7fc8986003f534ddd06038b6bb8d964936ae4f54d77d1a5dc82884eb3adb6e93 bind-9.8.2-0.17.rc1.el6_4.4.i686.rpm
2013 Aug 13
0
CentOS-announce Digest, Vol 102, Issue 8
Send CentOS-announce mailing list submissions to centos-announce at centos.org To subscribe or unsubscribe via the World Wide Web, visit http://lists.centos.org/mailman/listinfo/centos-announce or, via email, send a message with subject or body 'help' to centos-announce-request at centos.org You can reach the person managing the list at centos-announce-owner at centos.org When