From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 2137 invoked by uid 1002); 16 Dec 2002 22:30:33 -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 4702 invoked from network); 16 Dec 2002 22:30:33 -0000 From: Martin Schlemmer To: gentoo-core@gentoo.org, Gentoo-Dev , Gentoo-User Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="=-T9+HYZpc8MVWZUOXXa8X" Organization: Message-Id: <1040077275.15406.31.camel@nosferatu.lan> Mime-Version: 1.0 X-Mailer: Ximian Evolution 1.2.0- Date: 17 Dec 2002 00:21:15 +0200 Subject: [gentoo-dev] Possible isses with gcc, *please* read! X-Archives-Salt: 08c37973-c7e3-4740-ae84-e58dc89d34f7 X-Archives-Hash: 3b256633d6d9970cc95619ab63f0f66f --=-T9+HYZpc8MVWZUOXXa8X Content-Type: text/plain Content-Transfer-Encoding: quoted-printable Hi Sorry for the inconvenience, but if you experience problems where builds fail due to /lib/cpp or /usr/bin/cc not being executable: ----------------------- imake -DUseInstalled -I/usr/X11R6/lib/X11/config=20 imake: No such file or directory=20 imake: Cannot exec /lib/cpp.=20 Stop.=20 ----------------------- Please do the following: # emerge rsync # rm -f /lib/cpp /usr/bin/cc # cp /usr/portage/sys-devel/gcc/files/cpp /lib # cp /usr/portage/sys-devel/gcc/files/cc /usr/bin # chmod +x /lib/cpp /usr/bin/cc The reason for this, is that for support of multiple versions of gcc, we had to drop the /lib/cpp and /usr/bin/cc symlinks in favour for wrappers. Problem now, is that many of the older gcc ebuild have a broken pkg_postrm() function that recreate the /lib/cpp and /usr/bin/cc symlinks after new one was merged, and old is then unmerged. If any problems, and above does not work, drop me a mail ... I will try to help everyone in reasonable time. Regards, --=20 Martin Schlemmer Gentoo Linux Developer, Desktop/System Team Developer Cape Town, South Africa --=-T9+HYZpc8MVWZUOXXa8X Content-Type: application/pgp-signature; name=signature.asc Content-Description: This is a digitally signed message part -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.1 (GNU/Linux) iD8DBQA9/lHaqburzKaJYLYRAqOgAJ9p9bdUuIY97BpYyz/LWWpl5wYCCQCdGoXE DrmSfEoWls90pUaAkeVcC6E= =a7ZJ -----END PGP SIGNATURE----- --=-T9+HYZpc8MVWZUOXXa8X--