Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 74611 - Latest dev-embedded/sdcc ebuild only installs documentation
Summary: Latest dev-embedded/sdcc ebuild only installs documentation
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Development (show other bugs)
Hardware: All Linux
: High blocker (vote)
Assignee: Embedded Team (OBSOLETE)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-12-16 03:02 UTC by Stefan Nickl
Modified: 2004-12-16 03:50 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 Stefan Nickl 2004-12-16 03:02:12 UTC
In sdcc-2.4.0_p20040927.ebuild, src_install has this:

emake DESTDIR=${D} || die "Make install failed"

instead of this (like in sdcc-2.4.0.ebuild):

einstall || die "Make install failed"

The result is that the actual sdcc binaries/libraries/headers/stuff is not installed to the system after it's compiled.

Reproducible: Always
Steps to Reproduce:
1.
2.
3.
Comment 1 Daniel Black (RETIRED) gentoo-dev 2004-12-16 03:10:37 UTC
ok will look at it. In the meantime look at the sdcc-cvs ebuild that takes the same data from cvs.
Comment 2 Daniel Black (RETIRED) gentoo-dev 2004-12-16 03:37:03 UTC
my bad - both cvs and the _p20040927 are bad. Both are fixed. I recommend the cvs for keeping up to the latest version.
Comment 3 Daniel Black (RETIRED) gentoo-dev 2004-12-16 03:50:29 UTC
to clarify - both are fixed now. Thanks for the bug report.