Re: [gentoo-user] python-3.6.5 rebuild fails on new install

2018-08-20 Thread Walter Dnes
On Mon, Aug 20, 2018 at 08:46:22AM +0300, Franz Fellner wrote > Seems to be a known issue and probably fixed in gcc-7.4.0: > https://bugs.gentoo.org/662208 > https://gcc.gnu.org/bugzilla/show_bug.cgi?id=83317 > > This error is also used in the Gentoo gcc internal compiler error > reporting wiki

Re: [gentoo-user] python-3.6.5 rebuild fails on new install

2018-08-19 Thread Franz Fellner
Seems to be a known issue and probably fixed in gcc-7.4.0: https://bugs.gentoo.org/662208 https://gcc.gnu.org/bugzilla/show_bug.cgi?id=83317 This error is also used in the Gentoo gcc internal compiler error reporting wiki page: https://wiki.gentoo.org/wiki/Gcc-ICE-reporting-guide Am Mo., 20.

Re: [gentoo-user] python-3.6.5 rebuild fails on new install

2018-08-19 Thread Adam Carter
> > I just tried with MAKEOPTS="-j1" and got the same failure output at > the same place. I normally run with the number equal to the number of > cores. On this notebook MAKEOPTS="-j2". Are there any other > memory-conserving tweaks available? > I guess you've stopped all the non-essential

Re: [gentoo-user] python-3.6.5 rebuild fails on new install

2018-08-19 Thread Walter Dnes
On Sun, Aug 19, 2018 at 10:49:27AM +0100, Mick wrote > Some ebuilds, I have chromium in mind here, can chew up all your > RAM and then start thrashing swap continuously. To make matters > worse in pre-empting this, they only do it for a few versions, then > revert to better managed memory usage.

Re: [gentoo-user] python-3.6.5 rebuild fails on new install

2018-08-19 Thread Mick
On Sunday, 19 August 2018 02:56:13 BST Walter Dnes wrote: > On Sat, Aug 18, 2018 at 03:27:27PM -0400, Mike Gilbert wrote > > > On Fri, Aug 17, 2018 at 8:58 PM Walter Dnes wrote: > > > I'm re-purposing a Lenovo T400 notebook (CORE2 and 3 gigs ram) with a > > > > > > 32-bit Gentoo install. I

Re: [gentoo-user] python-3.6.5 rebuild fails on new install

2018-08-19 Thread Franz Fellner
I think the memory is only used in the context of OpenGL (or when it's used for computing like with OpenCL). I am sure you won't run out of memory when compiling on a pure text console because of the grahics driver. Am So., 19. Aug. 2018 um 05:27 Uhr schrieb Walter Dnes < waltd...@waltdnes.org>:

Re: [gentoo-user] python-3.6.5 rebuild fails on new install

2018-08-18 Thread Walter Dnes
One interesting item early on in dmesg... [0.173494] [drm] Memory usable by graphics device = 2048M [0.173591] [drm] Replacing VGA console driver Would the "graphics driver" be capable of using up 2 gigs of ram in a pure text console? On a 3-gig machine, that would be very bad. --

Re: [gentoo-user] python-3.6.5 rebuild fails on new install

2018-08-18 Thread Walter Dnes
On Sat, Aug 18, 2018 at 03:27:27PM -0400, Mike Gilbert wrote > On Fri, Aug 17, 2018 at 8:58 PM Walter Dnes wrote: > > > > I'm re-purposing a Lenovo T400 notebook (CORE2 and 3 gigs ram) with a > > 32-bit Gentoo install. I try to do "emerge -e @system" early in the > > install, when there's

Re: [gentoo-user] python-3.6.5 rebuild fails on new install

2018-08-18 Thread Mike Gilbert
On Fri, Aug 17, 2018 at 8:58 PM Walter Dnes wrote: > > I'm re-purposing a Lenovo T400 notebook (CORE2 and 3 gigs ram) with a > 32-bit Gentoo install. I try to do "emerge -e @system" early in the > install, when there's under 200 packages. Anyhow, python 3.6.5 is not > rebuilding. I've put in

[gentoo-user] python-3.6.5 rebuild fails on new install

2018-08-17 Thread Walter Dnes
I'm re-purposing a Lenovo T400 notebook (CORE2 and 3 gigs ram) with a 32-bit Gentoo install. I try to do "emerge -e @system" early in the install, when there's under 200 packages. Anyhow, python 3.6.5 is not rebuilding. I've put in all the "final" USE flags for the system. The buildlog is