Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 11783 - Minor error in ebuild kdelibs-3.1_rc5
Summary: Minor error in ebuild kdelibs-3.1_rc5
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] KDE (show other bugs)
Hardware: x86 Linux
: High trivial
Assignee: Gentoo KDE team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2002-12-08 11:53 UTC by Troy Telford
Modified: 2003-02-04 19:42 UTC (History)
2 users (show)

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 Troy Telford 2002-12-08 11:53:47 UTC
Ebuilding kdelibs3.1_rc5 gives me the following error:

/usr/sbin/ebuild.sh: line 38: cd:
/var/tmp/portage/kdelibs-3.1_rc5/work/kdelibs-3.1_rc5: No such file or directory

Problem:
The tarball is unpacked to /var/tmp/portage/kdelibs-3.1_rc5/work/kdelibs-3.1rc5
(unpacked the work dir as kdelibs-3.1rc5, instead of the expected kdelibs-3.1_rc5)

Workaround:  Rename kdelibs-3.1rc5 to kdelibs-3.1_rc5

Solution:  I'm still a gen2 newbie, so I'm not exactly sure what is wrong with
the ebuild file.
Comment 1 Rigo 2002-12-08 13:31:25 UTC
/me added:

S=${WORKDIR}/${P/_}

This helps too ;-)

Rogi

Comment 2 Hannes Mehnert (RETIRED) gentoo-dev 2002-12-11 15:39:26 UTC
according to 
http://cvs.gentoo.org/cgi-bin/viewcvs.cgi/gentoo-x86/kde-base/kdelibs/kdelibs-3.1_rc5.ebuild.diff?r1=1.1&r2=1.2 
this is already fixed. 
i will close this bug, thanks for submission.