Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 38625 - ksambaplugin: unpacked, but wrong source work dir
Summary: ksambaplugin: unpacked, but wrong source work dir
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High minor (vote)
Assignee: Gentoo KDE team
URL:
Whiteboard:
Keywords:
: 38627 (view as bug list)
Depends on:
Blocks:
 
Reported: 2004-01-18 11:35 UTC by Dennis Schridde
Modified: 2004-01-18 18:52 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 Dennis Schridde 2004-01-18 11:35:38 UTC
The right source work dir should be "/var/tmp/portage/ksambaplugin-0.5f/work/ksambaplugin-0.5/"
But emerge seeks in "/var/tmp/portage/ksambaplugin-0.5f/work/ksambaplugin-0.5f/"

Reproducible: Always
Steps to Reproduce:
1. emerge ksambaplugin
Actual Results:  
>>> Unpacking source... 
>>> Unpacking ksambaplugin-0.5.tar.bz2 
to /var/tmp/portage/ksambaplugin-0.5f/work 
/usr/sbin/ebuild.sh: line 37: 
cd: /var/tmp/portage/ksambaplugin-0.5f/work/ksambaplugin-0.5f: Datei oder 
Verzeichnis nicht gefunden 
/usr/sbin/ebuild.sh: line 42: 
cd: /var/tmp/portage/ksambaplugin-0.5f/work/ksambaplugin-0.5f: Datei oder 
Verzeichnis nicht gefunden 
>>> Source unpacked. 
/usr/sbin/ebuild.sh: line 63: 
cd: /var/tmp/portage/ksambaplugin-0.5f/work/ksambaplugin-0.5f: Datei oder 
Verzeichnis nicht gefunden 
/usr/sbin/ebuild.sh: line 63: 
cd: /var/tmp/portage/ksambaplugin-0.5f/work/ksambaplugin-0.5f: Datei oder 
Verzeichnis nicht gefunden 
 
!!! ERROR: net-misc/ksambaplugin-0.5f failed. 
!!! Function kde_src_compile, Line 106, Exitcode 1 
!!! no configure script found, generation unsuccessful 
 

Expected Results:  
Start compile... 

Portage 2.0.50_pre16 (default-x86-1.4, gcc-3.3.2, glibc-2.3.3_pre20031222-r0, 
2.6.1-gentoo-r1) 
================================================================= 
System uname: 2.6.1-gentoo-r1 i686 AMD Athlon(tm) XP 2000+ 
Gentoo Base System version 1.4.3.12 
Autoconf: sys-devel/autoconf-2.59 
Automake: sys-devel/automake-1.7.8 
ACCEPT_KEYWORDS="x86 ~x86" 
AUTOCLEAN="yes" 
CFLAGS="-march=athlon-xp -mmmx -msse -m3dnow -mfpmath=sse 
-maccumulate-outgoing-args -O3 -funroll-loops -fomit-frame-pointer 
-fmove-all-movables -pipe" 
CHOST="i686-pc-linux-gnu" 
COMPILER="gcc3" 
CONFIG_PROTECT="/etc /usr/X11R6/lib/X11/xkb /usr/kde/2/share/config /usr/kde/3.2/share/config /usr/kde/3/share/config /usr/share/config /usr/share/texmf/tex/generic/config/ /usr/share/texmf/tex/platex/config/ /var/qmail/control" 
CONFIG_PROTECT_MASK="/etc/gconf /etc/env.d" 
CXXFLAGS="-march=athlon-xp -mmmx -msse -m3dnow -mfpmath=sse 
-maccumulate-outgoing-args -O3 -funroll-loops -fomit-frame-pointer 
-fmove-all-movables -pipe" 
DISTDIR="/usr/portage/distfiles" 
FEATURES="autoaddcvs ccache sandbox" 
GENTOO_MIRRORS="ftp://ftp.easynet.nl/mirror/gentoo/ 
ftp://ftp.uni-erlangen.de/pub/mirrors/gentoo 
ftp://ftp.tu-clausthal.de/pub/linux/gentoo/ 
ftp://sunsite.informatik.rwth-aachen.de/pub/Linux/gentoo" 
MAKEOPTS="-j2" 
PKGDIR="/usr/portage/packages" 
PORTAGE_TMPDIR="/var/tmp" 
PORTDIR="/usr/portage" 
PORTDIR_OVERLAY="" 
SYNC="rsync://rsync.europe.gentoo.org/gentoo-portage" 
USE="3dnow X aalib acpi alsa apache2 apm arts avi berkdb cdr crypt cups 
directfb doc dvd encode esd fbcon foomaticdb gdbm gif gpm gtk gtk2 imap imlib 
ipv6 jpeg jpg kde libg++ libwww mad maildir mikmod mmx motif mozilla mpeg 
mysql ncurses nls oggvorbis opengl oss pam pdflib perl png ppds python qt 
quicktime readline samba scanner sdl slang spell sse ssl svga tcltk tcpd tetex 
truetype usb wmf x86 xml2 xmms xv zlib linguas_de"
Comment 1 Seemant Kulleen (RETIRED) gentoo-dev 2004-01-18 12:30:00 UTC
*** Bug 38627 has been marked as a duplicate of this bug. ***
Comment 2 Rene Androsch 2004-01-18 13:17:12 UTC
The only problem is that it creates
/var/tmp/portage/ksambaplugin-0.5f/work/ksambaplugin-0.5
but searches:
/var/tmp/portage/ksambaplugin-0.5f/work/ksambaplugin-0.5f

a minor typo, but stops it :(
Comment 3 Caleb Tennis (RETIRED) gentoo-dev 2004-01-18 18:52:16 UTC
ebuild should now be fixed.