Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 166834 - net-libs/rb_libtorrent-0.11 fails to configure
Summary: net-libs/rb_libtorrent-0.11 fails to configure
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: AMD64 Linux
: High normal (vote)
Assignee: Raúl Porcel (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-02-14 13:38 UTC by Constantine Kardaris
Modified: 2007-02-14 15: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 Constantine Kardaris 2007-02-14 13:38:22 UTC
rb_libtorrent fails to configure while looking for boost's thread lib.

checking for cc_r... x86_64-pc-linux-gnu-gcc
checking whether the compiler implements namespaces... yes
checking whether the Boost::DateTime library is available... yes
checking for main in -lboost_date_time... yes
checking whether the Boost::Filesystem library is available... yes
checking for main in -lboost_filesystem... yes
checking whether the Boost::Thread library is available... yes
checking for main in -lboost_thread... no
configure: error: unable to find Boost.Thread library, currently this is required.

!!! Please attach the following file when filing a report to bugs.gentoo.org:
!!! /var/tmp/portage/net-libs/rb_libtorrent-0.11/work/libtorrent-0.11/config.log

!!! ERROR: net-libs/rb_libtorrent-0.11 failed.
Call stack:
  ebuild.sh, line 1614:   Called dyn_compile
  ebuild.sh, line 971:   Called qa_call 'src_compile'
  environment, line 3462:   Called src_compile
  rb_libtorrent-0.11.ebuild, line 34:   Called econf '--disable-debug'
  ebuild.sh, line 577:   Called die

!!! econf failed

Boost is already compiled with "threadsonly" flag

[ebuild   R   ] dev-libs/boost-1.33.1-r1  USE="threadsonly -bcp -bjam -debug -doc -icu -pyste -threads"

emerge --info
Portage 2.1.2-r9 (default-linux/amd64/2006.1/desktop, gcc-4.1.1, glibc-2.5-r0, 2.6.19-gentoo-r6 x86_64)
=================================================================
System uname: 2.6.19-gentoo-r6 x86_64 AMD Athlon(tm) 64 Processor 2800+
Gentoo Base System release 1.12.9
Timestamp of tree: Wed, 14 Feb 2007 11:30:01 +0000
dev-lang/python:     2.4.3-r4
dev-python/pycrypto: 2.0.1-r5
sys-apps/sandbox:    1.2.17
sys-devel/autoconf:  2.13, 2.61
sys-devel/automake:  1.4_p6, 1.5, 1.6.3, 1.7.9-r1, 1.8.5-r3, 1.9.6-r2, 1.10
sys-devel/binutils:  2.16.1-r3
sys-devel/gcc-config: 1.3.14
sys-devel/libtool:   1.5.22
virtual/os-headers:  2.6.17-r1
ACCEPT_KEYWORDS="amd64"
AUTOCLEAN="yes"
CBUILD="x86_64-pc-linux-gnu"
CFLAGS="-O2 -march=k8 -pipe"
CHOST="x86_64-pc-linux-gnu"
CONFIG_PROTECT="/etc /usr/kde/3.5/env /usr/kde/3.5/share/config /usr/kde/3.5/shutdown /usr/share/X11/xkb /usr/share/config"
CONFIG_PROTECT_MASK="/etc/env.d /etc/gconf /etc/revdep-rebuild /etc/terminfo /etc/texmf/web2c"
CXXFLAGS="-O2 -march=k8 -pipe"
DISTDIR="/usr/portage/distfiles"
FEATURES="autoconfig collision-protect distlocks metadata-transfer multilib-strict sandbox sfperms strict"
GENTOO_MIRRORS="http://files.gentoo.gr"
LANG="el_GR.utf8"
LINGUAS="en el"
MAKEOPTS="-j2"
PKGDIR="/usr/portage/packages"
PORTAGE_RSYNC_OPTS="--recursive --links --safe-links --perms --times --compress --force --whole-file --delete --delete-after --stats --timeout=180 --exclude=/distfiles --exclude=/local --exclude=/packages"
PORTAGE_TMPDIR="/var/tmp"
PORTDIR="/usr/portage"
PORTDIR_OVERLAY="/usr/local/portage"
SYNC="rsync://rsync.gentoo.org/gentoo-portage"
USE="X a52 aac acpi aiglx alsa amd64 avi bitmap-fonts blas cairo cdr cli cracklib crypt cups dbus dlloader dvd dvdr effects emboss ffmpeg firefox fortran freetype gif glitz graphviz gtk gtk2 hal hdf5 iconv isdnlog jpeg kde kdeenablefinal lapack libg++ lm_sensors mad midi mime motif moznocompose moznoirc moznomail moznopango mp3 mpeg ncurses nls nntp nosendmail nptl nptlonly nvidia objc objc++ ogg oggvorbis opengl pam pcre plotutils png ppds pppd qt qt3 qt4 quicktime readline reflection restrict-javascript session spell spl ssl subversion svg tcl tcltk tcpd tetex tidy tk truetype truetype-fonts type1-fonts unicode usb userlocales vorbis xine xml xorg xscreensaver xv xvid zlib" ALSA_CARDS="emu10k1" ALSA_PCM_PLUGINS="adpcm alaw asym copy dmix dshare dsnoop empty extplug file hooks iec958 ioplug ladspa lfloat linear meter mulaw multi null plug rate route share shm softvol" ELIBC="glibc" INPUT_DEVICES="keyboard mouse" KERNEL="linux" LCD_DEVICES="bayrad cfontz cfontz633 glk hd44780 lb216 lcdm001 mtxorb ncurses text" LINGUAS="en el" USERLAND="GNU" VIDEO_CARDS="nvidia nv"
Unset:  CTARGET, EMERGE_DEFAULT_OPTS, INSTALL_MASK, LC_ALL, LDFLAGS, PORTAGE_RSYNC_EXTRA_OPTS

Reproducible: Always
Comment 1 Constantine Kardaris 2007-02-14 14:18:43 UTC
i got boost recompiled with "threads" use flag and now rb_libtorrent emerge fine.
Maybe remove 'built_with_use "dev-libs/boost" threadsonly' from rb_libtorrent ebuild?
Comment 2 Raúl Porcel (RETIRED) gentoo-dev 2007-02-14 15:31:53 UTC
Fixed, thanks.