Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 234674 - Computer hangs while emerging dev-db/mysql-5.0.60-r1
Summary: Computer hangs while emerging dev-db/mysql-5.0.60-r1
Status: RESOLVED TEST-REQUEST
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Hardened (show other bugs)
Hardware: AMD64 Linux
: High normal (vote)
Assignee: The Gentoo Linux Hardened Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-08-13 20:12 UTC by Sascha Dobbelaere
Modified: 2008-08-23 09:48 UTC (History)
1 user (show)

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


Attachments
code produced by emerge (emerge-error.txt,8.43 KB, text/plain)
2008-08-13 20:13 UTC, Sascha Dobbelaere
Details
emerge info +rc-update show (emerge info.txt,3.75 KB, text/plain)
2008-08-13 20:15 UTC, Sascha Dobbelaere
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Sascha Dobbelaere 2008-08-13 20:12:08 UTC
The entire system goes down while compiling dev-db/mysql-5.0.60-r1.  
Meaning pressing the reset button.

Reproducible: Always

Steps to Reproduce:
1.emerge mysql
2.
3.

Actual Results:  
system hang

Expected Results:  
Compile succesfully and let me set up Mysql :-)
Comment 1 Sascha Dobbelaere 2008-08-13 20:13:26 UTC
Created attachment 162842 [details]
code produced by emerge
Comment 2 Sascha Dobbelaere 2008-08-13 20:15:34 UTC
Created attachment 162843 [details]
emerge info  +rc-update show
Comment 3 Sascha Dobbelaere 2008-08-13 20:17:33 UTC
Portage 2.1.4.4 (hardened/amd64, gcc-4.1.1, glibc-2.6.1-r0, 2.6.24-hardened-r3 x86_64)
=================================================================
System uname: 2.6.24-hardened-r3 x86_64 AMD Opteron(tm) Processor 246
Timestamp of tree: Wed, 13 Aug 2008 05:16:01 +0000
app-shells/bash:     3.2_p33
dev-lang/python:     2.4.4-r13, 2.5.2-r5
dev-python/pycrypto: 2.0.1-r6
sys-apps/baselayout: 1.12.11.1
sys-apps/sandbox:    1.2.18.1-r2
sys-devel/autoconf:  2.61-r2
sys-devel/automake:  1.9.6-r2, 1.10.1
sys-devel/binutils:  2.18-r3
sys-devel/gcc-config: 1.4.0-r4
sys-devel/libtool:   1.5.26
virtual/os-headers:  2.6.23-r3
ACCEPT_KEYWORDS="amd64"
CBUILD="x86_64-pc-linux-gnu"
CFLAGS="-O2 -pipe -march=opteron"
CHOST="x86_64-pc-linux-gnu"
CONFIG_PROTECT="/etc"
CONFIG_PROTECT_MASK="/etc/env.d /etc/fonts/fonts.conf /etc/gconf /etc/php/apache2-php5/ext-active/ /etc/php/cgi-php5/ext-active/ /etc/php/cli-php5/ext-active/ /etc/revdep-rebuild /etc/terminfo /etc/udev/rules.d"
CXXFLAGS="-O2 -pipe -march=opteron"
DISTDIR="/usr/portage/distfiles"
FEATURES="distlocks metadata-transfer sandbox sfperms strict unmerge-orphans userfetch"
GENTOO_MIRRORS="http://ftp-stud.fht-esslingen.de/pub/Mirrors/gentoo/ "
MAKEOPTS="-j128"
PKGDIR="/usr/portage/packages"
PORTAGE_RSYNC_OPTS="--recursive --links --safe-links --perms --times --compress --force --whole-file --delete --stats --timeout=180 --exclude=/distfiles --exclude=/local --exclude=/packages"
PORTAGE_TMPDIR="/var/tmp"
PORTDIR="/usr/portage"
SYNC="rsync://rsync.europe.gentoo.org/gentoo-portage"
USE="amd64 berkdb cracklib crypt cups hardened justify midi nls nptl nptlonly pam pic readline samba ssl tcpd urandom xorg zlib" ALSA_CARDS="ali5451 als4000 atiixp atiixp-modem bt87x ca0106 cmipci emu10k1x ens1370 ens1371 es1938 es1968 fm801 hda-intel intel8x0 intel8x0m maestro3 trident usb-audio via82xx via82xx-modem ymfpci" ALSA_PCM_PLUGINS="adpcm alaw asym copy dmix dshare dsnoop empty extplug file hooks iec958 ioplug ladspa lfloat linear meter mmap_emul mulaw multi null plug rate route share shm softvol" APACHE2_MODULES="actions alias auth_basic authn_alias authn_anon authn_dbm authn_default authn_file authz_dbm authz_default authz_groupfile authz_host authz_owner authz_user autoindex cache dav dav_fs dav_lock deflate dir disk_cache env expires ext_filter file_cache filter headers include info log_config logio mem_cache mime mime_magic negotiation rewrite setenvif speling status unique_id userdir usertrack vhost_alias" ELIBC="glibc" INPUT_DEVICES="mouse keyboard" KERNEL="linux" LCD_DEVICES="bayrad cfontz cfontz633 glk hd44780 lb216 lcdm001 mtxorb ncurses text" USERLAND="GNU" VIDEO_CARDS="apm ark chips cirrus cyrix dummy fbdev glint i128 i810 mach64 mga neomagic nv r128 radeon rendition s3 s3virge savage siliconmotion sis sisusb tdfx tga trident tseng v4l vesa vga vmware voodoo"
Unset:  CPPFLAGS, CTARGET, EMERGE_DEFAULT_OPTS, INSTALL_MASK, LANG, LC_ALL, LDFLAGS, LINGUAS, PORTAGE_COMPRESS, PORTAGE_COMPRESS_FLAGS, PORTAGE_RSYNC_EXTRA_OPTS, PORTDIR_OVERLAY
Comment 4 nixnut (RETIRED) gentoo-dev 2008-08-17 13:28:26 UTC
(In reply to comment #3)
> MAKEOPTS="-j128"

Try again with a sane MAKEOPTS setting please. Your system likely ran out of memory with -j128.
Comment 5 Magnus Granberg gentoo-dev 2008-08-17 16:55:05 UTC
(In reply to comment #4)
> (In reply to comment #3)
> > MAKEOPTS="-j128"
> 
> Try again with a sane MAKEOPTS setting please. Your system likely ran out of
> memory with -j128.
> 
try with -j3 or -j4
Comment 6 Gordon Malm (RETIRED) gentoo-dev 2008-08-23 09:48:08 UTC
Closing bug as TEST-REQUEST.  Re-open if issue persists with a sane MAKEOPTS setting.