Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 56583 - During stage 1 install, bootstrap.sh fails compiling gettext-tools/intl
Summary: During stage 1 install, bootstrap.sh fails compiling gettext-tools/intl
Status: RESOLVED INVALID
Alias: None
Product: Gentoo Release Media
Classification: Unclassified
Component: Everything (show other bugs)
Hardware: x86 Linux
: High blocker (vote)
Assignee: Gentoo LiveCD Package Maintainers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-07-09 17:52 UTC by Yilmaz Rona
Modified: 2005-03-25 11:24 UTC (History)
0 users

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


Attachments
output of bootstrap.sh (bootstrap.log,92.48 KB, text/plain)
2004-07-09 17:57 UTC, Yilmaz Rona
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Yilmaz Rona 2004-07-09 17:52:07 UTC
I am attempting to install gentoo from universal live cd version 2004.1 on a dell pentium system. I have followed the steps for doing an install from the CD as described in the Gentoo Linux/x86 handbook.

Despite trying various variants of make.conf, the bootstrap.sh consistently fails when attempting to compile gettext-tools/intl



Reproducible: Always
Steps to Reproduce:
1.Boot live CD
2.partition hard disk as follows hda1 32M; hda2 512M; hda3 ~2GB
3.followed instructions for setting up file system and unpacking snapshot from CD religiously
4. Edit make.conf thus:
# These settings were set by the catalyst build script that automatically built this stage
# Please consult /etc/make.conf.example for a more detailed example
CFLAGS="-O2 -march=i586 -fomit-frame-pointer"
CHOST="i586-pc-linux-gnu"
CXXFLAGS="${CFLAGS}"
MAKEOPTS="-j2"
GENTOO_MIRRORS="ftp:///ftp-stud.fht-esslingen.de/pub/Mirrors/gentoo/ http://mirror.datapipe.net/gentoo http://gentoo.mirrors.pair.com/ ftp://mirrors.sec.informatik.tu-darmstadt.de/gentoo/"
(I have tinkered with the various cflags options with uniformly the same result)
5. chroot; env-update; source /etc/profile as described in manual
6. Execute bootstrap.sh
Actual Results:  
 
gcc: Internal error: Killed (program cc1)   

Expected Results:  
A clean compile of stage 1 :-) 
 
 

