Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 35668 - emerge foomatic-db-2003-10-18 hangs during "strip:"
Summary: emerge foomatic-db-2003-10-18 hangs during "strip:"
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All All
: High normal (vote)
Assignee: Printing Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-12-12 09:39 UTC by gatto
Modified: 2003-12-12 12:12 UTC (History)
0 users

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 gatto 2003-12-12 09:39:49 UTC
emerge'ing foomatic-db-2003-10-18 hangs during the "strip:"  part of
src_install. I have cups and foomatic* packages installed.

>>> Unpacking source...
>>> Unpacking foomatic-db-20031018.tar.gz to /var/tmp/portage/foomatic-db-20031018/work
>>> Source unpacked.
creating cache ./config.cache
checking for a BSD compatible install... /bin/install -c
checking whether make sets ${MAKE}... yes
updating cache ./config.cache
creating ./config.status
creating Makefile
Finished configuring.
Type 'make install' to install the package.
                                                                                                                                                               
>>> Install foomatic-db-20031018 into /var/tmp/portage/foomatic-db-20031018/image/ category net-print
install -d /var/tmp/portage/foomatic-db-20031018/image//usr/share/foomatic
tar cf - --exclude=CVS db | ( cd /var/tmp/portage/foomatic-db-20031018/image//usr/share/foomatic && tar xf -)
man:
prepallstrip:
strip:
strip:   [ HANGS HERE ]


Gentoo Base System version 1.4.3.10
Portage 2.0.49-r15 (default-x86-1.4, gcc-3.2.3, glibc-2.3.2-r3, 2.4.23-ck1)
=================================================================
System uname: 2.4.23-ck1 i686 AMD Athlon(tm) Processor
ACCEPT_KEYWORDS="x86"
AUTOCLEAN="yes"
CFLAGS="-march=athlon-tbird -O2 -pipe"
CHOST="i686-pc-linux-gnu"
COMPILER="gcc3"
CONFIG_PROTECT="/etc /var/qmail/control /usr/share/config /usr/kde/2/share/config /usr/kde/3/share/config /usr/X11R6/lib/X11/xkb /usr/share/texmf/tex/generic/config/ /usr/share/texmf/tex/platex/config/"
CONFIG_PROTECT_MASK="/etc/gconf /etc/env.d"
CXXFLAGS="-march=athlon-tbird -O2 -pipe"
DISTDIR="/usr/portage/distfiles"
FEATURES="ccache autoaddcvs notitles sandbox userpriv usersandbox"
GENTOO_MIRRORS="http://adelie.polymtl.ca/ ftp://ftp.ussg.iu.edu/pub/linux/gentoo http://gentoo.noved.org/"
MAKEOPTS="-j2"
PKGDIR="/usr/portage/packages"
PORTAGE_TMPDIR="/var/tmp"
PORTDIR="/usr/portage"
PORTDIR_OVERLAY="/usr/local/portage"
SYNC="rsync://rsync.namerica.gentoo.org/gentoo-portage"
USE="x86 oss avi encode foomaticdb libg++ mad mikmod nls xml2 xmms gdbm berkdb tetex aalib java mysql sdl libwww python esd gtk mozilla cdr 3dfx 3dnow apm crypt cscope cups dga doc gif gnome gtk2 imlib jpeg mbox mmx moznomail moznoirc moznocompose mpeg ncurses oggvorbis opengl pam pdflib perl png quicktime readline ruby samba spell ssl svga tiff truetype voodoo3 X xml xv zlib -arts -dvd -gpm -kde -ldap -motif -qt -sasl -slang -tcpd"
Comment 1 Heinrich Wendel (RETIRED) gentoo-dev 2003-12-12 10:15:12 UTC
is this the complete output? tried it several times?
Comment 2 gatto 2003-12-12 11:21:12 UTC
Yes, this is complete output. I tried emergeing it 3 times before reporting
the bug. I will try and ( emerge sync && emerge --deep -u world ) once more.
Comment 3 gatto 2003-12-12 11:33:15 UTC
Still happens. Seems to be hanging in prepstrip, as top shows that process
consuming all of the CPU.
Comment 4 gatto 2003-12-12 11:48:19 UTC
Hmm, it actually completed. I guess I wasn't giving it enough time, after about
10 minutes it finishes churning through 6 lines of "strip: " output.
Comment 5 Heinrich Wendel (RETIRED) gentoo-dev 2003-12-12 12:12:00 UTC
Permissions to all files were set to 755 and portage tried to strip them, although they are .xml files. Thx for the report, I fixed that :)
Comment 6 Heinrich Wendel (RETIRED) gentoo-dev 2003-12-12 12:12:15 UTC
so we can close :)