Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 51985 - Emerge crash on partic
Summary: Emerge crash on partic
Status: RESOLVED INVALID
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: x86 Linux
: High blocker (vote)
Assignee: Portage team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-05-25 02:09 UTC by Romang
Modified: 2004-05-28 17:07 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 Romang 2004-05-25 02:09:23 UTC
USE="tcpd pam ssl -kde fbcon -imlib apache2 php innodb -gnome -gtk -X -qt mcal curl snmp jpeg memlimit -cups imap gd xml2 mysql"
CHOST="i686-pc-linux-gnu"
CFLAGS="-O3 -march=pentium3 -fprefetch-loop-arrays -funroll-loops -pipe"
#ACCEPT_KEYWORDS="~arch"
MAKEOPTS="-j2"

emerge search portage :

*  sys-apps/portage
      Latest version available: 2.0.50-r6
      Latest version installed: 2.0.50-r6
      Size of downloaded files: 219 kB
      Homepage:    http://www.gentoo.org
      Description: Portage ports system
      License:     GPL-2

When i Try to update ebuilds with emerge ebuild the emerge crash with 

Reproducible: Always
Steps to Reproduce:
1. emerge man-pages (sys-apps/man-pages-1.67)
2. emerge pwgen (app-admin/pwgen 2.03-r1)
3. Or others ...

Actual Results:  
calisto root # emerge man-pages
Calculating dependencies ...done!
>>> emerge (1 of 1) sys-apps/man-pages-1.67 to /
>>> md5 src_uri ;-) man-pages-1.67.tar.bz2
>>> Unpacking source...
>>> Unpacking man-pages-1.67.tar.bz2 to /var/tmp/portage/man-pages-1.67/work

bzip2: I/O or other error, bailing out.  Possible reason follows.
bzip2: Broken pipe
        Input file = /usr/portage/distfiles/man-pages-1.67.tar.bz2, output file
= (stdout)
/usr/sbin/ebuild.sh: line 1427:  9202 Exit 1                  bzip2 -dc
"${DISTDIR}/${x}"
      9203 Segmentation fault      | tar ${tarvars} -xf -

!!! ERROR: sys-apps/man-pages-1.67 failed.
!!! Function unpack, Line 339, Exitcode 139
!!! failure unpacking man-pages-1.67.tar.bz2

calisto root # emerge pwgen
Calculating dependencies ...done!
>>> emerge (1 of 1) app-admin/pwgen-2.03-r1 to /
>>> Downloading
http://www.mirror.ac.uk/sites/www.ibiblio.org/gentoo/distfiles/pwgen-2.03.tar.gz
--11:04:53-- 
http://www.mirror.ac.uk/sites/www.ibiblio.org/gentoo/distfiles/pwgen-2.03.tar.gz
           => `/usr/portage/distfiles/pwgen-2.03.tar.gz'
Resolving www.mirror.ac.uk... 194.83.57.2, 194.83.57.3, 194.83.57.7, ...
Connecting to www.mirror.ac.uk[194.83.57.2]:80... connected.
HTTP request sent, awaiting response... 200 OK
Length: 23,367 [application/x-gzip]

100%[=======================================================>] 23,367      
145.35K/s             

11:04:54 (144.85 KB/s) - `/usr/portage/distfiles/pwgen-2.03.tar.gz' saved
[23367/23367]

>>> md5 src_uri ;-) pwgen-2.03.tar.gz
>>> Unpacking source...
>>> Unpacking pwgen-2.03.tar.gz to /var/tmp/portage/pwgen-2.03-r1/work

gzip: stdout: Broken pipe
/usr/sbin/ebuild.sh: line 1427:  9270 Segmentation fault      tar ${tarvars}
-xzf "${DISTDIR}/${x}"

!!! ERROR: app-admin/pwgen-2.03-r1 failed.
!!! Function unpack, Line 332, Exitcode 139
!!! failure unpacking pwgen-2.03.tar.gz

emerge tar : no problems
emerge bzip2 : no problems
Comment 1 Marius Mauch (RETIRED) gentoo-dev 2004-05-26 09:37:06 UTC
can you unpack those files manually ?
Comment 2 Nicholas Jones (RETIRED) gentoo-dev 2004-05-28 17:07:10 UTC
Segmentation fault would mean either bad hardware or over optimization.