I logged outputs from various attempts to execute bootstrap.sh. Here is one of  
them:  
  
  
 [32;01mGentoo Linux;  [34;01mhttp://www.gentoo.org/ [0m  
Copyright 1999-2004 Gentoo Technologies, Inc.; Distributed under the GPL  
Starting Bootstrap of base system ...  
  
Using >=sys-apps/baselayout-1.7.9-r1  
Using >=sys-apps/portage-2.0.25  
Using >=sys-devel/binutils-2.13.90.0.4  
Using >=sys-devel/gcc-3.2  
Using sys-devel/gettext  
Using >=sys-libs/glibc-2.2.5  
Using >=sys-apps/texinfo-4.2-r1  
Using sys-libs/zlib  
Using >=sys-libs/ncurses-5.2.20020112a  
  
Configuring environment...  
>>> Unpacking source...  
>>> Unpacking portage-2.0.50-r5.tar.bz2 to  
/var/tmp/portage/portage-2.0.50-r5/work  
>>> Source unpacked.  
./create-localdecls  
Checking truncate argument type... off_t  
Checking libc version... libc.so.6  
Checking glibc subversion... 2.3  
  
gcc -march=i386 -O1 -pipe  -D_GNU_SOURCE -DPIC -fPIC -D_REENTRANT -Wall -c  
libsandbox.c  
gcc -march=i386 -O1 -pipe  -D_GNU_SOURCE -DPIC -fPIC -D_REENTRANT -Wall -c  
sandbox_futils.c -o sandbox_futils.o  
gcc libsandbox.o sandbox_futils.o -shared  -fPIC -ldl -lc -nostdlib -lgcc -o  
libsandbox.so  
gcc -march=i386 -O1 -pipe  -D_GNU_SOURCE -DPIC -fPIC -D_REENTRANT -Wall -c  
sandbox.c -o sandbox.o  
gcc -march=i386 -O1 -pipe  -D_GNU_SOURCE -DPIC -fPIC -D_REENTRANT -Wall  
sandbox.o sandbox_futils.o getcwd.c -ldl -lc -o sandbox  
  
>>> Install portage-2.0.50-r5 into /var/tmp/portage/portage-2.0.50-r5/image/  
category sys-apps  
doexe: warning, skipping directory functions  
rm -f libsandbox.so sandbox  
rm -f *.o *~ core  
rm -f localdecls.h  
./create-localdecls  
Checking truncate argument type... off_t  
Checking libc version... libc.so.6  
Checking glibc subversion... 2.3  
  
gcc   -D_GNU_SOURCE -DPIC -fPIC -D_REENTRANT -Wall -c libsandbox.c  
gcc   -D_GNU_SOURCE -DPIC -fPIC -D_REENTRANT -Wall -c sandbox_futils.c -o  
sandbox_futils.o  
gcc libsandbox.o sandbox_futils.o -shared  -fPIC -ldl -lc -nostdlib -lgcc -o  
libsandbox.so  
gcc   -D_GNU_SOURCE -DPIC -fPIC -D_REENTRANT -Wall -c sandbox.c -o sandbox.o  
gcc   -D_GNU_SOURCE -DPIC -fPIC -D_REENTRANT -Wall sandbox.o sandbox_futils.o  
getcwd.c -ldl -lc -o sandbox  
install -d -m 0755 /var/tmp/portage/portage-2.0.50-r5/image//lib  
install -d -m 0755  
/var/tmp/portage/portage-2.0.50-r5/image//usr/lib/portage/bin  
install -d -m 0755  
/var/tmp/portage/portage-2.0.50-r5/image//usr/lib/portage/lib  
install -m 0755 libsandbox.so /var/tmp/portage/portage-2.0.50-r5/image//lib  
install -m 0755 sandbox  
/var/tmp/portage/portage-2.0.50-r5/image//usr/lib/portage/bin  
install -m 0644 sandbox.bashrc  
/var/tmp/portage/portage-2.0.50-r5/image//usr/lib/portage/lib  
man:  
prepallstrip:  
strip:   
strip:   
   usr/lib/portage/bin/tbz2tool  
   usr/lib/portage/bin/sandbox  
   lib/libsandbox.so  
making executable: /lib/libsandbox.so  
>>> Completed installing into /var/tmp/portage/portage-2.0.50-r5/image/  
  
Calculating dependencies      ...done!  
>>> emerge (1 of 1) sys-apps/portage-2.0.50-r5 to /  
>>> md5 src_uri ;-) portage-2.0.50-r5.tar.bz2  
>>> Merging sys-apps/portage-2.0.50-r5 to /  
--- /etc/  
>>> /etc/make.globals  
>>> /etc/make.conf.example  
>>> /etc/etc-update.conf  
>>> /etc/dispatch-conf.conf  
--- /usr/  
--- /usr/lib/  
--- /usr/lib/portage/  
--- /usr/lib/portage/pym/  
>>> /usr/lib/portage/pym/cvstree.py  
>>> /usr/lib/portage/pym/dcdialog.py  
>>> /usr/lib/portage/pym/dispatch_conf.py  
>>> /usr/lib/portage/pym/getbinpkg.py  
>>> /usr/lib/portage/pym/output.py  
>>> /usr/lib/portage/pym/portage.py  
>>> /usr/lib/portage/pym/portage_db_anydbm.py  
>>> /usr/lib/portage/pym/portage_db_cpickle.py  
>>> /usr/lib/portage/pym/portage_db_flat.py  
>>> /usr/lib/portage/pym/portage_db_template.py  
>>> /usr/lib/portage/pym/portage_db_test.py  
>>> /usr/lib/portage/pym/xpak.py  
>>> /usr/lib/portage/pym/emergehelp.py  
--- /usr/lib/portage/bin/  
>>> /usr/lib/portage/bin/archive-conf  
>>> /usr/lib/portage/bin/chkcontents  
>>> /usr/lib/portage/bin/db-update.py  
>>> /usr/lib/portage/bin/dispatch-conf  
>>> /usr/lib/portage/bin/dispatch-conf-dialog  
>>> /usr/lib/portage/bin/dobin  
>>> /usr/lib/portage/bin/dodir  
>>> /usr/lib/portage/bin/dodoc  
>>> /usr/lib/portage/bin/doexe  
>>> /usr/lib/portage/bin/dohard  
>>> /usr/lib/portage/bin/dohtml  
>>> /usr/lib/portage/bin/doinfo  
>>> /usr/lib/portage/bin/doins  
>>> /usr/lib/portage/bin/dojar  
>>> /usr/lib/portage/bin/dolib  
>>> /usr/lib/portage/bin/dolib.a  
>>> /usr/lib/portage/bin/dolib.so  
>>> /usr/lib/portage/bin/doman  
>>> /usr/lib/portage/bin/domo  
>>> /usr/lib/portage/bin/dopython  
>>> /usr/lib/portage/bin/dosbin  
>>> /usr/lib/portage/bin/dosed  
>>> /usr/lib/portage/bin/dosym  
>>> /usr/lib/portage/bin/ebuild  
>>> /usr/lib/portage/bin/ebuild.sh  
>>> /usr/lib/portage/bin/emake  
>>> /usr/lib/portage/bin/emerge  
>>> /usr/lib/portage/bin/emerge-webrsync  
>>> /usr/lib/portage/bin/emergehelp.py  
>>> /usr/lib/portage/bin/env-update  
>>> /usr/lib/portage/bin/etc-update  
>>> /usr/lib/portage/bin/extra_functions.sh  
>>> /usr/lib/portage/bin/find-requires  
>>> /usr/lib/portage/bin/fix-db.py  
>>> /usr/lib/portage/bin/fixdbentries  
>>> /usr/lib/portage/bin/fixpackages  
>>> /usr/lib/portage/bin/fixvirtuals  
>>> /usr/lib/portage/bin/fowners  
>>> /usr/lib/portage/bin/fperms  
>>> /usr/lib/portage/bin/g-cpan.pl  
>>> /usr/lib/portage/bin/md5check.py  
>>> /usr/lib/portage/bin/md5check.sh  
>>> /usr/lib/portage/bin/mirror.py  
>>> /usr/lib/portage/bin/newbin  
>>> /usr/lib/portage/bin/newdoc  
>>> /usr/lib/portage/bin/newexe  
>>> /usr/lib/portage/bin/newins  
>>> /usr/lib/portage/bin/newlib.a  
>>> /usr/lib/portage/bin/newlib.so  
>>> /usr/lib/portage/bin/newman  
>>> /usr/lib/portage/bin/newsbin  
>>> /usr/lib/portage/bin/pkgmerge  
>>> /usr/lib/portage/bin/pkgmerge.new  
>>> /usr/lib/portage/bin/pkgname  
>>> /usr/lib/portage/bin/portageq  
>>> /usr/lib/portage/bin/prepall  
>>> /usr/lib/portage/bin/prepalldocs  
>>> /usr/lib/portage/bin/prepallinfo  
>>> /usr/lib/portage/bin/prepallman  
>>> /usr/lib/portage/bin/prepallstrip  
>>> /usr/lib/portage/bin/prepinfo  
>>> /usr/lib/portage/bin/preplib  
>>> /usr/lib/portage/bin/preplib.so  
>>> /usr/lib/portage/bin/prepman  
>>> /usr/lib/portage/bin/prepstrip  
>>> /usr/lib/portage/bin/queryhost.sh  
>>> /usr/lib/portage/bin/quickpkg  
>>> /usr/lib/portage/bin/regenworld  
>>> /usr/lib/portage/bin/repoman  
>>> /usr/lib/portage/bin/tbz2tool  
>>> /usr/lib/portage/bin/xpak  
>>> /usr/lib/portage/bin/pmake -> emake  
>>> /usr/lib/portage/bin/sandbox  
>>> /usr/lib/portage/bin/donewins -> newins  
--- /usr/lib/portage/lib/  
>>> /usr/lib/portage/lib/sandbox.bashrc  
--- /usr/bin/  
>>> /usr/bin/emerge -> ../lib/portage/bin/emerge  
>>> /usr/bin/xpak -> ../lib/portage/bin/xpak  
>>> /usr/bin/repoman -> ../lib/portage/bin/repoman  
>>> /usr/bin/tbz2tool -> ../lib/portage/bin/tbz2tool  
>>> /usr/bin/portageq -> ../lib/portage/bin/portageq  
>>> /usr/bin/g-cpan.pl -> ../lib/portage/bin/g-cpan.pl  
>>> /usr/bin/quickpkg -> ../lib/portage/bin/quickpkg  
--- /usr/sbin/  
>>> /usr/sbin/pkgmerge -> ../lib/portage/bin/pkgmerge  
>>> /usr/sbin/ebuild -> ../lib/portage/bin/ebuild  
>>> /usr/sbin/ebuild.sh -> ../lib/portage/bin/ebuild.sh  
>>> /usr/sbin/etc-update -> ../lib/portage/bin/etc-update  
>>> /usr/sbin/dispatch-conf -> ../lib/portage/bin/dispatch-conf  
>>> /usr/sbin/archive-conf -> ../lib/portage/bin/archive-conf  
>>> /usr/sbin/fixpackages -> ../lib/portage/bin/fixpackages  
>>> /usr/sbin/env-update -> ../lib/portage/bin/env-update  
>>> /usr/sbin/regenworld -> ../lib/portage/bin/regenworld  
>>> /usr/sbin/emerge-webrsync -> ../lib/portage/bin/emerge-webrsync  
--- /usr/share/  
--- /usr/share/man/  
--- /usr/share/man/man5/  
>>> /usr/share/man/man5/cvs.eclass.5.gz  
>>> /usr/share/man/man5/ebuild.5.gz  
>>> /usr/share/man/man5/distutils.eclass.5.gz  
>>> /usr/share/man/man5/gcc.eclass.5.gz  
>>> /usr/share/man/man5/eutils.eclass.5.gz  
>>> /usr/share/man/man5/games.eclass.5.gz  
>>> /usr/share/man/man5/flag-o-matic.eclass.5.gz  
>>> /usr/share/man/man5/make.conf.5.gz  
>>> /usr/share/man/man5/portage.5.gz  
>>> /usr/share/man/man5/perl-module.eclass.5.gz  
>>> /usr/share/man/man5/rpm.eclass.5.gz  
>>> /usr/share/man/man5/vim.eclass.5.gz  
>>> /usr/share/man/man5/ssl-cert.eclass.5.gz  
>>> /usr/share/man/man5/stardict.eclass.5.gz  
--- /usr/share/man/man1/  
>>> /usr/share/man/man1/ebuild.1.gz  
>>> /usr/share/man/man1/emerge.1.gz  
>>> /usr/share/man/man1/env-update.1.gz  
>>> /usr/share/man/man1/etc-update.1.gz  
>>> /usr/share/man/man1/quickpkg.1.gz  
>>> /usr/share/man/man1/repoman.1.gz  
--- /usr/share/doc/  
--- /usr/share/doc/portage-2.0.50-r5/  
>>> /usr/share/doc/portage-2.0.50-r5/ChangeLog.gz  
--- /lib/  
>>> /lib/libsandbox.so  
--- /var/  
--- /var/tmp/  
>>> /var/tmp/.keep  
>>> Safely unmerging already-installed instance...  
--- !mtime obj /var/tmp/.keep  
--- !mtime obj /usr/share/man/man5/vim.eclass.5.gz  
--- !mtime obj /usr/share/man/man5/stardict.eclass.5.gz  
--- !mtime obj /usr/share/man/man5/ssl-cert.eclass.5.gz  
--- !mtime obj /usr/share/man/man5/rpm.eclass.5.gz  
--- !mtime obj /usr/share/man/man5/portage.5.gz  
--- !mtime obj /usr/share/man/man5/perl-module.eclass.5.gz  
--- !mtime obj /usr/share/man/man5/make.conf.5.gz  
--- !mtime obj /usr/share/man/man5/gcc.eclass.5.gz  
--- !mtime obj /usr/share/man/man5/games.eclass.5.gz  
--- !mtime obj /usr/share/man/man5/flag-o-matic.eclass.5.gz  
--- !mtime obj /usr/share/man/man5/eutils.eclass.5.gz  
--- !mtime obj /usr/share/man/man5/ebuild.5.gz  
--- !mtime obj /usr/share/man/man5/distutils.eclass.5.gz  
--- !mtime obj /usr/share/man/man5/cvs.eclass.5.gz  
--- !mtime obj /usr/share/man/man1/repoman.1.gz  
--- !mtime obj /usr/share/man/man1/quickpkg.1.gz  
--- !mtime obj /usr/share/man/man1/etc-update.1.gz  
--- !mtime obj /usr/share/man/man1/env-update.1.gz  
--- !mtime obj /usr/share/man/man1/emerge.1.gz  
--- !mtime obj /usr/share/man/man1/ebuild.1.gz  
--- !mtime obj /usr/share/doc/portage-2.0.50-r5/ChangeLog.gz  
--- !mtime obj /usr/lib/portage/pym/xpak.py  
--- !mtime obj /usr/lib/portage/pym/portage_db_test.py  
--- !mtime obj /usr/lib/portage/pym/portage_db_template.py  
--- !mtime obj /usr/lib/portage/pym/portage_db_flat.py  
--- !mtime obj /usr/lib/portage/pym/portage_db_cpickle.py  
--- !mtime obj /usr/lib/portage/pym/portage_db_anydbm.py  
--- !mtime obj /usr/lib/portage/pym/portage.py  
--- !mtime obj /usr/lib/portage/pym/output.py  
--- !mtime obj /usr/lib/portage/pym/getbinpkg.py  
--- !mtime obj /usr/lib/portage/pym/emergehelp.py  
--- !mtime obj /usr/lib/portage/pym/dispatch_conf.py  
--- !mtime obj /usr/lib/portage/pym/dcdialog.py  
--- !mtime obj /usr/lib/portage/pym/cvstree.py  
--- !mtime obj /usr/lib/portage/lib/sandbox.bashrc  
--- !mtime obj /usr/lib/portage/bin/xpak  
--- !mtime obj /usr/lib/portage/bin/tbz2tool  
--- !mtime obj /usr/lib/portage/bin/sandbox  
--- !mtime obj /usr/lib/portage/bin/repoman  
--- !mtime obj /usr/lib/portage/bin/regenworld  
--- !mtime obj /usr/lib/portage/bin/quickpkg  
--- !mtime obj /usr/lib/portage/bin/queryhost.sh  
--- !mtime obj /usr/lib/portage/bin/prepstrip  
--- !mtime obj /usr/lib/portage/bin/prepman  
--- !mtime obj /usr/lib/portage/bin/preplib.so  
--- !mtime obj /usr/lib/portage/bin/preplib  
--- !mtime obj /usr/lib/portage/bin/prepinfo  
--- !mtime obj /usr/lib/portage/bin/prepallstrip  
--- !mtime obj /usr/lib/portage/bin/prepallman  
--- !mtime obj /usr/lib/portage/bin/prepallinfo  
-  
  [32;01m* [0m Feature additions are noted in help and make.conf descriptions.  
  
  [32;01m* [0m GENTOOLKIT will need to be updated to at least 0.2.0 for some  
tools  
  [32;01m* [0m to work properly.  
  
  [32;01m* [0m Update configs using 'etc-update' please. Maintaining current  
configs  
  [32;01m* [0m for portage and other system packages is fairly important for  
the  
  [32;01m* [0m continued health of your system.  
  
          Recalculating the counter... Counter updated successfully.  
ccache  
>>> Regenerating /etc/ld.so.cache...  
-- !mtime obj /usr/lib/portage/bin/prepalldocs  
--- !mtime obj /usr/lib/portage/bin/prepall  
--- !mtime obj /usr/lib/portage/bin/portageq  
--- !mtime obj /usr/lib/portage/bin/pkgname  
--- !mtime obj /usr/lib/portage/bin/pkgmerge.new  
--- !mtime obj /usr/lib/portage/bin/pkgmerge  
--- !mtime obj /usr/lib/portage/bin/newsbin  
--- !mtime obj /usr/lib/portage/bin/newman  
--- !mtime obj /usr/lib/portage/bin/newlib.so  
--- !mtime obj /usr/lib/portage/bin/newlib.a  
--- !mtime obj /usr/lib/portage/bin/newins  
--- !mtime obj /usr/lib/portage/bin/newexe  
--- !mtime obj /usr/lib/portage/bin/newdoc  
--- !mtime obj /usr/lib/portage/bin/newbin  
--- !mtime obj /usr/lib/portage/bin/mirror.py  
--- !mtime obj /usr/lib/portage/bin/md5check.sh  
--- !mtime obj /usr/lib/portage/bin/md5check.py  
--- !mtime obj /usr/lib/portage/bin/g-cpan.pl  
--- !mtime obj /usr/lib/portage/bin/fperms  
--- !mtime obj /usr/lib/portage/bin/fowners  
--- !mtime obj /usr/lib/portage/bin/fixvirtuals  
--- !mtime obj /usr/lib/portage/bin/fixpackages  
--- !mtime obj /usr/lib/portage/bin/fixdbentries  
--- !mtime obj /usr/lib/portage/bin/fix-db.py  
--- !mtime obj /usr/lib/portage/bin/find-requires  
--- !mtime obj /usr/lib/portage/bin/extra_functions.sh  
--- !mtime obj /usr/lib/portage/bin/etc-update  
--- !mtime obj /usr/lib/portage/bin/env-update  
--- !mtime obj /usr/lib/portage/bin/emergehelp.py  
--- !mtime obj /usr/lib/portage/bin/emerge-webrsync  
--- !mtime obj /usr/lib/portage/bin/emerge  
--- !mtime obj /usr/lib/portage/bin/emake  
--- !mtime obj /usr/lib/portage/bin/ebuild.sh  
--- !mtime obj /usr/lib/portage/bin/ebuild  
--- !mtime obj /usr/lib/portage/bin/dosym  
--- !mtime obj /usr/lib/portage/bin/dosed  
--- !mtime obj /usr/lib/portage/bin/dosbin  
--- !mtime obj /usr/lib/portage/bin/dopython  
--- !mtime obj /usr/lib/portage/bin/domo  
--- !mtime obj /usr/lib/portage/bin/doman  
--- !mtime obj /usr/lib/portage/bin/dolib.so  
--- !mtime obj /usr/lib/portage/bin/dolib.a  
--- !mtime obj /usr/lib/portage/bin/dolib  
--- !mtime obj /usr/lib/portage/bin/dojar  
--- !mtime obj /usr/lib/portage/bin/doins  
--- !mtime obj /usr/lib/portage/bin/doinfo  
--- !mtime obj /usr/lib/portage/bin/dohtml  
--- !mtime obj /usr/lib/portage/bin/dohard  
--- !mtime obj /usr/lib/portage/bin/doexe  
--- !mtime obj /usr/lib/portage/bin/dodoc  
--- !mtime obj /usr/lib/portage/bin/dodir  
--- !mtime obj /usr/lib/portage/bin/dobin  
--- !mtime obj /usr/lib/portage/bin/dispatch-conf-dialog  
--- !mtime obj /usr/lib/portage/bin/dispatch-conf  
--- !mtime obj /usr/lib/portage/bin/db-update.py  
--- !mtime obj /usr/lib/portage/bin/chkcontents  
--- !mtime obj /usr/lib/portage/bin/archive-conf  
--- !mtime obj /lib/libsandbox.so  
--- !mtime obj /etc/make.globals  
--- !mtime obj /etc/make.conf.example  
--- !mtime obj /etc/etc-update.conf  
--- !mtime obj /etc/dispatch-conf.conf  
--- !empty dir /var/tmp  
--- !empty dir /var  
--- !empty dir /usr/share/man/man5  
--- !empty dir /usr/share/man/man1  
--- !empty dir /usr/share/man  
--- !empty dir /usr/share/doc/portage-2.0.50-r5  
--- !empty dir /usr/share/doc  
--- !empty dir /usr/share  
--- !empty dir /usr/sbin  
--- !empty dir /usr/lib/portage/pym  
--- !empty dir /usr/lib/portage/lib  
--- !empty dir /usr/lib/portage/bin  
--- !empty dir /usr/lib/portage  
--- !empty dir /usr/lib  
--- !empty dir /usr/bin  
--- !empty dir /usr  
--- !empty dir /lib  
--- !empty dir /etc  
--- !targe sym /usr/sbin/regenworld  
--- !targe sym /usr/sbin/pkgmerge  
--- !targe sym /usr/sbin/fixpackages  
--- !targe sym /usr/sbin/etc-update  
--- !targe sym /usr/sbin/env-update  
--- !targe sym /usr/sbin/emerge-webrsync  
--- !targe sym /usr/sbin/ebuild.sh  
--- !targe sym /usr/sbin/ebuild  
--- !targe sym /usr/sbin/dispatch-conf  
--- !targe sym /usr/sbin/archive-conf  
--- !targe sym /usr/lib/portage/bin/pmake  
--- !targe sym /usr/lib/portage/bin/donewins  
--- !targe sym /usr/bin/xpak  
--- !targe sym /usr/bin/tbz2tool  
--- !targe sym /usr/bin/repoman  
--- !targe sym /usr/bin/quickpkg  
--- !targe sym /usr/bin/portageq  
--- !targe sym /usr/bin/g-cpan.pl  
--- !targe sym /usr/bin/emerge  
>>> original instance of package unmerged safely.  
>>> sys-apps/portage-2.0.50-r5 merged.  
  
 * GNU info directory index is up-to-date.  
>>> Unpacking source...  
>>> Unpacking gettext-0.12.1.tar.gz to /var/tmp/portage/gettext-0.12.1/work  
bootstrap  
  [32;01m* [0m Applying gettext-0.12.1-bootstrap.patch...  
 [A [125G   [34;01m[  [32;01mok [34;01m ] [0m  
>>> Source unpacked.  
nls  
configure: WARNING: If you wanted to set the --build type, don't use --host.  
    If a cross compiler is detected then cross compile mode will be used.  
checking for a BSD-compatible install... /bin/install -c  
checking whether build environment is sane... yes  
checking for gawk... gawk  
checking whether make sets $(MAKE)... yes  
checking for i586-pc-linux-gnu-strip... no  
checking for strip... strip  
checking build system type... i586-pc-linux-gnu  
checking host system type... i586-pc-linux-gnu  
configure: creating ./config.status  
config.status: creating Makefile  
configure: configuring in autoconf-lib-link  
configure: running /bin/sh './configure' --prefix=/usr  '--prefix=/usr'  
'--host=i586-pc-linux-gnu' '--mandir=/usr/share/man'  
'--infodir=/usr/share/info' '--datadir=/usr/share' '--sysconfdir=/etc'  
'--localstatedir=/var/lib' '--disable-shared' '--with-included-gettext'  
'CC=gcc' 'CFLAGS=-O3 -march=i586 -fomit-frame-pointer' 'CXXFLAGS=-O3  
-march=i586 -fomit-frame-pointer' 'CXX=gcc' 'host_alias=i586-pc-linux-gnu'  
--cache-file=/dev/null --srcdir=.  
configure: WARNING: If you wanted to set the --build type, don't use --host.  
    If a cross compiler is detected then cross compile mode will be used.  
 
...... 
 
Snippet deleted to meet limit of comment lengths 
 
......... 
  
Making all in intl-java  
make[3]: Entering directory  
`/var/tmp/portage/gettext-0.12.1/work/gettext-0.12.1/gettext-runtime/intl-java'  
cd . && test ! -d /usr/lib/jdk1.1.8 || env PATH=/usr/lib/jdk1.1.8/bin:$PATH  
javadoc -d javadoc1 gnu/gettext/*.java  
cd . && test ! -d /usr/lib/jdk1.3.1 || env PATH=/usr/lib/jdk1.3.1/bin:$PATH  
javadoc -d javadoc2 gnu/gettext/*.java  
make[3]: Leaving directory  
`/var/tmp/portage/gettext-0.12.1/work/gettext-0.12.1/gettext-runtime/intl-java'  
Making all in lib  
make[3]: Entering directory  
`/var/tmp/portage/gettext-0.12.1/work/gettext-0.12.1/gettext-runtime/lib'  
cp ./../../gettext-tools/lib/alloca_.h alloca.h  
gcc -DDEPENDS_ON_LIBINTL=1 -DHAVE_CONFIG_H -I. -I. -I.. -I. -I. -I.. -I../intl  
-I./../intl -I../../gettext-tools/lib -I./../../gettext-tools/lib    -O3  
-march=i586 -fomit-frame-pointer -c -o basename.o `test -f  
'../../gettext-tools/lib/basename.c' || echo  
'./'`../../gettext-tools/lib/basename.c  
gcc -DDEPENDS_ON_LIBINTL=1 -DHAVE_CONFIG_H -I. -I. -I.. -I. -I. -I.. -I../intl  
-I./../intl -I../../gettext-tools/lib -I./../../gettext-tools/lib    -O3  
-march=i586 -fomit-frame-pointer -c -o error.o `test -f  
'../../gettext-tools/lib/error.c' || echo './'`../../gettext-tools/lib/error.c  
gcc -DDEPENDS_ON_LIBINTL=1 -DHAVE_CONFIG_H -I. -I. -I.. -I. -I. -I.. -I../intl  
-I./../intl -I../../gettext-tools/lib -I./../../gettext-tools/lib    -O3  
-march=i586 -fomit-frame-pointer -c -o getopt.o `test -f  
'../../gettext-tools/lib/getopt.c' || echo  
'./'`../../gettext-tools/lib/getopt.c  
gcc -DDEPENDS_ON_LIBINTL=1 -DHAVE_CONFIG_H -I. -I. -I.. -I. -I. -I.. -I../intl  
-I./../intl -I../../gettext-tools/lib -I./../../gettext-tools/lib    -O3  
-march=i586 -fomit-frame-pointer -c -o getopt1.o `test -f  
'../../gettext-tools/lib/getopt1.c' || echo  
'./'`../../gettext-tools/lib/getopt1.c  
gcc -DDEPENDS_ON_LIBINTL=1 -DHAVE_CONFIG_H -I. -I. -I.. -I. -I. -I.. -I../intl  
-I./../intl -I../../gettext-tools/lib -I./../../gettext-tools/lib    -O3  
-march=i586 -fomit-frame-pointer -c -o progname.o `test -f  
'../../gettext-tools/lib/progname.c' || echo  
'./'`../../gettext-tools/lib/progname.c  
gcc -DDEPENDS_ON_LIBINTL=1 -DHAVE_CONFIG_H -I. -I. -I.. -I. -I. -I.. -I../intl  
-I./../intl -I../../gettext-tools/lib -I./../../gettext-tools/lib    -O3  
-march=i586 -fomit-frame-pointer -c -o progreloc.o `test -f  
'../../gettext-tools/lib/progreloc.c' || echo  
'./'`../../gettext-tools/lib/progreloc.c  
gcc -DDEPENDS_ON_LIBINTL=1 -DHAVE_CONFIG_H -I. -I. -I.. -I. -I. -I.. -I../intl  
-I./../intl -I../../gettext-tools/lib -I./../../gettext-tools/lib    -O3  
-march=i586 -fomit-frame-pointer -c -o xmalloc.o `test -f  
'../../gettext-tools/lib/xmalloc.c' || echo  
'./'`../../gettext-tools/lib/xmalloc.c  
gcc -DDEPENDS_ON_LIBINTL=1 -DHAVE_CONFIG_H -I. -I. -I.. -I. -I. -I.. -I../intl  
-I./../intl -I../../gettext-tools/lib -I./../../gettext-tools/lib    -O3  
-march=i586 -fomit-frame-pointer -c -o xstrdup.o `test -f  
'../../gettext-tools/lib/xstrdup.c' || echo  
'./'`../../gettext-tools/lib/xstrdup.c  
gcc -DDEPENDS_ON_LIBINTL=1 -DHAVE_CONFIG_H -I. -I. -I.. -I. -I. -I.. -I../intl  
-I./../intl -I../../gettext-tools/lib -I./../../gettext-tools/lib    -O3  
-march=i586 -fomit-frame-pointer -c -o xreadlink.o `test -f  
'../../gettext-tools/lib/xreadlink.c' || echo  
'./'`../../gettext-tools/lib/xreadlink.c  
rm -f libgrt.a  
ar cru libgrt.a basename.o error.o getopt.o getopt1.o progname.o progreloc.o  
xmalloc.o xstrdup.o xreadlink.o   
ranlib libgrt.a  
make[3]: Leaving directory  
`/var/tmp/portage/gettext-0.12.1/work/gettext-0.12.1/gettext-runtime/lib'  
Making all in src  
make[3]: Entering directory  
`/var/tmp/portage/gettext-0.12.1/work/gettext-0.12.1/gettext-runtime/src'  
gcc -DLOCALEDIR=\"/usr/share/locale\" -DHAVE_CONFIG_H -I. -I. -I.. -I. -I.  
-I.. -I../intl -I./../intl -I../lib -I./../lib -I../../gettext-tools/lib  
-I./../../gettext-tools/lib   -DINSTALLDIR=\"/usr/bin\" -O3 -march=i586  
-fomit-frame-pointer -c -o gettext-gettext.o `test -f 'gettext.c' || echo  
'./'`gettext.c  
/bin/sh ../libtool --mode=link gcc  -O3 -march=i586 -fomit-frame-pointer   -o  
gettext  gettext-gettext.o ../lib/libgrt.a ../intl/libintl.la    
mkdir .libs  
chmod 777 .libs  
gcc -O3 -march=i586 -fomit-frame-pointer -o gettext gettext-gettext.o   
../lib/libgrt.a ../intl/.libs/libintl.a -lc  
gcc -DLOCALEDIR=\"/usr/share/locale\" -DHAVE_CONFIG_H -I. -I. -I.. -I. -I.  
-I.. -I../intl -I./../intl -I../lib -I./../lib -I../../gettext-tools/lib  
-I./../../gettext-tools/lib   -DINSTALLDIR=\"/usr/bin\" -O3 -march=i586  
-fomit-frame-pointer -c -o ngettext-ngettext.o `test -f 'ngettext.c' || echo  
'./'`ngettext.c  
/bin/sh ../libtool --mode=link gcc  -O3 -march=i586 -fomit-frame-pointer   -o  
ngettext  ngettext-ngettext.o ../lib/libgrt.a ../intl/libintl.la    
gcc -O3 -march=i586 -fomit-frame-pointer -o ngettext ngettext-ngettext.o   
../lib/libgrt.a ../intl/.libs/libintl.a -lc  
make[3]: Leaving directory  
`/var/tmp/portage/gettext-0.12.1/work/gettext-0.12.1/gettext-runtime/src'  
Making all in po  
make[3]: Entering directory  
`/var/tmp/portage/gettext-0.12.1/work/gettext-0.12.1/gettext-runtime/po'  
make[3]: Nothing to be done for `all'.  
make[3]: Leaving directory  
`/var/tmp/portage/gettext-0.12.1/work/gettext-0.12.1/gettext-runtime/po'  
Making all in man  
make[3]: Entering directory  
`/var/tmp/portage/gettext-0.12.1/work/gettext-0.12.1/gettext-runtime/man'  
sed -e 's|@''localedir''@|/usr/share/locale|g' < `if test -f gettext.1.in;  
then echo .; else echo .; fi`/gettext.1.in > t-gettext.1  
mv t-gettext.1 gettext.1  
sed -e 's|@''localedir''@|/usr/share/locale|g' < `if test -f ngettext.1.in;  
then echo .; else echo .; fi`/ngettext.1.in > t-ngettext.1  
mv t-ngettext.1 ngettext.1  
sed -e 's|@''localedir''@|/usr/share/locale|g' < `if test -f  
gettext.1.html.in; then echo .; else echo .; fi`/gettext.1.html.in >  
t-gettext.1.html  
mv t-gettext.1.html gettext.1.html  
sed -e 's|@''localedir''@|/usr/share/locale|g' < `if test -f  
ngettext.1.html.in; then echo .; else echo .; fi`/ngettext.1.html.in >  
t-ngettext.1.html  
mv t-ngettext.1.html ngettext.1.html  
make[3]: Leaving directory  
`/var/tmp/portage/gettext-0.12.1/work/gettext-0.12.1/gettext-runtime/man'  
Making all in m4  
make[3]: Entering directory  
`/var/tmp/portage/gettext-0.12.1/work/gettext-0.12.1/gettext-runtime/m4'  
make[3]: Nothing to be done for `all'.  
make[3]: Leaving directory  
`/var/tmp/portage/gettext-0.12.1/work/gettext-0.12.1/gettext-runtime/m4'  
make[3]: Entering directory  
`/var/tmp/portage/gettext-0.12.1/work/gettext-0.12.1/gettext-runtime'  
make[3]: Nothing to be done for `all-am'.  
make[3]: Leaving directory  
`/var/tmp/portage/gettext-0.12.1/work/gettext-0.12.1/gettext-runtime'  
make[2]: Leaving directory  
`/var/tmp/portage/gettext-0.12.1/work/gettext-0.12.1/gettext-runtime'  
make[1]: Leaving directory  
`/var/tmp/portage/gettext-0.12.1/work/gettext-0.12.1/gettext-runtime'  
Making all in gettext-tools  
make[1]: Entering directory  
`/var/tmp/portage/gettext-0.12.1/work/gettext-0.12.1/gettext-tools'  
make  all-recursive  
make[2]: Entering directory  
`/var/tmp/portage/gettext-0.12.1/work/gettext-0.12.1/gettext-tools'  
Making all in doc  
make[3]: Entering directory  
`/var/tmp/portage/gettext-0.12.1/work/gettext-0.12.1/gettext-tools/doc'  
make[3]: Nothing to be done for `all'.  
make[3]: Leaving directory  
`/var/tmp/portage/gettext-0.12.1/work/gettext-0.12.1/gettext-tools/doc'  
Making all in intl  
make[3]: Entering directory  
`/var/tmp/portage/gettext-0.12.1/work/gettext-0.12.1/gettext-tools/intl'  
cp ../../gettext-runtime/intl/libgnuintl.h.in libgnuintl.h  
/bin/sh ../libtool --mode=compile gcc -c -DLOCALEDIR=\"/usr/share/locale\"  
-DLOCALE_ALIAS_PATH=\"/usr/share/locale\" -DLIBDIR=\"/usr/lib\" -DIN_LIBINTL  
-DENABLE_RELOCATABLE=1 -DIN_LIBRARY -DINSTALLDIR=\"/usr/lib\" -DNO_XMALLOC  
-Dset_relocation_prefix=libintl_set_relocation_prefix  
-Drelocate=libintl_relocate -DDEPENDS_ON_LIBICONV=1 -DHAVE_CONFIG_H -I.  
-I../../gettext-runtime/intl -I..  -O3 -march=i586 -fomit-frame-pointer   
../../gettext-runtime/intl/bindtextdom.c  
 gcc -c -DLOCALEDIR=\"/usr/share/locale\"  
-DLOCALE_ALIAS_PATH=\"/usr/share/locale\" -DLIBDIR=\"/usr/lib\" -DIN_LIBINTL  
-DENABLE_RELOCATABLE=1 -DIN_LIBRARY -DINSTALLDIR=\"/usr/lib\" -DNO_XMALLOC  
-Dset_relocation_prefix=libintl_set_relocation_prefix  
-Drelocate=libintl_relocate -DDEPENDS_ON_LIBICONV=1 -DHAVE_CONFIG_H -I.  
-I../../gettext-runtime/intl -I.. -O3 -march=i586 -fomit-frame-pointer  
../../gettext-runtime/intl/bindtextdom.c -o bindtextdom.o  
/bin/sh ../libtool --mode=compile gcc -c -DLOCALEDIR=\"/usr/share/locale\"  
-DLOCALE_ALIAS_PATH=\"/usr/share/locale\" -DLIBDIR=\"/usr/lib\" -DIN_LIBINTL  
-DENABLE_RELOCATABLE=1 -DIN_LIBRARY -DINSTALLDIR=\"/usr/lib\" -DNO_XMALLOC  
-Dset_relocation_prefix=libintl_set_relocation_prefix  
-Drelocate=libintl_relocate -DDEPENDS_ON_LIBICONV=1 -DHAVE_CONFIG_H -I.  
-I../../gettext-runtime/intl -I..  -O3 -march=i586 -fomit-frame-pointer   
../../gettext-runtime/intl/dcgettext.c  
 gcc -c -DLOCALEDIR=\"/usr/share/locale\"  
-DLOCALE_ALIAS_PATH=\"/usr/share/locale\" -DLIBDIR=\"/usr/lib\" -DIN_LIBINTL  
-DENABLE_RELOCATABLE=1 -DIN_LIBRARY -DINSTALLDIR=\"/usr/lib\" -DNO_XMALLOC  
-Dset_relocation_prefix=libintl_set_relocation_prefix  
-Drelocate=libintl_relocate -DDEPENDS_ON_LIBICONV=1 -DHAVE_CONFIG_H -I.  
-I../../gettext-runtime/intl -I.. -O3 -march=i586 -fomit-frame-pointer  
../../gettext-runtime/intl/dcgettext.c -o dcgettext.o  
/bin/sh ../libtool --mode=compile gcc -c -DLOCALEDIR=\"/usr/share/locale\"  
-DLOCALE_ALIAS_PATH=\"/usr/share/locale\" -DLIBDIR=\"/usr/lib\" -DIN_LIBINTL  
-DENABLE_RELOCATABLE=1 -DIN_LIBRARY -DINSTALLDIR=\"/usr/lib\" -DNO_XMALLOC  
-Dset_relocation_prefix=libintl_set_relocation_prefix  
-Drelocate=libintl_relocate -DDEPENDS_ON_LIBICONV=1 -DHAVE_CONFIG_H -I.  
-I../../gettext-runtime/intl -I..  -O3 -march=i586 -fomit-frame-pointer   
../../gettext-runtime/intl/dgettext.c  
 gcc -c -DLOCALEDIR=\"/usr/share/locale\"  
-DLOCALE_ALIAS_PATH=\"/usr/share/locale\" -DLIBDIR=\"/usr/lib\" -DIN_LIBINTL  
-DENABLE_RELOCATABLE=1 -DIN_LIBRARY -DINSTALLDIR=\"/usr/lib\" -DNO_XMALLOC  
-Dset_relocation_prefix=libintl_set_relocation_prefix  
-Drelocate=libintl_relocate -DDEPENDS_ON_LIBICONV=1 -DHAVE_CONFIG_H -I.  
-I../../gettext-runtime/intl -I.. -O3 -march=i586 -fomit-frame-pointer  
../../gettext-runtime/intl/dgettext.c -o dgettext.o  
/bin/sh ../libtool --mode=compile gcc -c -DLOCALEDIR=\"/usr/share/locale\"  
-DLOCALE_ALIAS_PATH=\"/usr/share/locale\" -DLIBDIR=\"/usr/lib\" -DIN_LIBINTL  
-DENABLE_RELOCATABLE=1 -DIN_LIBRARY -DINSTALLDIR=\"/usr/lib\" -DNO_XMALLOC  
-Dset_relocation_prefix=libintl_set_relocation_prefix  
-Drelocate=libintl_relocate -DDEPENDS_ON_LIBICONV=1 -DHAVE_CONFIG_H -I.  
-I../../gettext-runtime/intl -I..  -O3 -march=i586 -fomit-frame-pointer   
../../gettext-runtime/intl/gettext.c  
 gcc -c -DLOCALEDIR=\"/usr/share/locale\"  
-DLOCALE_ALIAS_PATH=\"/usr/share/locale\" -DLIBDIR=\"/usr/lib\" -DIN_LIBINTL  
-DENABLE_RELOCATABLE=1 -DIN_LIBRARY -DINSTALLDIR=\"/usr/lib\" -DNO_XMALLOC  
-Dset_relocation_prefix=libintl_set_relocation_prefix  
-Drelocate=libintl_relocate -DDEPENDS_ON_LIBICONV=1 -DHAVE_CONFIG_H -I.  
-I../../gettext-runtime/intl -I.. -O3 -march=i586 -fomit-frame-pointer  
../../gettext-runtime/intl/gettext.c -o gettext.o  
/bin/sh ../libtool --mode=compile gcc -c -DLOCALEDIR=\"/usr/share/locale\"  
-DLOCALE_ALIAS_PATH=\"/usr/share/locale\" -DLIBDIR=\"/usr/lib\" -DIN_LIBINTL  
-DENABLE_RELOCATABLE=1 -DIN_LIBRARY -DINSTALLDIR=\"/usr/lib\" -DNO_XMALLOC  
-Dset_relocation_prefix=libintl_set_relocation_prefix  
-Drelocate=libintl_relocate -DDEPENDS_ON_LIBICONV=1 -DHAVE_CONFIG_H -I.  
-I../../gettext-runtime/intl -I..  -O3 -march=i586 -fomit-frame-pointer   
../../gettext-runtime/intl/finddomain.c  
 gcc -c -DLOCALEDIR=\"/usr/share/locale\"  
-DLOCALE_ALIAS_PATH=\"/usr/share/locale\" -DLIBDIR=\"/usr/lib\" -DIN_LIBINTL  
-DENABLE_RELOCATABLE=1 -DIN_LIBRARY -DINSTALLDIR=\"/usr/lib\" -DNO_XMALLOC  
-Dset_relocation_prefix=libintl_set_relocation_prefix  
-Drelocate=libintl_relocate -DDEPENDS_ON_LIBICONV=1 -DHAVE_CONFIG_H -I.  
-I../../gettext-runtime/intl -I.. -O3 -march=i586 -fomit-frame-pointer  
../../gettext-runtime/intl/finddomain.c -o finddomain.o  
/bin/sh ../libtool --mode=compile gcc -c -DLOCALEDIR=\"/usr/share/locale\"  
-DLOCALE_ALIAS_PATH=\"/usr/share/locale\" -DLIBDIR=\"/usr/lib\" -DIN_LIBINTL  
-DENABLE_RELOCATABLE=1 -DIN_LIBRARY -DINSTALLDIR=\"/usr/lib\" -DNO_XMALLOC  
-Dset_relocation_prefix=libintl_set_relocation_prefix  
-Drelocate=libintl_relocate -DDEPENDS_ON_LIBICONV=1 -DHAVE_CONFIG_H -I.  
-I../../gettext-runtime/intl -I..  -O3 -march=i586 -fomit-frame-pointer   
../../gettext-runtime/intl/loadmsgcat.c  
 gcc -c -DLOCALEDIR=\"/usr/share/locale\"  
-DLOCALE_ALIAS_PATH=\"/usr/share/locale\" -DLIBDIR=\"/usr/lib\" -DIN_LIBINTL  
-DENABLE_RELOCATABLE=1 -DIN_LIBRARY -DINSTALLDIR=\"/usr/lib\" -DNO_XMALLOC  
-Dset_relocation_prefix=libintl_set_relocation_prefix  
-Drelocate=libintl_relocate -DDEPENDS_ON_LIBICONV=1 -DHAVE_CONFIG_H -I.  
-I../../gettext-runtime/intl -I.. -O3 -march=i586 -fomit-frame-pointer  
../../gettext-runtime/intl/loadmsgcat.c -o loadmsgcat.o  
/bin/sh ../libtool --mode=compile gcc -c -DLOCALEDIR=\"/usr/share/locale\"  
-DLOCALE_ALIAS_PATH=\"/usr/share/locale\" -DLIBDIR=\"/usr/lib\" -DIN_LIBINTL  
-DENABLE_RELOCATABLE=1 -DIN_LIBRARY -DINSTALLDIR=\"/usr/lib\" -DNO_XMALLOC  
-Dset_relocation_prefix=libintl_set_relocation_prefix  
-Drelocate=libintl_relocate -DDEPENDS_ON_LIBICONV=1 -DHAVE_CONFIG_H -I.  
-I../../gettext-runtime/intl -I..  -O3 -march=i586 -fomit-frame-pointer   
../../gettext-runtime/intl/localealias.c  
 gcc -c -DLOCALEDIR=\"/usr/share/locale\"  
-DLOCALE_ALIAS_PATH=\"/usr/share/locale\" -DLIBDIR=\"/usr/lib\" -DIN_LIBINTL  
-DENABLE_RELOCATABLE=1 -DIN_LIBRARY -DINSTALLDIR=\"/usr/lib\" -DNO_XMALLOC  
-Dset_relocation_prefix=libintl_set_relocation_prefix  
-Drelocate=libintl_relocate -DDEPENDS_ON_LIBICONV=1 -DHAVE_CONFIG_H -I.  
-I../../gettext-runtime/intl -I.. -O3 -march=i586 -fomit-frame-pointer  
../../gettext-runtime/intl/localealias.c -o localealias.o  
/bin/sh ../libtool --mode=compile gcc -c -DLOCALEDIR=\"/usr/share/locale\"  
-DLOCALE_ALIAS_PATH=\"/usr/share/locale\" -DLIBDIR=\"/usr/lib\" -DIN_LIBINTL  
-DENABLE_RELOCATABLE=1 -DIN_LIBRARY -DINSTALLDIR=\"/usr/lib\" -DNO_XMALLOC  
-Dset_relocation_prefix=libintl_set_relocation_prefix  
-Drelocate=libintl_relocate -DDEPENDS_ON_LIBICONV=1 -DHAVE_CONFIG_H -I.  
-I../../gettext-runtime/intl -I..  -O3 -march=i586 -fomit-frame-pointer   
../../gettext-runtime/intl/textdomain.c  
 gcc -c -DLOCALEDIR=\"/usr/share/locale\"  
-DLOCALE_ALIAS_PATH=\"/usr/share/locale\" -DLIBDIR=\"/usr/lib\" -DIN_LIBINTL  
-DENABLE_RELOCATABLE=1 -DIN_LIBRARY -DINSTALLDIR=\"/usr/lib\" -DNO_XMALLOC  
-Dset_relocation_prefix=libintl_set_relocation_prefix  
-Drelocate=libintl_relocate -DDEPENDS_ON_LIBICONV=1 -DHAVE_CONFIG_H -I.  
-I../../gettext-runtime/intl -I.. -O3 -march=i586 -fomit-frame-pointer  
../../gettext-runtime/intl/textdomain.c -o textdomain.o  
/bin/sh ../libtool --mode=compile gcc -c -DLOCALEDIR=\"/usr/share/locale\"  
-DLOCALE_ALIAS_PATH=\"/usr/share/locale\" -DLIBDIR=\"/usr/lib\" -DIN_LIBINTL  
-DENABLE_RELOCATABLE=1 -DIN_LIBRARY -DINSTALLDIR=\"/usr/lib\" -DNO_XMALLOC  
-Dset_relocation_prefix=libintl_set_relocation_prefix  
-Drelocate=libintl_relocate -DDEPENDS_ON_LIBICONV=1 -DHAVE_CONFIG_H -I.  
-I../../gettext-runtime/intl -I..  -O3 -march=i586 -fomit-frame-pointer   
../../gettext-runtime/intl/l10nflist.c  
 gcc -c -DLOCALEDIR=\"/usr/share/locale\"  
-DLOCALE_ALIAS_PATH=\"/usr/share/locale\" -DLIBDIR=\"/usr/lib\" -DIN_LIBINTL  
-DENABLE_RELOCATABLE=1 -DIN_LIBRARY -DINSTALLDIR=\"/usr/lib\" -DNO_XMALLOC  
-Dset_relocation_prefix=libintl_set_relocation_prefix  
-Drelocate=libintl_relocate -DDEPENDS_ON_LIBICONV=1 -DHAVE_CONFIG_H -I.  
-I../../gettext-runtime/intl -I.. -O3 -march=i586 -fomit-frame-pointer  
../../gettext-runtime/intl/l10nflist.c -o l10nflist.o  
/bin/sh ../libtool --mode=compile gcc -c -DLOCALEDIR=\"/usr/share/locale\"  
-DLOCALE_ALIAS_PATH=\"/usr/share/locale\" -DLIBDIR=\"/usr/lib\" -DIN_LIBINTL  
-DENABLE_RELOCATABLE=1 -DIN_LIBRARY -DINSTALLDIR=\"/usr/lib\" -DNO_XMALLOC  
-Dset_relocation_prefix=libintl_set_relocation_prefix  
-Drelocate=libintl_relocate -DDEPENDS_ON_LIBICONV=1 -DHAVE_CONFIG_H -I.  
-I../../gettext-runtime/intl -I..  -O3 -march=i586 -fomit-frame-pointer   
../../gettext-runtime/intl/explodename.c  
 gcc -c -DLOCALEDIR=\"/usr/share/locale\"  
-DLOCALE_ALIAS_PATH=\"/usr/share/locale\" -DLIBDIR=\"/usr/lib\" -DIN_LIBINTL  
-DENABLE_RELOCATABLE=1 -DIN_LIBRARY -DINSTALLDIR=\"/usr/lib\" -DNO_XMALLOC  
-Dset_relocation_prefix=libintl_set_relocation_prefix  
-Drelocate=libintl_relocate -DDEPENDS_ON_LIBICONV=1 -DHAVE_CONFIG_H -I.  
-I../../gettext-runtime/intl -I.. -O3 -march=i586 -fomit-frame-pointer  
../../gettext-runtime/intl/explodename.c -o explodename.o  
/bin/sh ../libtool --mode=compile gcc -c -DLOCALEDIR=\"/usr/share/locale\"  
-DLOCALE_ALIAS_PATH=\"/usr/share/locale\" -DLIBDIR=\"/usr/lib\" -DIN_LIBINTL  
-DENABLE_RELOCATABLE=1 -DIN_LIBRARY -DINSTALLDIR=\"/usr/lib\" -DNO_XMALLOC  
-Dset_relocation_prefix=libintl_set_relocation_prefix  
-Drelocate=libintl_relocate -DDEPENDS_ON_LIBICONV=1 -DHAVE_CONFIG_H -I.  
-I../../gettext-runtime/intl -I..  -O3 -march=i586 -fomit-frame-pointer   
../../gettext-runtime/intl/dcigettext.c  
 gcc -c -DLOCALEDIR=\"/usr/share/locale\"  
-DLOCALE_ALIAS_PATH=\"/usr/share/locale\" -DLIBDIR=\"/usr/lib\" -DIN_LIBINTL  
-DENABLE_RELOCATABLE=1 -DIN_LIBRARY -DINSTALLDIR=\"/usr/lib\" -DNO_XMALLOC  
-Dset_relocation_prefix=libintl_set_relocation_prefix  
-Drelocate=libintl_relocate -DDEPENDS_ON_LIBICONV=1 -DHAVE_CONFIG_H -I.  
-I../../gettext-runtime/intl -I.. -O3 -march=i586 -fomit-frame-pointer  
../../gettext-runtime/intl/dcigettext.c -o dcigettext.o  
gcc: Internal error: Killed (program cc1)  
Please submit a full bug report.  
See <URL:http://bugs.gentoo.org/> for instructions.  
make[3]: *** [dcigettext.lo] Error 1  
make[3]: Leaving directory  
`/var/tmp/portage/gettext-0.12.1/work/gettext-0.12.1/gettext-tools/intl'  
make[2]: *** [all-recursive] Error 1  
make[2]: Leaving directory  
`/var/tmp/portage/gettext-0.12.1/work/gettext-0.12.1/gettext-tools'  
make[1]: *** [all] Error 2  
make[1]: Leaving directory  
`/var/tmp/portage/gettext-0.12.1/work/gettext-0.12.1/gettext-tools'  
make: *** [all-recursive] Error 1  
  
!!! ERROR: sys-devel/gettext-0.12.1 failed.  
!!! Function src_compile, Line 50, Exitcode 2  
!!! (no error message)  
  
Calculating dependencies      ...done!  
>>> emerge (1 of 6) sys-devel/gettext-0.12.1 to /  
>>> md5 src_uri ;-) gettext-0.12.1.tar.gz
Comment 1 Yilmaz Rona 2004-07-09 17:57:18 UTC
Created attachment 35087 [details]
output of bootstrap.sh
Comment 2 Chris Gianelloni (RETIRED) gentoo-dev 2004-07-10 05:34:33 UTC
How much RAM do you have?  How much swap?
Comment 3 Yilmaz Rona 2004-07-11 10:24:53 UTC
How much RAM do you have?	 32 MB

How much swap? 			512 MB

Results of running vmstat:

procs -----------memory---------- ---swap-- -----io---- --system-- ----cpu----
 r  b   swpd   free   buff  cache   si   so    bi    bo   in    cs us sy id wa
 1  0      0    592   5384   5292    0    0     1     0  100     3  0  0 100  0

Results of running free -t:

            total       used       free     shared    buffers     cached
Mem:         28560      27732        828          0       5244       5208
-/+ buffers/cache:      17280      11280
Swap:            0          0          0
Total:       28560      27732        828

System architecture is 166MHz Pentium (i586)
Comment 4 roger55 (RETIRED) gentoo-dev 2004-07-11 12:36:00 UTC
You forgot to turn on swap. So it ran out of memory.

swapon /dev/hda2    (example, replace with what is your swap partition)

good luck.

Roger
Comment 5 Chris Gianelloni (RETIRED) gentoo-dev 2004-07-11 13:19:05 UTC
I agree with Roger.  You definitely did not have swap enabled, which is a guaranteed failure.

I do have to admit that you're a brave man going for a stage1 on such hardware.  I wish you the best of luck. 

I've done it myself on nearly the exact same machine... it works fine, just takes *forever*
Comment 6 Chris Gianelloni (RETIRED) gentoo-dev 2005-03-25 11:24:18 UTC
Moving these so we can remove the "Install CD" component from "Gentoo Linux".

I apologize to everyone for this spam, but according to the bugzilla developers,
this is the only reasonable way to do this.