Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 872957 Details for
Bug 915721
dev-db/mysql-workbench-8.0.34 failed to emerge
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
revdep-rebuild
mysql-workbench-8.0.34-broken.txt (text/plain), 13.13 KB, created by
benoit.dufour
on 2023-10-16 14:55:07 UTC
(
hide
)
Description:
revdep-rebuild
Filename:
MIME Type:
Creator:
benoit.dufour
Created:
2023-10-16 14:55:07 UTC
Size:
13.13 KB
patch
obsolete
>Calculating dependencies > * IMPORTANT: 1 news items need reading for repository 'src_prepare-overlay'. > * IMPORTANT: 2 news items need reading for repository 'science'. > * IMPORTANT: 1 news items need reading for repository 'sage-on-gentoo'. > * IMPORTANT: 2 news items need reading for repository 'mva'. > * IMPORTANT: 13 news items need reading for repository 'gitlab'. > * IMPORTANT: 21 news items need reading for repository 'gentoo'. > * Use eselect news read to view new items. > >... done! >Dependency resolution took 5.10 s. > >>>> Verifying ebuild manifests >>>> Jobs: 0 of 1 complete, 1 running Load avg: 0.09, 0.23, 0.51 >>>> Emerging (1 of 1) dev-db/mysql-workbench-8.0.34::gentoo >>>> Jobs: 0 of 1 complete, 1 running Load avg: 0.09, 0.23, 0.51 >>>> Failed to emerge dev-db/mysql-workbench-8.0.34, Log file: >>>> Jobs: 0 of 1 complete, 1 running Load avg: 0.16, 0.24, 0.52 >>>> '/var/log/portage/dev-db:mysql-workbench-8.0.34:20231016-145131.log' >>>> Jobs: 0 of 1 complete, 1 running Load avg: 0.16, 0.24, 0.52 >>>> Jobs: 0 of 1 complete, 1 running, 1 failed Load avg: 0.16, 0.24, 0.52 >>>> Jobs: 0 of 1 complete, 1 failed Load avg: 0.16, 0.24, 0.52 > > * Package: dev-db/mysql-workbench-8.0.34:0 > * Repository: gentoo > * Maintainer: graaff@gentoo.org > * USE: abi_x86_64 amd64 elibc_glibc kernel_linux python_single_target_python3_11 > * FEATURES: network-sandbox preserve-libs sandbox userpriv usersandbox > * Using python3.11 to build >>>> Unpacking source... >>>> Unpacking mysql-workbench-community-8.0.34-src.tar.gz to /var/tmp/portage/dev-db/mysql-workbench-8.0.34/work >>>> Source unpacked in /var/tmp/portage/dev-db/mysql-workbench-8.0.34/work >>>> Preparing source in /var/tmp/portage/dev-db/mysql-workbench-8.0.34/work/mysql-workbench-community-8.0.34-src ... > * Source directory (CMAKE_USE_DIR): "/var/tmp/portage/dev-db/mysql-workbench-8.0.34/work/mysql-workbench-community-8.0.34-src" > * Build directory (BUILD_DIR): "/var/tmp/portage/dev-db/mysql-workbench-8.0.34/work/mysql-workbench-8.0.34_build" > * Applying mysql-workbench-6.2.5-wbcopytables.patch ... > [ ok ] > * Applying mysql-workbench-8.0.19-mysql-connector-8.patch ... > [ ok ] > * Applying mysql-workbench-8.0.33-gcc13.patch ... > [ ok ] >>>> Source prepared. >>>> Configuring source in /var/tmp/portage/dev-db/mysql-workbench-8.0.34/work/mysql-workbench-community-8.0.34-src ... > * Source directory (CMAKE_USE_DIR): "/var/tmp/portage/dev-db/mysql-workbench-8.0.34/work/mysql-workbench-community-8.0.34-src" > * Build directory (BUILD_DIR): "/var/tmp/portage/dev-db/mysql-workbench-8.0.34/work/mysql-workbench-8.0.34_build" >cmake -C /var/tmp/portage/dev-db/mysql-workbench-8.0.34/work/mysql-workbench-8.0.34_build/gentoo_common_config.cmake -G Ninja -DCMAKE_INSTALL_PREFIX=/usr -DWITH_ANTLR_JAR=/var/tmp/portage/dev-db/mysql-workbench-8.0.34/distdir/antlr-4.11.1-complete.jar -DLIB_INSTALL_DIR=/usr/lib64 -DIODBC_INCLUDE_PATH=/usr/include/iodbc -DUNIXODBC_CONFIG_PATH=/usr/bin/odbc_config -DPYTHON_INCLUDE_DIR=/usr/include/python3.11 -DPYTHON_LIBRARY=/usr/lib64/libpython3.11.so -DMySQL_CONFIG_PATH=/usr/bin/mysql_config -DCMAKE_BUILD_TYPE=Gentoo -DCMAKE_TOOLCHAIN_FILE=/var/tmp/portage/dev-db/mysql-workbench-8.0.34/work/mysql-workbench-8.0.34_build/gentoo_toolchain.cmake /var/tmp/portage/dev-db/mysql-workbench-8.0.34/work/mysql-workbench-community-8.0.34-src >loading initial cache file /var/tmp/portage/dev-db/mysql-workbench-8.0.34/work/mysql-workbench-8.0.34_build/gentoo_common_config.cmake >-- The C compiler identification is GNU 13.2.1 >-- The CXX compiler identification is GNU 13.2.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 >-- 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 >[0mCMake Deprecation Warning at CMakeLists.txt:48 (cmake_policy): > The OLD behavior for policy CMP0078 will be removed from a future version > of CMake. > > The cmake-policies(7) manual explains that the OLD behaviors of all > policies are deprecated and that a policy should be set to OLD only under > specific short-term circumstances. Projects should be ported to the NEW > behavior and not rely on setting a policy to OLD. > >[0m >[0mCMake Deprecation Warning at CMakeLists.txt:51 (cmake_policy): > The OLD behavior for policy CMP0086 will be removed from a future version > of CMake. > > The cmake-policies(7) manual explains that the OLD behaviors of all > policies are deprecated and that a policy should be set to OLD only under > specific short-term circumstances. Projects should be ported to the NEW > behavior and not rely on setting a policy to OLD. > >[0m >-- Found PkgConfig: /usr/bin/x86_64-pc-linux-gnu-pkg-config (found version "1.8.1") >-- Found X11: /usr/include >-- Looking for XOpenDisplay in /usr/lib64/libX11.so;/usr/lib64/libXext.so >-- Looking for XOpenDisplay in /usr/lib64/libX11.so;/usr/lib64/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 >-- Performing Test CMAKE_HAVE_LIBC_PTHREAD >-- Performing Test CMAKE_HAVE_LIBC_PTHREAD - Success >-- Found Threads: TRUE >-- Found SWIG: /usr/bin/swig (found version "4.1.1") >-- Found ANTLR4: /usr/lib64/libantlr4-runtime.so >[0mANTLR4 INCLUDE DIR: /usr/include/antlr4-runtime[0m >[0mANTLR4 LIB DIR: -L/usr/lib64 -lantlr4-runtime[0m >-- Checking for module 'gtk+-3.0' >-- Found gtk+-3.0, version 3.24.38 >-- Checking for module 'gtkmm-3.0' >-- Found gtkmm-3.0, version 3.24.8 >-- Checking for module 'gthread-2.0' >-- Found gthread-2.0, version 2.76.4 >-- Checking for module 'gmodule-2.0' >-- Found gmodule-2.0, version 2.76.4 >-- Checking for module 'glib-2.0>=2.30' >-- Found glib-2.0, version 2.76.4 >[33mCMake Warning (dev) at CMakeLists.txt:73 (find_package): > Policy CMP0148 is not set: The FindPythonInterp and FindPythonLibs modules > are removed. Run "cmake --help-policy CMP0148" for policy details. Use > the cmake_policy command to set the policy and suppress this warning. > >This warning is for project developers. Use -Wno-dev to suppress it. >[0m >-- Found PythonLibs: /usr/lib64/libpython3.11.so (found suitable version "3.11.5", minimum required is "3.7") >-- Found MySQL: /usr/include/mysql (found suitable version "8.0.32", minimum required is "5.6.0") >[0mMySQL_INCLUDE_DIRS: /usr/include/mysql[0m >[0mMySQL_LIBRARIES: -L/usr/lib64 -lmysqlclient -lz -lzstd -lssl -lcrypto -lresolv -lm[0m >-- Found LibXml2: /usr/lib64/libxml2.so (found version "2.11.5") >-- Found OpenGL: /usr/lib64/libOpenGL.so >[31mCMake Error at build/cmake/Modules/FindMySQLCppConn.cmake:55 (file): > file STRINGS file > "/var/tmp/portage/dev-db/mysql-workbench-8.0.34/work/mysql-workbench-community-8.0.34-src/MySQLCppConn_INCLUDE_DIR-NOTFOUND/cppconn/version_info.h" > cannot be read. >Call Stack (most recent call first): > CMakeLists.txt:84 (find_package) > >[0m >[0mERROR Unable to detect MySQLCppConn version[0m >[33mCMake Warning (dev) at /usr/share/cmake/Modules/FindPackageHandleStandardArgs.cmake:438 (message): > The package name passed to `find_package_handle_standard_args` (VSQLITE) > does not match the name of the calling package (VSqlite). This can lead to > problems in calling code that expects `find_package` result variables > (e.g., `_FOUND`) to follow a certain pattern. >Call Stack (most recent call first): > build/cmake/Modules/FindVSqlite.cmake:51 (FIND_PACKAGE_HANDLE_STANDARD_ARGS) > CMakeLists.txt:85 (find_package) >This warning is for project developers. Use -Wno-dev to suppress it. >[0m >-- Found VSQLITE: /usr/lib64/libvsqlitepp.so >[0mVSQLITE INCLUDE DIR: /usr/include[0m >[0mVSQLITE LIB DIR: -L/usr/lib64 -lvsqlitepp[0m >-- Found GDAL: /usr/lib64/libgdal.so (found version "3.7.0") >-- Found Boost: /usr/lib64/cmake/Boost-1.83.0/BoostConfig.cmake (found version "1.83.0") >-- Found OpenSSL: /usr/lib64/libcrypto.so (found suitable version "3.0.11", minimum required is "1.1.1") >-- Found Rapidjson: /usr/include (found suitable version "1.1.0", minimum required is "1.1.0") >-- Found UNIXODBC: /usr/bin/odbc_config >[0mFound unixodbc, using it as ODBC library.[0m >-- Checking for modules 'libpcre;libpcrecpp' >-- Found libpcre, version 8.45 >-- Found libpcrecpp, version 8.45 >-- Checking for module 'cairo>=1.5.12' >-- Found cairo, version 1.17.8 >-- Checking for module 'uuid' >-- Found uuid, version 2.38.1 >-- Checking for module 'libzip' >-- Found libzip, version 1.9.2 >-- Checking for module 'libsecret-1' >-- Found libsecret-1, version 0.20.5 >-- Looking for include file sys/prctl.h >-- Looking for include file sys/prctl.h - found >-- Looking for strtol >-- Looking for strtol - found >-- Looking for strtoll >-- Looking for strtoll - found >-- Looking for strtold >-- Looking for strtold - found >-- Looking for strtoull >-- Looking for strtoull - found >-- Looking for strtoimax >-- Looking for strtoimax - found >-- Looking for strtoumax >-- Looking for strtoumax - found >[0mWITH_ANTLR_JAR: /var/tmp/portage/dev-db/mysql-workbench-8.0.34/distdir/antlr-4.11.1-complete.jar[0m >-- ANTLR jar: /var/tmp/portage/dev-db/mysql-workbench-8.0.34/distdir/antlr-4.11.1-complete.jar >[0mFound Scintilla Version: 4.1.5[0m >-- <<< Gentoo configuration >>> >Build type Gentoo >Install path /usr >Compiler flags: >C -march=skylake -O2 -pipe >C++ -march=skylake -O2 -pipe -std=c++11 >Linker flags: >Executable -Wl,-O1 -Wl,--as-needed >Module -Wl,-O1 -Wl,--as-needed >Shared -Wl,-O1 -Wl,--as-needed > >-- Configuring incomplete, errors occurred! > * ERROR: dev-db/mysql-workbench-8.0.34::gentoo failed (configure phase): > * cmake failed > * > * Call stack: > * ebuild.sh, line 136: Called src_configure > * environment, line 3648: Called cmake_src_configure > * environment, line 1650: 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 '=dev-db/mysql-workbench-8.0.34::gentoo'`, > * the complete build log and the output of `emerge -pqv '=dev-db/mysql-workbench-8.0.34::gentoo'`. > * The complete build log is located at '/var/log/portage/dev-db:mysql-workbench-8.0.34:20231016-145131.log'. > * For convenience, a symlink to the build log is located at '/var/tmp/portage/dev-db/mysql-workbench-8.0.34/temp/build.log'. > * The ebuild environment file is located at '/var/tmp/portage/dev-db/mysql-workbench-8.0.34/temp/environment'. > * Working directory: '/var/tmp/portage/dev-db/mysql-workbench-8.0.34/work/mysql-workbench-8.0.34_build' > * S: '/var/tmp/portage/dev-db/mysql-workbench-8.0.34/work/mysql-workbench-community-8.0.34-src' > * Messages for package dev-db/mysql-workbench-8.0.34: > * Log file: /var/log/portage/dev-db:mysql-workbench-8.0.34:20231016-145131.log > * Package: dev-db/mysql-workbench-8.0.34:0 > * Repository: gentoo > * Maintainer: graaff@gentoo.org > * USE: abi_x86_64 amd64 elibc_glibc kernel_linux python_single_target_python3_11 > * FEATURES: network-sandbox preserve-libs sandbox userpriv usersandbox > * Using python3.11 to build > * Source directory (CMAKE_USE_DIR): "/var/tmp/portage/dev-db/mysql-workbench-8.0.34/work/mysql-workbench-community-8.0.34-src" > * Build directory (BUILD_DIR): "/var/tmp/portage/dev-db/mysql-workbench-8.0.34/work/mysql-workbench-8.0.34_build" > * Applying mysql-workbench-6.2.5-wbcopytables.patch ... > * Applying mysql-workbench-8.0.19-mysql-connector-8.patch ... > * Applying mysql-workbench-8.0.33-gcc13.patch ... > * Source directory (CMAKE_USE_DIR): "/var/tmp/portage/dev-db/mysql-workbench-8.0.34/work/mysql-workbench-community-8.0.34-src" > * Build directory (BUILD_DIR): "/var/tmp/portage/dev-db/mysql-workbench-8.0.34/work/mysql-workbench-8.0.34_build" > * ERROR: dev-db/mysql-workbench-8.0.34::gentoo failed (configure phase): > * cmake failed > * > * Call stack: > * ebuild.sh, line 136: Called src_configure > * environment, line 3648: Called cmake_src_configure > * environment, line 1650: 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 '=dev-db/mysql-workbench-8.0.34::gentoo'`, > * the complete build log and the output of `emerge -pqv '=dev-db/mysql-workbench-8.0.34::gentoo'`. > * The complete build log is located at '/var/log/portage/dev-db:mysql-workbench-8.0.34:20231016-145131.log'. > * For convenience, a symlink to the build log is located at '/var/tmp/portage/dev-db/mysql-workbench-8.0.34/temp/build.log'. > * The ebuild environment file is located at '/var/tmp/portage/dev-db/mysql-workbench-8.0.34/temp/environment'. > * Working directory: '/var/tmp/portage/dev-db/mysql-workbench-8.0.34/work/mysql-workbench-8.0.34_build' > * S: '/var/tmp/portage/dev-db/mysql-workbench-8.0.34/work/mysql-workbench-community-8.0.34-src' > >
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 915721
:
872777
| 872957