Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 684770 - dev-python/pyilmbase-2.3.0: configure: error: Could not compile boost::python test program.
Summary: dev-python/pyilmbase-2.3.0: configure: error: Could not compile boost::python...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Bernd
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: boost-1.71
  Show dependency tree
 
Reported: 2019-04-29 19:58 UTC by Michał Górny
Modified: 2019-05-08 17:04 UTC (History)
1 user (show)

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


Attachments
/var/log/portage/dev-python:pyilmbase-2.3.0:20190429-193208.log (dev-python:pyilmbase-2.3.0:20190429-193208.log,11.68 KB, text/plain)
2019-04-29 19:58 UTC, Michał Górny
Details
/tmp/portage/dev-python/pyilmbase-2.3.0/work/pyilmbase-2.3.0/config.log (config.log,44.12 KB, text/plain)
2019-04-29 19:59 UTC, Michał Górny
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Michał Górny archtester Gentoo Infrastructure gentoo-dev Security 2019-04-29 19:58:57 UTC
Created attachment 574758 [details]
/var/log/portage/dev-python:pyilmbase-2.3.0:20190429-193208.log

Fails to build with new (p.masked) boost:

checking for boost::python... no
*** Could not run the boost::python test program, checking why...
*** The boost::python test program could be compiled, but could not be dynamically.
*** or statically linked.
***
*** Make sure the LDFLAGS points to the location of the boost::python library.
*** (e.g. -L/usr/local/lib).
*** If the run-time linker is not finding boost::python, you'll need to set your
*** LD_LIBRARY_PATH environment variable, or edit /etc/ld.so.conf to point
*** to the installed location  Also, make sure you have run ldconfig if that
*** is required on your system.
***
*** Flags used by the test:
***     cflags: -march=x86-64 -mtune=k8 -mcx16 -msahf -msse3 --param l1-cache-size=64 --param l1-cache-line-size=64 --param l2-cache-size=512 -O2 -pipe -frecord-gcc-switches -std=c++14 -I/usr/include/boost -I/usr/include/python2.7 -march=x86-64 -mtune=k8 -mcx16 -msahf -msse3 --param l1-cache-size=64 --param l1-cache-line-size=64 --param l2-cache-size=512 -O2 -pipe -frecord-gcc-switches -std=c++14 -I/usr/include/boost -I/usr/include/python2.7 
***     ldflags: -Wl,-O1 -Wl,--as-needed -Wl,--hash-style=gnu  -L/usr/lib64 -L/usr/lib64 -Wl,-O1 -Wl,--as-needed -Wl,--hash-style=gnu  -L/usr/lib64 -L/usr/lib64
***
*** You can also run configure with --disable-boostpythontest to skip this test.
configure: error: Could not compile boost::python test program.

!!! Please attach the following file when seeking support:
!!! /tmp/portage/dev-python/pyilmbase-2.3.0/work/pyilmbase-2.3.0/config.log
 * ERROR: dev-python/pyilmbase-2.3.0::gentoo failed (configure phase):
 *   econf failed
Comment 1 Michał Górny archtester Gentoo Infrastructure gentoo-dev Security 2019-04-29 19:59:42 UTC
Created attachment 574760 [details]
/tmp/portage/dev-python/pyilmbase-2.3.0/work/pyilmbase-2.3.0/config.log
Comment 2 Bernd 2019-05-06 17:20:53 UTC
I need to check what's been changed on the new 1.70.0 release. 
Might it be, they changed their library naming scheme again?
Comment 3 Larry the Git Cow gentoo-dev 2019-05-08 17:04:31 UTC
The bug has been closed via the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3951e7e64e71ea9d06c6d817b265c82c7a250a8d

commit 3951e7e64e71ea9d06c6d817b265c82c7a250a8d
Author:     Andreas Sturmlechner <asturm@gentoo.org>
AuthorDate: 2019-05-01 12:05:24 +0000
Commit:     Andreas Sturmlechner <asturm@gentoo.org>
CommitDate: 2019-05-08 16:59:31 +0000

    dev-python/pyilmbase: Fix configure w/ >=boost-1.70
    
    Closes: https://bugs.gentoo.org/684770
    Package-Manager: Portage-2.3.66, Repoman-2.3.12
    Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>

 dev-python/pyilmbase/pyilmbase-2.3.0.ebuild | 11 +++++++++--
 1 file changed, 9 insertions(+), 2 deletions(-)