Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 441678 - net-libs/rb_libtorrent-0.15.10 (stable) fails to build after boost unslotting
Summary: net-libs/rb_libtorrent-0.15.10 (stable) fails to build after boost unslotting
Status: RESOLVED OBSOLETE
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal major (vote)
Assignee: Gentoo Linux bug wranglers
URL:
Whiteboard:
Keywords:
: 441782 (view as bug list)
Depends on:
Blocks:
 
Reported: 2012-11-04 02:54 UTC by Michael Orlitzky
Modified: 2012-11-05 09:31 UTC (History)
1 user (show)

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


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Michael Orlitzky gentoo-dev 2012-11-04 02:54:05 UTC
After a system update today, revdep-rebuild needs to rebuild rb_libtorrent.

  $ emerge -pv1 =net-libs/rb_libtorrent-0.15.10

  These are the packages that would be merged, in order:

  Calculating dependencies... done!
  [ebuild     UD ] net-libs/rb_libtorrent-0.15.10 [0.16.5] USE="doc ssl -debug 
  -examples -python -static-libs" 0 kB

But the build fails at the configure stage:

  ...
  checking whether -lpthread fixes that... yes

  Checking for boost libraries:
  configure: error: --with-boost-libdir expected directory name

Since the supplied directory (/usr/lib64/boost-1_49) does not exist:

   * Call stack:
   *          ebuild.sh, line   85:  Called src_configure
   *        environment, line 4785:  Called econf '--disable-debug' '--disable-
  tests' '--disable-examples' '--disable-python-binding' '--enable-encryption' 
  '--disable-static' '--with-zlib=system' '--with-boost=/usr/include
  /boost-1_49' '--with-boost-libdir=/usr/lib64/boost-1_49' '--with-boost-
  system=boost_system-mt' '--with-boost-filesystem=boost_filesystem-mt' '--with-
  boost-thread=boost_thread-mt' '--with-boost-python=boost_python--mt'


The boost handling was changed in the 0.16.x ebuilds, and 0.16.5 installs fine.
Comment 1 Diego Elio Pettenò (RETIRED) gentoo-dev 2012-11-04 04:55:28 UTC
This should be already fixed in tree, sorry for the delay.
Comment 2 Markos Chandras (RETIRED) gentoo-dev 2012-11-05 09:31:29 UTC
*** Bug 441782 has been marked as a duplicate of this bug. ***