Gentoo Archives: gentoo-dev

From: Mike Frysinger <vapier@g.o>
To: gentoo-dev@l.g.o
Subject: [gentoo-dev] glibc-2.8 / gcc-4.3 build failures
Date: Mon, 09 Jun 2008 08:26:48
Message-Id: 200806090426.42257.vapier@gentoo.org
1 it seems packages are failing when built with glibc-2.8 and/or gcc-4.3. these
2 are issues in the package, not the toolchain. previous versions were lazy
3 and included API "bleeding" which packages took advantage of. with these
4 newer versions, things bleed less means those packages break.
5
6 some common examples:
7 - code not including limits.h yet using defines from it
8 - code using GNU-specific features but not defining _GNU_SOURCE for it
9 - maybe some other stuff
10
11 please refrain from assigning to toolchain. if you have questions, feel free
12 to ask.
13 -mike

Attachments

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

Replies

Subject Author
Re: [gentoo-dev] glibc-2.8 / gcc-4.3 build failures "RĂ©mi Cardona" <remi@g.o>
Re: [gentoo-dev] glibc-2.8 / gcc-4.3 build failures Robert Buchholz <rbu@g.o>