Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 752447 - net-im/psi-9999: failed configure phase (missing: USRSCTP_LIBRARY USRSCTP_INCLUDE)
Summary: net-im/psi-9999: failed configure phase (missing: USRSCTP_LIBRARY USRSCTP_INC...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal
Assignee: Sergey Ilinykh
URL:
Whiteboard:
Keywords:
Depends on: 752477
Blocks: 752450
  Show dependency tree
 
Reported: 2020-11-03 06:22 UTC by Joonas Niilola
Modified: 2020-11-04 13:40 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 Joonas Niilola gentoo-dev 2020-11-03 06:22:41 UTC
>>> Source prepared.
>>> Configuring source in /var/tmp/portage/gpm/portage/net-im/psi-9999/work/psi-9999 ...
 * Working in BUILD_DIR: "/var/tmp/portage/gpm/portage/net-im/psi-9999/work/psi-9999_build"
cmake -C /var/tmp/portage/gpm/portage/net-im/psi-9999/work/psi-9999_build/gentoo_common_config.cmake -G Ninja -DCMAKE_INSTALL_PREFIX=/usr -DPRODUCTION=OFF -DUSE_ASPELL=no -DUSE_ENCHANT=no -DUSE_HUNSPELL=yes -DUSE_DBUS=yes -DINSTALL_PLUGINS_SDK=1 -DUSE_KEYCHAIN=no -DCHAT_TYPE=basic -DUSE_XSS=no -DPSI_PLUS=no -DCMAKE_BUILD_TYPE=Gentoo -DCMAKE_TOOLCHAIN_FILE=/var/tmp/portage/gpm/portage/net-im/psi-9999/work/psi-9999_build/gentoo_toolchain.cmake  /var/tmp/portage/gpm/portage/net-im/psi-9999/work/psi-9999
loading initial cache file /var/tmp/portage/gpm/portage/net-im/psi-9999/work/psi-9999_build/gentoo_common_config.cmake
-- CMP0071 policy set to NEW
-- CMP0074 policy set to NEW
-- The C compiler identification is GNU 10.2.0
-- The CXX compiler identification is GNU 10.2.0
-- Detecting C compiler ABI info
-- Detecting C compiler ABI info - done
-- Check for working C compiler: /usr/bin/x86_64-pc-linux-gnu-gcc - skipped
-- Detecting C compile features
-- Detecting C compile features - done
-- Detecting CXX compiler ABI info
-- Detecting CXX compiler ABI info - done
-- Check for working CXX compiler: /usr/bin/x86_64-pc-linux-gnu-g++ - skipped
-- Detecting CXX compile features
-- Detecting CXX compile features - done
-- ===Building Psi===
-- Chatlog type - Basic
-- System name - Linux
-- X11 features support - ENABLED
-- DBus support - ENABLED
-- CXX flags: -march=native -O2 -pipe
-- C flags: -march=native -O2 -pipe
-- Found HttpParser-2.9.4: /usr/lib64/libhttp_parser.so
-- CMP0071 policy set to NEW
-- CMP0074 policy set to NEW
-- Qt5 found, version 5.15.1
CMake Warning at iris/CMakeLists.txt:123 (message):
  Disabling BUNDLED_QCA option makes impossible to use DTLS and PsiMedia


-- QCA: using system
-- Found Qca: /usr/lib64/libqca-qt5.so  
-- Could NOT find UsrSCTP (missing: USRSCTP_LIBRARY USRSCTP_INCLUDE) 
CMake Error at iris/CMakeLists.txt:137 (message):
  UsrSCTP library not found.  Try to install usrsctp library or enable
  BUNDLED_USRSCTP flag


-- Configuring incomplete, errors occurred!
See also "/var/tmp/portage/gpm/portage/net-im/psi-9999/work/psi-9999_build/CMakeFiles/CMakeOutput.log".
 * ERROR: net-im/psi-9999::gentoo failed (configure phase):
 *   cmake failed
 * 
 * Call stack:
 *     ebuild.sh, line  125:  Called src_configure
 *   environment, line 2924:  Called cmake_src_configure
 *   environment, line 1099:  Called die
 * The specific snippet of code:
 *       "${CMAKE_BINARY}" "${cmakeargs[@]}" "${CMAKE_USE_DIR}" || die "cmake failed";


[ebuild  N    *] net-im/psi-9999::gentoo  USE="crypt dbus hunspell -aspell -debug -doc -enchant -extras -iconsets -keyring -webengine -webkit -xscreensaver"
Comment 1 Larry the Git Cow gentoo-dev 2020-11-04 13:40:19 UTC
The bug has been closed via the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9450338c61aa60ef9d5be4c7b5a1a6e319689e4f

commit 9450338c61aa60ef9d5be4c7b5a1a6e319689e4f
Author:     Sergey Ilinykh <rion4ik@gmail.com>
AuthorDate: 2020-11-03 21:29:15 +0000
Commit:     Joonas Niilola <juippis@gentoo.org>
CommitDate: 2020-11-04 13:39:33 +0000

    net-im/psi: added dep on net-libs/usrsctp for live version
    
    Closes: https://bugs.gentoo.org/752447
    Package-Manager: Portage-3.0.9, Repoman-3.0.2
    Signed-off-by: Sergey Ilinykh <rion4ik@gmail.com>
    Closes: https://github.com/gentoo/gentoo/pull/18116
    Signed-off-by: Joonas Niilola <juippis@gentoo.org>

 net-im/psi/psi-9999.ebuild | 1 +
 1 file changed, 1 insertion(+)