Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 208740 - net-misc/udpcast-20070602 compiles but does not install
Summary: net-misc/udpcast-20070602 compiles but does not install
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High major (vote)
Assignee: Raúl Porcel (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-02-03 13:21 UTC by fdupoux
Modified: 2008-02-03 20:55 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 fdupoux 2008-02-03 13:21:54 UTC
The new net-misc/udpcast-20070602 compiles the sources (make) but it does not install (make install). So the package only installs the documentation (dodoc)

All you have to do is to edit udpcast-20070602.ebuild:
Just replace this line:
  emake DESTDIR="${D}" || die "emake install failed"
with
  emake DESTDIR="${D}" install || die "emake install failed"


Reproducible: Always
Comment 2 fdupoux 2008-02-03 16:10:55 UTC
So I think the bug has been introduced between v1.1 and v1.2, the binaries are not installed anymore. Is it possible to fix that ?
Comment 3 Raúl Porcel (RETIRED) gentoo-dev 2008-02-03 20:55:45 UTC
Fixed, thanks