Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 798739 Details for
Bug 864343
media-libs/libjpeg-turbo-2.1.3 - CMake Error at .../FindPackageHandleStandardArgs.cmake:230 (message):
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
media-libs:libjpeg-turbo-2.1.3:20220808-011314.log
media-libs:libjpeg-turbo-2.1.3:20220808-011314.log (text/plain), 7.47 KB, created by
Toralf Förster
on 2022-08-08 07:20:25 UTC
(
hide
)
Description:
media-libs:libjpeg-turbo-2.1.3:20220808-011314.log
Filename:
MIME Type:
Creator:
Toralf Förster
Created:
2022-08-08 07:20:25 UTC
Size:
7.47 KB
patch
obsolete
> * Package: media-libs/libjpeg-turbo-2.1.3 > * Repository: gentoo > * Maintainer: codec@gentoo.org > * USE: abi_x86_64 amd64 elibc_glibc java kernel_linux userland_GNU > * FEATURES: network-sandbox preserve-libs sandbox userpriv usersandbox > * Using: openjdk-bin-8 >>>> Unpacking source... >>>> Unpacking libjpeg-turbo-2.1.3.tar.gz to /var/tmp/portage/media-libs/libjpeg-turbo-2.1.3/work >>>> Unpacking libjpeg8_8d-2.debian.tar.gz to /var/tmp/portage/media-libs/libjpeg-turbo-2.1.3/work >>>> Source unpacked in /var/tmp/portage/media-libs/libjpeg-turbo-2.1.3/work >>>> Preparing source in /var/tmp/portage/media-libs/libjpeg-turbo-2.1.3/work/libjpeg-turbo-2.1.3 ... > * Source directory (CMAKE_USE_DIR): "/var/tmp/portage/media-libs/libjpeg-turbo-2.1.3/work/libjpeg-turbo-2.1.3" > * Build directory (BUILD_DIR): "/var/tmp/portage/media-libs/libjpeg-turbo-2.1.3/work/libjpeg-turbo-2.1.3_build" > * Hardcoded definition(s) removed in CMakeLists.txt: > * set(CMAKE_BUILD_TYPE Release) >>>> Source prepared. >>>> Configuring source in /var/tmp/portage/media-libs/libjpeg-turbo-2.1.3/work/libjpeg-turbo-2.1.3 ... > * abi_x86_64.amd64: running multilib-minimal_abi_src_configure > * Source directory (CMAKE_USE_DIR): "/var/tmp/portage/media-libs/libjpeg-turbo-2.1.3/work/libjpeg-turbo-2.1.3" > * Build directory (BUILD_DIR): "/var/tmp/portage/media-libs/libjpeg-turbo-2.1.3/work/libjpeg-turbo-2.1.3_build-abi_x86_64.amd64" >cmake -C /var/tmp/portage/media-libs/libjpeg-turbo-2.1.3/work/libjpeg-turbo-2.1.3_build-abi_x86_64.amd64/gentoo_common_config.cmake -G Ninja -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_INSTALL_DEFAULT_DOCDIR=/usr/share/doc/libjpeg-turbo-2.1.3 -DENABLE_STATIC=no -DWITH_JAVA=yes -DWITH_MEM_SRCDST=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo -DCMAKE_TOOLCHAIN_FILE=/var/tmp/portage/media-libs/libjpeg-turbo-2.1.3/work/libjpeg-turbo-2.1.3_build-abi_x86_64.amd64/gentoo_toolchain.cmake /var/tmp/portage/media-libs/libjpeg-turbo-2.1.3/work/libjpeg-turbo-2.1.3 >loading initial cache file /var/tmp/portage/media-libs/libjpeg-turbo-2.1.3/work/libjpeg-turbo-2.1.3_build-abi_x86_64.amd64/gentoo_common_config.cmake >-- The C compiler identification is GNU 12.1.1 >-- 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 >-- CMAKE_BUILD_TYPE = RelWithDebInfo >-- VERSION = 2.1.3, BUILD = 20220808 >-- 64-bit build (x86_64) >-- CMAKE_INSTALL_PREFIX = /usr >-- CMAKE_INSTALL_BINDIR = bin (/usr/bin) >-- CMAKE_INSTALL_DATAROOTDIR = share (/usr/share) >-- CMAKE_INSTALL_DOCDIR = /usr/share/doc/libjpeg-turbo-2.1.3 >-- CMAKE_INSTALL_INCLUDEDIR = include (/usr/include) >-- CMAKE_INSTALL_LIBDIR = lib64 (/usr/lib64) >-- CMAKE_INSTALL_MANDIR = /usr/share/man >-- Shared libraries enabled (ENABLE_SHARED = 1) >-- Static libraries disabled (ENABLE_STATIC = 0) >-- 12-bit JPEG support disabled (WITH_12BIT = 0) >-- Arithmetic decoding support enabled (WITH_ARITH_DEC = 1) >-- Arithmetic encoding support enabled (WITH_ARITH_ENC = 1) >-- TurboJPEG API library enabled (WITH_TURBOJPEG = 1) >-- TurboJPEG Java wrapper enabled (WITH_JAVA = 1) >-- In-memory source/destination managers enabled (WITH_MEM_SRCDST = 1) >-- Emulating libjpeg API/ABI v6.2 (WITH_JPEG7 = 0, WITH_JPEG8 = 0) >-- libjpeg API shared library version = 62.3.0 >-- Compiler flags = -pipe -march=native -fno-diagnostics-color -O2 >-- Linker flags = -Wl,-O1 -Wl,--as-needed -Wl,--defsym=__gentoo_check_ldflags__=0 >-- 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 size_t >-- Check size of size_t - done >-- Check size of unsigned long >-- Check size of unsigned long - done >-- Performing Test HAVE_BUILTIN_CTZL >-- Performing Test HAVE_BUILTIN_CTZL - Success >-- Performing Test RIGHT_SHIFT_IS_UNSIGNED >-- Performing Test RIGHT_SHIFT_IS_UNSIGNED - Failed >-- Performing Test INLINE_WORKS >-- Performing Test INLINE_WORKS - Success >-- INLINE = __inline__ __attribute__((always_inline)) (FORCE_INLINE = 1) >-- Performing Test HAVE_THREAD_LOCAL >-- Performing Test HAVE_THREAD_LOCAL - Success >-- THREAD_LOCAL = __thread >-- Performing Test HAVE_VERSION_SCRIPT >-- Performing Test HAVE_VERSION_SCRIPT - Success >-- Linker supports GNU-style version scripts >-- CMAKE_EXECUTABLE_SUFFIX = >-- Looking for a ASM_NASM compiler >-- Looking for a ASM_NASM compiler - /usr/bin/nasm >-- The ASM_NASM compiler identification is NASM >-- Found assembler: /usr/bin/nasm >-- CMAKE_ASM_NASM_COMPILER = /usr/bin/nasm >-- CMAKE_ASM_NASM_OBJECT_FORMAT = elf64 >-- CMAKE_ASM_NASM_FLAGS = -DELF -D__x86_64__ -DPIC -g >-- SIMD extensions: x86_64 (WITH_SIMD = 1) >-- Found Java: /opt/openjdk-bin-8.332_p09/bin/java (found version "1.8.0.332") >CMake Error at /usr/share/cmake/Modules/FindPackageHandleStandardArgs.cmake:230 (message): > Could NOT find JNI (missing: AWT) >Call Stack (most recent call first): > /usr/share/cmake/Modules/FindPackageHandleStandardArgs.cmake:594 (_FPHSA_FAILURE_MESSAGE) > /usr/share/cmake/Modules/FindJNI.cmake:562 (find_package_handle_standard_args) > java/CMakeLists.txt:2 (find_package) > > >-- Configuring incomplete, errors occurred! >See also "/var/tmp/portage/media-libs/libjpeg-turbo-2.1.3/work/libjpeg-turbo-2.1.3_build-abi_x86_64.amd64/CMakeFiles/CMakeOutput.log". >See also "/var/tmp/portage/media-libs/libjpeg-turbo-2.1.3/work/libjpeg-turbo-2.1.3_build-abi_x86_64.amd64/CMakeFiles/CMakeError.log". > * ERROR: media-libs/libjpeg-turbo-2.1.3::gentoo failed (configure phase): > * cmake failed > * > * Call stack: > * ebuild.sh, line 122: Called src_configure > * environment, line 4239: Called cmake-multilib_src_configure > * environment, line 896: Called multilib-minimal_src_configure > * environment, line 3551: Called multilib_foreach_abi 'multilib-minimal_abi_src_configure' > * environment, line 3801: Called multibuild_foreach_variant '_multilib_multibuild_wrapper' 'multilib-minimal_abi_src_configure' > * environment, line 3506: Called _multibuild_run '_multilib_multibuild_wrapper' 'multilib-minimal_abi_src_configure' > * environment, line 3504: Called _multilib_multibuild_wrapper 'multilib-minimal_abi_src_configure' > * environment, line 535: Called multilib-minimal_abi_src_configure > * environment, line 3545: Called multilib_src_configure > * environment, line 4031: Called cmake_src_configure > * environment, line 1157: 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 '=media-libs/libjpeg-turbo-2.1.3::gentoo'`, > * the complete build log and the output of `emerge -pqv '=media-libs/libjpeg-turbo-2.1.3::gentoo'`. >!!! When you file a bug report, please include the following information: >GENTOO_VM=openjdk-bin-8 CLASSPATH="" JAVA_HOME="/opt/openjdk-bin-8.332_p09" >JAVACFLAGS="-source 1.8 -target 1.8" COMPILER="" >and of course, the output of emerge --info =libjpeg-turbo-2.1.3 > * The complete build log is located at '/var/log/portage/media-libs:libjpeg-turbo-2.1.3:20220808-011314.log'. > * For convenience, a symlink to the build log is located at '/var/tmp/portage/media-libs/libjpeg-turbo-2.1.3/temp/build.log'. > * The ebuild environment file is located at '/var/tmp/portage/media-libs/libjpeg-turbo-2.1.3/temp/environment'. > * Working directory: '/var/tmp/portage/media-libs/libjpeg-turbo-2.1.3/work/libjpeg-turbo-2.1.3_build-abi_x86_64.amd64' > * S: '/var/tmp/portage/media-libs/libjpeg-turbo-2.1.3/work/libjpeg-turbo-2.1.3' >
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 864343
:
798718
|
798721
|
798724
|
798727
|
798730
|
798733
|
798736
| 798739 |
798742