Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 371785

Summary: Bootstrapping gcc fails on SUSE Enterprise 11 SP0
Product: Gentoo/Alt Reporter: Rabbe Fogelholm <rabbe>
Component: Prefix SupportAssignee: Gentoo Prefix <prefix>
Status: RESOLVED OBSOLETE    
Severity: major    
Priority: Normal    
Version: unspecified   
Hardware: x86   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---

Description Rabbe Fogelholm 2011-06-15 15:13:04 UTC
Platform is SUSE Enterprise 11 SP0. The step `emerge --oneshot --nodeps "=gcc-4.2*"' fails with a segmentation fault:

 * Applying gcc-4.2.4-linux-x86-on-amd64.patch ...
 [ ok ]
 * Applying gcc-spec-env.patch ...
 [ ok ]
 * Applying aix-minimal-toc.patch ...
 [ ok ]
 * Applying aix61-longdouble64.patch ...
 [ ok ]
>>> Source unpacked in /local/scratch/portage/sys-devel/gcc-4.2.4-r01.2/work
>>> Compiling source in /local/scratch/portage/sys-devel/gcc-4.2.4-r01.2/work/gcc-4.2.4 ...
 * CFLAGS="-O2 -march=i686 -pipe"
 * CXXFLAGS="-O2 -march=i686 -pipe"
 * Configuring gcc ...
/local/tmp/a/usr/lib/portage/bin/ebuild.sh: line 2378:  8021 Segmentation fault      ( exec 9>&-; ebuild_main; if ! hasq "$EBUILD_SH_ARGS" clean help info nofetch; then
    umask 002; save_ebuild_env | filter_readonly_variables --filter-features > "$T/environment"; assert "save_ebuild_env failed"; chown ${PORTAGE_USER:-portage}:${PORTAGE_GROUP:-portage} "$T/environment" &>/dev/null; chmod g+w "$T/environment" &>/dev/null;
fi; [[ -n $PORTAGE_EBUILD_EXIT_FILE ]] &&  > "$PORTAGE_EBUILD_EXIT_FILE"; if [[ -n $PORTAGE_IPC_DAEMON ]]; then
    [[ ! -s $SANDBOX_LOG ]]; "$PORTAGE_BIN_PATH"/ebuild-ipc exit $?;
fi; exit 0 )
Comment 1 Michael Haubenwallner (RETIRED) gentoo-dev 2017-07-18 09:10:38 UTC
We do not use gcc-4.2 any more in Prefix: Still a problem?
Comment 2 Rabbe Fogelholm 2017-07-18 12:44:57 UTC
Sorry, I don't have access to the SUSE Enterprise 11 SP0 host anymore.