Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 485318 Details for
Bug 625446
net-misc/tigervnc-1.8.0 : -- Performing Test ICONV_SECOND_ARGUMENT_IS_CONST - Failed
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
net-misc:tigervnc-1.8.0:20170717-071802.log
net-misc:tigervnc-1.8.0:20170717-071802.log (text/plain), 17.62 KB, created by
Toralf Förster
on 2017-07-17 17:03:45 UTC
(
hide
)
Description:
net-misc:tigervnc-1.8.0:20170717-071802.log
Filename:
MIME Type:
Creator:
Toralf Förster
Created:
2017-07-17 17:03:45 UTC
Size:
17.62 KB
patch
obsolete
> * Package: net-misc/tigervnc-1.8.0 > * Repository: gentoo > * Maintainer: otakuto.gentoo@gmail.com proxy-maint@gentoo.org > * USE: abi_x86_64 amd64 drm elibc_glibc kernel_linux nls opengl pam userland_GNU xorgmodule > * FEATURES: network-sandbox preserve-libs sandbox test userpriv usersandbox >>>> Unpacking source... >>>> Unpacking tigervnc-1.8.0.tar.gz to /var/tmp/portage/net-misc/tigervnc-1.8.0/work >>>> Unpacking tigervnc-1.4.2-patches-0.1.tar.bz2 to /var/tmp/portage/net-misc/tigervnc-1.8.0/work >>>> Source unpacked in /var/tmp/portage/net-misc/tigervnc-1.8.0/work >>>> Preparing source in /var/tmp/portage/net-misc/tigervnc-1.8.0/work/tigervnc-1.8.0 ... > * Applying 030_manpages.patch ... > [ ok ] > * Applying 055_xstartup.patch ... > [ ok ] >>>> Source prepared. >>>> Configuring source in /var/tmp/portage/net-misc/tigervnc-1.8.0/work/tigervnc-1.8.0 ... >>>> Working in BUILD_DIR: "/var/tmp/portage/net-misc/tigervnc-1.8.0/work/tigervnc-1.8.0" >cmake -C /var/tmp/portage/net-misc/tigervnc-1.8.0/work/tigervnc-1.8.0/gentoo_common_config.cmake -G Unix Makefiles -DCMAKE_INSTALL_PREFIX=/usr -DENABLE_GNUTLS=no -DENABLE_NLS=yes -DENABLE_PAM=yes -DBUILD_JAVA=no -DCMAKE_BUILD_TYPE=Gentoo -DCMAKE_USER_MAKE_RULES_OVERRIDE=/var/tmp/portage/net-misc/tigervnc-1.8.0/work/tigervnc-1.8.0/gentoo_rules.cmake -DCMAKE_TOOLCHAIN_FILE=/var/tmp/portage/net-misc/tigervnc-1.8.0/work/tigervnc-1.8.0/gentoo_toolchain.cmake /var/tmp/portage/net-misc/tigervnc-1.8.0/work/tigervnc-1.8.0 >loading initial cache file /var/tmp/portage/net-misc/tigervnc-1.8.0/work/tigervnc-1.8.0/gentoo_common_config.cmake >-- The C compiler identification is GNU 6.3.0 >-- The CXX compiler identification is GNU 6.3.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 >-- Check for working CXX compiler: /usr/bin/x86_64-pc-linux-gnu-g++ >-- Check for working CXX compiler: /usr/bin/x86_64-pc-linux-gnu-g++ -- works >-- Detecting CXX compiler ABI info >-- Detecting CXX compiler ABI info - done >-- Detecting CXX compile features >-- Detecting CXX compile features - done >-- CMAKE_BUILD_TYPE = Gentoo >-- VERSION = 1.8.0 >-- BUILD_TIMESTAMP = 2017-07-17 09:18 >-- 64-bit build >-- Looking for XOpenDisplay in /usr/lib/libX11.so;/usr/lib/libXext.so >-- Looking for XOpenDisplay in /usr/lib/libX11.so;/usr/lib/libXext.so - found >-- Looking for gethostbyname >-- Looking for gethostbyname - found >-- Looking for connect >-- Looking for connect - found >-- Looking for remove >-- Looking for remove - found >-- Looking for shmat >-- Looking for shmat - found >-- Looking for IceConnectionNumber in ICE >-- Looking for IceConnectionNumber in ICE - found >-- Found X11: /usr/lib/libX11.so >-- Found ZLIB: /usr/lib/libz.so (found version "1.2.11") >-- Found Gettext: /usr/bin/msgmerge (found version "0.19.8.1") >-- Performing Test ICONV_HAVE_WERROR >-- Performing Test ICONV_HAVE_WERROR - Success >-- Performing Test ICONV_SECOND_ARGUMENT_IS_CONST >-- Performing Test ICONV_SECOND_ARGUMENT_IS_CONST - Failed >-- Found Iconv: /usr/lib/libc.so >-- Looking for dgettext >-- Looking for dgettext - found >-- Found JPEG: /usr/lib/libjpeg.so >-- Performing Test FOUND_LIBJPEG_TURBO >-- Performing Test FOUND_LIBJPEG_TURBO - Success >-- Found FLTK: /usr/lib64/fltk/libfltk_images.so;/usr/lib64/fltk/libfltk.so >-- Looking for include file security/pam_appl.h >-- Looking for include file security/pam_appl.h - found >-- Looking for pam_start >-- Looking for pam_start - found >CMake Warning (dev) at cmake/Modules/CMakeMacroLibtoolFile.cmake:2 (get_target_property): > Policy CMP0026 is not set: Disallow use of the LOCATION target property. > Run "cmake --help-policy CMP0026" for policy details. Use the cmake_policy > command to set the policy and suppress this warning. > > The LOCATION property should not be read from target "os". Use the target > name directly with add_custom_command, or use the generator expression > $<TARGET_FILE>, as appropriate. > >Call Stack (most recent call first): > common/os/CMakeLists.txt:14 (libtool_create_control_file) >This warning is for project developers. Use -Wno-dev to suppress it. > >-- Creating static libtool control file for target os >CMake Warning (dev) at cmake/Modules/CMakeMacroLibtoolFile.cmake:47 (get_target_property): > Policy CMP0045 is not set: Error on non-existent target in > get_target_property. Run "cmake --help-policy CMP0045" for policy details. > Use the cmake_policy command to set the policy and suppress this warning. > > get_target_property() called with non-existent target "general". >Call Stack (most recent call first): > common/os/CMakeLists.txt:14 (libtool_create_control_file) >This warning is for project developers. Use -Wno-dev to suppress it. > >CMake Warning (dev) at cmake/Modules/CMakeMacroLibtoolFile.cmake:47 (get_target_property): > Policy CMP0045 is not set: Error on non-existent target in > get_target_property. Run "cmake --help-policy CMP0045" for policy details. > Use the cmake_policy command to set the policy and suppress this warning. > > get_target_property() called with non-existent target "pthread". >Call Stack (most recent call first): > common/os/CMakeLists.txt:14 (libtool_create_control_file) >This warning is for project developers. Use -Wno-dev to suppress it. > >CMake Warning (dev) at cmake/Modules/CMakeMacroLibtoolFile.cmake:2 (get_target_property): > Policy CMP0026 is not set: Disallow use of the LOCATION target property. > Run "cmake --help-policy CMP0026" for policy details. Use the cmake_policy > command to set the policy and suppress this warning. > > The LOCATION property should not be read from target "rdr". Use the target > name directly with add_custom_command, or use the generator expression > $<TARGET_FILE>, as appropriate. > >Call Stack (most recent call first): > common/rdr/CMakeLists.txt:29 (libtool_create_control_file) >This warning is for project developers. Use -Wno-dev to suppress it. > >-- Creating static libtool control file for target rdr >CMake Warning (dev) at cmake/Modules/CMakeMacroLibtoolFile.cmake:47 (get_target_property): > Policy CMP0045 is not set: Error on non-existent target in > get_target_property. Run "cmake --help-policy CMP0045" for policy details. > Use the cmake_policy command to set the policy and suppress this warning. > > get_target_property() called with non-existent target "general". >Call Stack (most recent call first): > common/rdr/CMakeLists.txt:29 (libtool_create_control_file) >This warning is for project developers. Use -Wno-dev to suppress it. > >CMake Warning (dev) at cmake/Modules/CMakeMacroLibtoolFile.cmake:47 (get_target_property): > Policy CMP0045 is not set: Error on non-existent target in > get_target_property. Run "cmake --help-policy CMP0045" for policy details. > Use the cmake_policy command to set the policy and suppress this warning. > > get_target_property() called with non-existent target "general". >Call Stack (most recent call first): > common/rdr/CMakeLists.txt:29 (libtool_create_control_file) >This warning is for project developers. Use -Wno-dev to suppress it. > >CMake Warning (dev) at cmake/Modules/CMakeMacroLibtoolFile.cmake:2 (get_target_property): > Policy CMP0026 is not set: Disallow use of the LOCATION target property. > Run "cmake --help-policy CMP0026" for policy details. Use the cmake_policy > command to set the policy and suppress this warning. > > The LOCATION property should not be read from target "network". Use the > target name directly with add_custom_command, or use the generator > expression $<TARGET_FILE>, as appropriate. > >Call Stack (most recent call first): > common/network/CMakeLists.txt:11 (libtool_create_control_file) >This warning is for project developers. Use -Wno-dev to suppress it. > >-- Creating static libtool control file for target network >CMake Warning (dev) at cmake/Modules/CMakeMacroLibtoolFile.cmake:2 (get_target_property): > Policy CMP0026 is not set: Disallow use of the LOCATION target property. > Run "cmake --help-policy CMP0026" for policy details. Use the cmake_policy > command to set the policy and suppress this warning. > > The LOCATION property should not be read from target "Xregion". Use the > target name directly with add_custom_command, or use the generator > expression $<TARGET_FILE>, as appropriate. > >Call Stack (most recent call first): > common/Xregion/CMakeLists.txt:5 (libtool_create_control_file) >This warning is for project developers. Use -Wno-dev to suppress it. > >-- Creating static libtool control file for target Xregion >CMake Warning (dev) at cmake/Modules/CMakeMacroLibtoolFile.cmake:2 (get_target_property): > Policy CMP0026 is not set: Disallow use of the LOCATION target property. > Run "cmake --help-policy CMP0026" for policy details. Use the cmake_policy > command to set the policy and suppress this warning. > > The LOCATION property should not be read from target "rfb". Use the target > name directly with add_custom_command, or use the generator expression > $<TARGET_FILE>, as appropriate. > >Call Stack (most recent call first): > common/rfb/CMakeLists.txt:100 (libtool_create_control_file) >This warning is for project developers. Use -Wno-dev to suppress it. > >-- Creating static libtool control file for target rfb >CMake Warning (dev) at cmake/Modules/CMakeMacroLibtoolFile.cmake:47 (get_target_property): > Policy CMP0045 is not set: Error on non-existent target in > get_target_property. Run "cmake --help-policy CMP0045" for policy details. > Use the cmake_policy command to set the policy and suppress this warning. > > get_target_property() called with non-existent target "general". >Call Stack (most recent call first): > common/rfb/CMakeLists.txt:100 (libtool_create_control_file) >This warning is for project developers. Use -Wno-dev to suppress it. > >CMake Warning (dev) at cmake/Modules/CMakeMacroLibtoolFile.cmake:47 (get_target_property): > Policy CMP0045 is not set: Error on non-existent target in > get_target_property. Run "cmake --help-policy CMP0045" for policy details. > Use the cmake_policy command to set the policy and suppress this warning. > > get_target_property() called with non-existent target "general". >Call Stack (most recent call first): > common/rfb/CMakeLists.txt:100 (libtool_create_control_file) >This warning is for project developers. Use -Wno-dev to suppress it. > >CMake Warning (dev) at cmake/Modules/CMakeMacroLibtoolFile.cmake:47 (get_target_property): > Policy CMP0045 is not set: Error on non-existent target in > get_target_property. Run "cmake --help-policy CMP0045" for policy details. > Use the cmake_policy command to set the policy and suppress this warning. > > get_target_property() called with non-existent target "general". >Call Stack (most recent call first): > common/rfb/CMakeLists.txt:100 (libtool_create_control_file) >This warning is for project developers. Use -Wno-dev to suppress it. > >CMake Warning (dev) at cmake/Modules/CMakeMacroLibtoolFile.cmake:47 (get_target_property): > Policy CMP0045 is not set: Error on non-existent target in > get_target_property. Run "cmake --help-policy CMP0045" for policy details. > Use the cmake_policy command to set the policy and suppress this warning. > > get_target_property() called with non-existent target "general". >Call Stack (most recent call first): > common/rfb/CMakeLists.txt:100 (libtool_create_control_file) >This warning is for project developers. Use -Wno-dev to suppress it. > >CMake Warning (dev) at cmake/Modules/CMakeMacroLibtoolFile.cmake:47 (get_target_property): > Policy CMP0045 is not set: Error on non-existent target in > get_target_property. Run "cmake --help-policy CMP0045" for policy details. > Use the cmake_policy command to set the policy and suppress this warning. > > get_target_property() called with non-existent target "general". >Call Stack (most recent call first): > common/rfb/CMakeLists.txt:100 (libtool_create_control_file) >This warning is for project developers. Use -Wno-dev to suppress it. > >CMake Warning (dev) at cmake/Modules/CMakeMacroLibtoolFile.cmake:47 (get_target_property): > Policy CMP0045 is not set: Error on non-existent target in > get_target_property. Run "cmake --help-policy CMP0045" for policy details. > Use the cmake_policy command to set the policy and suppress this warning. > > get_target_property() called with non-existent target "pam". >Call Stack (most recent call first): > common/rfb/CMakeLists.txt:100 (libtool_create_control_file) >This warning is for project developers. Use -Wno-dev to suppress it. > >-- Configuring done >-- Generating done >-- Build files have been written to: /var/tmp/portage/net-misc/tigervnc-1.8.0/work/tigervnc-1.8.0 >>>> Source configured. >>>> Compiling source in /var/tmp/portage/net-misc/tigervnc-1.8.0/work/tigervnc-1.8.0 ... >>>> Working in BUILD_DIR: "/var/tmp/portage/net-misc/tigervnc-1.8.0/work/tigervnc-1.8.0" >make -j1 VERBOSE=1 >/usr/bin/cmake -H/var/tmp/portage/net-misc/tigervnc-1.8.0/work/tigervnc-1.8.0 -B/var/tmp/portage/net-misc/tigervnc-1.8.0/work/tigervnc-1.8.0 --check-build-system CMakeFiles/Makefile.cmake 0 >/usr/bin/cmake -E cmake_progress_start /var/tmp/portage/net-misc/tigervnc-1.8.0/work/tigervnc-1.8.0/CMakeFiles /var/tmp/portage/net-misc/tigervnc-1.8.0/work/tigervnc-1.8.0/CMakeFiles/progress.marks >make -f CMakeFiles/Makefile2 all >make[1]: Entering directory '/var/tmp/portage/net-misc/tigervnc-1.8.0/work/tigervnc-1.8.0' >make -f common/os/CMakeFiles/os.dir/build.make common/os/CMakeFiles/os.dir/depend >make[2]: Entering directory '/var/tmp/portage/net-misc/tigervnc-1.8.0/work/tigervnc-1.8.0' >cd /var/tmp/portage/net-misc/tigervnc-1.8.0/work/tigervnc-1.8.0 && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /var/tmp/portage/net-misc/tigervnc-1.8.0/work/tigervnc-1.8.0 /var/tmp/portage/net-misc/tigervnc-1.8.0/work/tigervnc-1.8.0/common/os /var/tmp/portage/net-misc/tigervnc-1.8.0/work/tigervnc-1.8.0 /var/tmp/portage/net-misc/tigervnc-1.8.0/work/tigervnc-1.8.0/common/os /var/tmp/portage/net-misc/tigervnc-1.8.0/work/tigervnc-1.8.0/common/os/CMakeFiles/os.dir/DependInfo.cmake >Dependee "/var/tmp/portage/net-misc/tigervnc-1.8.0/work/tigervnc-1.8.0/common/os/CMakeFiles/os.dir/DependInfo.cmake" is newer than depender "/var/tmp/portage/net-misc/tigervnc-1.8.0/work/tigervnc-1.8.0/common/os/CMakeFiles/os.dir/depend.internal". >Dependee "/var/tmp/portage/net-misc/tigervnc-1.8.0/work/tigervnc-1.8.0/common/os/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/var/tmp/portage/net-misc/tigervnc-1.8.0/work/tigervnc-1.8.0/common/os/CMakeFiles/os.dir/depend.internal". >Scanning dependencies of target os >make[2]: Leaving directory '/var/tmp/portage/net-misc/tigervnc-1.8.0/work/tigervnc-1.8.0' >make -f common/os/CMakeFiles/os.dir/build.make common/os/CMakeFiles/os.dir/build >make[2]: Entering directory '/var/tmp/portage/net-misc/tigervnc-1.8.0/work/tigervnc-1.8.0' >[ 1%] Building CXX object common/os/CMakeFiles/os.dir/Mutex.cxx.o >cd /var/tmp/portage/net-misc/tigervnc-1.8.0/work/tigervnc-1.8.0/common/os && /usr/bin/x86_64-pc-linux-gnu-g++ -DBUILD_TIMESTAMP="\"2017-07-17 09:18\"" -DHAVE_CONFIG_H -I/var/tmp/portage/net-misc/tigervnc-1.8.0/work/tigervnc-1.8.0 -I/var/tmp/portage/net-misc/tigervnc-1.8.0/work/tigervnc-1.8.0/common -DNDEBUG -Werror=terminate -O2 -pipe -march=native -Wall -Wformat=2 -fPIC -o CMakeFiles/os.dir/Mutex.cxx.o -c /var/tmp/portage/net-misc/tigervnc-1.8.0/work/tigervnc-1.8.0/common/os/Mutex.cxx >/var/tmp/portage/net-misc/tigervnc-1.8.0/work/tigervnc-1.8.0/common/os/Mutex.cxx: In destructor âos::Mutex::~Mutex()â: >/var/tmp/portage/net-misc/tigervnc-1.8.0/work/tigervnc-1.8.0/common/os/Mutex.cxx:57:62: error: throw will always call terminate() [-Werror=terminate] > throw rdr::SystemException("Failed to destroy mutex", ret); > ^ >/var/tmp/portage/net-misc/tigervnc-1.8.0/work/tigervnc-1.8.0/common/os/Mutex.cxx:57:62: note: in C++11 destructors default to noexcept >/var/tmp/portage/net-misc/tigervnc-1.8.0/work/tigervnc-1.8.0/common/os/Mutex.cxx: In destructor âos::Condition::~Condition()â: >/var/tmp/portage/net-misc/tigervnc-1.8.0/work/tigervnc-1.8.0/common/os/Mutex.cxx:114:75: error: throw will always call terminate() [-Werror=terminate] > throw rdr::SystemException("Failed to destroy condition variable", ret); > ^ >/var/tmp/portage/net-misc/tigervnc-1.8.0/work/tigervnc-1.8.0/common/os/Mutex.cxx:114:75: note: in C++11 destructors default to noexcept >cc1plus: some warnings being treated as errors >make[2]: *** [common/os/CMakeFiles/os.dir/build.make:63: common/os/CMakeFiles/os.dir/Mutex.cxx.o] Error 1 >make[2]: Leaving directory '/var/tmp/portage/net-misc/tigervnc-1.8.0/work/tigervnc-1.8.0' >make[1]: *** [CMakeFiles/Makefile2:216: common/os/CMakeFiles/os.dir/all] Error 2 >make[1]: Leaving directory '/var/tmp/portage/net-misc/tigervnc-1.8.0/work/tigervnc-1.8.0' >make: *** [Makefile:130: all] Error 2 > * ERROR: net-misc/tigervnc-1.8.0::gentoo failed (compile phase): > * emake failed > * > * If you need support, post the output of `emerge --info '=net-misc/tigervnc-1.8.0::gentoo'`, > * the complete build log and the output of `emerge -pqv '=net-misc/tigervnc-1.8.0::gentoo'`. > * The complete build log is located at '/var/log/portage/net-misc:tigervnc-1.8.0:20170717-071802.log'. > * For convenience, a symlink to the build log is located at '/var/tmp/portage/net-misc/tigervnc-1.8.0/temp/build.log'. > * The ebuild environment file is located at '/var/tmp/portage/net-misc/tigervnc-1.8.0/temp/environment'. > * Working directory: '/var/tmp/portage/net-misc/tigervnc-1.8.0/work/tigervnc-1.8.0' > * S: '/var/tmp/portage/net-misc/tigervnc-1.8.0/work/tigervnc-1.8.0' >!!! When you file a bug report, please include the following information: >GENTOO_VM= CLASSPATH="" JAVA_HOME="" >JAVACFLAGS="" COMPILER="" >and of course, the output of emerge --info =tigervnc-1.8.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 625446
:
485308
|
485310
|
485312
|
485314
|
485316
| 485318 |
485320