Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
[solved] emerge update world -> glibc wont build...
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index Portage & Programming
View previous topic :: View next topic  
Author Message
GenProm
Tux's lil' helper
Tux's lil' helper


Joined: 18 Aug 2011
Posts: 100
Location: Germany

PostPosted: Wed Aug 24, 2011 10:22 pm    Post subject: [solved] emerge update world -> glibc wont build... Reply with quote

Hi community

I did (15 min ago ) for a complete system update:

Code:

emergy --sync
emerge --update --deep --newuse world


It started to compile and then i get:

Code:

make[2]: *** Waiting for unfinished jobs....
/bin/sh ../scripts/move-if-change /var/tmp/portage/sys-libs/glibc-2.13-r4/work/build-amd64-x86_64-pc-linux-gnu-nptl/sunrpc/xrstat.T /var/tmp/portage/sys-libs/glibc-2.13-r4/work/build-amd64-x86_64-pc-linux-gnu-nptl/sunrpc/xrstat.c
/bin/sh ../scripts/move-if-change /var/tmp/portage/sys-libs/glibc-2.13-r4/work/build-amd64-x86_64-pc-linux-gnu-nptl/sunrpc/xbootparam_prot.T /var/tmp/portage/sys-libs/glibc-2.13-r4/work/build-amd64-x86_64-pc-linux-gnu-nptl/sunrpc/xbootparam_prot.c
/bin/sh ../scripts/move-if-change /var/tmp/portage/sys-libs/glibc-2.13-r4/work/build-amd64-x86_64-pc-linux-gnu-nptl/sunrpc/xnlm_prot.T /var/tmp/portage/sys-libs/glibc-2.13-r4/work/build-amd64-x86_64-pc-linux-gnu-nptl/sunrpc/xnlm_prot.c
touch /var/tmp/portage/sys-libs/glibc-2.13-r4/work/build-amd64-x86_64-pc-linux-gnu-nptl/sunrpc/xrstat.stmp
touch /var/tmp/portage/sys-libs/glibc-2.13-r4/work/build-amd64-x86_64-pc-linux-gnu-nptl/sunrpc/xbootparam_prot.stmp
touch /var/tmp/portage/sys-libs/glibc-2.13-r4/work/build-amd64-x86_64-pc-linux-gnu-nptl/sunrpc/xnlm_prot.stmp
/bin/sh ../scripts/move-if-change /var/tmp/portage/sys-libs/glibc-2.13-r4/work/build-amd64-x86_64-pc-linux-gnu-nptl/sunrpc/rpcsvc/nlm_prot.T /var/tmp/portage/sys-libs/glibc-2.13-r4/work/build-amd64-x86_64-pc-linux-gnu-nptl/sunrpc/rpcsvc/nlm_prot.h
touch /var/tmp/portage/sys-libs/glibc-2.13-r4/work/build-amd64-x86_64-pc-linux-gnu-nptl/sunrpc/rpcsvc/nlm_prot.stmp
make[2]: Leaving directory `/var/tmp/portage/sys-libs/glibc-2.13-r4/work/glibc-2.13/sunrpc'
make[1]: *** [sunrpc/others] Error 2
make[1]: Leaving directory `/var/tmp/portage/sys-libs/glibc-2.13-r4/work/glibc-2.13'
make: *** [all] Error 2
emake failed
 * ERROR: sys-libs/glibc-2.13-r4 failed (compile phase):
 *   make for amd64 failed
 *
 * Call stack:
 *           ebuild.sh, line   56:  Called src_compile
 *         environment, line 3787:  Called eblit-run 'src_compile'
 *         environment, line 1197:  Called eblit-glibc-src_compile
 *   src_compile.eblit, line  204:  Called src_compile
 *         environment, line 3787:  Called eblit-run 'src_compile'
 *         environment, line 1197:  Called eblit-glibc-src_compile
 *   src_compile.eblit, line  212:  Called toolchain-glibc_src_compile
 *   src_compile.eblit, line  124:  Called die
 * The specific snippet of code:
 *              emake || die "make for ${ABI} failed"


More info:

Code:
emerge -pqv =sys-libs/glibc-2.13-r4
[ebuild     U ] sys-libs/glibc-2.13-r4 [2.12.2] USE="(multilib) nls -debug -gd -glibc-omitfp (-hardened) -profile (-selinux) -vanilla"


The build log is too large for pastebin so download it here:
http://www.file-upload.net/download-3686348/build.log.html

Thanks a lot for helpuinf fixing this....
_________________
Thank you for your help.

Manuel


