[gentoo-user] Evironment variables breaking ebuilds

2006-04-29 Thread Philip Lawatsch
Hi, I've just noticed that one of the environment variables I (have to) have set causes troubles with an ebuild. In my case I have set the environment variable "PLATFORM" (for my user). If I now just su to root and then emerge mono the emerge will fail because mono also seems to make use of $PLAT

[gentoo-user] Strange gdm problems

2005-08-13 Thread Philip Lawatsch
Hi, I've got two machines, both have gdm-2.8.0.1-r1. On one machine, a 32 bit one gdm works as normal and reads its config files from /etc/X11/gdm. On my other machine (amd64) however, gdm does _not_ read it from /etc/X11/gdm but instead tries to read them from /etc/gdm. Took me quite a w

Re: [gentoo-user] Problem unmasking packages

2005-07-03 Thread Philip Lawatsch
Edward Catmur wrote: >>I'd like to unmask (-*) certain versions of a package (gcc). >> >>I'd like to keep the defaults for everything but I'd like to unmask >> >>gcc-4.0.1_pre* >> > > Try > > =sys-devel/gcc-4.0.1* -* > > or > > =sys-devel/gcc-4.0.1_pre* -* > > Remember that ~ only matches -r

[gentoo-user] Different Slots for ebuilds

2005-07-03 Thread Philip Lawatsch
Hi, another problem I've just run into: I'd like to have gcc 3.4.x, 4.0.1_pre* and 4.1.* installed at the same time. However all gcc-4.* versions do not seem to use different slots (eg one 4.0.* and one 4.1.* slot). Is there any way I can force slots without creating my own ebuilds in the overla

[gentoo-user] Problem unmasking packages

2005-07-03 Thread Philip Lawatsch
Hi, I'd like to unmask (-*) certain versions of a package (gcc). I'd like to keep the defaults for everything but I'd like to unmask gcc-4.0.1_pre* I've already tried to unmask ~sys-devel/gcc-4.0.1_pre20050616 -* and also ~sys-devel/gcc-4.0.1 -* but it didnt work. The first only only unmask

Re: [gentoo-user] gcc 4 and 3.4 in parallel

2005-06-27 Thread Philip Lawatsch
Hans-Werner Hilse wrote: > Hi, > > On Mon, 27 Jun 2005 19:33:25 +0200 > Philip Lawatsch <[EMAIL PROTECTED]> wrote: > > >>>LDPATH. Have a look at /etc/env.d/05gcc. >> >>Hm, strange enough, this never shows up in my environment. Neither with >>gc

Re: [gentoo-user] gcc 4 and 3.4 in parallel

2005-06-27 Thread Philip Lawatsch
Richard Fish wrote: > Philip Lawatsch wrote: > > >>So my querstion now is what else gets changed by gcc-config, and is >>there a chance to have the 3.4 gcc profile selected but still run >>programs compiled with gcc 4? >> >> > > > I haven'

Re: [gentoo-user] gcc 4 and 3.4 in parallel

2005-06-27 Thread Philip Lawatsch
Luigi Pinna wrote: > Alle 19:01, lunedì 27 giugno 2005, Philip Lawatsch ha scritto: > >>Hi, >> >> >>I'd like to use gcc 4 to compile some of my own software but still >>use 3.4 for everything else (all ebuilds etc). >> >>Now I simply emerged

Re: [gentoo-user] gcc 4 and 3.4 in parallel

2005-06-27 Thread Philip Lawatsch
Philip Lawatsch wrote: > Hans-Werner Hilse wrote: > >>Hi, >> >>On Mon, 27 Jun 2005 19:01:01 +0200 >>Philip Lawatsch <[EMAIL PROTECTED]> wrote: >> >> >> >>>Now I simply emerged gcc4 (its slotted) and then as my user I did export &g

Re: [gentoo-user] gcc 4 and 3.4 in parallel

2005-06-27 Thread Philip Lawatsch
Hans-Werner Hilse wrote: > Hi, > > On Mon, 27 Jun 2005 19:01:01 +0200 > Philip Lawatsch <[EMAIL PROTECTED]> wrote: > > >>Now I simply emerged gcc4 (its slotted) and then as my user I did export >>the variables a >> >>gcc-config -E x86_64

[gentoo-user] gcc 4 and 3.4 in parallel

2005-06-27 Thread Philip Lawatsch
Hi, I'd like to use gcc 4 to compile some of my own software but still use 3.4 for everything else (all ebuilds etc). Now I simply emerged gcc4 (its slotted) and then as my user I did export the variables a gcc-config -E x86_64-pc-linux-gnu-4.0.1-pre20050616 printed out. This way I successful