Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 196224 - dev-libs/boost-1.34.1 - build freezes system
Summary: dev-libs/boost-1.34.1 - build freezes system
Status: RESOLVED WORKSFORME
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Development (show other bugs)
Hardware: x86 Linux
: High normal (vote)
Assignee: Tiziano Müller (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-10-17 22:10 UTC by General Lee
Modified: 2007-11-27 15:14 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description General Lee 2007-10-17 22:10:08 UTC
i Got This when doing a clean install of boost 1.34.1.  Freezes on

...
MkDir1 bin.v2/libs/wave/build/gcc-4.2/release/debug-symbols-none/optimization-none
gcc.compile.c++ bin.v2/libs/wave/build/gcc-4.2/release/debug-symbols-none/optimization-none/instantiate_cpp_exprgrammar.o
gcc.link.dll bin.v2/libs/date_time/build/gcc-4.2/release/debug-symbols-none/optimization-none/threading-multi/libboost_date_time-mt.so
gcc.compile.c++ bin.v2/libs/wave/build/gcc-4.2/release/debug-symbols-none/optimization-none/instantiate_cpp_grammar.o

Gives no error.  I have to hold down power-button to reboot.

Emerge-info:

Portage 2.1.3.12 (default-linux/x86/2007.0, gcc-4.2.0, glibc-2.6.1-r0, 2.6.22-gentoo-mactel i686)
=================================================================
System uname: 2.6.22-gentoo-mactel i686 Genuine Intel(R) CPU T2500 @ 2.00GHz
Timestamp of tree: Sun, 07 Oct 2007 02:30:01 +0000
ccache version 2.4 [enabled]
app-shells/bash:     3.2_p17-r1
dev-lang/python:     2.4.4-r5, 2.5.1-r2
dev-python/pycrypto: 2.0.1-r6
dev-util/ccache:     2.4-r7
sys-apps/baselayout: 1.12.10-r5
sys-apps/sandbox:    1.2.18.1
sys-devel/autoconf:  2.13, 2.61-r1
sys-devel/automake:  1.5, 1.7.9-r1, 1.8.5-r3, 1.9.6-r2, 1.10
sys-devel/binutils:  2.18-r1
sys-devel/gcc-config: 1.4.0-r2
sys-devel/libtool:   1.5.24
virtual/os-headers:  2.6.22-r2
ACCEPT_KEYWORDS="x86 ~x86"
CBUILD="i686-pc-linux-gnu"
CFLAGS="-march=native -O2 -fomit-frame-pointer -pipe"
CHOST="i686-pc-linux-gnu"
CONFIG_PROTECT="/etc"
CONFIG_PROTECT_MASK="/etc/env.d /etc/fonts/fonts.conf /etc/gconf /etc/revdep-rebuild /etc/terminfo /etc/udev/rules.d"
CXXFLAGS="-march=native -O2 -fomit-frame-pointer -pipe"
DISTDIR="/usr/portage/distfiles"
FEATURES="ccache distlocks metadata-transfer sandbox sfperms strict unmerge-orphans userfetch"
GENTOO_MIRRORS="http://gentoo.osuosl.org/                 http://gentoo.cites.uiuc.edu/pub/gentoo/                 http://gentoo.osuosl.org/                 http://gentoo.chem.wisc.edu/gentoo/"
LANG="en_US.UTF-8"
LC_ALL="en_US.UTF-8"
LINGUAS="en"
MAKEOPTS="-j4"
PKGDIR="/usr/portage/packages"
PORTAGE_RSYNC_OPTS="--recursive --links --safe-links --perms --times --compress --force --whole-file --delete --delete-after --stats --timeout=180 --exclude=/distfiles --exclude=/local --exclude=/packages --filter=H_**/files/digest-*"
PORTAGE_TMPDIR="/var/tmp"
PORTDIR="/usr/portage"
PORTDIR_OVERLAY="/usr/portage/local/layman/sunrise /usr/local/portage"
SYNC="rsync://rsync.gentoo.org/gentoo-portage"
USE="X a52 aac acl acpi alsa avi berkdb bitmap-fonts bluetoooth cdr cdrom cli cracklib crypt cups dbus dri dts dvd dvdr encode ffmped flac flash freetype ftp gdbm gif gimp glibc-omitfp glitz gnome gpm gstreamer gtk gtk2 hal iconv ieee1394 ipv6 isdnlog jpeg kerberos lm_sensers mad madwifi midi mime mmx mono mp3 mpeg mudflap ncurses nls nptl nptlonly ogg oggvorbis opengl openmp oss pam pcre pdf perl png posix ppds pppd python quicktime readline real reflection samba sdl session spell spl sse sse2 ssl svg tcpd theora threads tiff truetype truetype-fonts type1-fonts unicode usb userlocales v4l v4l2 vorbis wifi x264 x86 xorg xvid zlib" ALSA_CARDS="hda-intel" ALSA_PCM_PLUGINS="adpcm alaw asym copy dmix dshare dsnoop empty extplug file hooks iec958 ioplug ladspa lfloat linear meter mulaw multi null plug rate route share shm softvol" ELIBC="glibc" INPUT_DEVICES="keyboard mouse synaptics evdev ps2mouse" KERNEL="linux" LCD_DEVICES="bayrad cfontz cfontz633 glk hd44780 lb216 lcdm001 mtxorb ncurses text" LINGUAS="en" USERLAND="GNU" VIDEO_CARDS="i810 vesa"
Unset:  CTARGET, EMERGE_DEFAULT_OPTS, INSTALL_MASK, LDFLAGS, PORTAGE_COMPRESS, PORTAGE_COMPRESS_FLAGS, PORTAGE_RSYNC_EXTRA_OPTS
Comment 1 General Lee 2007-10-21 04:14:16 UTC
emerge 1.34.0 and also froze X, but emerged fine when I exited X and did it from console.
Comment 2 Jan Kundrát (RETIRED) gentoo-dev 2007-11-27 15:14:06 UTC
Boost is making heavy use of C++ features that put a big load on your system. Error is not in this particular package, but in your system's unability to sustain such a big load. It might be enough to lower the number of parallel build process to one by using `MAKEOPTS=-j1 emerge boost`.