Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 296656 - dev-cpp/cppserv: fails with forced --as-needed
Summary: dev-cpp/cppserv: fails with forced --as-needed
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High QA (vote)
Assignee: Ilya Volynets (RETIRED)
URL: http://www.gentoo.org/proj/en/qa/asne...
Whiteboard:
Keywords:
Depends on:
Blocks: as-needed
  Show dependency tree
 
Reported: 2009-12-12 20:38 UTC by Diego Elio Pettenò (RETIRED)
Modified: 2011-05-23 14:15 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments
Build log (cppserv-0.2.13:20091212-195849.log,62.76 KB, text/plain)
2009-12-12 20:38 UTC, Diego Elio Pettenò (RETIRED)
Details
adding epatch to ebuild (cppserv-0.2.13.diff,355 bytes, patch)
2009-12-13 14:02 UTC, Kacper Kowalik (Xarthisius) (RETIRED)
Details | Diff
fixing as-needed issues (cppserv-0.2.13-as-needed.patch,2.45 KB, patch)
2009-12-13 14:05 UTC, Kacper Kowalik (Xarthisius) (RETIRED)
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Diego Elio Pettenò (RETIRED) gentoo-dev 2009-12-12 20:38:21 UTC
I'm reporting this bug because the package in summary fails to build when forcing --as-needed on through spec files (check out http://blog.flameeyes.eu/2008/11/14/problems-and-mitigation-strategies-for-as-needed for details).

Please note that this bug _might_ apply to -Wl,--as-needed in LDFLAGS as well; in both cases it should be fixed. Also, if this is due to the package in question not respecting user-defined LDFLAGS, you should get to fix that too.

Check the attached build log.

Thanks,
Diego
Comment 1 Diego Elio Pettenò (RETIRED) gentoo-dev 2009-12-12 20:38:34 UTC
Created attachment 212818 [details]
Build log
Comment 2 Kacper Kowalik (Xarthisius) (RETIRED) gentoo-dev 2009-12-13 14:02:44 UTC
Created attachment 212882 [details, diff]
adding epatch to ebuild
Comment 3 Kacper Kowalik (Xarthisius) (RETIRED) gentoo-dev 2009-12-13 14:05:11 UTC
Created attachment 212884 [details, diff]
fixing as-needed issues

ebuild test phase fails for me. I get:
500 Can't connect to localhost:9080 (connect: Connection refused) and similar errors
They do not look as-needed related. I would be grateful if someone using ccpserv could confirm that patch fixes all the issues.
Comment 4 Samuli Suominen (RETIRED) gentoo-dev 2010-01-08 15:01:02 UTC
applied
Comment 5 Ilya Volynets (RETIRED) gentoo-dev 2011-05-23 14:15:32 UTC
(In reply to comment #3)
> Created attachment 212884 [details, diff]
> fixing as-needed issues
> 
> ebuild test phase fails for me. I get:
> 500 Can't connect to localhost:9080 (connect: Connection refused) and similar
> errors
> They do not look as-needed related. I would be grateful if someone using
> ccpserv could confirm that patch fixes all the issues.

Those test failures are expected. Just ignore them. Truth be said,
whole test suit needs rework to become useful.