Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 51156 - ebuild unpack doesn't work for packages installed with the --usepkg option
Summary: ebuild unpack doesn't work for packages installed with the --usepkg option
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Unspecified (show other bugs)
Hardware: x86 Linux
: High normal (vote)
Assignee: Portage team
URL:
Whiteboard:
Keywords: Bug
Depends on:
Blocks:
 
Reported: 2004-05-15 13:52 UTC by Pascal Brück
Modified: 2004-06-19 06:51 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 Pascal Brück 2004-05-15 13:52:50 UTC
I have build a lot of binary packages with the buildpkg feature.
After a new install with these packages it is not possible to use the unpack feature of the ebuild command on these packages.

It exits with the following error message:

/usr/sbin/ebuild.sh: line 1291: /var/tmp/portage-pkg/<package-version>/inf/<package-version>.ebuild: file or directory not found



Reproducible: Always
Steps to Reproduce:
1. FEATURES="buildpkg" emerge <package>
2. ebuild /<PORTDIR>/<package>/<package-version>.ebuild unpack # works fine
3. emerge unmerge <package>
4. emerge -k <package>
5. ebuild /<PORTDIR>/<package>/<package-version>.ebuild unpack # exits with error

Actual Results:  
/usr/sbin/ebuild.sh: line 
1291: /var/tmp/portage-pkg/<package-version>/inf/<package-version>.ebuild: 
file or directory not found 
 

Expected Results:  
unpack the package 

Portage 2.0.50-r6 (default-x86-2004.0, gcc-3.3.2, glibc-2.3.2-r9, 
2.6.5-gentoo-r1) 
================================================================= 
System uname: 2.6.5-gentoo-r1 i686 AMD Athlon(TM) XP 2400+ 
Gentoo Base System version 1.4.10 
Autoconf: sys-devel/autoconf-2.58-r1 
Automake: sys-devel/automake-1.8.3 
ACCEPT_KEYWORDS="x86" 
AUTOCLEAN="yes" 
CFLAGS="-march=i686 -O3 -pipe -fomit-frame-pointer -mmmx -m3dnow -msse" 
CHOST="i686-pc-linux-gnu" 
COMPILER="gcc3" 
CONFIG_PROTECT="/etc /usr/kde/2/share/config /usr/kde/3/share/config /usr/share/config /var/qmail/control" 
CONFIG_PROTECT_MASK="/etc/gconf /etc/terminfo /etc/env.d" 
CXXFLAGS="-march=i686 -O3 -pipe -fomit-frame-pointer -mmmx -m3dnow -msse" 
DISTDIR="/mnt/gix/distfiles" 
FEATURES="autoaddcvs buildpkg ccache sandbox" 
GENTOO_MIRRORS="http://gentoo.oregonstate.edu 
http://distro.ibiblio.org/pub/Linux/distributions/gentoo" 
MAKEOPTS="-j2" 
PKGDIR="/mnt/gix/packages/gix_i686/" 
PORTAGE_TMPDIR="/var/tmp" 
PORTDIR="/usr/portage" 
PORTDIR_OVERLAY="/usr/local/portage" 
SYNC="rsync://rsync.europe.gentoo.org/gentoo-portage" 
USE="X509 apache2 apm chroot cl crypt cups foomaticdb gd gif gpm hbci imap 
innodb jpeg kerberos libwww maildir mmx moznocompose moznoirc moznomail mpeg 
ncurses nls nptl oav odbc oggvorbis pam pdflib pic png postgres python 
readline samba sasl skey slang slp spell sse ssl svga tcpd tiff truetype usb 
x86 xml xml2 zlib"
Comment 1 Masatomo Nakano (RETIRED) gentoo-dev 2004-06-19 06:51:32 UTC
This bug has been fixed in 2.0.51*