Bug 74611 - Latest dev-embedded/sdcc ebuild only installs documentation
|
Bug#:
74611
|
Product: Gentoo Linux
|
Version: unspecified
|
Platform: All
|
|
OS/Version: Linux
|
Status: RESOLVED
|
Severity: blocker
|
Priority: P2
|
|
Resolution: FIXED
|
Assigned To: dev-embedded@gentoo.org
|
Reported By: snickl@snickl.freaks.de
|
|
Component: Development
|
|
|
URL:
|
|
Summary: Latest dev-embedded/sdcc ebuild only installs documentation
|
|
Keywords:
|
|
Status Whiteboard:
|
|
Opened: 2004-12-16 03:02 0000
|
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.
ok will look at it. In the meantime look at the sdcc-cvs ebuild that takes the
same data from cvs.
my bad - both cvs and the _p20040927 are bad. Both are fixed. I recommend the
cvs for keeping up to the latest version.
to clarify - both are fixed now. Thanks for the bug report.