Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 51083 - kudzu-knoppix-1.1.36 src path doesn't match ${P}, src_compile fails
Summary: kudzu-knoppix-1.1.36 src path doesn't match ${P}, src_compile fails
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: x86 Linux
: High minor (vote)
Assignee: Gentoo LiveCD Package Maintainers
URL:
Whiteboard:
Keywords:
: 51121 (view as bug list)
Depends on:
Blocks:
 
Reported: 2004-05-14 13:15 UTC by Jason Short
Modified: 2004-06-02 19:15 UTC (History)
1 user (show)

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


Attachments
kudzu-knoppix-1.1.36-r1.ebuild, this time with src_unpack (kudzu-knoppix-1.1.36-r1.ebuild,1.05 KB, text/plain)
2004-05-14 13:16 UTC, Jason Short
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Jason Short 2004-05-14 13:15:29 UTC
ebuild for kudzu-knoppix-1.1.36 does not take into account that the source extracts to kudzu-1.1.36 instead of kudzu-knoppix-1.1.36.

Reproducible: Always
Steps to Reproduce:
1. emerge "=sys-apps/kudzu-knoppix-1.1.36"

Actual Results:  
Calculating dependencies ...done!
>>> emerge (1 of 1) sys-apps/kudzu-knoppix-1.1.36 to /
--- No package manifest found: /usr/portage/sys-apps/kudzu-knoppix/Manifest
>>> md5 src_uri ;-) kudzu-knoppix_1.1.36-2.tar.gz
>>> Unpacking source...
>>> Unpacking kudzu-knoppix_1.1.36-2.tar.gz to /var/tmp/portage/kudzu-knoppix-1.
1.36/work
>>> Source unpacked.
make: *** No targets specified and no makefile found.  Stop.

!!! ERROR: sys-apps/kudzu-knoppix-1.1.36 failed.
!!! Function src_compile, Line 19, Exitcode 2
!!! (no error message)



Expected Results:  
compiled. installed.
Comment 1 Jason Short 2004-05-14 13:16:25 UTC
Created attachment 31440 [details]
kudzu-knoppix-1.1.36-r1.ebuild, this time with src_unpack

added:

src_unpack() {
    if [ "${A}" != "" ]; then
	unpack ${A}
    fi
    mv kudzu-${PV} ${P}
}
Comment 2 Chris Gianelloni (RETIRED) gentoo-dev 2004-05-14 14:26:32 UTC
doh!

Sorry about that.  I fixed it in CVS.  Wait 30 minutes, emerge sync, and try again.
Comment 3 Chris Gianelloni (RETIRED) gentoo-dev 2004-05-14 14:26:48 UTC
Done
Comment 4 Chris Gianelloni (RETIRED) gentoo-dev 2004-05-17 04:19:57 UTC
*** Bug 51121 has been marked as a duplicate of this bug. ***
Comment 5 Hermann Gundel 2004-05-17 06:18:36 UTC
Does not seem to be fixed. 'emerge sync' from today (2004-05-17) did not contain a fixed ebuild.
 
Comment 6 Chris Gianelloni (RETIRED) gentoo-dev 2004-05-18 04:40:27 UTC
I'll look into it.
Comment 7 Chris Gianelloni (RETIRED) gentoo-dev 2004-05-18 12:22:27 UTC
What version of the kudzu-knoppix ebuild are you using?  1.2 should be working.
Comment 8 Christian Schneemann 2004-05-18 13:32:30 UTC
I have here version 1.1.36
Comment 9 Chris Gianelloni (RETIRED) gentoo-dev 2004-05-18 13:49:29 UTC
No, no... look in the header.  It'll give you the version of the actual ebuild file.
Comment 10 Chris Gianelloni (RETIRED) gentoo-dev 2004-06-02 19:15:15 UTC
Is this working now?  It should have been fixed a while back... if not, comment here or reopen the bug.