Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 432968 - sys-block/thin-provisioning-tools-0.1.5-r1: fails to build with boost 1.50
Summary: sys-block/thin-provisioning-tools-0.1.5-r1: fails to build with boost 1.50
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Core system (show other bugs)
Hardware: AMD64 Linux
: Normal normal (vote)
Assignee: Robin Johnson
URL:
Whiteboard: [PATCH]
Keywords:
Depends on:
Blocks: boost-1.50
  Show dependency tree
 
Reported: 2012-08-27 12:47 UTC by Flo Gravo
Modified: 2012-10-31 19:24 UTC (History)
2 users (show)

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


Attachments
support non eselect versions of boost (thin-provisioning-tools-boost-1.50.diff,825 bytes, patch)
2012-10-01 18:11 UTC, Jory A. Pratt
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Flo Gravo 2012-08-27 12:47:38 UTC
/var/tmp/portage/sys-block/thin-provisioning-tools-0.1.5-r1/temp/build.log

 * Package:    sys-block/thin-provisioning-tools-0.1.5-r1
 * Repository: gentoo
 * Maintainer: robbat2@gentoo.org base-system@gentoo.org
 * USE:        amd64 elibc_glibc kernel_linux multilib userland_GNU
 * FEATURES:   preserve-libs sandbox
>>> Unpacking source...
>>> Unpacking thin-provisioning-tools-v0.1.5.tar.bz2 to /var/tmp/portage/sys-block/thin-provisioning-tools-0.1.5-r1/work
>>> Source unpacked in /var/tmp/portage/sys-block/thin-provisioning-tools-0.1.5-r1/work
>>> Preparing source in /var/tmp/portage/sys-block/thin-provisioning-tools-0.1.5-r1/work/thin-provisioning-tools-v0.1.5 ...
 * Applying thin-provisioning-tools-0.1.5-LDFLAGS.patch ...
 [ ok ]
>>> Source prepared.
>>> Configuring source in /var/tmp/portage/sys-block/thin-provisioning-tools-0.1.5-r1/work/thin-provisioning-tools-v0.1.5 ...
 * econf: updating thin-provisioning-tools-v0.1.5/autoconf/config.guess with /usr/share/gnuconfig/config.guess
 * econf: updating thin-provisioning-tools-v0.1.5/autoconf/config.sub with /usr/share/gnuconfig/config.sub
./configure --prefix=/usr --build=x86_64-pc-linux-gnu --host=x86_64-pc-linux-gnu --mandir=/usr/share/man --infodir=/usr/share/info --datadir=/usr/share --sysconfdir=/etc --localstatedir=/var/lib --libdir=/lib64 --prefix=/ --bindir=/sbin --with-optimisation=
checking build system type... x86_64-pc-linux-gnu
checking host system type... x86_64-pc-linux-gnu
checking target system type... x86_64-pc-linux-gnu
checking for x86_64-pc-linux-gnu-g++... x86_64-pc-linux-gnu-g++
checking whether the C++ compiler works... yes
checking for C++ compiler default output file name... a.out
checking for suffix of executables... 
checking whether we are cross compiling... no
checking for suffix of object files... o
checking whether we are using the GNU C++ compiler... yes
checking whether x86_64-pc-linux-gnu-g++ accepts -g... yes
checking for a sed that does not truncate output... /bin/sed
checking for gawk... gawk
checking whether ln -s works... yes
checking whether make sets $(MAKE)... yes
checking for a thread-safe mkdir -p... /bin/mkdir -p
checking for a BSD-compatible install... /usr/bin/install -c
checking how to run the C++ preprocessor... x86_64-pc-linux-gnu-g++ -E
checking for grep that handles long lines and -e... /bin/grep
checking for egrep... /bin/grep -E
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking expat.h usability... yes
checking expat.h presence... yes
checking for expat.h... yes
checking iostream usability... yes
checking iostream presence... yes
checking for iostream... yes
checking boost/bind.hpp usability... no
checking boost/bind.hpp presence... no
checking for boost/bind.hpp... no
configure: error: bailing out

!!! Please attach the following file when seeking support:
!!! /var/tmp/portage/sys-block/thin-provisioning-tools-0.1.5-r1/work/thin-provisioning-tools-v0.1.5/config.log
 * ERROR: sys-block/thin-provisioning-tools-0.1.5-r1 failed (configure phase):
 *   econf failed
 * 
 * Call stack:
 *          ebuild.sh, line   85:  Called src_configure
 *        environment, line 1992:  Called econf '--prefix=/' '--bindir=/sbin' '--with-optimisation='
 *   phase-helpers.sh, line  467:  Called die
 * The specific snippet of code:
 *   			die "econf failed"
 * 
 * If you need support, post the output of `emerge --info '=sys-block/thin-provisioning-tools-0.1.5-r1'`,
 * the complete build log and the output of `emerge -pqv '=sys-block/thin-provisioning-tools-0.1.5-r1'`.
 * The complete build log is located at '/var/tmp/portage/sys-block/thin-provisioning-tools-0.1.5-r1/temp/build.log'.
 * The ebuild environment file is located at '/var/tmp/portage/sys-block/thin-provisioning-tools-0.1.5-r1/temp/environment'.
 * Working directory: '/var/tmp/portage/sys-block/thin-provisioning-tools-0.1.5-r1/work/thin-provisioning-tools-v0.1.5'
 * S: '/var/tmp/portage/sys-block/thin-provisioning-tools-0.1.5-r1/work/thin-provisioning-tools-v0.1.5'


Reproducible: Always
Comment 1 Michael Weber (RETIRED) gentoo-dev 2012-08-28 10:55:38 UTC
Please attach the mentioned config.log and your `emerge --info` output
Comment 2 Jory A. Pratt gentoo-dev 2012-08-28 22:56:03 UTC
This has nothing to do with boost-1.50 in general, it has to do with no way to determine what includes to use by the build system. These failures are seen all threw the tree in other packages as well such as libreoffice due to recent change to remove eselect boost support.
Comment 3 Jory A. Pratt gentoo-dev 2012-10-01 18:11:06 UTC
Created attachment 325490 [details, diff]
support non eselect versions of boost
Comment 4 Diego Elio Pettenò (RETIRED) gentoo-dev 2012-10-31 19:24:51 UTC
This is fixed with 1.51.0-r1 (and unslotted boost).