Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 580654 Details for
Bug 688628
net-libs/libssh2-1.9.0 : CMake Error at tests/CMakeLists.txt:155 (add_executable):
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
net-libs:libssh2-1.9.0:20190624-102252.log
net-libs:libssh2-1.9.0:20190624-102252.log (text/plain), 8.74 KB, created by
Toralf Förster
on 2019-06-24 18:28:11 UTC
(
hide
)
Description:
net-libs:libssh2-1.9.0:20190624-102252.log
Filename:
MIME Type:
Creator:
Toralf Förster
Created:
2019-06-24 18:28:11 UTC
Size:
8.74 KB
patch
obsolete
> * Package: net-libs/libssh2-1.9.0 > * Repository: gentoo > * Maintainer: netmon@gentoo.org mgorny@gentoo.org > * USE: abi_x86_64 amd64 elibc_glibc kernel_linux libressl userland_GNU zlib > * FEATURES: network-sandbox preserve-libs sandbox test userpriv usersandbox >>>> Unpacking source... >>>> Unpacking libssh2-1.9.0.tar.gz to /var/tmp/portage/net-libs/libssh2-1.9.0/work >>>> Source unpacked in /var/tmp/portage/net-libs/libssh2-1.9.0/work >>>> Preparing source in /var/tmp/portage/net-libs/libssh2-1.9.0/work/libssh2-1.9.0 ... > * Applying libssh2-1.8.0-mansyntax_sh.patch ... > [ ok ] > * Applying libssh2-1.9.0-missing.patch ... > [ ok ] >>>> Source prepared. >>>> Configuring source in /var/tmp/portage/net-libs/libssh2-1.9.0/work/libssh2-1.9.0 ... > * abi_x86_64.amd64: running multilib-minimal_abi_src_configure >>>> Working in BUILD_DIR: "/var/tmp/portage/net-libs/libssh2-1.9.0/work/libssh2-1.9.0-abi_x86_64.amd64" >cmake -C /var/tmp/portage/net-libs/libssh2-1.9.0/work/libssh2-1.9.0-abi_x86_64.amd64/gentoo_common_config.cmake -G Ninja -DCMAKE_INSTALL_PREFIX=/usr -DBUILD_SHARED_LIBS=ON -DCRYPTO_BACKEND=OpenSSL -DENABLE_ZLIB_COMPRESSION=yes -DCMAKE_BUILD_TYPE=Gentoo -DCMAKE_TOOLCHAIN_FILE=/var/tmp/portage/net-libs/libssh2-1.9.0/work/libssh2-1.9.0-abi_x86_64.amd64/gentoo_toolchain.cmake /var/tmp/portage/net-libs/libssh2-1.9.0/work/libssh2-1.9.0 >loading initial cache file /var/tmp/portage/net-libs/libssh2-1.9.0/work/libssh2-1.9.0-abi_x86_64.amd64/gentoo_common_config.cmake >CMake Warning (dev) at gentoo_common_config.cmake:9 (SET): > implicitly converting 'BOOLEAN' to 'STRING' type. >This warning is for project developers. Use -Wno-dev to suppress it. > >-- The C compiler identification is GNU 9.1.0 >-- Check for working C compiler: /usr/bin/x86_64-pc-linux-gnu-gcc >-- Check for working C compiler: /usr/bin/x86_64-pc-linux-gnu-gcc -- works >-- Detecting C compiler ABI info >-- Detecting C compiler ABI info - done >-- Detecting C compile features >-- Detecting C compile features - done >-- Found OpenSSL: /usr/lib64/libcrypto.so (found version "2.0.0") >-- Looking for EVP_aes_128_ctr >-- Looking for EVP_aes_128_ctr - found >-- Found ZLIB: /usr/lib64/libz.so (found version "1.2.11") >-- Looking for include file unistd.h >-- Looking for include file unistd.h - found >-- Looking for include file inttypes.h >-- Looking for include file inttypes.h - found >-- Looking for include file stdlib.h >-- Looking for include file stdlib.h - found >-- Looking for include file sys/select.h >-- Looking for include file sys/select.h - found >-- Looking for include file sys/uio.h >-- Looking for include file sys/uio.h - found >-- Looking for include file sys/socket.h >-- Looking for include file sys/socket.h - found >-- Looking for include file sys/ioctl.h >-- Looking for include file sys/ioctl.h - found >-- Looking for include file sys/time.h >-- Looking for include file sys/time.h - found >-- Looking for include file sys/un.h >-- Looking for include file sys/un.h - found >-- Looking for include file windows.h >-- Looking for include file windows.h - not found >-- Looking for include file ws2tcpip.h >-- Looking for include file ws2tcpip.h - not found >-- Looking for include file winsock2.h >-- Looking for include file winsock2.h - not found >-- Looking for sys/types.h >-- Looking for sys/types.h - found >-- Looking for stdint.h >-- Looking for stdint.h - found >-- Looking for stddef.h >-- Looking for stddef.h - found >-- Check size of long long >-- Check size of long long - done >-- Looking for gettimeofday >-- Looking for gettimeofday - found >-- Looking for strtoll >-- Looking for strtoll - found >-- Looking for snprintf >-- Looking for snprintf - found >-- Looking for memset_s >-- Looking for memset_s - not found >-- Looking for poll >-- Looking for poll - found >-- Looking for socket >-- Looking for socket - found >-- Looking for select >-- Looking for select - found >-- Looking for inet_addr >-- Looking for inet_addr - found >-- Performing Test HAVE_O_NONBLOCK >-- Performing Test HAVE_O_NONBLOCK - Success >-- Looking for include file arpa/inet.h >-- Looking for include file arpa/inet.h - found >-- Looking for include file netinet/in.h >-- Looking for include file netinet/in.h - found >-- Looking for strcasecmp >-- Looking for strcasecmp - found >-- Looking for _stricmp >-- Looking for _stricmp - not found >-- Looking for _snprintf >-- Looking for _snprintf - not found >-- Looking for __func__ >-- Looking for __func__ - found >-- Looking for __FUNCTION__ >-- Looking for __FUNCTION__ - found >CMake Warning (dev) at /usr/share/cmake/Modules/BundleUtilities.cmake:229 (message): > Policy CMP0080 is not set: BundleUtilities cannot be included at configure > time. Run "cmake --help-policy CMP0080" for policy details. Use the > cmake_policy command to set the policy and suppress this warning. > >Call Stack (most recent call first): > /usr/share/cmake/Modules/BundleUtilities.cmake:238 (_warn_cmp0080) > tests/CMakeLists.txt:39 (include) >This warning is for project developers. Use -Wno-dev to suppress it. > >-- Looking for include file sys/param.h >-- Looking for include file sys/param.h - found >-- The following features have been enabled: > > * Shared library, creating libssh2 as a shared library (.so/.dll) > * Compression, using zlib for compression > * diffie-hellman-group-exchange-sha1, "new" diffie-hellman-group-exchange-sha1 method > >-- The following REQUIRED packages have been found: > > * ZLIB > * OpenSSL > >-- The following features have been disabled: > > * "none" cipher > * "none" MAC > * Logging, Logging of execution with debug trace > >-- <<< Gentoo configuration >>> >Build type Gentoo >Install path /usr >Compiler flags: >C -O2 -pipe -march=native -Wall >C++ -Wall >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 tests/CMakeLists.txt:155 (add_executable): > Cannot find source file: > > test_public_key_auth_succeeds_with_correct_ed25519_key_from_mem.c > > Tried extensions .c .C .c++ .cc .cpp .cxx .cu .m .M .mm .h .hh .h++ .hm > .hpp .hxx .in .txx > > >CMake Error at tests/CMakeLists.txt:155 (add_executable): > Cannot find source file: > > test_public_key_auth_succeeds_with_correct_ed25519_key.c > > Tried extensions .c .C .c++ .cc .cpp .cxx .cu .m .M .mm .h .hh .h++ .hm > .hpp .hxx .in .txx > > >CMake Error at tests/CMakeLists.txt:155 (add_executable): > Cannot find source file: > > test_public_key_auth_succeeds_with_correct_encrypted_ed25519_key.c > > Tried extensions .c .C .c++ .cc .cpp .cxx .cu .m .M .mm .h .hh .h++ .hm > .hpp .hxx .in .txx > > >CMake Error at tests/CMakeLists.txt:155 (add_executable): > No SOURCES given to target: > test_public_key_auth_succeeds_with_correct_ed25519_key_from_mem > > >CMake Error at tests/CMakeLists.txt:155 (add_executable): > No SOURCES given to target: > test_public_key_auth_succeeds_with_correct_ed25519_key > > >CMake Error at tests/CMakeLists.txt:155 (add_executable): > No SOURCES given to target: > test_public_key_auth_succeeds_with_correct_encrypted_ed25519_key > > >-- Build files have been written to: /var/tmp/portage/net-libs/libssh2-1.9.0/work/libssh2-1.9.0-abi_x86_64.amd64 > * ERROR: net-libs/libssh2-1.9.0::gentoo failed (configure phase): > * cmake failed > * > * Call stack: > * ebuild.sh, line 124: Called src_configure > * environment, line 2534: Called cmake-multilib_src_configure > * environment, line 727: Called multilib-minimal_src_configure > * environment, line 1866: Called multilib_foreach_abi 'multilib-minimal_abi_src_configure' > * environment, line 2093: Called multibuild_foreach_variant '_multilib_multibuild_wrapper' 'multilib-minimal_abi_src_configure' > * environment, line 1796: Called _multibuild_run '_multilib_multibuild_wrapper' 'multilib-minimal_abi_src_configure' > * environment, line 1794: Called _multilib_multibuild_wrapper 'multilib-minimal_abi_src_configure' > * environment, line 590: Called multilib-minimal_abi_src_configure > * environment, line 1860: Called multilib_src_configure > * environment, line 2326: Called cmake-utils_src_configure > * environment, line 904: Called die > * The specific snippet of code: > * "${CMAKE_BINARY}" "${cmakeargs[@]}" "${CMAKE_USE_DIR}" || die "cmake failed"; > * > * If you need support, post the output of `emerge --info '=net-libs/libssh2-1.9.0::gentoo'`, > * the complete build log and the output of `emerge -pqv '=net-libs/libssh2-1.9.0::gentoo'`. > * The complete build log is located at '/var/log/portage/net-libs:libssh2-1.9.0:20190624-102252.log'. > * For convenience, a symlink to the build log is located at '/var/tmp/portage/net-libs/libssh2-1.9.0/temp/build.log'. > * The ebuild environment file is located at '/var/tmp/portage/net-libs/libssh2-1.9.0/temp/environment'. > * Working directory: '/var/tmp/portage/net-libs/libssh2-1.9.0/work/libssh2-1.9.0-abi_x86_64.amd64' > * S: '/var/tmp/portage/net-libs/libssh2-1.9.0/work/libssh2-1.9.0'
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 688628
:
580644
|
580646
|
580648
|
580650
|
580652
| 580654 |
580656