Last edited by GenProm on Thu Aug 25, 2011 9:07 pm; edited 2 times in total
Back to top
View user's profile Send private message
Jaglover
Watchman
Watchman


Joined: 29 May 2005
Posts: 8291
Location: Saint Amant, Acadiana

PostPosted: Wed Aug 24, 2011 10:50 pm    Post subject: Reply with quote

First, you did not show the actual error and there is no link to log.
Second, segfaults occur when hardware errors under compiling stress. You should do emerge --resume and see if it errors out in exactly same place as before. If it builds successfully or segfaults in a different spot. Also, corrupted ccache can result in segfaults.
_________________
My Gentoo installation notes.
Please learn how to denote units correctly!
Back to top
View user's profile Send private message
GenProm
Tux's lil' helper
Tux's lil' helper


Joined: 18 Aug 2011
Posts: 100
Location: Germany

PostPosted: Wed Aug 24, 2011 11:00 pm    Post subject: Reply with quote

Hi

My internet is playing up and the log is 30 mb the download site was just unreachabe at 92% upload.. doing reupload atm. Schould be finisched in 20 min.

I just started an emerge --resume but for me it looks like the same compiling as before.....

I guess with 30 mb all info sould be in the log then. if you need other info just ask :-D
_________________
Thank you for your help.

Manuel
Back to top
View user's profile Send private message
VoidMage
Watchman
Watchman


Joined: 14 Oct 2006
Posts: 6196

PostPosted: Thu Aug 25, 2011 2:23 am    Post subject: Reply with quote

For a completed build on x86, it's only about 13MB.
Are you sure you're looking at the correct file ?

OK, you are - that's nasty.

