Summary: | emerge planet-ccrma-sources fails - Function src_unpack | ||
---|---|---|---|
Product: | Gentoo Linux | Reporter: | Mark Knecht <markknecht> |
Component: | [OLD] Core system | Assignee: | Steve Arnold <nerdboy> |
Status: | RESOLVED FIXED | ||
Severity: | normal | ||
Priority: | High | ||
Version: | unspecified | ||
Hardware: | All | ||
OS: | Linux | ||
Whiteboard: | |||
Package list: | Runtime testing required: | --- |
Description
Mark Knecht
2003-10-27 12:43:39 UTC
FYI - Tried this on a second machine with the same results. Ok, I'll see if I can make it happen on my box (and maybe another one). I tested the r1 ebuild on my kid's box, and it works fine there too. So it looks like you have two machines it fails on, and I have two that it works on. Things that make you go hmmm... Looking at your info, all I can think of is maybe try cranking your CFLAGS down from -O3 to -O2 or -Os. But you'd have to rebuild quite a bit of stuff to test that theory... Other than that, I really don't see much of anything. I'm open to suggestions. Humm....strange. Are either of your machines AMD based? I jsut tried -r1 again and it's still failing here. This is failing in emerge somewhere. To go down to -O2 would be quite a drastic step I think since it would mean rebuilding what? The whole machine? I don't know. Well, this is disappointing. Maybe I'd be better off adding the capabilites patch to gentoo-sources.... Thanks, Mark Both machines I have are athlons (actually three, if you count my previous board/cpu combo) - 2 tbirds and one xp chip (but all are using -Os). Go figure... I see the same problem and same error message. tar: Error exit delayed from previous errors It appears that it might be dying in the kernel_universal_unpack. bash-2.05b# emerge --info Portage 2.0.48-r7 (default-x86-1.4, gcc-3.2.3, glibc-2.3.2-r1) ================================================================= System uname: 2.4.20 i686 AMD Athlon(TM) MP 1900+ GENTOO_MIRRORS="http://gentoo.oregonstate.edu http://distro.ibiblio.org/pub/Linux/distributions/gentoo" CONFIG_PROTECT="/etc /var/qmail/control /usr/kde/2/share/config /usr/kde/3/share/config /usr/X11R6/lib/X11/xkb /usr/share/config" CONFIG_PROTECT_MASK="/etc/gconf /etc/env.d" PORTDIR="/usr/portage" DISTDIR="/usr/portage/distfiles" PKGDIR="/usr/portage/packages" PORTAGE_TMPDIR="/var/tmp" PORTDIR_OVERLAY="" USE="x86 oss apm avi cups encode foomaticdb gif jpeg libg++ libwww mad mikmod mpeg pdflib png quicktime spell xv gdbm berkdb slang svga tcltk java guile mysql gpm tcpd pam ssl perl python esd imlib motif opengl mozilla cdr X gtk gtk2 gnome alsa qt -kde -arts aalib ncurses readline sdl nas xmms oggvorbis crypt truetype xml xml2 zlib tiff static -nls" COMPILER="gcc3" CHOST="i686-pc-linux-gnu" CFLAGS="-mcpu=athlon-mp -O3 -pipe" CXXFLAGS="-O2 -mcpu=i686 -pipe" ACCEPT_KEYWORDS="x86 ~x86" MAKEOPTS="-j2" AUTOCLEAN="yes" SYNC="rsync://rsync.gentoo.org/gentoo-portage" FEATURES="sandbox ccache" I'm not sure what to say, since I haven't been able to reproduce this on the three Gentoo boxes I have at my disposal right now. This one is an Athlon-xp, and I tried on an Athlon-tbird and a K6-2 350. Any other ideas? This fix worked for my qtopia-desktop-bin ebuild, so give it a try. I switched from rpm2tgz to the rpm eclass. |