Summary: | asc-2.2.0.0 fails to emerge | ||
---|---|---|---|
Product: | Gentoo Linux | Reporter: | inode77 <simon.gerber> |
Component: | [OLD] Games | Assignee: | Gentoo Games <games> |
Status: | RESOLVED FIXED | ||
Severity: | normal | ||
Priority: | High | ||
Version: | unspecified | ||
Hardware: | All | ||
OS: | Linux | ||
Whiteboard: | |||
Package list: | Runtime testing required: | --- |
Description
inode77
2009-05-06 22:42:37 UTC
What's your /usr/lib/libmikmod.la file look like? Doh! libmodplug.... Well, you obviously changed use flags and then didn't re-emerge some library package that used to link against libmodplug. Figure out which .la refers to libmodplug and re-emerge it. I allready tried to reemerge libmodplug before filing a bug but failed to check up on the ebuild itself. It seems somebody did not think it necessary to have the libtool .la file of this package around and insterted a line to delte those in the ebuild as shown on the snippet below. libmodplug ebuild: .... src_install() { emake DESTDIR="${D}" install || die dodoc AUTHORS ChangeLog README TODO # Remove unneeded libtool files find "${D}" -name '*.la' -delete } .... I modified the ebuild locally and asc emerged fine. I'm going to close this bug a open a bug for libmodplug. |