Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 21553 - ebuild foo.ebuild digest fails with RESTRICT="fetch"
Summary: ebuild foo.ebuild digest fails with RESTRICT="fetch"
Status: RESOLVED FIXED
Alias: None
Product: Portage Development
Classification: Unclassified
Component: Unclassified (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Portage team
URL:
Whiteboard:
Keywords: Inclusion
: 26828 (view as bug list)
Depends on:
Blocks:
 
Reported: 2003-05-23 10:46 UTC by Peter Johanson (RETIRED)
Modified: 2011-10-30 22:21 UTC (History)
3 users (show)

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


Attachments
fixed (bugs.21553.patch,1.10 KB, patch)
2003-08-02 22:50 UTC, Masatomo Nakano (RETIRED)
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Peter Johanson (RETIRED) gentoo-dev 2003-05-23 10:46:23 UTC
hey nick,

working on a new ebuild and found a failure for digesting ebuilds with
RESTRICT="fetch". 

gonzo mpi350-driver # ebuild mpi350-driver-2.0.ebuild digest 
!!! Linux-ACU-Driver-v2.0.tar.gz not found in /usr/sync-portage/distfiles.

!!! sys-apps/mpi350-driver-2.0 has fetch restriction turned on.
!!! This probably means that this ebuild's files must be downloaded
!!! manually.  See the comments in the ebuild for more information.

 * Please download Linux-ACU-Driver-v2.0.tar.gz from
http://www.cisco.com/public/sw-center/sw-wireless.shtml
 * and put it in /usr/sync-portage/distfiles.
ACCESS DENIED  open_wr:   /environment
/usr/sbin/ebuild.sh: line 1182: /environment: Permission denied
--------------------------- ACCESS VIOLATION SUMMARY ---------------------------
LOG FILE = "/tmp/sandbox-mpi350-driver-2.0-5656.log"

open_wr:   /environment
open_wr:   /successful
--------------------------------------------------------------------------------
gonzo mpi350-driver # emerge info
Portage 2.0.48 (default-x86-1.4, gcc-3.2.2, glibc-2.3.1-r4)
=================================================================
System uname: 2.5.69-latex8 i686 Intel(R) Pentium(R) 4 Mobile CPU 1.80GHz
GENTOO_MIRRORS=" ftp://ftp.gtlib.cc.gatech.edu/pub/gentoo"
CONFIG_PROTECT="/etc /var/qmail/control /usr/share/config /usr/kde/2/share/confi
     g /usr/kde/3/share/config /usr/X11R6/lib/X11/xkb"
CONFIG_PROTECT_MASK="/etc/gconf /etc/env.d"
PORTDIR="/usr/portage"
DISTDIR="/usr/sync-portage/distfiles"
PKGDIR="/usr/portage/packages"
PORTAGE_TMPDIR="/var/tmp"
PORTDIR_OVERLAY="/usr/local/portage"
USE="x86 oss apm avi crypt cups encode gif jpeg libg++ mikmod mmx motif mpeg ncu
     rses pdflib png quicktime spell truetype xml2 xmms xv zlib directfb gdbm
slang r      eadline svga tcltk java X sdl gpm tcpd pam libwww ssl perl esd
imlib oggvorbis g      tk opengl ldap aalib acpi alsa -arts -berkdb cdr doc dvd
ethereal fbcon gps gtk2       -3dnow -gnome -kde -python -nls pcmcia plotutils
-qt sse tetex ipv6"
COMPILER="gcc3"
CHOST="i686-pc-linux-gnu"
CFLAGS="-march=pentium4 -O3 -pipe -fomit-frame-pointer -mfpmath=sse -msse -mno-s
     se2 -funroll-loops"
CXXFLAGS="-march=pentium4 -O3 -pipe -fomit-frame-pointer -mfpmath=sse -msse -mno
     -sse2 -funroll-loops"
ACCEPT_KEYWORDS="x86"
MAKEOPTS="-j2"
AUTOCLEAN="yes"
SYNC="rsync://rsync.gentoo.org/gentoo-portage"
FEATURES="sandbox ccache"

gonzo mpi350-driver # 
</snip>

seems to be a problem w/ ${T} not being set when it gets to the cleanup in the
/usr/bin/ebuild.sh ?
Comment 1 Masatomo Nakano (RETIRED) gentoo-dev 2003-08-02 22:50:49 UTC
Created attachment 15415 [details, diff]
fixed
Comment 2 Masatomo Nakano (RETIRED) gentoo-dev 2003-08-17 15:26:17 UTC
*** Bug 26828 has been marked as a duplicate of this bug. ***
Comment 3 Nicholas Jones (RETIRED) gentoo-dev 2003-11-09 23:17:41 UTC
Included for -r17