Re: [gentoo-user] Gcc compiling, is this normal?

2013-05-13 Thread Alan McKinnon
On 12/05/2013 23:37, David Relson wrote: [1] The logic goes something like this: it's a compiler, so the code it produces must be consistently identical for identical inputs. So, the current compiler builds gcc, giving version Y built by version X. That instance of gcc in turn builds a

Re: [gentoo-user] Gcc compiling, is this normal?

2013-05-13 Thread Alan McKinnon
On 12/05/2013 23:53, Dale wrote: Alan McKinnon wrote: On 12/05/2013 23:16, Dale wrote: Howdy, I been noticing something weird when I upgrade gcc. Is this normal? root@fireball / # genlop -c Currently merging 2 out of 5 * sys-devel/gcc-4.4.7 current merge time: 6 seconds.

Re: [gentoo-user] Gcc compiling, is this normal?

2013-05-13 Thread Dale
Alan McKinnon wrote: I'm not sure what to make of this. portage lists the packages correctly and has the SLOTs correct, but emerge seems to be launched incorrectly. It's all very odd, and looks like bug-report material. To be useful you are going to need data. Could you quickpkg the current

Re: [gentoo-user] Gcc compiling, is this normal?

2013-05-13 Thread J. Roeleveld
Dale rdalek1...@gmail.com wrote: Alan McKinnon wrote: I'm not sure what to make of this. portage lists the packages correctly and has the SLOTs correct, but emerge seems to be launched incorrectly. It's all very odd, and looks like bug-report material. To be useful you are going to need data.

Re: [gentoo-user] Gcc compiling, is this normal?

2013-05-13 Thread Dale
J. Roeleveld wrote: Dale. My thoughts: enable the 'multislot' useflag for gcc. Portage is seeing all three as being in the same slot... -- Joost Now that started something there. Nifty. root@fireball / # emerge -uvaDN world These are the packages that would be merged, in order: Calculating

Re: [gentoo-user] Gcc compiling, is this normal?

2013-05-13 Thread Dale
Dale wrote: J. Roeleveld wrote: Dale. My thoughts: enable the 'multislot' useflag for gcc. Portage is seeing all three as being in the same slot... -- Joost Now that started something there. Nifty. root@fireball / # emerge -uvaDN world These are the packages that would be merged, in

Re: [gentoo-user] Gcc compiling, is this normal?

2013-05-13 Thread J. Roeleveld
On Mon, May 13, 2013 13:16, Dale wrote: Dale wrote: J. Roeleveld wrote: Dale. My thoughts: enable the 'multislot' useflag for gcc. Portage is seeing all three as being in the same slot... -- Joost Now that started something there. Nifty. root@fireball / # emerge -uvaDN world These are

Re: [gentoo-user] Gcc compiling, is this normal?

2013-05-13 Thread Marc Joliet
Am Mon, 13 May 2013 13:21:37 +0200 schrieb J. Roeleveld jo...@antarean.org: Just a quick question, are you certain it is doing both simultaneously? It could also be a bug in genlop? I was thinking that, too. Dale, I would suggest you check the contents of /var/tmp/portage/sys-devel/ (maybe

Re: [gentoo-user] Gcc compiling, is this normal?

2013-05-13 Thread Dale
J. Roeleveld wrote: I try to keep the USE-flags out of make.conf as much as possible. Some packages have multislot where I don't necessarily want it enabled. It turned into a USE flag nightmare so I used package.use. Sometimes it just don't work out since a few packages gets into a world class

Re: [gentoo-user] Gcc compiling, is this normal?

2013-05-13 Thread Dale
Marc Joliet wrote: Am Mon, 13 May 2013 13:21:37 +0200 schrieb J. Roeleveld jo...@antarean.org: Just a quick question, are you certain it is doing both simultaneously? It could also be a bug in genlop? I was thinking that, too. Dale, I would suggest you check the contents of

Re: [gentoo-user] Gcc compiling, is this normal?

2013-05-13 Thread J. Roeleveld
On Mon, May 13, 2013 13:43, Dale wrote: J. Roeleveld wrote: I try to keep the USE-flags out of make.conf as much as possible. Some packages have multislot where I don't necessarily want it enabled. It turned into a USE flag nightmare so I used package.use. Sometimes it just don't work out

Re: [gentoo-user] Gcc compiling, is this normal?

2013-05-13 Thread Peter Humphrey
On Monday 13 May 2013 14:05:24 J. Roeleveld wrote: I wonder if genlop is noticing there are 2 GCC-compiles running, but picks the most current version for both, rather then the correct version for each emerge? That rings a bell. I think I spotted something of the sort several months ago.

Re: [gentoo-user] Gcc compiling, is this normal?

2013-05-13 Thread Dale
J. Roeleveld wrote: On Mon, May 13, 2013 13:43, Dale wrote: I have it set to save a tarball here but I'd have to look up how to rescue myself if I did screw up. To rescue yourself using a binpackage: # cd / # tar -xvjpf ...path-to-binpackage-including-package... After that, I would suggest

Re: [gentoo-user] Gcc compiling, is this normal?

2013-05-13 Thread Neil Bothwick
On Mon, 13 May 2013 12:11:34 -0500, Dale wrote: To rescue yourself using a binpackage: # cd / # tar -xvjpf ...path-to-binpackage-including-package... After that, I would suggest a emerge -vek world :) I have a file for things like this in my root directory. I added this one. I

Re: [gentoo-user] Gcc compiling, is this normal?

2013-05-13 Thread Dale
Neil Bothwick wrote: On Mon, 13 May 2013 12:11:34 -0500, Dale wrote: To rescue yourself using a binpackage: # cd / # tar -xvjpf ...path-to-binpackage-including-package... After that, I would suggest a emerge -vek world :) I have a file for things like this in my root directory. I added

[gentoo-user] Gcc compiling, is this normal?

2013-05-12 Thread Dale
Howdy, I been noticing something weird when I upgrade gcc. Is this normal? root@fireball / # genlop -c Currently merging 2 out of 5 * sys-devel/gcc-4.4.7 current merge time: 6 seconds. ETA: 24 minutes and 27 seconds. Currently merging 3 out of 5 * net-misc/curl-7.30.0

Re: [gentoo-user] Gcc compiling, is this normal?

2013-05-12 Thread Alan McKinnon
On 12/05/2013 23:16, Dale wrote: Howdy, I been noticing something weird when I upgrade gcc. Is this normal? root@fireball / # genlop -c Currently merging 2 out of 5 * sys-devel/gcc-4.4.7 current merge time: 6 seconds. ETA: 24 minutes and 27 seconds. Currently

Re: [gentoo-user] Gcc compiling, is this normal?

2013-05-12 Thread David Relson
On Sun, 12 May 2013 23:27:48 +0200 Alan McKinnon wrote: On 12/05/2013 23:16, Dale wrote: Howdy, I been noticing something weird when I upgrade gcc. Is this normal? root@fireball / # genlop -c Currently merging 2 out of 5 * sys-devel/gcc-4.4.7 current merge

Re: [gentoo-user] Gcc compiling, is this normal?

2013-05-12 Thread Dale
Alan McKinnon wrote: On 12/05/2013 23:16, Dale wrote: Howdy, I been noticing something weird when I upgrade gcc. Is this normal? root@fireball / # genlop -c Currently merging 2 out of 5 * sys-devel/gcc-4.4.7 current merge time: 6 seconds. ETA: 24 minutes and 27