Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 629972 - dev-util/cmake fails to detect newer boost versions (was: net-p2p/qbittorrent-3.3.12 fails compile against dev-libs/boost-1.65.0)
Summary: dev-util/cmake fails to detect newer boost versions (was: net-p2p/qbittorrent...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: AMD64 Linux
: Normal normal
Assignee: Gentoo KDE team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2017-09-05 14:43 UTC by thunderrd
Modified: 2017-09-09 02:27 UTC (History)
8 users (show)

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


Attachments
build log (build.log,7.57 KB, text/plain)
2017-09-05 16:13 UTC, thunderrd
Details
FindBoostBackport.patch (FindBoostBackport.patch,3.57 KB, patch)
2017-09-05 18:48 UTC, Greg Turner
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description thunderrd 2017-09-05 14:43:36 UTC
After boost version upgrade, preserved-rebuild wants to rebuild qbittorrent, which fails with the following:

-- Looking for shmat
-- Looking for shmat - found
-- Looking for IceConnectionNumber in ICE
-- Looking for IceConnectionNumber in ICE - found
-- Found X11: /usr/lib/libX11.so
-- <<< Gentoo configuration >>>
Build type      Gentoo
Install path    /usr
Compiler flags:
C               -march=native -O2 -pipe
C++             -march=native -O2 -pipe
Linker flags:
Executable      -Wl,-O1 -Wl,--as-needed
Module          -Wl,-O1 -Wl,--as-needed
Shared          -Wl,-O1 -Wl,--as-needed

-- Configuring done
CMake Error at src/app/CMakeLists.txt:150 (add_executable):
  Target "qbittorrent" links to target "Boost::system" but the target was not
  found.  Perhaps a find_package() call is missing for an IMPORTED target, or
  an ALIAS target is missing?


CMake Error at src/base/CMakeLists.txt:121 (add_library):
  Target "qbt_base" links to target "Boost::system" but the target was not
  found.  Perhaps a find_package() call is missing for an IMPORTED target, or
  an ALIAS target is missing?


CMake Error at src/gui/CMakeLists.txt:135 (add_library):
  Target "qbt_gui" links to target "Boost::system" but the target was not
  found.  Perhaps a find_package() call is missing for an IMPORTED target, or
  an ALIAS target is missing?


CMake Error at src/gui/properties/CMakeLists.txt:45 (add_library):
  Target "qbt_properties" links to target "Boost::system" but the target was
  not found.  Perhaps a find_package() call is missing for an IMPORTED
  target, or an ALIAS target is missing?


CMake Error at src/gui/rss/CMakeLists.txt:25 (add_library):
  Target "qbt_rss" links to target "Boost::system" but the target was not
  found.  Perhaps a find_package() call is missing for an IMPORTED target, or
  an ALIAS target is missing?


CMake Error at src/gui/search/CMakeLists.txt:36 (add_library):
  Target "qbt_searchengine" links to target "Boost::system" but the target
  was not found.  Perhaps a find_package() call is missing for an IMPORTED
  target, or an ALIAS target is missing?


-- Generating done
-- Build files have been written to: /var/tmp/portage/net-p2p/qbittorrent-3.3.12/work/qbittorrent-3.3.12_build
 [31;01m*[0m ERROR: net-p2p/qbittorrent-3.3.12::gentoo failed (configure phase):
 [31;01m*[0m   cmake failed
 [31;01m*[0m 
 [31;01m*[0m Call stack:
 [31;01m*[0m     ebuild.sh, line  115:  Called src_configure
 [31;01m*[0m   environment, line 3088:  Called cmake-utils_src_configure
 [31;01m*[0m   environment, line  929:  Called die
 [31;01m*[0m The specific snippet of code:
 [31;01m*[0m       "${CMAKE_BINARY}" "${cmakeargs[@]}" "${CMAKE_USE_DIR}" || die "cmake failed";
 [31;01m*[0m 
 [31;01m*[0m If you need support, post the output of `emerge --info '=net-p2p/qbittorrent-3.3.12::gentoo'`,
 [31;01m*[0m the complete build log and the output of `emerge -pqv '=net-p2p/qbittorrent-3.3.12::gentoo'`.
 [31;01m*[0m The complete build log is located at '/var/tmp/portage/net-p2p/qbittorrent-3.3.12/temp/build.log'.
 [31;01m*[0m The ebuild environment file is located at '/var/tmp/portage/net-p2p/qbittorrent-3.3.12/temp/environment'.
 [31;01m*[0m Working directory: '/var/tmp/portage/net-p2p/qbittorrent-3.3.12/work/qbittorrent-3.3.12_build'
 [31;01m*[0m S: '/var/tmp/portage/net-p2p/qbittorrent-3.3.12/work/qbittorrent-3.3.12'

Reproducible: Always

Steps to Reproduce:
1.emerge new boost version 1.65
2.attempt to rebuild qbittorrent
3.
Comment 1 thunderrd 2017-09-05 14:44:14 UTC
root@Q6600: /home/thunderrd# cd
root@Q6600: ~# emerge --info
Portage 2.3.8 (python 3.5.3-final-0, default/linux/amd64/13.0/desktop, gcc-6.4.0, glibc-2.25-r4, 4.12.9-ck x86_64)
=================================================================
System uname: Linux-4.12.9-ck-x86_64-Intel-R-_Core-TM-2_Extreme_CPU_X9650_@_3.00GHz-with-gentoo-2.4.1
KiB Mem:     8168932 total,   4999064 free
KiB Swap:    1060860 total,   1060860 free
Timestamp of repository gentoo: Tue, 05 Sep 2017 14:00:01 +0000
Head commit of repository gentoo: d51f460aea0f8b724714706bfb27cf3bd0e3831f
sh bash 4.4_p12
ld GNU ld (Gentoo 2.28.1 p1.0) 2.28.1
app-shells/bash:          4.4_p12::gentoo
dev-java/java-config:     2.2.0-r3::gentoo
dev-lang/perl:            5.24.2::gentoo
dev-lang/python:          2.7.13::gentoo, 3.4.6::gentoo, 3.5.3::gentoo
dev-util/cmake:           3.9.1::gentoo
dev-util/pkgconfig:       0.29.2::gentoo
sys-apps/baselayout:      2.4.1-r2::gentoo
sys-apps/openrc:          0.29::gentoo
sys-apps/sandbox:         2.10-r4::gentoo
sys-devel/autoconf:       2.13::gentoo, 2.69-r4::gentoo
sys-devel/automake:       1.15.1-r1::gentoo
sys-devel/binutils:       2.28.1::gentoo
sys-devel/gcc:            4.9.4::gentoo, 6.4.0::gentoo
sys-devel/gcc-config:     1.8-r1::gentoo
sys-devel/libtool:        2.4.6-r4::gentoo
sys-devel/make:           4.2.1-r1::gentoo
sys-kernel/linux-headers: 4.11::gentoo (virtual/os-headers)
sys-libs/glibc:           2.25-r4::gentoo
Repositories:

gentoo
    location: /mnt/ext4_STORAGE/usr/portage
    sync-type: rsync
    sync-uri: rsync://rsync.gentoo.org/gentoo-portage
    priority: -1000
    sync-rsync-extra-opts: --verbose --progress --exclude-from=/etc/portage/rsync_excludes

palemoon
    location: /mnt/ext4_STORAGE/var/lib/layman/palemoon
    sync-type: laymansync
    sync-uri: https://github.com/deuiore/palemoon-overlay.git
    masters: gentoo
    priority: 50

torbrowser
    location: /mnt/ext4_STORAGE/var/lib/layman/torbrowser
    sync-type: laymansync
    sync-uri: git://github.com/MeisterP/torbrowser-overlay.git
    masters: gentoo
    priority: 50

BZ-overlay
    location: /mnt/ext4_STORAGE/usr/local/portage
    masters: gentoo
    priority: 60

ACCEPT_KEYWORDS="amd64 ~amd64"
ACCEPT_LICENSE="* -@EULA"
CBUILD="x86_64-pc-linux-gnu"
CFLAGS="-march=native -O2 -pipe"
CHOST="x86_64-pc-linux-gnu"
CONFIG_PROTECT="/etc /usr/share/gnupg/qualified.txt /usr/share/themes/oxygen-gtk/gtk-2.0"
CONFIG_PROTECT_MASK="/etc/ca-certificates.conf /etc/dconf /etc/env.d /etc/fonts/fonts.conf /etc/gconf /etc/gentoo-release /etc/revdep-rebuild /etc/sandbox.d /etc/terminfo"
CXXFLAGS="-march=native -O2 -pipe"
DISTDIR="/mnt/ext4_STORAGE/usr/portage/distfiles"
EMERGE_DEFAULT_OPTS="--quiet-build=n"
FCFLAGS="-O2 -pipe"
FEATURES="assume-digests binpkg-logs config-protect-if-modified distlocks ebuild-locks fixlafiles merge-sync multilib-strict news parallel-fetch preserve-libs protect-owned sandbox sfperms strict unknown-features-warn unmerge-logs unmerge-orphans userfetch userpriv usersandbox usersync xattr"
FFLAGS="-O2 -pipe"
GENTOO_MIRRORS="http://gentoo.mirrors.easynews.com/linux/gentoo/ http://ftp.lecl.net/pub/gentoo/"
LANG="en_US.UTF-8"
LDFLAGS="-Wl,-O1 -Wl,--as-needed"
MAKEOPTS="-j4"
PKGDIR="/mnt/ext4_STORAGE/usr/portage/packages"
PORTAGE_CONFIGROOT="/"
PORTAGE_RSYNC_EXTRA_OPTS="--verbose --progress --exclude-from=/etc/portage/rsync_excludes"
PORTAGE_RSYNC_OPTS="--recursive --links --safe-links --perms --times --omit-dir-times --compress --force --whole-file --delete --stats --human-readable --timeout=180 --exclude=/distfiles --exclude=/local --exclude=/packages --exclude=/.git"
PORTAGE_TMPDIR="/var/tmp"
USE="X a52 aac acl acpi alsa amd64 branding bzip2 cairo cdda cdr cli consolekit cracklib crypt cxx dbus device-mapper directfb dri dts dvd dvdr emboss encode exif fam ffmpeg firefox flac fortran gdbm gif glamor gpm gtk iconv infinality ipv6 jack jpeg lcms ldap libnotify mad mmx mng modules mp3 mp4 mpeg multilib ncurses nls nptl offensive ogg opengl openmp openssl pam pango pcre pdf png policykit ppds python qt5 readline samba sdl seccomp session spell sse sse2 ssh ssl startup-notification svg tcpd threads tiff truetype udev udisks unicode usb uuid vorbis wxwidgets x264 xattr xcb xcomposite xft xml xv xvid zlib" ABI_X86="32 64" ALSA_CARDS="ca0106" CALLIGRA_FEATURES="kexi words flow plan sheets stage tables krita karbon braindump author" COLLECTD_PLUGINS="df interface irq load memory rrdtool swap syslog" CPU_FLAGS_X86="mmx mmxext sse sse2 sse3 sse4_1 ssse3" ELIBC="glibc" GPSD_PROTOCOLS="ashtech aivdm earthmate evermore fv18 garmin garmintxt gpsclock isync itrax mtk3301 nmea ntrip navcom oceanserver oldstyle oncore rtcm104v2 rtcm104v3 sirf skytraq superstar2 timing tsip tripmate tnt ublox ubx" INPUT_DEVICES="evdev" KERNEL="linux" LCD_DEVICES="bayrad cfontz cfontz633 glk hd44780 lb216 lcdm001 mtxorb ncurses text" LIBREOFFICE_EXTENSIONS="presenter-console presenter-minimizer" OFFICE_IMPLEMENTATION="libreoffice" PHP_TARGETS="php5-6" POSTGRES_TARGETS="postgres9_5" PYTHON_SINGLE_TARGET="python2_7" PYTHON_TARGETS="python2_7 python3_4 python3_5" RUBY_TARGETS="ruby21" USERLAND="GNU" VIDEO_CARDS="nvidia" XTABLES_ADDONS="quota2 psd pknock lscan length2 ipv4options ipset ipp2p iface geoip fuzzy condition tee tarpit sysrq steal rawnat logmark ipmark dhcpmac delude chaos account"
Unset:  CC, CPPFLAGS, CTARGET, CXX, INSTALL_MASK, LC_ALL, PORTAGE_BUNZIP2_COMMAND, PORTAGE_COMPRESS, PORTAGE_COMPRESS_FLAGS
Comment 2 Jonas Stein gentoo-dev 2017-09-05 16:04:21 UTC
Thank you for the report. Please *attach* the logfiles,
https://wiki.gentoo.org/wiki/Bugzilla/Bug_report_guide#Report_a_build-time_bug_.28emerge_failed.29
and reopen this ticket (Status:unconfirmed).
Comment 3 thunderrd 2017-09-05 16:13:52 UTC
Created attachment 492446 [details]
build log
Comment 4 Greg Turner 2017-09-05 18:48:48 UTC
Created attachment 492688 [details, diff]
FindBoostBackport.patch

The problem is that cmake-3.9.1 ships with a FindBoost.cmake which fails to find boost >dev-libs/boost-1.63.0  The attached patch (applied to =dev-libs/boost-1.65.0) will resolve this.

It is a naive merge of FindBoost.cmake from cmake:master into FindBoost.cmake from =dev-libs/boost-1.65.0 src_unpack.
Comment 5 Greg Turner 2017-09-05 18:55:15 UTC
(In reply to Greg Turner from comment #4)
> The attached patch (applied to =dev-libs/boost-1.65.0)
> will resolve this.

Sorry, ugh, that's not what I meant to say :)  I should have said "(applied to =dev-util/cmake-3.9.1)"

So in other words, as a work-around, one could put the patch into

  /etc/portage/patches/dev-util/cmake-3.9.1/

or add it into an overlay revbump of cmake-3.9.1.ebuild, emerge cmake, and after that, qbittorrent's ebuild would behave as expected.
Comment 6 Ulenrich 2017-09-06 08:33:43 UTC
@Greg thanks for that one. I am just compiling cmake again. 
In essence:
cmake acts alike a package manager piece of software, where every detail of your system has to be registered?
Comment 7 Davide Pesavento (RETIRED) gentoo-dev 2017-09-06 08:41:25 UTC
(In reply to Greg Turner from comment #4)
> The problem is that cmake-3.9.1 ships with a FindBoost.cmake which fails to
> find boost >dev-libs/boost-1.63.0

Thanks. CMake bug then. Re-assigning.
Comment 8 Andrey Grozin gentoo-dev 2017-09-07 12:06:27 UTC
(In reply to Greg Turner from comment #5)
> So in other words, as a work-around, one could put the patch into
> 
>   /etc/portage/patches/dev-util/cmake-3.9.1/
> 
> or add it into an overlay revbump of cmake-3.9.1.ebuild, emerge cmake, and
> after that, qbittorrent's ebuild would behave as expected.
After re-emerging cmake-3.9.1 with this patch, qbittorrent emerges fine. Thanks.
Comment 9 Larry the Git Cow gentoo-dev 2017-09-07 12:09:22 UTC
Bug has been referenced in the following commit:
https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=adf272995594c38a66c95a15c6d52b31f24db023

commit adf272995594c38a66c95a15c6d52b31f24db023
Author:     Michael Palimaka <kensington@gentoo.org>
AuthorDate: 2017-09-07 12:06:11 +0000
Commit:     Michael Palimaka <kensington@gentoo.org>
CommitDate: 2017-09-07 12:09:11 +0000

    dev-util/cmake: backport patch from upstream solving failure to find boost-1.65.0
    
    Bug: https://bugs.gentoo.org/629972
    Package-Manager: Portage-2.3.6, Repoman-2.3.3

 dev-util/cmake/cmake-3.9.1-r1.ebuild               | 205 +++++++++++++++++++++
 .../cmake/files/cmake-3.9.1-boost-1.65.0.patch     |  74 ++++++++
 2 files changed, 279 insertions(+)
Comment 10 Michael Palimaka (kensington) gentoo-dev 2017-09-07 12:10:33 UTC
Thanks for pointing out the upstream fix. It's backported now, please test.
Comment 11 edes 2017-09-07 21:03:02 UTC
after syncing and emerging cmake-3.9.1-r1 with the patch, the problem was solved for me.
Comment 12 thunderrd 2017-09-08 07:06:41 UTC
I can confirm the fix as well.
Comment 13 Michael Palimaka (kensington) gentoo-dev 2017-09-09 02:27:50 UTC
Thanks for testing!