Gentoo Archives: gentoo-dev

From: Spider <spider@g.o>
To: gentoo-dev@l.g.o
Subject: Re: [gentoo-dev] gcc-3.3.5.20050110-r1 for stable
Date: Sun, 10 Apr 2005 15:31:29
Message-Id: 1113147089.8505.2.camel@Darkmere
In Reply to: [gentoo-dev] gcc-3.3.5.20050110-r1 for stable by Mike Frysinger
1 On Thu, 2005-04-07 at 22:46 -0500, Mike Frysinger wrote:
2 > can stable uses of gcc-3.3.5-r1 upgrade to gcc-3.3.5.20050110-r1 and see if
3 > they hit any fun and exciting bugs ?
4 >
5 > if not i'd like to move this to stable this weekend
6 > -mike
7
8
9 A touch late, but this uncovered a bug in libtool.
10
11
12 Basically.. you just fucked all c++ code completely :p
13 grep 3.3.5 /usr/bin/libtool
14 predep_objects="/usr/lib/gcc-lib/i686-pc-linux-gnu/3.3.5/../../../crti.o /usr/lib/gcc-lib/i686-pc-linux-gnu/3.3.5/crtbeginS.o"
15 postdep_objects="/usr/lib/gcc-lib/i686-pc-linux-gnu/3.3.5/crtendS.o /usr/lib/gcc-lib/i686-pc-linux-gnu/3.3.5/../../../crtn.o"
16 compiler_lib_search_path="-L/usr/lib/gcc-lib/i686-pc-linux-gnu/3.3.5
17 -L/usr/lib/gcc-lib/i686-pc-linux-gnu/3.3.5/../../../../i686-pc-linux-gnu/lib -L/usr/lib/gcc-lib/i686-pc-linux-gnu/3.3.5/../../.."
18
19
20
21 *Sigh*
22
23 https://bugs.gentoo.org/show_bug.cgi?id=88596
24
25 //Spider
26
27
28 --
29 begin .signature
30 Tortured users / Laughing in pain
31 See Microsoft KB Article Q265230 for more information.
32 end

Attachments

File name MIME type
signature.asc application/pgp-signature

Replies

Subject Author
Re: [gentoo-dev] gcc-3.3.5.20050110-r1 for stable Mike Frysinger <vapier@g.o>