Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 208740

Summary: net-misc/udpcast-20070602 compiles but does not install
Product: Gentoo Linux Reporter: fdupoux <gentoobugs>
Component: New packagesAssignee: Raúl Porcel (RETIRED) <armin76>
Status: RESOLVED FIXED    
Severity: major    
Priority: High    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---

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