Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 63963 - net-fs/samba 3.0.7 does not unpack on amd64
Summary: net-fs/samba 3.0.7 does not unpack on amd64
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: AMD64 Linux
: High normal
Assignee: Gentoo's SAMBA Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-09-13 23:24 UTC by Christian Aistleitner
Modified: 2004-09-14 01:19 UTC (History)
0 users

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


Attachments
Patched EBuild for amd64 (samba-3.0.7.ebuild,13.63 KB, text/plain)
2004-09-13 23:30 UTC, Christian Aistleitner
Details
the diff file for the ebuild (samba.diff,552 bytes, patch)
2004-09-13 23:38 UTC, Christian Aistleitner
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Christian Aistleitner 2004-09-13 23:24:55 UTC
When ACCEPT_KEYWORDS is set to amd64, then the ebuild looks for patch it cannot find and fails to unpack.

----------------------------------------------------------------------
>>> emerge (16 of 116) net-fs/samba-3.0.7 to /
>>> md5 src_uri ;-) samba-3.0.7.tar.gz
>>> Unpacking source...
>>> Unpacking samba-3.0.7.tar.gz to /var/tmp/portage/samba-3.0.7/work
 * Applying samba-3.0.x-python-setup.patch...                                                            [ ok ]
 * Applying samba-3.0.x-smbumount-uid32.patch...                                                         [ ok ]
amd64

 * Cannot find $EPATCH_SOURCE!  Value for $EPATCH_SOURCE is:
 * 
 *   /usr/portage/net-fs/samba/files/samba-3.0.7-libdirsymlink.patch


!!! ERROR: net-fs/samba-3.0.7 failed.
!!! Function epatch, Line 255, Exitcode 0
!!! Cannot find $EPATCH_SOURCE!
----------------------------------------------------------------------

The patch looked for is
/usr/portage/net-fs/samba/files/samba-3.0.7-libdirsymlink.patch
and the file should be
/usr/portage/net-fs/samba/files/samba-3.0.6-libdirsymlink.patch
.


Portage 2.0.50-r9 (default-amd64-2004.2, gcc-3.3.3, glibc-2.3.4.20040605-r0, 2.6.7-gentoo-r14)
=================================================================
System uname: 2.6.7-gentoo-r14 x86_64 12
Gentoo Base System version 1.4.16
Autoconf: sys-devel/autoconf-2.59-r3
Automake: sys-devel/automake-1.8.3
ACCEPT_KEYWORDS="amd64 ~amd64"
AUTOCLEAN="yes"
CFLAGS="-O3 -pipe -fomit-frame-pointer"
CHOST="x86_64-pc-linux-gnu"
COMPILER="gcc3"
CONFIG_PROTECT="/etc /usr/X11R6/lib/X11/xkb /usr/kde/2/share/config /usr/kde/3/share/config /usr/share/config /usr/share/texmf/dvipdfm/config/ /usr/share/texmf/dvips/config/ /usr/share/texmf/tex/generic/config/ /usr/share/texmf/tex/platex/config/ /usr/share/texmf/xdvi/ /var/qmail/control"
CONFIG_PROTECT_MASK="/etc/gconf /etc/terminfo /etc/env.d"
CXXFLAGS="-O3 -pipe -fomit-frame-pointer"
DISTDIR="/usr/portage/distfiles"
FEATURES="autoaddcvs ccache"
GENTOO_MIRRORS="ftp:///ftp-stud.fht-esslingen.de/pub/Mirrors/gentoo/ http://gentoo.inode.at/ ftp://mirrors.sec.informatik.tu-darmstadt.de/gentoo/ http://ftp.snt.utwente.nl/pub/os/linux/gentoo"
MAKEOPTS="-j2"
PKGDIR="/usr/portage/packages"
PORTAGE_TMPDIR="/var/tmp"
PORTDIR="/usr/portage"
PORTDIR_OVERLAY="/download/portage"
SYNC="rsync://rsync.gentoo.org/gentoo-portage"
USE="X Xaw3d aalib acpi alsa amd64 apache2 apm arts audiofile avi berkdb bitmap-fonts bonobo bzlib cdb cdr cjk crypt ctype cups dga dio divx4linux doc dvd emacs encode esd evo exif fam flash foomaticdb ftp gb gd gdbm gif gmp gnome gnutls gphoto2 gpm gtk gtk2 gtkhtml iconf icq imagemagick imlib jabber java joystick jpeg junit kde lesstif libg++ libwww lirc live lufsusermount mcal mikmod mime mng motif mozilla mpeg msn mule multilib ncurses network nls nogcj nvidia offensive oggvorbis openal opengl oscar oss pam pda pdflib perl php plotutils png posix ppds python qt quicktime readline recode samba sdl shared simplexml slang soap sockets speex spell spl ssl tcpd tetex tidy tiff tokenizer truetype unicode usb v4l v4l2 wmf xine xml xml2 xmms xosd xpm xprint xsl xv xvid yahoo zlib"
Comment 1 Christian Aistleitner 2004-09-13 23:30:31 UTC
Created attachment 39552 [details]
Patched EBuild for amd64

patch fixes the problem.
Comment 2 Christian Aistleitner 2004-09-13 23:38:23 UTC
Created attachment 39554 [details, diff]
the diff file for the ebuild
Comment 3 Christian Andreetta (RETIRED) gentoo-dev 2004-09-14 00:59:01 UTC
fixed, thanks :=)