Summary: | net-p2p/gnunet: fails with forced --as-needed | ||
---|---|---|---|
Product: | Gentoo Linux | Reporter: | Diego Elio Pettenò (RETIRED) <flameeyes> |
Component: | New packages | Assignee: | Gentoo net-p2p team <net-p2p> |
Status: | RESOLVED FIXED | ||
Severity: | QA | CC: | esigra, xarthisius |
Priority: | High | Keywords: | InVCS |
Version: | unspecified | ||
Hardware: | All | ||
OS: | Linux | ||
URL: | http://www.gentoo.org/proj/en/qa/asneeded.xml | ||
Whiteboard: | |||
Package list: | Runtime testing required: | --- | |
Bug Depends on: | |||
Bug Blocks: | 129413, 276796 | ||
Attachments: |
Build log
updating ebuild fixing as-needed issues fixing parallel build |
Description
Diego Elio Pettenò (RETIRED)
2010-04-05 01:55:52 UTC
Created attachment 226601 [details]
Build log
Created attachment 226741 [details, diff]
updating ebuild
Apart from adding patches (in order of appearance):
* sorted inherit
* removed obsolete use flags:
- --without-ncurses is no longer valid
- ipv6 is no longer valid
* AT_M4DIR="${S}/m4" is not necessary (by default -I m4)
* econf is now called in src_configure instead of src_compile
* removed emake -j1 as parallel issues were also fixed
* removed dodoc on non-existent file
* fixed doins for /etc/gnunet.conf
Created attachment 226743 [details, diff]
fixing as-needed issues
Created attachment 226745 [details, diff]
fixing parallel build
Fixed in tree: + 20 Jun 2010; Kacper Kowalik <xarthisius@gentoo.org> + +files/0.8.1-asneeded.patch, gnunet-0.8.1.ebuild, + +files/0.8.1-parallel-build.patch: + Fixing parallel build and --as-needed issues wrt bug 313165. Thanks Diego + for reporting |