Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
[SOLVED] mysql-workbench non compila
View unanswered posts
View posts from last 24 hours
View posts from last 7 days

 
Reply to topic    Gentoo Forums Forum Index Forum italiano (Italian)
View previous topic :: View next topic  
Author Message
guerro
Guru
Guru


Joined: 21 Jun 2004
Posts: 402
Location: Brescia

PostPosted: Sat Oct 22, 2022 8:11 am    Post subject: [SOLVED] mysql-workbench non compila Reply with quote

Ciao qualcuno sa dirmi cosa impedisce la compilazione?

queste le parti del log di build:
parte iniziale:
Code:

 * Package:    dev-db/mysql-workbench-8.0.29-r1:0
 * Repository: gentoo
 * Maintainer: graaff@gentoo.org
 * USE:        abi_x86_64 amd64 elibc_glibc kernel_linux python_single_target_python3_10 userland_GNU
 * FEATURES:   network-sandbox preserve-libs sandbox userpriv usersandbox
 * Using python3.10 to build
>>> Unpacking source...
>>> Unpacking mysql-workbench-community-8.0.29-src.tar.gz to /var/tmp/portage/dev-db/mysql-workbench-8.0.29-r1/work
>>> Source unpacked in /var/tmp/portage/dev-db/mysql-workbench-8.0.29-r1/work
>>> Preparing source in /var/tmp/portage/dev-db/mysql-workbench-8.0.29-r1/work/mysql-workbench-community-8.0.29-src ...
 * Source directory (CMAKE_USE_DIR): "/var/tmp/portage/dev-db/mysql-workbench-8.0.29-r1/work/mysql-workbench-community-8.0.29-src"
 * Build directory  (BUILD_DIR):     "/var/tmp/portage/dev-db/mysql-workbench-8.0.29-r1/work/mysql-workbench-8.0.29_build"
 * Applying mysql-workbench-6.2.5-wbcopytables.patch ...
 [ ok ]
 * Applying mysql-workbench-8.0.19-mysql-connector-8.patch ...
 [ ok ]
>>> Source prepared.
>>> Configuring source in /var/tmp/portage/dev-db/mysql-workbench-8.0.29-r1/work/mysql-workbench-community-8.0.29-src ...
 * Source directory (CMAKE_USE_DIR): "/var/tmp/portage/dev-db/mysql-workbench-8.0.29-r1/work/mysql-workbench-community-8.0.29-src"
 * Build directory  (BUILD_DIR):     "/var/tmp/portage/dev-db/mysql-workbench-8.0.29-r1/work/mysql-workbench-8.0.29_build"
cmake -C /var/tmp/portage/dev-db/mysql-workbench-8.0.29-r1/work/mysql-workbench-8.0.29_build/gentoo_common_config.cmake -G Ninja -DCMAKE_INSTALL_PREFIX=/usr -DWITH_ANTLR_JAR=/var/tmp/portage/dev-db/mysql-workbench-8.0.29-r1/distdir/antlr-4.9.1-complete.jar -DLIB_INSTALL_DIR=/usr/lib64 -DIODBC_INCLUDE_PATH=/usr/include/iodbc -DPYTHON_INCLUDE_DIR=/usr/include/python3.10 -DPYTHON_LIBRARY=/usr/lib64/libpython3.10.so -DMySQL_CONFIG_PATH=/usr/bin/mysql_config -DCMAKE_BUILD_TYPE=Gentoo -DCMAKE_TOOLCHAIN_FILE=/var/tmp/portage/dev-db/mysql-workbench-8.0.29-r1/work/mysql-workbench-8.0.29_build/gentoo_toolchain.cmake /var/tmp/portage/dev-db/mysql-workbench-8.0.29-r1/work/mysql-workbench-community-8.0.29-src
loading initial cache file /var/tmp/portage/dev-db/mysql-workbench-8.0.29-r1/work/mysql-workbench-8.0.29_build/gentoo_common_config.cmake
-- The C compiler identification is GNU 11.3.0
-- The CXX compiler identification is GNU 11.3.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
CMake 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.


CMake 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.