The error is:
Code:
E:_do_ptrace .[0mptrace(PTRACE_PEEKDATA, ..., 0x0000000001200010, 0x00
00000000000000): Input/output error
/usr/lib64/libsandbox.so(+0x37e2)[0x2b2c8d8b97e2]
/usr/lib64/libsandbox.so(+0x3853)[0x2b2c8d8b9853]
/usr/lib64/libsandbox.so(+0x557b)[0x2b2c8d8bb57b]
/usr/lib64/libsandbox.so(+0x5751)[0x2b2c8d8bb751]
/usr/lib64/libsandbox.so(+0x5ffd)[0x2b2c8d8bbffd]
/usr/lib64/libsandbox.so(+0x68bd)[0x2b2c8d8bc8bd]
/usr/lib64/libsandbox.so(execve+0x4f)[0x2b2c8d8bddaf]
/bin/sh(shell_execve+0x33)[0x42fe33]
/bin/sh[0x435165]
/bin/sh(execute_command_internal+0xb91)[0x431e51]
/proc/9668/cmdline: /var/tmp/portage/sys-libs/glibc-2.13-r4/work/build-amd64-x86
_64-pc-linux-gnu-nptl/elf/ld-linux-x86-64.so.2 --library-path /var/tmp/portage/s
ys-libs/glibc-2.13-r4/work/build-amd64-x86_64-pc-linux-gnu-nptl:/var/tmp/portage
/sys-libs/glibc-2.13-r4/work/build-amd64-x86_64-pc-linux-gnu-nptl/math:/var/tmp/
portage/sys-libs/glibc-2.13-r4/work/build-amd64-x86_64-pc-linux-gnu-nptl/elf:/va
r/tmp/portage/sys-libs/glibc-2.13-r4/work/build-amd64-x86_64-pc-linux-gnu-nptl/d
lfcn:/var/tmp/portage/sys-libs/glibc-2.13-r4/work/build-amd64-x86_64-pc-linux-gn
u-nptl/nss:/var/tmp/portage/sys-libs/glibc-2.13-r4/work/build-amd64-x86_64-pc-li
nux-gnu-nptl/nis:/var/tmp/portage/sys-libs/glibc-2.13-r4/work/build-amd64-x86_64
-pc-linux-gnu-nptl/rt:/var/tmp/portage/sys-libs/glibc-2.13-r4/work/build-amd64-x
86_64-pc-linux-gnu-nptl/resolv:/var/tmp/portage/sys-libs/glibc-2.13-r4/work/buil
d-amd64-x86_64-pc-linux-gnu-nptl/crypt:/var/tmp/portage/sys-libs/glibc-2.13-r4/w
ork/build-amd64-x86_64-pc-linux-gnu-nptl/nptl /var/tmp/portage/sys-libs/glibc-2.
13-r4/work/build-amd64-x86_64-pc-linux-gnu-nptl/sunrpc/rpcgen -Y ../scripts -h r
pcsvc/bootparam_prot.x -o /var/tmp/portage/sys-libs/glibc-2.13-r4/work/build-amd
64-x86_64-pc-linux-gnu-nptl/sunrpc/rpcsvc/bootparam_prot.T

Doesn't look good - chances are Jaglover is right.
Back to top
View user's profile Send private message
xaviermiller
Bodhisattva
Bodhisattva


Joined: 23 Jul 2004
Posts: 8706
Location: ~Brussels - Belgique

PostPosted: Thu Aug 25, 2011 5:01 am    Post subject: Reply with quote

What are your CFLAGS?

Could you give us the output of
Code:
emerge --info
?
_________________
Kind regards,
Xavier Miller
Back to top
View user's profile Send private message
GenProm
Tux's lil' helper
Tux's lil' helper


Joined: 18 Aug 2011
Posts: 100
Location: Germany

PostPosted: Thu Aug 25, 2011 7:33 am    Post subject: Reply with quote

Hi

I retried "emerge --resume" this morning, and it worked sort of. I could compile glibc but later on it got stuck again with gcc-4.5.3-r1. I will try an emerge --resume again and see how it goes. If is is a consistet error i will repost here.

My CFLAGS:

Code:

CFLAGS="-march=native -O2 -pipe"


The info output is in the first post -> "More info"

Is it common to get such problems during emerge update newuse deep world ?

Thanks
_________________
Thank you for your help.

Manuel
Back to top
View user's profile Send private message
dwbowyer
Apprentice
Apprentice


Joined: 18 Apr 2008
Posts: 155

PostPosted: Thu Aug 25, 2011 7:40 am    Post subject: Reply with quote

IF you simply --resume and a package that failed now succeeds, and another package fails... and --resume then succeeds, above posters are right. You have hardware failure. Maybe bad memory, not enough cooling for memory/CPU... or even mainboard failing. Time to start testing hardware.

EDIT: regarding XavierMiller's request: "emerge -pv <package>" don't provide the information that "emerge --info" does.
Back to top
View user's profile Send private message
GenProm
Tux's lil' helper
Tux's lil' helper


Joined: 18 Aug 2011
Posts: 100
Location: Germany

PostPosted: Thu Aug 25, 2011 7:51 am    Post subject: Reply with quote

Hmm wow that sounds pretty bad...

I dont think it is a hardware failure, cause i just bought the components. They are like 1 week old in my pc. RAM is also new. Maybe is could be the hdd. Will do an fsck. Also i will check heat in bios cause lm-sensors is not working (i cant find the place in the kernel for the k10temp module .. stupid me)

Any other idea why this could fail ?

Here is the emereg--info from the gcc error:

Code:

zockermonster manuel # emerge --info =sys-devel/gcc-4.4.6-r1
Portage 2.1.10.11 (default/linux/amd64/10.0/desktop/kde, gcc-4.4.5, glibc-2.13-r4, 2.6.39-ck-r2 x86_64)
=================================================================
                        System Settings
=================================================================
System uname: Linux-2.6.39-ck-r2-x86_64-AMD_Athlon-tm-_II_X4_640_Processor-with-gentoo-2.0.3
Timestamp of tree: Wed, 24 Aug 2011 19:30:01 +0000
app-shells/bash:          4.2_p10
dev-java/java-config:     2.1.11-r3
dev-lang/python:          2.7.2-r2, 3.1.3-r1, 3.2-r2
dev-util/cmake:           2.8.5-r2
dev-util/pkgconfig:       0.26
sys-apps/baselayout:      2.0.3
sys-apps/openrc:          0.8.3-r1
sys-apps/sandbox:         2.5
sys-devel/autoconf:       2.13, 2.68
sys-devel/automake:       1.10.3, 1.11.1-r1
sys-devel/binutils:       2.21.1-r1
sys-devel/gcc:            4.4.5, 4.5.3-r1
sys-devel/gcc-config:     1.4.1-r1
sys-devel/libtool:        2.4-r1
sys-devel/make:           3.82-r1
sys-kernel/linux-headers: 2.6.39 (virtual/os-headers)
sys-libs/glibc:           2.13-r4
Repositories:

gentoo
    location: /usr/portage
    sync: rsync://rsync.europe.gentoo.org/gentoo-portage
    priority: -1000

bitcoin
    location: /var/lib/layman/bitcoin
    masters: gentoo
    priority: 0

ABI="amd64"
ACCEPT_KEYWORDS="amd64 ~amd64"
ACCEPT_LICENSE="* -@EULA @GPL-COMPATIBLE @OSI-APPROVED @EULA atheros-hal BitstreamVera"
ACCEPT_PROPERTIES="*"
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 cgi cgid 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"
ARCH="amd64"
ASFLAGS_x86="--32"
AUTOCLEAN="yes"
CALLIGRA_FEATURES="kexi words flow plan stage tables krita karbon braindump"
CAMERAS="ptp2"
CBUILD="x86_64-pc-linux-gnu"
CFLAGS="-march=native -O2 -pipe"
CFLAGS_x86="-m32"
CG_COMPILER_EXE="/opt/bin/cgc"
CHOST="x86_64-pc-linux-gnu"
CHOST_amd64="x86_64-pc-linux-gnu"
CHOST_x86="i686-pc-linux-gnu"
CLEAN_DELAY="5"
COLLECTD_PLUGINS="df interface irq load memory rrdtool swap syslog"
COLLISION_IGNORE="/lib/modules"
COLORFGBG="15;0"
CONFIG_PROTECT="/etc /usr/share/config /usr/share/gnupg/qualified.txt"
CONFIG_PROTECT_MASK="/etc/ca-certificates.conf /etc/env.d /etc/env.d/java/ /etc/fonts/fonts.conf /etc/gconf /etc/gentoo-release /etc/revdep-rebuild /etc/sandbox.d /etc/terminfo"
CXXFLAGS="-march=native -O2 -pipe"
DBUS_SESSION_BUS_ADDRESS="unix:abstract=/tmp/dbus-iFm1pRPGtY,guid=3b2e11975378c7da894e14af0000005b"
DEFAULT_ABI="amd64"
DESKTOP_SESSION="default"
DISPLAY=":0"
DISTDIR="/usr/portage/distfiles"
DM_CONTROL="/var/run/xdmctl"
EDITOR="/bin/nano"
ELIBC="glibc"
EMERGE_DEFAULT_OPTS="--autounmask=n --ask --verbose"
EMERGE_WARNING_DELAY="10"
EPREFIX=""
EROOT="/"
FCFLAGS=""
FEATURES="assume-digests binpkg-logs distlocks ebuild-locks fixlafiles fixpackages news parallel-fetch protect-owned sandbox sfperms strict unknown-features-warn unmerge-logs unmerge-orphans userfetch"
FETCHCOMMAND="/usr/bin/wget -t 3 -T 60 --passive-ftp -O "${DISTDIR}/${FILE}" "${URI}""
FETCHCOMMAND_RSYNC="rsync -avP "${URI}" "${DISTDIR}/${FILE}""
FETCHCOMMAND_SFTP="bash -c "x=\${2#sftp://} ; host=\${x%%/*} ; port=\${host##*:} ; host=\${host%:*} ; [[ \${host} = \${port} ]] && port=22 ; exec sftp -P \${port} \"\${host}:/\${x#*/}\" \"\$1\"" sftp "${DISTDIR}/${FILE}" "${URI}""
FETCHCOMMAND_SSH="bash -c "x=\${2#ssh://} ; host=\${x%%/*} ; port=\${host##*:} ; host=\${host%:*} ; [[ \${host} = \${port} ]] && port=22 ; exec rsync --rsh=\"ssh -p\${port}\" -avP \"\${host}:/\${x#*/}\" \"\$1\"" rsync "${DISTDIR}/${FILE}" "${URI}""
FFLAGS=""
GCC_SPECS=""
GDK_USE_XFT="1"
GENTOO_MIRRORS="ftp://ftp.uni-erlangen.de/pub/mirrors/gentoo ftp://mirrors.sec.informatik.tu-darmstadt.de/gentoo/"
GPSD_PROTOCOLS="ashtech aivdm earthmate evermore fv18 garmin garmintxt gpsclock itrax mtk3301 nmea ntrip navcom oceanserver oldstyle oncore rtcm104v2 rtcm104v3 sirf superstar2 timing tsip tripmate tnt ubx"
GRUB_PLATFORMS=""
GS_LIB="/home/manuel/.fonts"
GTK2_RC_FILES="/etc/gtk-2.0/gtkrc:/home/manuel/.gtkrc-2.0:/home/manuel/.kde4/share/config/gtkrc-2.0"
GTK_RC_FILES="/etc/gtk/gtkrc:/home/manuel/.gtkrc:/home/manuel/.kde4/share/config/gtkrc"
HOME="/root"
INFOPATH="/usr/share/info:/usr/share/binutils-data/x86_64-pc-linux-gnu/2.21.1/info:/usr/share/gcc-data/x86_64-pc-linux-gnu/4.4.5/info"
INPUT_DEVICES="evdev keyboard mouse"
JAVAC="/home/manuel/.gentoo/java-config-2/current-user-vm/bin/javac"
JAVA_HOME="/home/manuel/.gentoo/java-config-2/current-user-vm"
JDK_HOME="/home/manuel/.gentoo/java-config-2/current-user-vm"
KDE_FULL_SESSION="true"
KDE_MULTIHEAD="false"
KDE_SESSION_UID="1000"
KDE_SESSION_VERSION="4"
KERNEL="linux"
KONSOLE_DBUS_SERVICE=":1.56"
KONSOLE_DBUS_SESSION="/Sessions/1"
LANGUAGE=""
LCD_DEVICES="bayrad cfontz cfontz633 glk hd44780 lb216 lcdm001 mtxorb ncurses text"
LDFLAGS="-Wl,-O1 -Wl,--hash-style=gnu"
LDFLAGS_x86="-m elf_i386"
LESS="-R -M --shift 5"
LESSOPEN="|lesspipe %s"
LIBDIR_amd64="lib64"
LIBDIR_amd64_fbsd="lib64"
LIBDIR_ppc="lib32"
LIBDIR_ppc64="lib64"
LIBDIR_s390="lib32"
LIBDIR_s390x="lib64"
LIBDIR_sparc32="lib32"
LIBDIR_sparc64="lib64"
LIBDIR_x86="lib32"
LIBDIR_x86_fbsd="lib32"
LINGUAS="de"
LOGNAME="root"
LS_COLORS="rs=0:di=01;34:ln=01;36:mh=00:pi=40;33:so=01;35:do=01;35:bd=40;33;01:cd=40;33;01:or=01;05;37;41:mi=01;05;37;41:su=37;41:sg=30;43:ca=30;41:tw=30;42:ow=34;42:st=37;44:ex=01;32:*.tar=01;31:*.tgz=01;31:*.arj=01;31:*.taz=01;31:*.lzh=01;31:*.lzma=01;31:*.tlz=01;31:*.txz=01;31:*.zip=01;31:*.z=01;31:*.Z=01;31:*.dz=01;31:*.gz=01;31:*.lz=01;31:*.xz=01;31:*.bz2=01;31:*.bz=01;31:*.tbz=01;31:*.tbz2=01;31:*.tz=01;31:*.deb=01;31:*.rpm=01;31:*.jar=01;31:*.rar=01;31:*.ace=01;31:*.zoo=01;31:*.cpio=01;31:*.7z=01;31:*.rz=01;31:*.jpg=01;35:*.jpeg=01;35:*.gif=01;35:*.bmp=01;35:*.pbm=01;35:*.pgm=01;35:*.ppm=01;35:*.tga=01;35:*.xbm=01;35:*.xpm=01;35:*.tif=01;35:*.tiff=01;35:*.png=01;35:*.svg=01;35:*.svgz=01;35:*.mng=01;35:*.pcx=01;35:*.mov=01;35:*.mpg=01;35:*.mpeg=01;35:*.m2v=01;35:*.mkv=01;35:*.ogm=01;35:*.mp4=01;35:*.m4v=01;35:*.mp4v=01;35:*.vob=01;35:*.qt=01;35:*.nuv=01;35:*.wmv=01;35:*.asf=01;35:*.rm=01;35:*.rmvb=01;35:*.flc=01;35:*.avi=01;35:*.fli=01;35:*.flv=01;35:*.gl=01;35:*.dl=01;35:*.xcf=01;35:*.xwd=01;35:*.yuv=01;35:*.cgm=01;35:*.emf=01;35:*.axv=01;35:*.anx=01;35:*.ogv=01;35:*.ogx=01;35:*.pdf=00;32:*.ps=00;32:*.txt=00;32:*.patch=00;32:*.diff=00;32:*.log=00;32:*.tex=00;32:*.doc=00;32:*.aac=00;36:*.au=00;36:*.flac=00;36:*.mid=00;36:*.midi=00;36:*.mka=00;36:*.mp3=00;36:*.mpc=00;36:*.ogg=00;36:*.ra=00;36:*.wav=00;36:*.axa=00;36:*.oga=00;36:*.spx=00;36:*.xspf=00;36:"
MAKEOPTS="-j5"
MANPATH="/home/manuel/.gentoo/java-config-2/current-user-vm/man:/usr/local/share/man:/usr/share/man:/usr/share/binutils-data/x86_64-pc-linux-gnu/2.21.1/man:/usr/share/gcc-data/x86_64-pc-linux-gnu/4.4.5/man:/etc/java-config/system-vm/man/:/opt/nvidia-cg-toolkit/man:/opt/cuda/man"
MULTILIB_ABIS="amd64 x86"
MULTILIB_STRICT_DENY="64-bit.*shared object"
MULTILIB_STRICT_DIRS="/lib32 /lib /usr/lib32 /usr/lib /usr/kde/*/lib32 /usr/kde/*/lib /usr/qt/*/lib32 /usr/qt/*/lib /usr/X11R6/lib32 /usr/X11R6/lib"
MULTILIB_STRICT_EXEMPT="(perl5|gcc|gcc-lib|binutils|eclipse-3|debug|portage|udev)"
NETBEANS="apisupport cnd groovy gsf harness ide identity j2ee java mobility nb php profiler soa visualweb webcommon websvccommon xml"
OPENGL_PROFILE="nvidia"
PAGER="/usr/bin/less"
PATH="/sbin:/bin:/usr/sbin:/usr/bin"
PHP_TARGETS="php5-3"
PKGDIR="/usr/portage/packages"
PORTAGE_ARCHLIST="ppc sparc64-freebsd ppc-openbsd x86-openbsd ppc64 x86-winnt x86-fbsd ppc-aix alpha arm x86-freebsd s390 amd64 arm-linux x86-macos x64-openbsd ia64-hpux hppa x86-netbsd x86-cygwin amd64-linux ia64-linux x86 sparc-solaris x64-freebsd sparc64-solaris x86-linux x64-macos sparc m68k-mint ia64 mips ppc-macos x86-interix hppa-hpux amd64-fbsd x64-solaris mips-irix m68k sh x86-solaris sparc-fbsd"
PORTAGE_BINHOST_CHUNKSIZE="3000"
PORTAGE_BIN_PATH="/usr/lib64/portage/bin"
PORTAGE_COMPRESS_EXCLUDE_SUFFIXES="css gif htm[l]? jp[e]?g js pdf png"
PORTAGE_CONFIGROOT="/"
PORTAGE_DEBUG="0"
PORTAGE_DEPCACHEDIR="/var/cache/edb/dep"
PORTAGE_ELOG_CLASSES="log warn error"
PORTAGE_ELOG_MAILFROM="portage@localhost"
PORTAGE_ELOG_MAILSUBJECT="[portage] ebuild log for ${PACKAGE} on ${HOST}"
PORTAGE_ELOG_MAILURI="root"
PORTAGE_ELOG_SYSTEM="save_summary echo"
PORTAGE_FETCH_CHECKSUM_TRY_MIRRORS="5"
PORTAGE_FETCH_RESUME_MIN_SIZE="350K"
PORTAGE_GID="250"
PORTAGE_GPG_SIGNING_COMMAND="gpg --sign --clearsign --yes --default-key "${PORTAGE_GPG_KEY}" --homedir "${PORTAGE_GPG_DIR}" "${FILE}""
PORTAGE_INST_GID="0"
PORTAGE_INST_UID="0"
PORTAGE_PYM_PATH="/usr/lib64/portage/pym"
PORTAGE_RSYNC_OPTS="--recursive --links --safe-links --perms --times --compress --force --whole-file --delete --stats --timeout=180 --exclude=/distfiles --exclude=/local --exclude=/packages"
PORTAGE_RSYNC_RETRIES="-1"
PORTAGE_SANDBOX_COMPAT_LEVEL="16"
PORTAGE_SYNC_STALE="30"
PORTAGE_TMPDIR="/var/tmp"
PORTAGE_VERBOSE="1"
PORTAGE_WORKDIR_MODE="0700"
PORTDIR="/usr/portage"
PORTDIR_OVERLAY="/var/lib/layman/bitcoin"
PRELINK_PATH_MASK="/usr/lib64/klibc:/usr/lib64/libfreebl3.so:/usr/lib64/libnssdbm3.so:/usr/lib64/libsoftokn3.so"
PROFILEHOME=""
PROFILE_ONLY_VARIABLES="ARCH ELIBC KERNEL USERLAND"
PWD="/home/manuel"
PYTHONDONTWRITEBYTECODE="1"
QT_PLUGIN_PATH="/usr/lib64/kde4/plugins:/home/manuel/.kde4/lib64/kde4/plugins/:/usr/lib64/kde4/plugins/"
RESUMECOMMAND="/usr/bin/wget -c -t 3 -T 60 --passive-ftp -O "${DISTDIR}/${FILE}" "${URI}""
RESUMECOMMAND_RSYNC="rsync -avP "${URI}" "${DISTDIR}/${FILE}""
RESUMECOMMAND_SSH="bash -c "x=\${2#ssh://} ; host=\${x%%/*} ; port=\${host##*:} ; host=\${host%:*} ; [[ \${host} = \${port} ]] && port=22 ; exec rsync --rsh=\"ssh -p\${port}\" -avP \"\${host}:/\${x#*/}\" \"\$1\"" rsync "${DISTDIR}/${FILE}" "${URI}""
ROOT="/"
ROOTPATH="/opt/bin:/usr/x86_64-pc-linux-gnu/gcc-bin/4.4.5:/opt/cuda/computeprof/bin:/opt/cuda/bin"
RPMDIR="/usr/portage/rpm"
RUBYOPT="-rauto_gem"
RUBY_TARGETS="ruby18"
SESSION_MANAGER="local/zockermonster:@/tmp/.ICE-unix/3417,unix/zockermonster:/tmp/.ICE-unix/3417"
SHELL="/bin/bash"
SHELL_SESSION_ID="f3b4df79baae4aa6abf2a6a2d633fc53"
SHLVL="3"
STAGE1_USE="multilib nptl nptlonly unicode"
SYMLINK_LIB="yes"
SYNC="rsync://rsync.europe.gentoo.org/gentoo-portage"
TERM="xterm"
USE="3dnow 3dnowext S3TC X a52 aac acl acpi alsa amd64 apng asf avi\ berkdb binary-drivers bluetooth branding bzip2 cairo cdda cdr cg cli consolekit cpudetection cracklib crypt css cuda cups custom-cflags cxx dbus declarative divx dri dts dvd dvdr dvdread emboss emulation encode exif extra-tools fam firefox flac fortran gdbm gdu gfxnvidia gif gimp gpm gsm gtk gtk2 hddtemp iconv ieee1394 ipv6 java jpeg jpeg2k kde kipi lcms ldap libmpeg2 libnotify lm_sensors lzma mad mmx mmxext mng modules mono mp3 mp4 mpeg mpg123 mplayer mudflap multilib ncurses networkmanager nls nptl nptlonly nsplugin nvidia ogg openal opengl openmp pam pango pcre pdf perl phonon plasma png policykit ppds pppd profiler python qt3support qt4 readline sdl semantic-desktop session spell sse sse2 sse3 ssl ssse3 startup-notification svg symlink sysfs tcpd theora tiff truetype udev unicode usb vdpau vorbis vpx wifi win32 x264 xcb xcomposite xine xinerama xml xorg xscreensaver xulrunner xv xvid xvmc zeroconf zip 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 cgi cgid 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" CALLIGRA_FEATURES="kexi words flow plan stage tables krita karbon braindump" CAMERAS="ptp2" COLLECTD_PLUGINS="df interface irq load memory rrdtool swap syslog" ELIBC="glibc" GPSD_PROTOCOLS="ashtech aivdm earthmate evermore fv18 garmin garmintxt gpsclock itrax mtk3301 nmea ntrip navcom oceanserver oldstyle oncore rtcm104v2 rtcm104v3 sirf superstar2 timing tsip tripmate tnt ubx" INPUT_DEVICES="evdev keyboard mouse" KERNEL="linux" LCD_DEVICES="bayrad cfontz cfontz633 glk hd44780 lb216 lcdm001 mtxorb ncurses text" LINGUAS="de" PHP_TARGETS="php5-3" RUBY_TARGETS="ruby18" USERLAND="GNU" VIDEO_CARDS="nvidia" XTABLES_ADDONS="quota2 psd pknock lscan length2 ipv4options ipset ipp2p iface geoip fuzzy condition tee tarpit sysrq steal rawnat logmark ipmark dhcpmac delude chaos account"
USER="root"
USERLAND="GNU"
USE_EXPAND="ALSA_CARDS ALSA_PCM_PLUGINS APACHE2_MODULES APACHE2_MPMS CALLIGRA_FEATURES CAMERAS COLLECTD_PLUGINS CROSSCOMPILE_OPTS DRACUT_MODULES DVB_CARDS ELIBC FCDSL_CARDS FOO2ZJS_DEVICES FRITZCAPI_CARDS GPSD_PROTOCOLS GRUB_PLATFORMS INPUT_DEVICES KERNEL LCD_DEVICES LINGUAS LIRC_DEVICES MISDN_CARDS NETBEANS_MODULES NGINX_MODULES_HTTP NGINX_MODULES_MAIL OFED_DRIVERS PHP_TARGETS QEMU_SOFTMMU_TARGETS QEMU_USER_TARGETS RUBY_TARGETS SANE_BACKENDS USERLAND VIDEO_CARDS XFCE_PLUGINS XTABLES_ADDONS"
USE_EXPAND_HIDDEN="CROSSCOMPILE_OPTS ELIBC KERNEL USERLAND"
USE_ORDER="env:pkg:conf:defaults:pkginternal:repo:env.d"
VIDEO_CARDS="nvidia"
WINDOWID="67109198"
WINDOWPATH="7"
XAUTHORITY="/root/.xauthH91Ivl"
XCURSOR_THEME="Oxygen_Black"
XDG_CONFIG_DIRS="/etc/xdg"
XDG_DATA_DIRS="/usr/local/share:/usr/share"
XDG_SESSION_COOKIE="a35f242cc9f81717e94f47660000068b-1314263591.837607-496784442"
XDM_MANAGED="method=classic"
XTABLES_ADDONS="quota2 psd pknock lscan length2 ipv4options ipset ipp2p iface geoip fuzzy condition tee tarpit sysrq steal rawnat logmark ipmark dhcpmac delude chaos account"
_="/usr/bin/emerge"

_________________
Thank you for your help.

Manuel
Back to top
View user's profile Send private message
Jaglover
Watchman
Watchman


Joined: 29 May 2005
Posts: 8291
Location: Saint Amant, Acadiana

PostPosted: Thu Aug 25, 2011 11:34 am    Post subject: Reply with quote

GenProm,

new hardware doesn't mean it's good. In particular RAM may pass manufacturers testing and still fail under sustained heavy use. You should run memtest overnight. Or remove memory modules one by one.
_________________
My Gentoo installation notes.
Please learn how to denote units correctly!
Back to top
View user's profile Send private message
padoor
Advocate
Advocate


Joined: 30 Dec 2005
Posts: 4185
Location: india

PostPosted: Thu Aug 25, 2011 1:40 pm    Post subject: Reply with quote

run memtest and find anything wrong somewhere
yes new RAM does not mean it works fully
your computer configuration is not shown
you can try a mem=2000 MB in kernel boot line if you have 4 Gb RAM now
_________________
reach out a little bit more to catch it (DON'T BELIEVE the advocate part under my user name)
Back to top
View user's profile Send private message
John R. Graham
Administrator
Administrator


Joined: 08 Mar 2005
Posts: 10587
Location: Somewhere over Atlanta, Georgia

PostPosted: Thu Aug 25, 2011 1:47 pm    Post subject: Reply with quote

Use memtest86+ as there have been recent false positives reported with memtest86.

- John
_________________
I can confirm that I have received between 0 and 499 National Security Letters.
Back to top
View user's profile Send private message
tryn
Guru
Guru


Joined: 21 Dec 2002
Posts: 325
Location: 39.885° N. -88.913° W.

PostPosted: Thu Aug 25, 2011 4:34 pm    Post subject: Reply with quote

GenProm
If I go to the web link that you have posted here I do not see a "build.log".
It sends me to a Game site. Which doesn't help me see what your problem is.
Is there some reason for this that I'm not aware of???

Quote:
The build log is too large for pastebin so download it here:
http://www.file-upload.net/download-3686348/build.log.html
Back to top
View user's profile Send private message
GenProm
Tux's lil' helper
Tux's lil' helper


Joined: 18 Aug 2011
Posts: 100
Location: Germany

PostPosted: Thu Aug 25, 2011 6:33 pm    Post subject: Reply with quote

Hi tryn

I'm not sure what browser you are using but with firefox i get the the link without a problem. Do you have Adblock in FF maybe its an Add in the foreground.

As for the error. I ran memtest with no result. Also i could do the emerge update newuse world update. Unfortunatelly i did a depclean afterwards wich removed all sorts of stuff. revdeb-rebuild is not capable of installing the missing packages cause of python version mismacht i think. I will play around with it and if im not able to solve it i will repost or open another thread.
_________________
Thank you for your help.

Manuel
Back to top
View user's profile Send private message
GenProm
Tux's lil' helper
Tux's lil' helper


Joined: 18 Aug 2011
Posts: 100
Location: Germany

PostPosted: Thu Aug 25, 2011 9:09 pm    Post subject: Reply with quote

I could solve my Problem. I changend the python version around for each of the complining packages so i got it to work....

Thanks all for you help and support you are a great community and very friendly to newcomers. Very nice!
_________________
Thank you for your help.

Manuel
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Portage & Programming All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum