Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 121381 - portage 2.1_pre4-r1: unpacking/digesting an ebuild with a broken SRC_URI -> hate
Summary: portage 2.1_pre4-r1: unpacking/digesting an ebuild with a broken SRC_URI -> hate
Status: RESOLVED DUPLICATE of bug 149397
Alias: None
Product: Portage Development
Classification: Unclassified
Component: Core - Ebuild Support (show other bugs)
Hardware: All Linux
: High major (vote)
Assignee: Portage team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-02-02 17:48 UTC by SpanKY
Modified: 2007-06-06 04:17 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 SpanKY gentoo-dev 2006-02-02 17:48:36 UTC
root@vapier 0 openssh # USE=ldap ebuild openssh-4.3_p1.ebuild clean unpack
Appending /usr/local/gentoo-x86 to PORTDIR_OVERLAY...
!!! Failed symlinking in '' to ebuild distdir
Traceback (most recent call last):
  File "/usr/sbin/ebuild", line 77, in ?
    a = portage.doebuild(ebuild, arg, portage.root, tmpsettings, debug=debug, cleanup=("noauto" not in portage.features), tree=mytree)
  File "/usr/lib/portage/pym/portage.py", line 2826, in doebuild
    os.symlink(os.path.join(orig_distdir, file), os.path.join(edpath, file))
OSError: [Errno 17] File exists



Portage 2.1_pre4-r1 (default-linux/amd64/2005.1, gcc-3.4.5, glibc-2.3.6-r2, 2.6.14.6-grsec x86_64)
=================================================================
System uname: 2.6.14.6-grsec x86_64 AMD Athlon(tm) 64 Processor 3500+
Gentoo Base System version 1.6.14
distcc 2.18.3 x86_64-pc-linux-gnu (protocols 1 and 2) (default port 3632) [disabled]
ccache version 2.4 [enabled]
dev-lang/python:     2.4.2
sys-apps/sandbox:    1.2.17
sys-devel/autoconf:  2.13, 2.59-r7
sys-devel/automake:  1.4_p6, 1.5, 1.6.3, 1.7.9-r1, 1.8.5-r3, 1.9.6-r1
sys-devel/binutils:  2.15.92.0.2-r10, 2.16-r1, 2.16.1, 2.16.1-r1, 2.16.90.0.3, 2.16.91.0.1, 2.16.91.0.2, 2.16.91.0.3, 2.16.91.0.4, 2.16.91.0.5, 9999_pre060131
sys-devel/libtool:   1.5.22
virtual/os-headers:  2.6.11-r4
ACCEPT_KEYWORDS="amd64 ~amd64"
AUTOCLEAN="yes"
CBUILD="x86_64-pc-linux-gnu"
CFLAGS="-O2 -march=k8 -pipe -D_FORTIFY_SOURCE=1 -Wimplicit-function-declaration"
CHOST="x86_64-pc-linux-gnu"
CONFIG_PROTECT="/etc /usr/kde/2/share/config /usr/kde/3.5/env /usr/kde/3.5/share/config /usr/kde/3.5/shutdown /usr/kde/3/share/config /usr/lib/X11/xkb /usr/share/config /var/qmail/alias /var/qmail/control /var/vpopmail/domains /var/vpopmail/etc"
CONFIG_PROTECT_MASK="/etc/gconf /etc/terminfo /etc/texmf/web2c /etc/env.d"
CXXFLAGS="-O2 -march=k8 -pipe -D_FORTIFY_SOURCE=1"
DISTDIR="/usr/portage/distfiles"
FEATURES="assume-digests autoconfig ccache cvs distlocks noauto noinfo sandbox sfperms sign splitdebug"
GENTOO_MIRRORS="http://distfiles.gentoo.org http://distro.ibiblio.org/pub/linux/distributions/gentoo"
LDFLAGS="-Wl,-O1 -Wl,-z,relro"
LINGUAS="en"
MAKEOPTS="-j6"
PKGDIR="/usr/portage/packages"
PORTAGE_TMPDIR="/var/tmp"
PORTDIR="/usr/portage"
PORTDIR_OVERLAY="/usr/local/portage"
SYNC="rsync://gentoo/gentoo-portage"
USE="amd64 X a52 aac aalib acl adns aio alsa audiofile berkdb bitmap-fonts bzip2 cairo cddb cdparanoia crypt cups dba directfb divx4linux dts dvd dvdr dvdread emboss encode esd exif fbcon flac flash foomaticdb gd gif glitz glut gphoto2 gpm gtk gtk2 imap imlib ipv6 jbig joystick jpeg jpeg2k libcaca libedit lzo lzw lzw-tiff mad maildir mikmod mime mng mp3 mpeg mplayer ncurses nls nptl nptlonly nvidia offensive oggvorbis openal opengl pcre pdflib perl pic png python quicktime readline real samba sdl sndfile spell ssl subtitles svg tcltk tcpd threads tiff truetype truetype-fonts type1-fonts usb userlocales wmf xanim xine xinerama xml xml2 xmms xpm xrandr xv xvid xvmc zlib elibc_glibc kernel_linux linguas_en userland_GNU video_cards_nvidia"
Unset:  ASFLAGS, CTARGET, EMERGE_DEFAULT_OPTS, LANG, LC_ALL
Comment 1 SpanKY gentoo-dev 2006-02-02 17:51:22 UTC
it's because i had an element in SRC_URI which resolved to "":

X509_PATCH=""
SRC_URI="mirror://openbsd/OpenSSH/portable/${PARCH}.tar.gz
   X509? ( http://roumenpetrov.info/openssh/x509-5.3/${X509_PATCH} )"
Comment 2 Marius Mauch (RETIRED) gentoo-dev 2007-06-06 00:14:25 UTC
Anyone confirm that this is fixed/still an issue?
Comment 3 Zac Medico gentoo-dev 2007-06-06 04:17:05 UTC

*** This bug has been marked as a duplicate of bug 149397 ***