-- Found PkgConfig: /usr/bin/x86_64-pc-linux-gnu-pkg-config (found version "1.8.0")
-- 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.0.2") 
-- Found ANTLR4: /usr/lib64/libantlr4-runtime.so 
ANTLR4 INCLUDE DIR: /usr/include/antlr4-runtime
ANTLR4 LIB DIR: -L/usr/lib64 -lantlr4-runtime
-- Checking for module 'gtk+-3.0'
--   Found gtk+-3.0, version 3.24.34
-- Checking for module 'gtkmm-3.0'
--   Found gtkmm-3.0, version 3.24.6
-- Checking for module 'gthread-2.0'
--   Found gthread-2.0, version 2.72.3
-- Checking for module 'gmodule-2.0'
--   Found gmodule-2.0, version 2.72.3
-- Checking for module 'glib-2.0>=2.30'
--   Found glib-2.0, version 2.72.3
-- Found PythonLibs: /usr/lib64/libpython3.10.so (found suitable version "3.10.8", minimum required is "3.7")
-- Found MySQL: /usr/include/mysql (found suitable version "8.0.27", minimum required is "5.6.0")
MySQL_INCLUDE_DIRS: /usr/include/mysql
MySQL_LIBRARIES: -L/usr/lib64 -lmysqlclient -lz -lzstd -lssl -lcrypto -lresolv -lm
-- Found LibXml2: /usr/lib64/libxml2.so (found version "2.10.2")
-- Found OpenGL: /usr/lib64/libOpenGL.so   
-- Found MySQLCppConn: /usr/lib64/libmysqlcppconn.so (found suitable version "1.1.12", minimum required is "1.1.8")
CMake 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.

-- Found VSQLITE: /usr/lib64/libvsqlitepp.so 
VSQLITE INCLUDE DIR: /usr/include
VSQLITE LIB DIR: -L/usr/lib64 -lvsqlitepp
-- Found GDAL: /usr/lib64/libgdal.so (found version "3.5.0")
-- Found Boost: /usr/lib64/cmake/Boost-1.79.0/BoostConfig.cmake (found version "1.79.0") 
-- Found OpenSSL: /usr/lib64/libcrypto.so (found suitable version "1.1.1q", minimum required is "1.1.1") 
-- Found Rapidjson: /usr/include (found suitable version "1.1.0", minimum required is "1.1.0")
CMake Warning (dev) at /usr/share/cmake/Modules/FindPackageHandleStandardArgs.cmake:438 (message):
  The package name passed to `find_package_handle_standard_args` (unixODBC)
  does not match the name of the calling package (UNIXODBC).  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/FindUNIXODBC.cmake:29 (find_package_handle_standard_args)
  CMakeLists.txt:95 (find_package)
This warning is for project developers.  Use -Wno-dev to suppress it.

-- Found unixODBC: /usr/lib64/libodbc.so 
Found unixodbc, using it as ODBC library.
-- 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.16.0
-- Checking for module 'uuid'
--   Found uuid, version 2.37.4
-- 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
WITH_ANTLR_JAR: /var/tmp/portage/dev-db/mysql-workbench-8.0.29-r1/distdir/antlr-4.9.1-complete.jar
-- ANTLR jar: /var/tmp/portage/dev-db/mysql-workbench-8.0.29-r1/distdir/antlr-4.9.1-complete.jar
Found Scintilla Version: 4.1.5
-- <<< Gentoo configuration >>>
Build type      Gentoo
Install path    /usr
Compiler flags:
C               -march=native -O2 -pipe
C++             -march=native -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 done
-- Generating done
-- Build files have been written to: /var/tmp/portage/dev-db/mysql-workbench-8.0.29-r1/work/mysql-workbench-8.0.29_build
>>> Source configured.
>>> Compiling source in /var/tmp/portage/dev-db/mysql-workbench-8.0.29-r1/work/mysql-workbench-community-8.0.29-src ...
 * Source directory (CMAKE_USE_DIR): "/var/tmp/portage/dev-db/mysql-workbench-8.0.29-r1/work/mysql-workbench-community-8.0.29-src"
 * Build directory  (BUILD_DIR):     "/var/tmp/portage/dev-db/mysql-workbench-8.0.29-r1/work/mysql-workbench-8.0.29_build"
ninja -v -j16 -l0
[1/788] /usr/bin/x86_64-pc-linux-gnu-g++ -DGDK_DISABLE_DEPRECATED -DGTK_DISABLE_DEPRECATED -DGTK_DISABLE_SINGLE_INCLUDES -D__STDC_FORMAT_MACROS -Dwbscintilla_EXPORTS -I/var/tmp/portage/dev-db/mysql-workbench-8.0.29-r1/work/mysql-workbench-community-8.0.29-src/ext/scintilla/gtk/../include -I/var/tmp/portage/dev-db/mysql-workbench-8.0.29-r1/work/mysql-workbench-community-8.0.29-src/ext/scintilla/gtk/../lexlib -I/var/tmp/portage/dev-db/mysql-workbench-8.0.29-r1/work/mysql-workbench-community-8.0.29-src/ext/scintilla/gtk/../src -isystem /usr/include/gtk-3.0 -isystem /usr/include/pango-1.0 -isystem /usr/include/glib-2.0 -isystem /usr/lib64/glib-2.0/include -isystem /usr/lib64/libffi/include -isystem /usr/include/harfbuzz -isystem /usr/include/freetype2 -isystem /usr/include/libmount -isystem /usr/include/blkid -isystem /usr/include/fribidi -isystem /usr/include/cairo -isystem /usr/include/pixman-1 -isystem /usr/include/libpng16 -isystem /usr/include/gdk-pixbuf-2.0 -isystem /usr/include/gio-unix-2.0 -isystem /usr/include/atk-1.0 -isystem /usr/include/at-spi2-atk/2.0 -isystem /usr/include/dbus-1.0 -isystem /usr/lib64/dbus-1.0/include -isystem /usr/include/at-spi-2.0  -march=native -O2 -pipe -std=c++11 -fPIC -Wall -Wextra -Wno-unused-parameter -Wno-deprecated -Wno-deprecated-copy -Wno-deprecated-declarations -DGTK -DSCI_LEXER -DSCI_NAMESPACE -Wno-deprecated-register -Wno-implicit-fallthrough -std=gnu++17 -MD -MT ext/scintilla/gtk/CMakeFiles/wbscintilla.dir/__/src/DBCS.cxx.o -MF ext/scintilla/gtk/CMakeFiles/wbscintilla.dir/__/src/DBCS.cxx.o.d -o ext/scintilla/gtk/CMakeFiles/wbscintilla.dir/__/src/DBCS.cxx.o -c /var/tmp/portage/dev-db/mysql-workbench-8.0.29-r1/work/mysql-workbench-community-8.0.29-src/ext/scintilla/src/DBCS.cxx




parte finale:
Code:

[356/788] /usr/bin/x86_64-pc-linux-gnu-g++ -DGDK_DISABLE_DEPRECATED -DGTK_DISABLE_DEPRECATED -DGTK_DISABLE_SINGLE_INCLUDES -DHAVE_LIBSECRET_KEYRING -DHAVE_PRCTL_H -DRAPIDJSON_HAS_STDSTRING -DSCI_NAMESPACE -D__STDC_FORMAT_MACROS -Dmforms_EXPORTS -I/var/tmp/portage/dev-db/mysql-workbench-8.0.29-r1/work/mysql-workbench-community-8.0.29-src/library/forms/mforms -I/var/tmp/portage/dev-db/mysql-workbench-8.0.29-r1/work/mysql-workbench-community-8.0.29-src/library/forms -I/var/tmp/portage/dev-db/mysql-workbench-8.0.29-r1/work/mysql-workbench-community-8.0.29-src/library/forms/gtk/src -I/var/tmp/portage/dev-db/mysql-workbench-8.0.29-r1/work/mysql-workbench-community-8.0.29-src/library/base -I/var/tmp/portage/dev-db/mysql-workbench-8.0.29-r1/work/mysql-workbench-community-8.0.29-src/ext/scintilla/gtk/../include -I/var/tmp/portage/dev-db/mysql-workbench-8.0.29-r1/work/mysql-workbench-community-8.0.29-src/frontend/linux/linux_utilities -I/var/tmp/portage/dev-db/mysql-workbench-8.0.29-r1/work/mysql-workbench-community-8.0.29-src/library/grt/src -I/var/tmp/portage/dev-db/mysql-workbench-8.0.29-r1/work/mysql-workbench-community-8.0.29-src/library/grt/src/diff -I/var/tmp/portage/dev-db/mysql-workbench-8.0.29-r1/work/mysql-workbench-community-8.0.29-src/backend/wbpublic -I/var/tmp/portage/dev-db/mysql-workbench-8.0.29-r1/work/mysql-workbench-community-8.0.29-src/generated -I/var/tmp/portage/dev-db/mysql-workbench-8.0.29-r1/work/mysql-workbench-community-8.0.29-src/library/mysql.canvas/src -I/var/tmp/portage/dev-db/mysql-workbench-8.0.29-r1/work/mysql-workbench-community-8.0.29-src/library/parsers -isystem /usr/include/libsecret-1 -isystem /usr/include/glib-2.0 -isystem /usr/lib64/glib-2.0/include -isystem /usr/lib64/libffi/include -isystem /usr/include/libmount -isystem /usr/include/blkid -isystem /usr/include/gio-unix-2.0 -isystem /usr/include/python3.10 -isystem /usr/include/libxml2 -isystem /usr/include/gtkmm-3.0 -isystem /usr/lib64/gtkmm-3.0/include -isystem /usr/include/giomm-2.4 -isystem /usr/lib64/giomm-2.4/include -isystem /usr/include/glibmm-2.4 -isystem /usr/lib64/glibmm-2.4/include -isystem /usr/include/sigc++-2.0 -isystem /usr/lib64/sigc++-2.0/include -isystem /usr/include/gtk-3.0 -isystem /usr/include/pango-1.0 -isystem /usr/include/harfbuzz -isystem /usr/include/freetype2 -isystem /usr/include/fribidi -isystem /usr/include/cairo -isystem /usr/include/pixman-1 -isystem /usr/include/libpng16 -isystem /usr/include/gdk-pixbuf-2.0 -isystem /usr/include/atk-1.0 -isystem /usr/include/at-spi2-atk/2.0 -isystem /usr/include/dbus-1.0 -isystem /usr/lib64/dbus-1.0/include -isystem /usr/include/at-spi-2.0 -isystem /usr/include/cairomm-1.0 -isystem /usr/lib64/cairomm-1.0/include -isystem /usr/include/pangomm-1.4 -isystem /usr/lib64/pangomm-1.4/include -isystem /usr/include/atkmm-1.6 -isystem /usr/lib64/atkmm-1.6/include -isystem /usr/include/gtk-3.0/unix-print -isystem /usr/include/gdkmm-3.0 -isystem /usr/lib64/gdkmm-3.0/include -isystem /usr/include/antlr4-runtime  -march=native -O2 -pipe -std=c++11 -fPIC -Wall -Wextra -Wno-unused-parameter -Wno-deprecated -Wno-deprecated-copy -Wno-deprecated-declarations -Wno-nonnull -std=gnu++17 -MD -MT library/forms/CMakeFiles/mforms.dir/jsonview.cpp.o -MF library/forms/CMakeFiles/mforms.dir/jsonview.cpp.o.d -o library/forms/CMakeFiles/mforms.dir/jsonview.cpp.o -c /var/tmp/portage/dev-db/mysql-workbench-8.0.29-r1/work/mysql-workbench-community-8.0.29-src/library/forms/jsonview.cpp
ninja: build stopped: subcommand failed.
 * ERROR: dev-db/mysql-workbench-8.0.29-r1::gentoo failed (compile phase):
 *   ninja -v -j16 -l0 failed
 *
 * Call stack:
 *     ebuild.sh, line  122:  Called src_compile
 *   environment, line 3802:  Called cmake_src_compile
 *   environment, line 1566:  Called cmake_build
 *   environment, line 1535:  Called eninja
 *   environment, line 2036:  Called die
 * The specific snippet of code:
 *       "$@" || die "${nonfatal_args[@]}" "${*} failed"
 *
 * If you need support, post the output of `emerge --info '=dev-db/mysql-workbench-8.0.29-r1::gentoo'`,
 * the complete build log and the output of `emerge -pqv '=dev-db/mysql-workbench-8.0.29-r1::gentoo'`.
 * The complete build log is located at '/var/log/portage/dev-db:mysql-workbench-8.0.29-r1:20221022-074158.log'.
 * For convenience, a symlink to the build log is located at '/var/tmp/portage/dev-db/mysql-workbench-8.0.29-r1/temp/build.log'.
 * The ebuild environment file is located at '/var/tmp/portage/dev-db/mysql-workbench-8.0.29-r1/temp/environment'.
 * Working directory: '/var/tmp/portage/dev-db/mysql-workbench-8.0.29-r1/work/mysql-workbench-8.0.29_build'
 * S: '/var/tmp/portage/dev-db/mysql-workbench-8.0.29-r1/work/mysql-workbench-community-8.0.29-src'


Sembra che ninja non riesca a compilare il passaggio [356/788], ma non dice cosa lo impedisce.
Qualcuno riesce ad aiutarmi?

Grazie
_________________
(.(*. .*).)
.. G u e r r o ..
(.(.* *.).)


Last edited by guerro on Sat Oct 22, 2022 11:36 pm; edited 1 time in total
Back to top
View user's profile Send private message
fedeliallalinea
Administrator
Administrator


Joined: 08 Mar 2003
Posts: 30884
Location: here

PostPosted: Sat Oct 22, 2022 8:19 am    Post subject: Reply with quote

Purtroppo l'output da te proposto non include l'errore, puoi postare il build.log completo con wgetpaste?
_________________
Questions are guaranteed in life; Answers aren't.
Back to top
View user's profile Send private message
guerro
Guru
Guru


Joined: 21 Jun 2004
Posts: 402
Location: Brescia

PostPosted: Sat Oct 22, 2022 2:12 pm    Post subject: Reply with quote

ecco il link
_________________
(.(*. .*).)
.. G u e r r o ..
(.(.* *.).)
Back to top
View user's profile Send private message
fedeliallalinea
Administrator
Administrator


Joined: 08 Mar 2003
Posts: 30884
Location: here

PostPosted: Sat Oct 22, 2022 3:25 pm    Post subject: Reply with quote

Code:
FAILED: /var/tmp/portage/dev-db/mysql-workbench-8.0.29-r1/work/mysql-workbench-community-8.0.29-src/library/parsers/mysql/MySQLLexer.h /var/tmp/portage/dev-db/mysql-workbench-8.0.29-r1/work/mysql-workbench-community-8.0.29-src/library/parsers/mysql/MySQLLexer.tokens /var/tmp/portage/dev-db/mysql-workbench-8.0.29-r1/work/mysql-workbench-community-8.0.29-src/library/parsers/mysql/MySQLParserBaseListener.h /var/tmp/portage/dev-db/mysql-workbench-8.0.29-r1/work/mysql-workbench-community-8.0.29-src/library/parsers/mysql/MySQLParserBaseVisitor.h /var/tmp/portage/dev-db/mysql-workbench-8.0.29-r1/work/mysql-workbench-community-8.0.29-src/library/parsers/mysql/MySQLParser.h /var/tmp/portage/dev-db/mysql-workbench-8.0.29-r1/work/mysql-workbench-community-8.0.29-src/library/parsers/mysql/MySQLParserListener.h /var/tmp/portage/dev-db/mysql-workbench-8.0.29-r1/work/mysql-workbench-community-8.0.29-src/library/parsers/mysql/MySQLParser.tokens /var/tmp/portage/dev-db/mysql-workbench-8.0.29-r1/work/mysql-workbench-community-8.0.29-src/library/parsers/mysql/MySQLParserVisitor.h /var/tmp/portage/dev-db/mysql-workbench-8.0.29-r1/work/mysql-workbench-community-8.0.29-src/library/parsers/mysql/MySQLLexer.cpp /var/tmp/portage/dev-db/mysql-workbench-8.0.29-r1/work/mysql-workbench-community-8.0.29-src/library/parsers/mysql/MySQLParserBaseListener.cpp /var/tmp/portage/dev-db/mysql-workbench-8.0.29-r1/work/mysql-workbench-community-8.0.29-src/library/parsers/mysql/MySQLParserBaseVisitor.cpp /var/tmp/portage/dev-db/mysql-workbench-8.0.29-r1/work/mysql-workbench-community-8.0.29-src/library/parsers/mysql/MySQLParser.cpp /var/tmp/portage/dev-db/mysql-workbench-8.0.29-r1/work/mysql-workbench-community-8.0.29-src/library/parsers/mysql/MySQLParserListener.cpp /var/tmp/portage/dev-db/mysql-workbench-8.0.29-r1/work/mysql-workbench-community-8.0.29-src/library/parsers/mysql/MySQLParserVisitor.cpp
cd /var/tmp/portage/dev-db/mysql-workbench-8.0.29-r1/work/mysql-workbench-community-8.0.29-src/library/parsers/grammars && /usr/bin/java -Xmx1024m -jar /var/tmp/portage/dev-db/mysql-workbench-8.0.29-r1/distdir/antlr-4.9.1-complete.jar -Dlanguage=Cpp -listener -visitor -o ../mysql -package parsers /var/tmp/portage/dev-db/mysql-workbench-8.0.29-r1/work/mysql-workbench-community-8.0.29-src/library/parsers/grammars/MySQLLexer.g4 /var/tmp/portage/dev-db/mysql-workbench-8.0.29-r1/work/mysql-workbench-community-8.0.29-src/library/parsers/grammars/MySQLParser.g4
* Home for VM 'openjdk-bin-11' does not exist: /usr/lib/jvm//openjdk-bin-11
* Invalid System VM: openjdk-bin-11

Sembra che hai impostato una java VM non esistente. Cosa produce il comando eselect java-vm list?
_________________
Questions are guaranteed in life; Answers aren't.
Back to top
View user's profile Send private message
guerro
Guru
Guru


Joined: 21 Jun 2004
Posts: 402
Location: Brescia

PostPosted: Sat Oct 22, 2022 11:35 pm    Post subject: Reply with quote

Grazie!!!!
effettivamente non era selezionata alcuna java-VM... selezionata una
Code:

  [1]   openjdk-bin-8
  [2]   openjdk-bin-17  system-vm


ora compila tutto :D :)
_________________
(.(*. .*).)
.. G u e r r o ..
(.(.* *.).)
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Forum italiano (Italian) All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum