Ticket #449 (closed defect: invalid)

Opened 5 years ago

Last modified 5 years ago

Paludis compilation freezes with Internal error

Reported by: njw Owned by: ciaranm
Priority: Sometime Milestone:
Component: core/paludis Version: 0.26.0_alpha4
Keywords: Cc:
Blocked By: Blocking:
Distribution:

Description

When trying to install the new 0.26.0_alpha4 (and with _alpha3) paludis, using version 0.24.6, the compiler always freezes, bringing the rest of my computer to a near standstill for an hour or two, until the message:

"i486-pc-linux-gnu-g++: Internal error: Killed (program cc1plus)

This is directly below the line:

i486-pc-linux-gnu-g++ -DSYSCONFDIR=\"/etc\" -DDATADIR=\"/usr/share\" -DLIBEXECDIR=\"/usr/libexec\" -DLIBDIR=\"/u

sr/lib\" -I. -I.. -I.. -I./ -I../ -DPALUDIS_HASH_IS_STD_TR1_UNORDERED=1 -DPALUDIS_TR1_MEMORY_IS_STD_TR1=1 -DPALUD IS_TR1_TYPE_TRAITS_IS_STD_TR1=1 -DPALUDIS_TR1_FUNCTIONAL_IS_STD_TR1=1 -Wall -Wextra -Wold-style-cast -Wredundant- decls -Wstrict-null-sentinel -Wmissing-noreturn -Woverloaded-virtual -Winit-self -Wunused -Wunused-function -Wsha dow -Wwrite-strings -Wfloat-equal -pedantic -Wno-unused -Wno-shadow -Wno-extra -Wno-old-style-cast -Wno-write-str ings -Wno-missing-noreturn -fno-strict-aliasing -I. -I/usr/include/python2.4 -O2 -mtune=i486 -msse -mmmx -pipe -M T libpaludispython_la-environment.lo -MD -MP -MF .deps/libpaludispython_la-environment.Tpo -c environment.cc -fPIC -DPIC -o .libs/libpaludispython_la-environment.o

This is using the ebuild in the main gentoo repository.

Let me know if you need any more information / testing.

Change History

comment:1 Changed 5 years ago by ciaranm

  • Status changed from new to closed
  • Resolution set to invalid

You need some combination of:

  • More RAM
  • Lower MAKEOPTS
  • Disable the python USE flag
Note: See TracTickets for help on using tickets.