Re: [gentoo-dev] Support for multiple ABIs for amd64 (64bit,32bit) in multilib overlay

2009-10-19 Thread Mike Frysinger
On Sunday 18 October 2009 14:46:07 Thomas Sachau wrote: Mike Frysinger schrieb: another quick look at _setup_abi_env() looks like it needs work: - LD should not default to `ld` Whats your suggestion? the majority of the time, the compiler driver (i.e. `gcc`) should be used for linking.

[gentoo-dev] last rites: games-rpg/galaxymage

2009-10-19 Thread Michael Sterrett
# Michael Sterrett mr_bon...@gentoo.org (19 Oct 2009) # Homepage is gone; requires dev-python/numeric; last released in 2006 games-rpg/galaxymage

Re: [gentoo-dev] Gentoo Prefix: on EPREFIX, ED and EROOT inside ebuilds

2009-10-19 Thread Fabian Groffen
On 18-10-2009 14:31:15 +0200, Fabian Groffen wrote: On 18-10-2009 13:57:10 +0200, Tomáš Chvátal wrote: Hi, You know i am totaly supporting prefix but i have one point. Why on earth portage simply does not detect the prefix enviroment is being run and then INTERNALY switch D-ED and

Re: [gentoo-dev] Support for multiple ABIs for amd64 (64bit,32bit) in multilib overlay

2009-10-19 Thread Thomas Sachau
Mike Frysinger schrieb: the majority of the time, the compiler driver (i.e. `gcc`) should be used for linking. very few packages should invoke the linker directly. that is why currently the toolchain-func.eclass has tc-getLD return `ld` -- a few packages need it, but not most. if we're

Re: [gentoo-dev] Support for multiple ABIs for amd64 (64bit,32bit) in multilib overlay

2009-10-19 Thread Thomas Sachau
Robin H. Johnson schrieb: On Sun, Oct 18, 2009 at 10:26:37PM -0400, Mike Frysinger wrote: On Sunday 18 October 2009 14:49:09 Thomas Sachau wrote: Robin H. Johnson schrieb: On Mon, Oct 12, 2009 at 04:50:23PM -0400, Mike Frysinger wrote: what exactly does this lib32 do ? naming USE flags

Re: [gentoo-dev] Support for multiple ABIs for amd64 (64bit,32bit) in multilib overlay

2009-10-19 Thread Mike Frysinger
On Monday 19 October 2009 17:02:50 Thomas Sachau wrote: Robin H. Johnson schrieb: On Sun, Oct 18, 2009 at 10:26:37PM -0400, Mike Frysinger wrote: On Sunday 18 October 2009 14:49:09 Thomas Sachau wrote: Robin H. Johnson schrieb: On Mon, Oct 12, 2009 at 04:50:23PM -0400, Mike Frysinger

Re: [gentoo-dev] Support for multiple ABIs for amd64 (64bit,32bit) in multilib overlay

2009-10-19 Thread Robin H. Johnson
On Mon, Oct 19, 2009 at 11:02:50PM +0200, Thomas Sachau wrote: Is there any specific reason you're using the content of the LIBDIR_${ABI} variable? Maybe using the $ABI string as the USE flag would be better, in some form of USE_EXPAND manner (cannot use them raw as I believe we still have

Re: [gentoo-dev] Support for multiple ABIs for amd64 (64bit,32bit) in multilib overlay

2009-10-19 Thread Mike Frysinger
On Monday 19 October 2009 18:53:10 Robin H. Johnson wrote: On Mon, Oct 19, 2009 at 11:02:50PM +0200, Thomas Sachau wrote: Is there any specific reason you're using the content of the LIBDIR_${ABI} variable? Maybe using the $ABI string as the USE flag would be better, in some form of

[gentoo-dev] Lastrite (part 2): KDE3-only applications failing to build with Qt4/KDE4 installed

2009-10-19 Thread Samuli Suominen
# Samuli Suominen ssuomi...@gentoo.org (20 Oct 2009) # Doesn't compile with Qt4 installed wrt bug #275316. # Masked for removal in 30 days. net-im/sim # Samuli Suominen ssuomi...@gentoo.org (20 Oct 2009) # Doesn't compile with KDE4 installed wrt bug #279297. # Masked for removal in 30 days.

[gentoo-portage-dev] Fwd: Random patch

2009-10-19 Thread Alec Warner
Ugh I hate this list name ;p -- Forwarded message -- From: Alec Warner anta...@gentoo.org Date: Mon, Oct 19, 2009 at 12:38 AM Subject: Random patch To: gentoo-dev-port...@gentoo.org Get rid of if True...True is always true in CPython. replace icky:  'foo' + \  'bar' constructs