Summary: | emerge games-arcade/stepmania fails in configure if LDFLAGS contains -Wl,--as-needed | ||
---|---|---|---|
Product: | Gentoo Linux | Reporter: | ytiruceslaicos |
Component: | [OLD] Games | Assignee: | Samuli Suominen (RETIRED) <ssuominen> |
Status: | RESOLVED INVALID | ||
Severity: | normal | CC: | games |
Priority: | High | ||
Version: | unspecified | ||
Hardware: | All | ||
OS: | Linux | ||
Whiteboard: | |||
Package list: | Runtime testing required: | --- | |
Bug Depends on: | |||
Bug Blocks: | 129413 | ||
Attachments: | Build log |
Description
ytiruceslaicos
2007-03-10 04:36:07 UTC
Created attachment 112762 [details]
Build log
Taking from http://www.gentoo.org/proj/en/qa/asneeded.xml the undefined symbols advice, ldd -u -r `ls /usr/lib/*lua*.so.5.0` returns quite a few unresolved dependencies in lublualib.so.5.0, including lua_rawequal, which appears to be exported by liblua.so.5.0 (and strings liblua.so.5.0 | grep lua_rawequal returns one line), so this may be a problem with liblua instead of stepmania. from that same page: "Working patches to fix packages to work with this feature are usually welcome if they don't create more problems for current users. In any case, please don't report problems caused by the steps explained in this guide on bugzilla." (In reply to comment #3) > from that same page: > > "Working patches to fix packages to work with this feature are usually welcome > if they don't create more problems for current users. In any case, please don't > report problems caused by the steps explained in this guide on bugzilla." > I had just read that fully, which is why I had not included the previous few lines in what I said. I had been reading from http://forums.gentoo.org/viewtopic-t-316445-start-0-postdays-0-postorder-asc-highlight-.html, which states as its first line: "It is ok now to file bugs for packages failing with --as-needed. File the bug and provide all the ussual needed info (emerge --info and error message for example). And make it depend on bug# 129413 " Sorry about the mistake. This was a bug in lua, not stepmania -- it's been fixed allready. Thanks for reporting though. |