Summary: | sci-biology/snpfile: fails with forced --as-needed | ||
---|---|---|---|
Product: | Gentoo Linux | Reporter: | Diego Elio Pettenò (RETIRED) <flameeyes> |
Component: | New packages | Assignee: | Andrey Kislyuk (RETIRED) <weaver> |
Status: | RESOLVED FIXED | ||
Severity: | QA | CC: | esigra, sci-biology, 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 | ||
Attachments: |
Build log
adding epatch and autotools to ebuild fixing as-needed issues |
Description
Diego Elio Pettenò (RETIRED)
![]() Created attachment 211443 [details]
Build log
Created attachment 212266 [details, diff]
adding epatch and autotools to ebuild
Created attachment 212267 [details, diff]
fixing as-needed issues
autotools introduced strange feature in configure:
checking whether the Boost::UnitTestFramework library is available... yes
checking the name of the Boost::UnitTestFramework library...
checking the name of the Boost::UnitTestFramework library... (repeated n times)
checking the name of the Boost::UnitTestFramework library...
configure: Could not link against boost_unit_test_framework-mgw-s !
Tried newer autotools macros (ax_boost_base.m4) with the same result. However this issue seems not to influence the build process (compiles and passes all tests with forced as-needed).
Fixes in tree: *snpfile-2.0.1-r1 (20 Jun 2010) 20 Jun 2010; Kacper Kowalik <xarthisius@gentoo.org> +snpfile-2.0.1-r1.ebuild, +files/snpfile-2.0.1-gentoo.diff: Fixing as-needed issues wrt bug 294971, provide shared libs. Thanks Diego for reporting. |