Hello, I have actually seen this bug before and resolved it somehow (possibly with USE=-akode), before --as-needed is being used.
It seemed to me like autotools bug, since it just did not resolve dependecies right (libakode.so is not produced in time). When I build libakode.la manually, it worked (I remember that the makefiles did _not_ contained the libtool call to create it -- again seems to me like automake bug). Regards Ladislav Laska S pozdravem Ladislav Laska --- xmpp/jabber: [email protected] On Sun, Aug 22, 2010 at 2:51 AM, Brent Busby <[email protected]> wrote: > On Sun, 22 Aug 2010, Dr Andrew John Hughes wrote: > >> Can you post the full build log as an attachment or URL? All I can >> tell from the current output is that libakode.la is not being produced >> by something earlier in the build. >> >> If this is an as-needed issue, the problem is likely to be that akode >> was implicitly relying on a dependent library bringing in another >> library it needs and it no longer does that because of as-needed. >> I've already seen patches going into the mainline packages to fix such >> issues (may be worth checking if you have any pending updates). I hit >> at least one issue like this when rebuilding after the --as-needed >> change went in. >> >> Adding stuff like --as-needed may help the occasional libpng upgrade, >> but it means packages may be being built in a way that isn't being >> tested regularly by its developers. > > Okay, here is the whole build log as an attachment. > > -- > + Brent A. Busby + "We've all heard that a million monkeys > + UNIX Systems Admin + banging on a million typewriters will > + University of Chicago + eventually reproduce the entire works of > + Physical Sciences Div. + Shakespeare. Now, thanks to the Internet, > + James Franck Institute + we know this is not true." -Robert Wilensky
