Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 667296 - dev-qt/qt-creator-4.6.2: Project ERROR: botan-1.10 development package not found
Summary: dev-qt/qt-creator-4.6.2: Project ERROR: botan-1.10 development package not found
Status: RESOLVED DUPLICATE of bug 667258
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Davide Pesavento
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2018-09-29 14:37 UTC by Boris Vingradov
Modified: 2018-09-30 18:22 UTC (History)
2 users (show)

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


Attachments
Build package log (qt-creator-4.6.2_build.log,338.88 KB, text/x-log)
2018-09-29 14:37 UTC, Boris Vingradov
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Boris Vingradov 2018-09-29 14:37:05 UTC
Created attachment 548222 [details]
Build package log

I have fail to build this package because it isn't found libbotan:

Project ERROR: botan-1.10 development package not found
cd sqlite/ && ( test -e Makefile || /usr/lib64/qt5/bin/qmake -o Makefile /var/tmp/portage/dev-qt/qt-creator-4.6.2/work/qt-creator-opensource-src-4.6.2/src/libs/sqlite/sqlite.pro 'QMAKE_AR=x86_64-pc-linux-gnu-ar cqs' QMAKE_CC=x86_64-pc-linux-gnu-gcc QMAKE_LINK_C=x86_64-pc-linux-gnu-gcc QMAKE_LINK_C_SHLIB=x86_64-pc-linux-gnu-gcc QMAKE_CXX=x86_64-pc-linux-gnu-g++ QMAKE_LINK=x86_64-pc-linux-gnu-g++ QMAKE_LINK_SHLIB=x86_64-pc-linux-gnu-g++ QMAKE_OBJCOPY=x86_64-pc-linux-gnu-objcopy QMAKE_RANLIB= QMAKE_STRIP= 'QMAKE_CFLAGS=-march=haswell -O2 -pipe' QMAKE_CFLAGS_RELEASE= QMAKE_CFLAGS_DEBUG= 'QMAKE_CXXFLAGS=-O2 -pipe' QMAKE_CXXFLAGS_RELEASE= QMAKE_CXXFLAGS_DEBUG= 'QMAKE_LFLAGS=-Wl,-O1 -Wl,--as-needed' QMAKE_LFLAGS_RELEASE= QMAKE_LFLAGS_DEBUG= IDE_LIBRARY_BASENAME=lib64 IDE_PACKAGE_MODE=1 CONFIG+=qbs_disable_rpath CONFIG+=qbs_enable_project_file_updates USE_SYSTEM_BOTAN=1 ) && make -f Makefile
make[2]: *** [Makefile:262: sub-ssh-make_first] Error 3


I have two installed libbotan slot on my system:
iteratible ~ # eix botan
[I] dev-libs/botan
     Доступные версии:      
     (0)    1.10.17
     (2)    2.7.0(2/2.7)
       {bindist boost bzip2 doc gmp libressl lzma python sqlite ssl static-libs threads zlib PYTHON_TARGETS="python2_7 python3_4 python3_5 python3_6"}
     Установленные версии:  1.10.17(14:52:33 29.09.2018)(bzip2 ssl threads zlib -bindist -doc -gmp -libressl -python -static-libs PYTHON_TARGETS="python2_7 python3_6 -python3_4 -python3_5") 2.7.0(2/2.7)(17:28:29 29.09.2018)(bzip2 ssl zlib -bindist -boost -doc -libressl -lzma -python -sqlite -static-libs PYTHON_TARGETS="python2_7 python3_6 -python3_4 -python3_5")
     Домашняя страница:     https://botan.randombit.net/
     Описание:              A C++ crypto library
Comment 1 Francesco Riosa 2018-09-30 13:17:24 UTC
this is a botan bug, the symlink are invalid and pkgconfig does not find it

gentoo-gcc7 ~ # ls -l $(qlist botan)
lrwxrwxrwx 1 root root      17 set 28 06:09 /usr/bin/botan-config -> botan-config-1.10
lrwxrwxrwx 1 root root      21 set  1 22:31 /usr/lib64/libbotan-1.10.so.1 -> libbotan-1.10.so.1.17
-rwxr-xr-x 1 root root 2131968 set  1 22:31 /usr/lib64/libbotan-1.10.so.1.17
lrwxrwxrwx 1 root root      13 set 28 06:09 /usr/lib64/pkgconfig/botan.pc -> botan-1.10.pc
Comment 2 Davide Pesavento (RETIRED) gentoo-dev 2018-09-30 18:22:00 UTC

*** This bug has been marked as a duplicate of bug 667258 ***