From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 17321 invoked by uid 1002); 19 Jul 2003 20:53:30 -0000 Mailing-List: contact gentoo-dev-help@gentoo.org; run by ezmlm Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-dev@gentoo.org Received: (qmail 11032 invoked from network); 19 Jul 2003 20:53:25 -0000 From: Martin Schlemmer Reply-To: azarah@gentoo.org To: Benjamin Coles Cc: Gentoo-Dev In-Reply-To: References: Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="=-aubOAYB7CnME8Ss/V5ve" Message-Id: <1058647932.23174.34.camel@nosferatu.lan> Mime-Version: 1.0 X-Mailer: Ximian Evolution 1.4.3 Date: 19 Jul 2003 22:52:12 +0200 Subject: [gentoo-dev] Re: gcc 3.2.3 X-Archives-Salt: 6c9db07f-ba2a-4f7c-b0be-532322c6ac6a X-Archives-Hash: a22406d114ae6250b90d0c7e0f5c7540 --=-aubOAYB7CnME8Ss/V5ve Content-Type: text/plain Content-Transfer-Encoding: quoted-printable On Sat, 2003-07-19 at 15:43, Benjamin Coles wrote: Hiya > Okay this is what I happened to find out, glibc MUST be upgraded > to 2.3.2 for gcc to work, going through the glibc 2.3.1 ebuild I noticed > it wasn't taking advantage of the new gcc files which 2.3.2 was doing, > maybe you can work on getting them to be compatible, or maybe you can > close the ticket and put the answer to upgrade glibc, or the new portage > if you can make it a new depend after gcc. Well, we could just make glibc-2.3.2 a DEPEND for gcc-3.2.3 ... > On other note I managed to install glibc 2.3.2 last night and ran > into numerous problems, qmail-1.03-r10 wasn't stable yet and I forsee lot= s > of ppl running into this problem, you might want to make that a depend > after glibc is installed due to the errno patch, I had a heck of a time > doing qmail last night due to the fact I use qmail-ldap. i've decided to > talk to raker on this matter and possibly branch off qmail-ldap from > qmail. As I see it, qmail -r10 should have been bumped to stable with glibc, so this was a fault on our side for not syncing all outstanding errno issues prior to unmasking glibc 2.3.2. > Below was the fix for ppl to temporarly fix it in gcc 3.2.1 > #!/bin/tcsh > foreach DIR (`cat /etc/ld.so.conf | grep -v "#"`) > foreach OLDNAME (`find $DIR -name "*.so*" -print`) > setenv NEWNAME /lib/`echo $OLDNAME | awk -F/ '{print $NF}'` > echo ln -s $OLDNAME $NEWNAME > ln -s $OLDNAME $NEWNAME > end > end > /sbin/ldconfig >=20 > my script to counter that > #!/bin/bash > for DIR in `cat /etc/ld.so.conf | grep -v "#"` > do > for OLDNAME in `find $DIR -name "*.so*" -print' | awk -F/ '{print $NF}'= `; > do rm /lib/$OLDNAME ; > done > done > fi >=20 > Just wanted to keep it some organized, and with this script /lib MUST > not be listed in /etc/ld.so.conf which it usually isn't. Thank you ever s= o > much for all your help. >=20 I think we can keep the bug open for now - you guys have anyhow added this to the bug, so hopefully anybody running into it will find that bug. Regards, --=20 Martin Schlemmer Gentoo Linux Developer, Desktop/System Team Developer Cape Town, South Africa --=-aubOAYB7CnME8Ss/V5ve Content-Type: application/pgp-signature; name=signature.asc Content-Description: This is a digitally signed message part -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.2 (GNU/Linux) iD8DBQA/Ga98qburzKaJYLYRArLiAJ9n2C2M3ylALSQtsd2nx297OT5ligCeJy0I ZeTo6tvHBcbPuzAnqLih41Q= =9320 -----END PGP SIGNATURE----- --=-aubOAYB7CnME8Ss/V5ve--