View previous topic :: View next topic |
Author |
Message |
mikb Tux's lil' helper


Joined: 14 Dec 2005 Posts: 124 Location: Sydney Australia
|
Posted: Sun Jan 23, 2022 11:43 pm Post subject: emerge --config =dev-db/mariadb-10.6.5-r1 fails (SOLVED) |
|
|
I've been having recurrent problems with stability of MariaDB lately - specifically innodb table errors in the mysql database. So I decided the best way to fix them was to dump my databases, reinitialise mariadb, and restore my dbs.
BUT
Trying to run mariadb-install-db via emerge --config fails.
At first the problem looked like mariadb couldn't find the auth plugins (messages about mot being able to find /usr/auth_pam.so, that suggested plugin-dir was not being set correctly). But even after repairing that, it still fails with a SIGABRT talking about stack smashing.
Build log
Code: |
[32m*[0m Detected settings:
[32m*[0m ==================
[32m*[0m MySQL User: mysql
[32m*[0m MySQL Group: mysql
[32m*[0m MySQL DATA directory: /home/databases/mariadb
[32m*[0m MySQL TMP directory: /tmp
[32m*[0m PID DIR: /run/mysqld
[32m*[0m Install db log: /tmp/mariadb-config.zuDyAVNhv/install_db.log
[32m*[0m Install server log: /tmp/mariadb-config.zuDyAVNhv/mysqld.log
[32m*[0m Trying to get password for mysql 'root' user from 'mysql' section ...
[32m*[0m Trying to get password for mysql 'root' user from 'client' section ...
[32m*[0m No password for mysql 'root' user was specified via environment
[32m*[0m variable MYSQL_ROOT_PASSWORD and no password was found in config
[32m*[0m file like '/root/.my.cnf'.
[32m*[0m To continue please provide a password for the mysql 'root' user
[32m*[0m now on console:
[33;01m*[0m NOTE: Please avoid ["'\_%] characters in the password!
>
[32m*[0m Retype the password
>
[32m*[0m Initializing mariadb data directory: /usr/bin/mysql_install_db --loose-skip-host-cache --loose-skip-name-resolve --loose-skip-networking --loose-skip-slave-start --loose-skip-ssl --loose-skip-log-bin --loose-skip-relay-log --loose-skip-slow-query-log --loose-skip-external-locking --loose-skip-log-slave-updates --init-file='/tmp/mariadb-config.zuDyAVNhv/tz.sql' --basedir='/usr' --datadir='/home/databases/mariadb' --tmpdir='/tmp' --log-error='/tmp/mariadb-config.zuDyAVNhv/install_db.log' --rpm --cross-bootstrap --skip-test-db --user=mysql
[31;01m*[0m ERROR: dev-db/mariadb-10.6.5-r1::gentoo failed (config phase):
[31;01m*[0m Failed to initialize mariadb data directory. Please review '/tmp/mariadb-config.zuDyAVNhv/install_db.log'!
[31;01m*[0m
[31;01m*[0m Call stack:
[31;01m*[0m ebuild.sh, line 127: Called pkg_config
[31;01m*[0m environment, line 4244: Called die
[31;01m*[0m The specific snippet of code:
[31;01m*[0m die "Failed to initialize ${PN} data directory. Please review '${mysql_install_log}'!";
[31;01m*[0m
[31;01m*[0m If you need support, post the output of `emerge --info '=dev-db/mariadb-10.6.5-r1::gentoo'`,
[31;01m*[0m the complete build log and the output of `emerge -pqv '=dev-db/mariadb-10.6.5-r1::gentoo'`.
!!! When you file a bug report, please include the following information:
GENTOO_VM= CLASSPATH="" JAVA_HOME="/etc/java-config-2/current-system-vm"
JAVACFLAGS="" COMPILER=""
and of course, the output of emerge --info =mariadb-10.6.5
[31;01m*[0m The complete build log is located at '/var/log/portage/build/dev-db/mariadb-10.6.5-r1:20220122-060343.log'.
[31;01m*[0m For convenience, a symlink to the build log is located at '/var/tmp/portage/dev-db/mariadb-10.6.5-r1/temp/build.log'.
[31;01m*[0m The ebuild environment file is located at '/var/tmp/portage/dev-db/mariadb-10.6.5-r1/temp/environment'.
[31;01m*[0m Working directory: '/var/tmp/portage/dev-db/mariadb-10.6.5-r1/empty'
[31;01m*[0m S: '/var/tmp/portage/dev-db/mariadb-10.6.5-r1/work/mariadb-10.6.5'
[32m*[0m Creating mariadb data directory '/home/databases/mariadb' ...
[32m*[0m Detected settings:
[32m*[0m ==================
[32m*[0m MySQL User: mysql
[32m*[0m MySQL Group: mysql
[32m*[0m MySQL DATA directory: /home/databases/mariadb
[32m*[0m MySQL TMP directory: /tmp
[32m*[0m PID DIR: /run/mysqld
[32m*[0m Install db log: /tmp/mariadb-config.6OcUAOn9d/install_db.log
[32m*[0m Install server log: /tmp/mariadb-config.6OcUAOn9d/mysqld.log
[32m*[0m Trying to get password for mysql 'root' user from 'mysql' section ...
[32m*[0m Trying to get password for mysql 'root' user from 'client' section ...
[32m*[0m No password for mysql 'root' user was specified via environment
[32m*[0m variable MYSQL_ROOT_PASSWORD and no password was found in config
[32m*[0m file like '/root/.my.cnf'.
[32m*[0m To continue please provide a password for the mysql 'root' user
[32m*[0m now on console:
[33;01m*[0m NOTE: Please avoid ["'\_%] characters in the password!
>
[32m*[0m Retype the password
>
[32m*[0m Initializing mariadb data directory: /usr/bin/mysql_install_db --loose-skip-host-cache --loose-skip-name-resolve --loose-skip-networking --loose-skip-slave-start --loose-skip-ssl --loose-skip-log-bin --loose-skip-relay-log --loose-skip-slow-query-log --loose-skip-external-locking --loose-skip-log-slave-updates --init-file='/tmp/mariadb-config.6OcUAOn9d/tz.sql' --basedir='/usr' --datadir='/home/databases/mariadb' --tmpdir='/tmp' --log-error='/tmp/mariadb-config.6OcUAOn9d/install_db.log' --rpm --cross-bootstrap --skip-test-db --user=mysql
[31;01m*[0m ERROR: dev-db/mariadb-10.6.5-r1::gentoo failed (config phase):
[31;01m*[0m Failed to initialize mariadb data directory. Please review '/tmp/mariadb-config.6OcUAOn9d/install_db.log'!
[31;01m*[0m
[31;01m*[0m Call stack:
[31;01m*[0m ebuild.sh, line 127: Called pkg_config
[31;01m*[0m environment, line 4244: Called die
[31;01m*[0m The specific snippet of code:
[31;01m*[0m die "Failed to initialize ${PN} data directory. Please review '${mysql_install_log}'!";
[31;01m*[0m
[31;01m*[0m If you need support, post the output of `emerge --info '=dev-db/mariadb-10.6.5-r1::gentoo'`,
[31;01m*[0m the complete build log and the output of `emerge -pqv '=dev-db/mariadb-10.6.5-r1::gentoo'`.
!!! When you file a bug report, please include the following information:
GENTOO_VM= CLASSPATH="" JAVA_HOME="/etc/java-config-2/current-system-vm"
JAVACFLAGS="" COMPILER=""
and of course, the output of emerge --info =mariadb-10.6.5
[31;01m*[0m The complete build log is located at '/var/log/portage/build/dev-db/mariadb-10.6.5-r1:20220122-060343.log'.
[31;01m*[0m For convenience, a symlink to the build log is located at '/var/tmp/portage/dev-db/mariadb-10.6.5-r1/temp/build.log'.
[31;01m*[0m The ebuild environment file is located at '/var/tmp/portage/dev-db/mariadb-10.6.5-r1/temp/environment'.
[31;01m*[0m Working directory: '/var/tmp/portage/dev-db/mariadb-10.6.5-r1/empty'
[31;01m*[0m S: '/var/tmp/portage/dev-db/mariadb-10.6.5-r1/work/mariadb-10.6.5'
[32m*[0m Creating mariadb data directory '/home/databases/mariadb' ...
[32m*[0m Detected settings:
[32m*[0m ==================
[32m*[0m MySQL User: mysql
[32m*[0m MySQL Group: mysql
[32m*[0m MySQL DATA directory: /home/databases/mariadb
[32m*[0m MySQL TMP directory: /tmp
[32m*[0m PID DIR: /run/mysqld
[32m*[0m Install db log: /tmp/mariadb-config.PRhCG3eLP/install_db.log
[32m*[0m Install server log: /tmp/mariadb-config.PRhCG3eLP/mysqld.log
[32m*[0m Trying to get password for mysql 'root' user from 'mysql' section ...
[32m*[0m Trying to get password for mysql 'root' user from 'client' section ...
[32m*[0m No password for mysql 'root' user was specified via environment
[32m*[0m variable MYSQL_ROOT_PASSWORD and no password was found in config
[32m*[0m file like '/root/.my.cnf'.
[32m*[0m To continue please provide a password for the mysql 'root' user
[32m*[0m now on console:
[33;01m*[0m NOTE: Please avoid ["'\_%] characters in the password!
>
[32m*[0m Retype the password
>
[32m*[0m Initializing mariadb data directory: /usr/bin/mysql_install_db --loose-skip-host-cache --loose-skip-name-resolve --loose-skip-networking --loose-skip-slave-start --loose-skip-ssl --loose-skip-log-bin --loose-skip-relay-log --loose-skip-slow-query-log --loose-skip-external-locking --loose-skip-log-slave-updates --init-file='/tmp/mariadb-config.PRhCG3eLP/tz.sql' --basedir='/usr' --datadir='/home/databases/mariadb' --tmpdir='/tmp' --log-error='/tmp/mariadb-config.PRhCG3eLP/install_db.log' --rpm --cross-bootstrap --skip-test-db --user=mysql
[31;01m*[0m ERROR: dev-db/mariadb-10.6.5-r1::gentoo failed (config phase):
[31;01m*[0m Failed to initialize mariadb data directory. Please review '/tmp/mariadb-config.PRhCG3eLP/install_db.log'!
[31;01m*[0m
[31;01m*[0m Call stack:
[31;01m*[0m ebuild.sh, line 127: Called pkg_config
[31;01m*[0m environment, line 4244: Called die
[31;01m*[0m The specific snippet of code:
[31;01m*[0m die "Failed to initialize ${PN} data directory. Please review '${mysql_install_log}'!";
[31;01m*[0m
[31;01m*[0m If you need support, post the output of `emerge --info '=dev-db/mariadb-10.6.5-r1::gentoo'`,
[31;01m*[0m the complete build log and the output of `emerge -pqv '=dev-db/mariadb-10.6.5-r1::gentoo'`.
!!! When you file a bug report, please include the following information:
GENTOO_VM= CLASSPATH="" JAVA_HOME="/etc/java-config-2/current-system-vm"
JAVACFLAGS="" COMPILER=""
and of course, the output of emerge --info =mariadb-10.6.5
[31;01m*[0m The complete build log is located at '/var/log/portage/build/dev-db/mariadb-10.6.5-r1:20220122-060343.log'.
[31;01m*[0m For convenience, a symlink to the build log is located at '/var/tmp/portage/dev-db/mariadb-10.6.5-r1/temp/build.log'.
[31;01m*[0m The ebuild environment file is located at '/var/tmp/portage/dev-db/mariadb-10.6.5-r1/temp/environment'.
[31;01m*[0m Working directory: '/var/tmp/portage/dev-db/mariadb-10.6.5-r1/empty'
[31;01m*[0m S: '/var/tmp/portage/dev-db/mariadb-10.6.5-r1/work/mariadb-10.6.5'
[33;01m*[0m Looks like your data directory '/home/databases/mariadb' is already initialized!
[33;01m*[0m Please rename or delete its content if you wish to initialize a new data directory.
[31;01m*[0m ERROR: dev-db/mariadb-10.6.5-r1::gentoo failed (config phase):
[31;01m*[0m mariadb data directory at '/home/databases/mariadb' looks already initialized!
[31;01m*[0m
[31;01m*[0m Call stack:
[31;01m*[0m ebuild.sh, line 127: Called pkg_config
[31;01m*[0m environment, line 4051: Called die
[31;01m*[0m The specific snippet of code:
[31;01m*[0m die "${PN} data directory at '${MY_DATADIR}' looks already initialized!";
[31;01m*[0m
[31;01m*[0m If you need support, post the output of `emerge --info '=dev-db/mariadb-10.6.5-r1::gentoo'`,
[31;01m*[0m the complete build log and the output of `emerge -pqv '=dev-db/mariadb-10.6.5-r1::gentoo'`.
!!! When you file a bug report, please include the following information:
GENTOO_VM= CLASSPATH="" JAVA_HOME="/etc/java-config-2/current-system-vm"
JAVACFLAGS="" COMPILER=""
and of course, the output of emerge --info =mariadb-10.6.5
[31;01m*[0m The complete build log is located at '/var/log/portage/build/dev-db/mariadb-10.6.5-r1:20220122-060343.log'.
[31;01m*[0m For convenience, a symlink to the build log is located at '/var/tmp/portage/dev-db/mariadb-10.6.5-r1/temp/build.log'.
[31;01m*[0m The ebuild environment file is located at '/var/tmp/portage/dev-db/mariadb-10.6.5-r1/temp/environment'.
[31;01m*[0m Working directory: '/var/tmp/portage/dev-db/mariadb-10.6.5-r1/empty'
[31;01m*[0m S: '/var/tmp/portage/dev-db/mariadb-10.6.5-r1/work/mariadb-10.6.5'
[32m*[0m Creating mariadb data directory '/home/databases/mariadb' ...
[32m*[0m Detected settings:
[32m*[0m ==================
[32m*[0m MySQL User: mysql
[32m*[0m MySQL Group: mysql
[32m*[0m MySQL DATA directory: /home/databases/mariadb
[32m*[0m MySQL TMP directory: /tmp
[32m*[0m PID DIR: /run/mysqld
[32m*[0m Install db log: /tmp/mariadb-config.AxpfTaqUv/install_db.log
[32m*[0m Install server log: /tmp/mariadb-config.AxpfTaqUv/mysqld.log
[32m*[0m Trying to get password for mysql 'root' user from 'mysql' section ...
[32m*[0m Trying to get password for mysql 'root' user from 'client' section ...
[32m*[0m No password for mysql 'root' user was specified via environment
[32m*[0m variable MYSQL_ROOT_PASSWORD and no password was found in config
[32m*[0m file like '/root/.my.cnf'.
[32m*[0m To continue please provide a password for the mysql 'root' user
[32m*[0m now on console:
[33;01m*[0m NOTE: Please avoid ["'\_%] characters in the password!
>
[32m*[0m Retype the password
>
[31;01m*[0m ERROR: dev-db/mariadb-10.6.5-r1::gentoo failed (config phase):
[31;01m*[0m Passwords are not the same!
[31;01m*[0m
[31;01m*[0m Call stack:
[31;01m*[0m ebuild.sh, line 127: Called pkg_config
[31;01m*[0m environment, line 4217: Called die
[31;01m*[0m The specific snippet of code:
[31;01m*[0m die "Passwords are not the same!";
[31;01m*[0m
[31;01m*[0m If you need support, post the output of `emerge --info '=dev-db/mariadb-10.6.5-r1::gentoo'`,
[31;01m*[0m the complete build log and the output of `emerge -pqv '=dev-db/mariadb-10.6.5-r1::gentoo'`.
!!! When you file a bug report, please include the following information:
GENTOO_VM= CLASSPATH="" JAVA_HOME="/etc/java-config-2/current-system-vm"
JAVACFLAGS="" COMPILER=""
and of course, the output of emerge --info =mariadb-10.6.5
[31;01m*[0m The complete build log is located at '/var/log/portage/build/dev-db/mariadb-10.6.5-r1:20220122-060343.log'.
[31;01m*[0m For convenience, a symlink to the build log is located at '/var/tmp/portage/dev-db/mariadb-10.6.5-r1/temp/build.log'.
[31;01m*[0m The ebuild environment file is located at '/var/tmp/portage/dev-db/mariadb-10.6.5-r1/temp/environment'.
[31;01m*[0m Working directory: '/var/tmp/portage/dev-db/mariadb-10.6.5-r1/empty'
[31;01m*[0m S: '/var/tmp/portage/dev-db/mariadb-10.6.5-r1/work/mariadb-10.6.5'
[32m*[0m Detected settings:
[32m*[0m ==================
[32m*[0m MySQL User: mysql
[32m*[0m MySQL Group: mysql
[32m*[0m MySQL DATA directory: /home/databases/mariadb
[32m*[0m MySQL TMP directory: /tmp
[32m*[0m PID DIR: /run/mysqld
[32m*[0m Install db log: /tmp/mariadb-config.w62WyaoTH/install_db.log
[32m*[0m Install server log: /tmp/mariadb-config.w62WyaoTH/mysqld.log
[32m*[0m Trying to get password for mysql 'root' user from 'mysql' section ...
[32m*[0m Trying to get password for mysql 'root' user from 'client' section ...
[32m*[0m No password for mysql 'root' user was specified via environment
[32m*[0m variable MYSQL_ROOT_PASSWORD and no password was found in config
[32m*[0m file like '/root/.my.cnf'.
[32m*[0m To continue please provide a password for the mysql 'root' user
[32m*[0m now on console:
[33;01m*[0m NOTE: Please avoid ["'\_%] characters in the password!
>
[32m*[0m Retype the password
>
[32m*[0m Initializing mariadb data directory: /usr/bin/mysql_install_db --loose-skip-host-cache --loose-skip-name-resolve --loose-skip-networking --loose-skip-slave-start --loose-skip-ssl --loose-skip-log-bin --loose-skip-relay-log --loose-skip-slow-query-log --loose-skip-external-locking --loose-skip-log-slave-updates --init-file='/tmp/mariadb-config.w62WyaoTH/tz.sql' --basedir='/usr' --datadir='/home/databases/mariadb' --tmpdir='/tmp' --log-error='/tmp/mariadb-config.w62WyaoTH/install_db.log' --rpm --cross-bootstrap --skip-test-db --user=mysql
[31;01m*[0m ERROR: dev-db/mariadb-10.6.5-r1::gentoo failed (config phase):
[31;01m*[0m Failed to initialize mariadb data directory. Please review '/tmp/mariadb-config.w62WyaoTH/install_db.log'!
[31;01m*[0m
[31;01m*[0m Call stack:
[31;01m*[0m ebuild.sh, line 127: Called pkg_config
[31;01m*[0m environment, line 4244: Called die
[31;01m*[0m The specific snippet of code:
[31;01m*[0m die "Failed to initialize ${PN} data directory. Please review '${mysql_install_log}'!";
[31;01m*[0m
[31;01m*[0m If you need support, post the output of `emerge --info '=dev-db/mariadb-10.6.5-r1::gentoo'`,
[31;01m*[0m the complete build log and the output of `emerge -pqv '=dev-db/mariadb-10.6.5-r1::gentoo'`.
!!! When you file a bug report, please include the following information:
GENTOO_VM= CLASSPATH="" JAVA_HOME="/etc/java-config-2/current-system-vm"
JAVACFLAGS="" COMPILER=""
and of course, the output of emerge --info =mariadb-10.6.5
[31;01m*[0m The complete build log is located at '/var/log/portage/build/dev-db/mariadb-10.6.5-r1:20220122-060343.log'.
[31;01m*[0m For convenience, a symlink to the build log is located at '/var/tmp/portage/dev-db/mariadb-10.6.5-r1/temp/build.log'.
[31;01m*[0m The ebuild environment file is located at '/var/tmp/portage/dev-db/mariadb-10.6.5-r1/temp/environment'.
[31;01m*[0m Working directory: '/var/tmp/portage/dev-db/mariadb-10.6.5-r1/empty'
[31;01m*[0m S: '/var/tmp/portage/dev-db/mariadb-10.6.5-r1/work/mariadb-10.6.5'
[33;01m*[0m Looks like your data directory '/home/databases/mariadb' is already initialized!
[33;01m*[0m Please rename or delete its content if you wish to initialize a new data directory.
[31;01m*[0m ERROR: dev-db/mariadb-10.6.5-r1::gentoo failed (config phase):
[31;01m*[0m mariadb data directory at '/home/databases/mariadb' looks already initialized!
[31;01m*[0m
[31;01m*[0m Call stack:
[31;01m*[0m ebuild.sh, line 127: Called pkg_config
[31;01m*[0m environment, line 4051: Called die
[31;01m*[0m The specific snippet of code:
[31;01m*[0m die "${PN} data directory at '${MY_DATADIR}' looks already initialized!";
[31;01m*[0m
[31;01m*[0m If you need support, post the output of `emerge --info '=dev-db/mariadb-10.6.5-r1::gentoo'`,
[31;01m*[0m the complete build log and the output of `emerge -pqv '=dev-db/mariadb-10.6.5-r1::gentoo'`.
!!! When you file a bug report, please include the following information:
GENTOO_VM= CLASSPATH="" JAVA_HOME="/etc/java-config-2/current-system-vm"
JAVACFLAGS="" COMPILER=""
and of course, the output of emerge --info =mariadb-10.6.5
[31;01m*[0m The complete build log is located at '/var/log/portage/build/dev-db/mariadb-10.6.5-r1:20220122-060343.log'.
[31;01m*[0m For convenience, a symlink to the build log is located at '/var/tmp/portage/dev-db/mariadb-10.6.5-r1/temp/build.log'.
[31;01m*[0m The ebuild environment file is located at '/var/tmp/portage/dev-db/mariadb-10.6.5-r1/temp/environment'.
[31;01m*[0m Working directory: '/var/tmp/portage/dev-db/mariadb-10.6.5-r1/empty'
[31;01m*[0m S: '/var/tmp/portage/dev-db/mariadb-10.6.5-r1/work/mariadb-10.6.5'
[32m*[0m Creating mariadb data directory '/home/databases/mariadb' ...
[32m*[0m Detected settings:
[32m*[0m ==================
[32m*[0m MySQL User: mysql
[32m*[0m MySQL Group: mysql
[32m*[0m MySQL DATA directory: /home/databases/mariadb
[32m*[0m MySQL TMP directory: /tmp
[32m*[0m PID DIR: /run/mysqld
[32m*[0m Install db log: /tmp/mariadb-config.Rl27s3H3B/install_db.log
[32m*[0m Install server log: /tmp/mariadb-config.Rl27s3H3B/mysqld.log
[32m*[0m Trying to get password for mysql 'root' user from 'mysql' section ...
[32m*[0m Trying to get password for mysql 'root' user from 'client' section ...
[32m*[0m No password for mysql 'root' user was specified via environment
[32m*[0m variable MYSQL_ROOT_PASSWORD and no password was found in config
[32m*[0m file like '/root/.my.cnf'.
[32m*[0m To continue please provide a password for the mysql 'root' user
[32m*[0m now on console:
[33;01m*[0m NOTE: Please avoid ["'\_%] characters in the password!
>
[32m*[0m Retype the password
>
[32m*[0m Initializing mariadb data directory: /usr/bin/mysql_install_db --loose-skip-host-cache --loose-skip-name-resolve --loose-skip-networking --loose-skip-slave-start --loose-skip-ssl --loose-skip-log-bin --loose-skip-relay-log --loose-skip-slow-query-log --loose-skip-external-locking --loose-skip-log-slave-updates --init-file='/tmp/mariadb-config.Rl27s3H3B/tz.sql' --basedir='/usr' --datadir='/home/databases/mariadb' --tmpdir='/tmp' --log-error='/tmp/mariadb-config.Rl27s3H3B/install_db.log' --rpm --cross-bootstrap --skip-test-db --user=mysql
[31;01m*[0m ERROR: dev-db/mariadb-10.6.5-r1::gentoo failed (config phase):
[31;01m*[0m Failed to initialize mariadb data directory. Please review '/tmp/mariadb-config.Rl27s3H3B/install_db.log'!
[31;01m*[0m
[31;01m*[0m Call stack:
[31;01m*[0m ebuild.sh, line 127: Called pkg_config
[31;01m*[0m environment, line 4244: Called die
[31;01m*[0m The specific snippet of code:
[31;01m*[0m die "Failed to initialize ${PN} data directory. Please review '${mysql_install_log}'!";
[31;01m*[0m
[31;01m*[0m If you need support, post the output of `emerge --info '=dev-db/mariadb-10.6.5-r1::gentoo'`,
[31;01m*[0m the complete build log and the output of `emerge -pqv '=dev-db/mariadb-10.6.5-r1::gentoo'`.
!!! When you file a bug report, please include the following information:
GENTOO_VM= CLASSPATH="" JAVA_HOME="/etc/java-config-2/current-system-vm"
JAVACFLAGS="" COMPILER=""
and of course, the output of emerge --info =mariadb-10.6.5
[31;01m*[0m The complete build log is located at '/var/log/portage/build/dev-db/mariadb-10.6.5-r1:20220122-060343.log'.
[31;01m*[0m For convenience, a symlink to the build log is located at '/var/tmp/portage/dev-db/mariadb-10.6.5-r1/temp/build.log'.
[31;01m*[0m The ebuild environment file is located at '/var/tmp/portage/dev-db/mariadb-10.6.5-r1/temp/environment'.
[31;01m*[0m Working directory: '/var/tmp/portage/dev-db/mariadb-10.6.5-r1/empty'
[31;01m*[0m S: '/var/tmp/portage/dev-db/mariadb-10.6.5-r1/work/mariadb-10.6.5'
[32m*[0m Creating mariadb data directory '/home/databases/mariadb' ...
[32m*[0m Detected settings:
[32m*[0m ==================
[32m*[0m MySQL User: mysql
[32m*[0m MySQL Group: mysql
[32m*[0m MySQL DATA directory: /home/databases/mariadb
[32m*[0m MySQL TMP directory: /tmp
[32m*[0m PID DIR: /run/mysqld
[32m*[0m Install db log: /tmp/mariadb-config.vt8HGcErx/install_db.log
[32m*[0m Install server log: /tmp/mariadb-config.vt8HGcErx/mysqld.log
[32m*[0m Trying to get password for mysql 'root' user from 'mysql' section ...
[32m*[0m Trying to get password for mysql 'root' user from 'client' section ...
[32m*[0m No password for mysql 'root' user was specified via environment
[32m*[0m variable MYSQL_ROOT_PASSWORD and no password was found in config
[32m*[0m file like '/root/.my.cnf'.
[32m*[0m To continue please provide a password for the mysql 'root' user
[32m*[0m now on console:
[33;01m*[0m NOTE: Please avoid ["'\_%] characters in the password!
>
[32m*[0m Retype the password
>
[32m*[0m Initializing mariadb data directory: /usr/bin/mysql_install_db --loose-skip-host-cache --loose-skip-name-resolve --loose-skip-networking --loose-skip-slave-start --loose-skip-ssl --loose-skip-log-bin --loose-skip-relay-log --loose-skip-slow-query-log --loose-skip-external-locking --loose-skip-log-slave-updates --init-file='/tmp/mariadb-config.vt8HGcErx/tz.sql' --basedir='/usr' --datadir='/home/databases/mariadb' --tmpdir='/tmp' --log-error='/tmp/mariadb-config.vt8HGcErx/install_db.log' --rpm --cross-bootstrap --skip-test-db --user=mysql
[31;01m*[0m ERROR: dev-db/mariadb-10.6.5-r1::gentoo failed (config phase):
[31;01m*[0m Failed to initialize mariadb data directory. Please review '/tmp/mariadb-config.vt8HGcErx/install_db.log'!
[31;01m*[0m
[31;01m*[0m Call stack:
[31;01m*[0m ebuild.sh, line 127: Called pkg_config
[31;01m*[0m environment, line 4244: Called die
[31;01m*[0m The specific snippet of code:
[31;01m*[0m die "Failed to initialize ${PN} data directory. Please review '${mysql_install_log}'!";
[31;01m*[0m
[31;01m*[0m If you need support, post the output of `emerge --info '=dev-db/mariadb-10.6.5-r1::gentoo'`,
[31;01m*[0m the complete build log and the output of `emerge -pqv '=dev-db/mariadb-10.6.5-r1::gentoo'`.
!!! When you file a bug report, please include the following information:
GENTOO_VM= CLASSPATH="" JAVA_HOME="/etc/java-config-2/current-system-vm"
JAVACFLAGS="" COMPILER=""
and of course, the output of emerge --info =mariadb-10.6.5
[31;01m*[0m The complete build log is located at '/var/log/portage/build/dev-db/mariadb-10.6.5-r1:20220122-060343.log'.
[31;01m*[0m For convenience, a symlink to the build log is located at '/var/tmp/portage/dev-db/mariadb-10.6.5-r1/temp/build.log'.
[31;01m*[0m The ebuild environment file is located at '/var/tmp/portage/dev-db/mariadb-10.6.5-r1/temp/environment'.
[31;01m*[0m Working directory: '/var/tmp/portage/dev-db/mariadb-10.6.5-r1/empty'
[31;01m*[0m S: '/var/tmp/portage/dev-db/mariadb-10.6.5-r1/work/mariadb-10.6.5'
[32m*[0m Creating mariadb data directory '/home/databases/mariadb' ...
[32m*[0m Detected settings:
[32m*[0m ==================
[32m*[0m MySQL User: mysql
[32m*[0m MySQL Group: mysql
[32m*[0m MySQL DATA directory: /home/databases/mariadb
[32m*[0m MySQL TMP directory: /tmp
[32m*[0m PID DIR: /run/mysqld
[32m*[0m Install db log: /tmp/mariadb-config.XZHcvjBC9/install_db.log
[32m*[0m Install server log: /tmp/mariadb-config.XZHcvjBC9/mysqld.log
[32m*[0m Trying to get password for mysql 'root' user from 'mysql' section ...
[32m*[0m Trying to get password for mysql 'root' user from 'client' section ...
[32m*[0m No password for mysql 'root' user was specified via environment
[32m*[0m variable MYSQL_ROOT_PASSWORD and no password was found in config
[32m*[0m file like '/root/.my.cnf'.
[32m*[0m To continue please provide a password for the mysql 'root' user
[32m*[0m now on console:
[33;01m*[0m NOTE: Please avoid ["'\_%] characters in the password!
>
[32m*[0m Retype the password
>
[32m*[0m Initializing mariadb data directory: /usr/bin/mysql_install_db --loose-skip-host-cache --loose-skip-name-resolve --loose-skip-networking --loose-skip-slave-start --loose-skip-ssl --loose-skip-log-bin --loose-skip-relay-log --loose-skip-slow-query-log --loose-skip-external-locking --loose-skip-log-slave-updates --init-file='/tmp/mariadb-config.XZHcvjBC9/tz.sql' --basedir='/usr' --datadir='/home/databases/mariadb' --tmpdir='/tmp' --log-error='/tmp/mariadb-config.XZHcvjBC9/install_db.log' --rpm --cross-bootstrap --skip-test-db --user=mysql
[31;01m*[0m ERROR: dev-db/mariadb-10.6.5-r1::gentoo failed (config phase):
[31;01m*[0m Failed to initialize mariadb data directory. Please review '/tmp/mariadb-config.XZHcvjBC9/install_db.log'!
[31;01m*[0m
[31;01m*[0m Call stack:
[31;01m*[0m ebuild.sh, line 127: Called pkg_config
[31;01m*[0m environment, line 4244: Called die
[31;01m*[0m The specific snippet of code:
[31;01m*[0m die "Failed to initialize ${PN} data directory. Please review '${mysql_install_log}'!";
[31;01m*[0m
[31;01m*[0m If you need support, post the output of `emerge --info '=dev-db/mariadb-10.6.5-r1::gentoo'`,
[31;01m*[0m the complete build log and the output of `emerge -pqv '=dev-db/mariadb-10.6.5-r1::gentoo'`.
!!! When you file a bug report, please include the following information:
GENTOO_VM= CLASSPATH="" JAVA_HOME="/etc/java-config-2/current-system-vm"
JAVACFLAGS="" COMPILER=""
and of course, the output of emerge --info =mariadb-10.6.5
[31;01m*[0m The complete build log is located at '/var/log/portage/build/dev-db/mariadb-10.6.5-r1:20220122-060343.log'.
[31;01m*[0m For convenience, a symlink to the build log is located at '/var/tmp/portage/dev-db/mariadb-10.6.5-r1/temp/build.log'.
[31;01m*[0m The ebuild environment file is located at '/var/tmp/portage/dev-db/mariadb-10.6.5-r1/temp/environment'.
[31;01m*[0m Working directory: '/var/tmp/portage/dev-db/mariadb-10.6.5-r1/empty'
[31;01m*[0m S: '/var/tmp/portage/dev-db/mariadb-10.6.5-r1/work/mariadb-10.6.5'
[32m*[0m Creating mariadb data directory '/home/databases/mariadb' ...
[32m*[0m Detected settings:
[32m*[0m ==================
[32m*[0m MySQL User: mysql
[32m*[0m MySQL Group: mysql
[32m*[0m MySQL DATA directory: /home/databases/mariadb
[32m*[0m MySQL TMP directory: /tmp
[32m*[0m PID DIR: /run/mysqld
[32m*[0m Install db log: /tmp/mariadb-config.sPg9K5e9f/install_db.log
[32m*[0m Install server log: /tmp/mariadb-config.sPg9K5e9f/mysqld.log
[32m*[0m Trying to get password for mysql 'root' user from 'mysql' section ...
[32m*[0m Trying to get password for mysql 'root' user from 'client' section ...
[32m*[0m No password for mysql 'root' user was specified via environment
[32m*[0m variable MYSQL_ROOT_PASSWORD and no password was found in config
[32m*[0m file like '/root/.my.cnf'.
[32m*[0m To continue please provide a password for the mysql 'root' user
[32m*[0m now on console:
[33;01m*[0m NOTE: Please avoid ["'\_%] characters in the password!
>
[32m*[0m Retype the password
>
[32m*[0m Initializing mariadb data directory: /usr/bin/mysql_install_db --loose-skip-host-cache --loose-skip-name-resolve --loose-skip-networking --loose-skip-slave-start --loose-skip-ssl --loose-skip-log-bin --loose-skip-relay-log --loose-skip-slow-query-log --loose-skip-external-locking --loose-skip-log-slave-updates --init-file='/tmp/mariadb-config.sPg9K5e9f/tz.sql' --basedir='/usr' --datadir='/home/databases/mariadb' --tmpdir='/tmp' --log-error='/tmp/mariadb-config.sPg9K5e9f/install_db.log' --rpm --cross-bootstrap --skip-test-db --user=mysql
[31;01m*[0m ERROR: dev-db/mariadb-10.6.5-r1::gentoo failed (config phase):
[31;01m*[0m Failed to initialize mariadb data directory. Please review '/tmp/mariadb-config.sPg9K5e9f/install_db.log'!
[31;01m*[0m
[31;01m*[0m Call stack:
[31;01m*[0m ebuild.sh, line 127: Called pkg_config
[31;01m*[0m environment, line 4244: Called die
[31;01m*[0m The specific snippet of code:
[31;01m*[0m die "Failed to initialize ${PN} data directory. Please review '${mysql_install_log}'!";
[31;01m*[0m
[31;01m*[0m If you need support, post the output of `emerge --info '=dev-db/mariadb-10.6.5-r1::gentoo'`,
[31;01m*[0m the complete build log and the output of `emerge -pqv '=dev-db/mariadb-10.6.5-r1::gentoo'`.
!!! When you file a bug report, please include the following information:
GENTOO_VM= CLASSPATH="" JAVA_HOME="/etc/java-config-2/current-system-vm"
JAVACFLAGS="" COMPILER=""
and of course, the output of emerge --info =mariadb-10.6.5
[31;01m*[0m The complete build log is located at '/var/log/portage/build/dev-db/mariadb-10.6.5-r1:20220122-060343.log'.
[31;01m*[0m For convenience, a symlink to the build log is located at '/var/tmp/portage/dev-db/mariadb-10.6.5-r1/temp/build.log'.
[31;01m*[0m The ebuild environment file is located at '/var/tmp/portage/dev-db/mariadb-10.6.5-r1/temp/environment'.
[31;01m*[0m Working directory: '/var/tmp/portage/dev-db/mariadb-10.6.5-r1/empty'
[31;01m*[0m S: '/var/tmp/portage/dev-db/mariadb-10.6.5-r1/work/mariadb-10.6.5'
|
_________________ With sufficient thrust, pigs fly just fine (RFC 1925, apparently talking about Gentoo)
Last edited by mikb on Wed Jan 26, 2022 11:22 pm; edited 1 time in total |
|
Back to top |
|
 |
mikb Tux's lil' helper


Joined: 14 Dec 2005 Posts: 124 Location: Sydney Australia
|
Posted: Sun Jan 23, 2022 11:44 pm Post subject: |
|
|
install_db.log
Code: | /usr/bin/mysql_install_db: line 525: 21848 Aborted "$mysqld_bootstrap" $defaults $defaults_group_suffix "$mysqld_opt" --bootstrap $silent_startup "--basedir=$basedir" "--datadir=$ldata" --log-warnings=0 --enforce-storage-engine="" "--plugin-dir=${plugindir}" $args --max_allowed_packet=8M --net_buffer_length=16K
Installation of system tables failed! Examine the logs in
/tmp/mariadb-config.a80Q895hV/install_db.log or /home/databases/mariadb for more information.
The problem could be conflicting information in an external
my.cnf files. You can ignore these by doing:
shell> /usr/bin/mysql_install_db --defaults-file=~/.my.cnf
You can also try to start the mysqld daemon with:
shell> /usr/sbin/mariadbd --skip-grant-tables --general-log &
and use the command line tool /usr/bin/mariadb
to connect to the mysql database and look at the grant tables:
shell> /usr/bin/mysql -u root mysql
mysql> show tables;
Try 'mysqld --help' if you have problems with paths. Using
--general-log gives you a log in /home/databases/mariadb that may be helpful.
The latest information about mysql_install_db is available at
https://mariadb.com/kb/en/installing-system-tables-mysql_install_db
You can find the latest source at https://downloads.mariadb.org and
the maria-discuss email list at https://launchpad.net/~maria-discuss
Please check all of the above before submitting a bug report
at https://mariadb.org/jira
|
_________________ With sufficient thrust, pigs fly just fine (RFC 1925, apparently talking about Gentoo) |
|
Back to top |
|
 |
mikb Tux's lil' helper


Joined: 14 Dec 2005 Posts: 124 Location: Sydney Australia
|
Posted: Sun Jan 23, 2022 11:46 pm Post subject: |
|
|
mysqld.err
Code: | 2022-01-23 15:32:10 0 [Warning] 'innodb-log-files-in-group' was removed. It does nothing now and exists only for compatibility with old my.cnf files.
2022-01-23 15:32:10 0 [Warning] You need to use --log-bin to make --expire-logs-days or --binlog-expire-logs-seconds work.
*** stack smashing detected ***: terminated
220123 15:32:10 [ERROR] mysqld got signal 6 ;
This could be because you hit a bug. It is also possible that this binary
or one of the libraries it was linked against is corrupt, improperly built,
or misconfigured. This error can also be caused by malfunctioning hardware.
To report this bug, see https://mariadb.com/kb/en/reporting-bugs
We will try our best to scrape up some info that will hopefully help
diagnose the problem, but since we have already crashed,
something is definitely wrong and this may fail.
Server version: 10.6.5-MariaDB
key_buffer_size=16777216
read_buffer_size=262144
max_used_connections=0
max_threads=258
thread_count=1
It is possible that mysqld could use up to
key_buffer_size + (read_buffer_size + sort_buffer_size)*max_threads = 220830 K bytes of memory
Hope that's ok; if not, decrease some variables in the equation.
Thread pointer: 0x55ae886ead78
Attempting backtrace. You can use the following information to find out
where mysqld died. If you see no messages after this, something went
terribly wrong...
stack_bottom = 0x7ffc3bd6a618 thread_stack 0x49000
/usr/sbin/mariadbd(my_print_stacktrace+0x2e)[0x55ae85066dae]
/usr/sbin/mariadbd(handle_fatal_signal+0x461)[0x55ae84be1961]
/lib64/libc.so.6(+0x3da10)[0x7fe4a17eca10]
/lib64/libc.so.6(+0x891dc)[0x7fe4a18381dc]
/lib64/libc.so.6(raise+0x12)[0x7fe4a17ec972]
/lib64/libc.so.6(abort+0xcf)[0x7fe4a17d7449]
/lib64/libc.so.6(+0x7d758)[0x7fe4a182c758]
/lib64/libc.so.6(__fortify_fail+0x22)[0x7fe4a18c70c2]
/lib64/libc.so.6(__fortify_fail+0x0)[0x7fe4a18c70a0]
/usr/sbin/mariadbd(+0xb4fbc8)[0x55ae84de2bc8]
/usr/sbin/mariadbd(_ZN10TABLE_LIST8calc_md5EPc+0x33)[0x55ae84aa75a3]
/usr/sbin/mariadbd(_Z17mysql_create_viewP3THDP10TABLE_LIST21enum_view_create_mode+0x1495)[0x55ae84a990b5]
/usr/sbin/mariadbd(_Z21mysql_execute_commandP3THDb+0x1e8c)[0x55ae849d8cdc]
/usr/sbin/mariadbd(_Z11mysql_parseP3THDPcjP12Parser_state+0x197)[0x55ae849dabd7]
/usr/sbin/mariadbd(_Z9bootstrapP13st_mysql_file+0x236)[0x55ae849dafa6]
/usr/sbin/mariadbd(_Z11mysqld_mainiPPc+0x2693)[0x55ae8491cda3]
/lib64/libc.so.6(+0x292fa)[0x7fe4a17d82fa]
/lib64/libc.so.6(__libc_start_main+0x78)[0x7fe4a17d83a8]
/usr/sbin/mariadbd(_start+0x21)[0x55ae84911f61]
Trying to get some variables.
Some pointers may be invalid and cause the dump to abort.
Query (0x55ae8870ba70): CREATE DEFINER='mariadb.sys'@'localhost' SQL SECURITY DEFINER VIEW IF NOT EXISTS user AS SELECT
Host,
User,
IF(JSON_VALUE(Priv, '$.plugin') IN ('mysql_native_password', 'mysql_old_password'), IFNULL(JSON_VALUE(Priv, '$.authentication_string'), ''), '') AS Password,
IF(JSON_VALUE(Priv, '$.access') & 1, 'Y', 'N') AS Select_priv,
IF(JSON_VALUE(Priv, '$.access') & 2, 'Y', 'N') AS Insert_priv,
IF(JSON_VALUE(Priv, '$.access') & 4, 'Y', 'N') AS Update_priv,
IF(JSON_VALUE(Priv, '$.access') & 8, 'Y', 'N') AS Delete_priv,
IF(JSON_VALUE(Priv, '$.access') & 16, 'Y', 'N') AS Create_priv,
IF(JSON_VALUE(Priv, '$.access') & 32, 'Y', 'N') AS Drop_priv,
IF(JSON_VALUE(Priv, '$.access') & 64, 'Y', 'N') AS Reload_priv,
IF(JSON_VALUE(Priv, '$.access') & 128, 'Y', 'N') AS Shutdown_priv,
IF(JSON_VALUE(Priv, '$.access') & 256, 'Y', 'N') AS Process_priv,
IF(JSON_VALUE(Priv, '$.access') & 512, 'Y', 'N') AS File_priv,
IF(JSON_VALUE(Priv, '$.access') & 1024, 'Y', 'N') AS Grant_priv,
IF(JSON_VALUE(Priv, '$.access') & 2048, 'Y', 'N') AS References_priv,
IF(JSON_VALUE(Priv, '$.access') & 4096, 'Y', 'N') AS Index_priv,
IF(JSON_VALUE(Priv, '$.access') & 8192, 'Y', 'N') AS Alter_priv,
IF(JSON_VALUE(Priv, '$.access') & 16384, 'Y', 'N') AS Show_db_priv,
IF(JSON_VALUE(Priv, '$.access') & 32768, 'Y', 'N') AS Super_priv,
IF(JSON_VALUE(Priv, '$.access') & 65536, 'Y', 'N') AS Create_tmp_table_priv,
IF(JSON_VALUE(Priv, '$.access') & 131072, 'Y', 'N') AS Lock_tables_priv,
IF(JSON_VALUE(Priv, '$.access') & 262144, 'Y', 'N') AS Execute_priv,
IF(JSON_VALUE(Priv, '$.access') & 524288, 'Y', 'N') AS Repl_slave_priv,
IF(JSON_VALUE(Priv, '$.access') & 1048576, 'Y', 'N') AS Repl_client_priv,
IF(JSON_VALUE(Priv, '$.access') & 2097152, 'Y', 'N') AS Create_view_priv,
IF(JSON_VALUE(Priv, '$.access') & 4194304, 'Y', 'N') AS Show_view_priv,
IF(JSON_VALUE(Priv, '$.access') & 8388608, 'Y', 'N') AS Create_routine_priv,
IF(JSON_VALUE(Priv, '$.access') & 16777216, 'Y', 'N') AS Alter_routine_priv,
IF(JSON_VALUE(Priv, '$.access') & 33554432, 'Y', 'N') AS Create_user_priv,
IF(JSON_VALUE(Priv, '$.access') & 67108864, 'Y', 'N') AS Event_priv,
IF(JSON_VALUE(Priv, '$.access') & 134217728, 'Y', 'N') AS Trigger_priv,
IF(JSON_VALUE(Priv, '$.access') & 268435456, 'Y', 'N') AS Create_tablespace_priv,
IF(JSON_VALUE(Priv, '$.access') & 536870912, 'Y', 'N') AS Delete_history_priv,
ELT(IFNULL(JSON_VALUE(Priv, '$.ssl_type'), 0) + 1, '', 'ANY','X509', 'SPECIFIED') AS ssl_type,
IFNULL(JSON_VALUE(Priv, '$.ssl_cipher'), '') AS ssl_cipher,
IFNULL(JSON_VALUE(Priv, '$.x509_issuer'), '') AS x509_issuer,
IFNULL(JSON_VALUE(Priv, '$.x509_subject'), '') AS x509_subject,
CAST(IFNULL(JSON_VALUE(Priv, '$.max_questions'), 0) AS UNSIGNED) AS max_questions,
CAST(IFNULL(JSON_VALUE(Priv, '$.max_updates'), 0) AS UNSIGNED) AS max_updates,
CAST(IFNULL(JSON_VALUE(Priv, '$.max_connections'), 0) AS UNSIGNED) AS max_connections,
CAST(IFNULL(JSON_VALUE(Priv, '$.max_user_connections'), 0) AS SIGNED) AS max_user_connections,
IFNULL(JSON_VALUE(Priv, '$.plugin'), '') AS plugin,
IFNULL(JSON_VALUE(Priv, '$.authentication_string'), '') AS authentication_string,
IF(IFNULL(JSON_VALUE(Priv, '$.password_last_changed'), 1) = 0, 'Y', 'N') AS password_expired,
ELT(IFNULL(JSON_VALUE(Priv, '$.is_role'), 0) + 1, 'N', 'Y') AS is_role,
IFNULL(JSON_VALUE(Priv, '$.default_role'), '') AS default_role,
CAST(IFNULL(JSON_VALUE(Priv, '$.max_statement_time'), 0.0) AS DECIMAL(12,6)) AS max_statement_time
FROM global_priv;
Connection ID (thread ID): 1
Status: NOT_KILLED
Optimizer switch: index_merge=on,index_merge_union=on,index_merge_sort_union=on,index_merge_intersection=on,
index_merge_sort_intersection=off,engine_condition_pushdown=off,index_condition_pushdown=on,
derived_merge=on,derived_with_keys=on,firstmatch=on,loosescan=on,materialization=on,
in_to_exists=on,semijoin=on,partial_match_rowid_merge=on,partial_match_table_scan=on,
subquery_cache=on,mrr=off,mrr_cost_based=off,mrr_sort_keys=off,outer_join_with_cache=on,
semijoin_with_cache=on,join_cache_incremental=on,join_cache_hashed=on,join_cache_bka=on,
optimize_join_buffer_size=on,table_elimination=on,extended_keys=on,exists_to_in=on,
orderby_uses_equalities=on,condition_pushdown_for_derived=on,split_materialized=on,
condition_pushdown_for_subquery=on,rowid_filter=on,condition_pushdown_from_having=on,
not_null_range_scan=off
The manual page at https://mariadb.com/kb/en/how-to-produce-a-full-stack-trace-for-mysqld/ contains
information that should help you find out what is causing the crash.
Writing a core file...
Working directory at /home/databases/mariadb
Resource Limits:
Limit Soft Limit Hard Limit Units
Max cpu time unlimited unlimited seconds
Max file size unlimited unlimited bytes
Max data size unlimited unlimited bytes
Max stack size 8388608 unlimited bytes
Max core file size 0 unlimited bytes
Max resident set unlimited unlimited bytes
Max processes 62219 62219 processes
Max open files 3495 3495 files
Max locked memory 134217728 268435456 bytes
Max address space unlimited unlimited bytes
Max file locks unlimited unlimited locks
Max pending signals 62219 62219 signals
Max msgqueue size 819200 819200 bytes
Max nice priority 0 0
Max realtime priority 0 0
Max realtime timeout unlimited unlimited us
Core pattern: core
|
[Moderator edit: broke long whitespace-free lines in code tags to fix thread layout. -Hu] _________________ With sufficient thrust, pigs fly just fine (RFC 1925, apparently talking about Gentoo) |
|
Back to top |
|
 |
mikb Tux's lil' helper


Joined: 14 Dec 2005 Posts: 124 Location: Sydney Australia
|
Posted: Sun Jan 23, 2022 11:48 pm Post subject: |
|
|
emerge --info
Code: |
Portage 3.0.30 (python 3.9.9-final-0, default/linux/amd64/17.1/desktop/plasma, gcc-11.2.1, glibc-2.34-r6, 5.16.0-gentoo-x86_64 x86_64)
=================================================================
System Settings
=================================================================
System uname: Linux-5.16.0-gentoo-x86_64-x86_64-Intel-R-_Core-TM-_i7-1065G7_CPU_@_1.30GHz-with-glibc2.34
KiB Mem: 16178284 total, 7912664 free
KiB Swap: 67108860 total, 66860712 free
Timestamp of repository gentoo: Thu, 13 Jan 2022 22:15:01 +0000
Head commit of repository gentoo: 99fb2e3e8f307f6fdb80476b18049524191a7a10
Head commit of repository dlang: afaa6fe9518bc9e88b9846990234c0362d8a77e9
Head commit of repository eclipse: 90be61f99359ae1a9c8be5f99d5c82cd052282ab
Head commit of repository emacs: f19a84e388175ce2111071e731a28c826ed09fd6
Head commit of repository gitlab: 87be904a28ff036e2c4a705f0db1ac18c59e9e5d
Head commit of repository kde: 284c474c145c89d9dedc04563e4d908beba725b7
Head commit of repository perl-experimental: f21d233792e5d6077f21cbb715b7ebbc0c4d48c5
sh bash 5.1_p16
ld GNU ld (Gentoo 2.34 p6) 2.34.0
app-misc/pax-utils: 1.3.3::gentoo
app-shells/bash: 5.1_p16::gentoo
dev-java/java-config: 2.3.1::gentoo
dev-lang/perl: 5.34.0-r6::gentoo
dev-lang/python: 2.7.18_p13::gentoo, 3.6.15::gentoo, 3.7.12_p1::gentoo, 3.8.12_p1-r1::gentoo, 3.9.9-r1::gentoo, 3.10.1-r3::gentoo
dev-lang/rust: 1.57.0::gentoo
dev-util/cmake: 3.22.1::gentoo
dev-util/meson: 0.60.3::gentoo
sys-apps/baselayout: 2.8::gentoo
sys-apps/openrc: 0.44.10::gentoo
sys-apps/sandbox: 2.29::gentoo
sys-devel/autoconf: 2.13-r1::gentoo, 2.69-r5::gentoo, 2.71-r1::gentoo
sys-devel/automake: 1.11.6-r3::gentoo, 1.13.4-r2::gentoo, 1.15.1-r2::gentoo, 1.16.5::gentoo
sys-devel/binutils: 2.32-r1::gentoo, 2.33.1-r1::gentoo, 2.34-r2::gentoo, 2.35.2::gentoo, 2.36.1-r2::gentoo, 2.37_p1-r1::gentoo
sys-devel/binutils-config: 5.4::gentoo
sys-devel/clang: 12.0.1::gentoo, 13.0.0::gentoo
sys-devel/gcc: 11.2.1_p20211127::gentoo
sys-devel/gcc-config: 2.5-r1::gentoo
sys-devel/libtool: 2.4.6-r6::gentoo
sys-devel/lld: 13.0.0::gentoo
sys-devel/llvm: 12.0.1::gentoo, 13.0.0::gentoo
sys-devel/make: 4.3::gentoo
sys-kernel/linux-headers: 5.16::gentoo (virtual/os-headers)
sys-libs/glibc: 2.34-r6::gentoo
Repositories:
gentoo
location: /usr/portage
sync-type: rsync
sync-uri: rsync://rsync.au.gentoo.org/gentoo-portage
masters: gentoo
priority: -1000
sync-rsync-verify-metamanifest: yes
sync-rsync-extra-opts:
sync-rsync-verify-max-age: 24
sync-rsync-verify-jobs: 1
local
location: /usr/local/portage
masters: gentoo
overlay
location: /usr/local/portage/overlay
masters: gentoo
priority: 0
perl-gcpan
location: /usr/local/portage/perl-gcpan
masters: gentoo
dlang
location: /usr/local/portage/layman/dlang
sync-type: git
sync-uri: https://github.com/gentoo/dlang.git
masters: gentoo
priority: 50
eclipse
location: /usr/local/portage/layman/eclipse
sync-type: git
sync-uri: https://github.com/gentoo/eclipse-overlay.git
masters: gentoo
priority: 50
emacs
location: /usr/local/portage/layman/emacs
sync-type: git
sync-uri: https://anongit.gentoo.org/git/repo/proj/emacs.git
masters: gentoo
priority: 50
gitlab
location: /usr/local/portage/layman/gitlab
sync-type: git
sync-uri: https://gitlab.awesome-it.de/overlays/gitlab.git
masters: gentoo
priority: 50
kde
location: /usr/local/portage/layman/kde
sync-type: git
sync-uri: https://github.com/gentoo/kde.git
masters: gentoo
priority: 50
perl-experimental
location: /usr/local/portage/layman/perl-experimental
sync-type: git
sync-uri: https://anongit.gentoo.org/git/proj/perl-overlay.git
masters: gentoo
priority: 50
Installed sets: @system
ABI="amd64"
ABI_X86="64 32"
ACCEPT_KEYWORDS="amd64 ~amd64"
ACCEPT_LICENSE="*"
ACCEPT_PROPERTIES="*"
ACCEPT_RESTRICT="*"
ADA_TARGET="gnat_2020"
ANT_HOME="/usr/share/ant"
APACHE2_MODULES="authn_core authz_core socache_shmcb unixd actions alias auth_basic authn_alias authn_anon authn_dbm authn_default authn_file authz_dbm authz_default authz_groupfile authz_host authz_owner authz_user autoindex cache cgi cgid dav dav_fs dav_lock deflate dir disk_cache env expires ext_filter file_cache filter headers include info log_config logio mem_cache mime mime_magic negotiation rewrite setenvif speling status unique_id userdir usertrack vhost_alias"
ARCH="amd64"
AUTOCLEAN="yes"
BINPKG_COMPRESS="bzip2"
BOOTSTRAP_USE="unicode internal-glib pkg-config split-usr xml python_targets_python3_9 multilib"
BROOT=""
CALLIGRA_FEATURES="karbon sheets stage words flow"
CASROOT="/usr"
CBUILD="x86_64-pc-linux-gnu"
CFLAGS="-march=native -O2 -pipe -frecord-gcc-switches"
CFLAGS_amd64="-m64"
CFLAGS_x32="-mx32"
CFLAGS_x86="-m32"
CHOST="x86_64-pc-linux-gnu"
CHOST_amd64="x86_64-pc-linux-gnu"
CHOST_x32="x86_64-pc-linux-gnux32"
CHOST_x86="i686-pc-linux-gnu"
CLEAN_DELAY="5"
COLLECTD_PLUGINS="df interface irq load memory rrdtool swap syslog"
COLLISION_IGNORE="/boot/dtbs/* /lib/modules/*"
CONFIG_PROTECT="/etc /usr/lib64/libreoffice/program/sofficerc /usr/share/config /usr/share/gnupg/qualified.txt /usr/share/themes/oxygen-gtk/gtk-2.0"
CONFIG_PROTECT_MASK="/etc/ca-certificates.conf /etc/dconf /etc/env.d /etc/fonts/fonts.conf /etc/gconf /etc/gentoo-release /etc/php/apache2-php8.1/ext-active/ /etc/php/cgi-php8.1/ext-active/ /etc/php/cli-php8.1/ext-active/ /etc/revdep-rebuild /etc/sandbox.d /etc/terminfo /etc/texmf/language.dat.d /etc/texmf/language.def.d /etc/texmf/updmap.d /etc/texmf/web2c"
CPU_FLAGS_X86="aes avx avx2 avx512f avx512dq avx512cd avx512bw avx512vl avx512vbmi f16c fma3 mmx mmxext pclmul popcnt sha sse sse2 sse3 sse4_1 sse4_2 ssse3"
CSF_GraphicShr="/usr/lib64/opencascade/libTKOpenGl.so"
CSF_IGESDefaults="/usr/share/opencascade/resources/XSTEPResource"
CSF_MDTVTexturesDirectory="/usr/share/opencascade/resources/Textures"
CSF_MIGRATION_TYPES="/usr/share/opencascade/resources/StdResource/MigrationSheet.txt"
CSF_PluginDefaults="/usr/share/opencascade/resources/StdResource"
CSF_SHMessage="/usr/share/opencascade/resources/SHMessage"
CSF_STEPDefaults="/usr/share/opencascade/resources/XSTEPResource"
CSF_ShadersDirectory="/usr/share/opencascade/resources/Shaders"
CSF_StandardDefaults="/usr/share/opencascade/resources/StdResource"
CSF_StandardLiteDefaults="/usr/share/opencascade/resources/StdResource"
CSF_UnitsDefinition="/usr/share/opencascade/resources/UnitsAPI/Units.dat"
CSF_XCAFDefaults="/usr/share/opencascade/resources/StdResource"
CSF_XSMessage="/usr/share/opencascade/resources/XSMessage"
CSF_XmlOcafResource="/usr/share/opencascade/resources/XmlOcafResource"
CXXFLAGS="-march=native -O2 -pipe -frecord-gcc-switches -std=gnu++17"
DEFAULT_ABI="amd64"
DISTDIR="/var/cache/portage/distfiles"
EDITOR="nano"
ELIBC="glibc"
EMERGE_DEFAULT_OPTS="--buildpkg --verbose --verbose-conflicts --jobs"
EMERGE_WARNING_DELAY="10"
ENV_UNSET="CARGO_HOME DBUS_SESSION_BUS_ADDRESS DISPLAY GOBIN GOPATH PERL5LIB PERL5OPT PERLPREFIX PERL_CORE PERL_MB_OPT PERL_MM_OPT XAUTHORITY XDG_CACHE_HOME XDG_CONFIG_HOME XDG_DATA_HOME XDG_RUNTIME_DIR"
EPREFIX=""
EROOT="/"
ESYSROOT="/"
ETCKEEPER_CONF_DIR="/etc/etckeeper"
FCFLAGS="-march=native -O2 -pipe -frecord-gcc-switches -std=legacy"
FEATURES="assume-digests binpkg-docompress binpkg-dostrip binpkg-logs buildpkg buildpkg-live candy clean-logs config-protect-if-modified distlocks ebuild-locks fixlafiles ipc-sandbox merge-sync mount-sandbox multilib-strict network-sandbox network-sandbox-proxy news parallel-fetch parallel-install pid-sandbox preserve-libs protect-owned qa-unresolved-soname-deps sandbox sfperms split-elog split-log splitdebug strict strict-keepdir unknown-features-warn unmerge-logs unmerge-orphans userfetch userpriv usersandbox usersync xattr"
FETCHCOMMAND="wget -t 3 -T 60 --passive-ftp -O "${DISTDIR}/${FILE}" "${URI}""
FETCHCOMMAND_RSYNC="rsync -LtvP "${URI}" "${DISTDIR}/${FILE}""
FETCHCOMMAND_SFTP="bash -c "x=\${2#sftp://} ; host=\${x%%/*} ; port=\${host##*:} ; host=\${host%:*} ; [[ \${host} = \${port} ]] && port= ; eval \"declare -a ssh_opts=(\${3})\" ; exec sftp \${port:+-P \${port}} \"\${ssh_opts[@]}\" \"\${host}:/\${x#*/}\" \"\$1\"" sftp "${DISTDIR}/${FILE}" "${URI}" "${PORTAGE_SSH_OPTS}""
FETCHCOMMAND_SSH="bash -c "x=\${2#ssh://} ; host=\${x%%/*} ; port=\${host##*:} ; host=\${host%:*} ; [[ \${host} = \${port} ]] && port= ; exec rsync --rsh=\"ssh \${port:+-p\${port}} \${3}\" -avP \"\${host}:/\${x#*/}\" \"\$1\"" rsync "${DISTDIR}/${FILE}" "${URI}" "${PORTAGE_SSH_OPTS}""
FFLAGS="-march=native -O2 -pipe -frecord-gcc-switches -std=legacy"
FLTK_DOCDIR="/usr/share/doc/fltk-1.3.5-r4/html"
GCC_SPECS=""
GCPAN_OVERLAY="perl-gcpan"
GENTOO_MIRRORS="http://ftp.swin.edu.au/gentoo ftp://ftp.swin.edu.au/gentoo"
GPSD_PROTOCOLS="ashtech aivdm earthmate evermore fv18 garmin garmintxt gpsclock greis isync itrax mtk3301 nmea ntrip navcom oceanserver oldstyle oncore rtcm104v2 rtcm104v3 sirf skytraq superstar2 timing tsip tripmate tnt ublox ubx"
GRUB_PLATFORMS="efi-64"
GSETTINGS_BACKEND="dconf"
HOME="/root"
HUSHLOGIN="FALSE"
ICAROOT="/opt/Citrix/ICAClient"
INFOPATH="/usr/share/gcc-data/x86_64-pc-linux-gnu/11.2.1/info:/usr/share/binutils-data/x86_64-pc-linux-gnu/2.34/info:/usr/share/info:/usr/share/info/emacs-26"
INPUT_DEVICES="libinput wacom"
IUSE_IMPLICIT="abi_x86_64 prefix prefix-guest prefix-stack"
JAVAC="/etc/java-config-2/current-system-vm/bin/javac"
JAVA_HOME="/etc/java-config-2/current-system-vm"
JDK_HOME="/etc/java-config-2/current-system-vm"
KERNEL="linux"
L10N="en-AU en-GB en-US"
LADSPA_PATH="/usr/lib64/ladspa"
LANG="en_AU.utf8"
LCD_DEVICES="bayrad cfontz cfontz633 glk hd44780 lb216 lcdm001 mtxorb ncurses text"
LC_MESSAGES="C"
LDFLAGS="-Wl,-O1 -Wl,--as-needed"
LDFLAGS_amd64="-m elf_x86_64"
LDFLAGS_x32="-m elf32_x86_64"
LDFLAGS_x86="-m elf_i386"
LESS="-R -M --shift 5"
LESSOPEN="|lesspipe %s"
LIBDIR_amd64="lib64"
LIBDIR_x32="libx32"
LIBDIR_x86="lib"
LIBGUESTFS_PATH="/usr/share/guestfs/appliance/"
LIBREOFFICE_EXTENSIONS="presenter-console presenter-minimizer"
LOGNAME="root"
LS_COLORS="rs=0:di=01;34:ln=01;36:mh=00:pi=40;33:so=01;35:do=01;35:bd=40;33;01:cd=40;33;01:or=01;05;37;41:mi=01;05;37;41:su=37;41:sg=30;43:ca=30;41:tw=30;42:ow=34;42:st=37;44:ex=01;32:*.tar=01;31:*.tgz=01;31:*.arc=01;31:*.arj=01;31:*.taz=01;31:*.lha=01;31:*.lz4=01;31:*.lzh=01;31:*.lzma=01;31:*.tlz=01;31:*.txz=01;31:*.tzo=01;31:*.t7z=01;31:*.zip=01;31:*.z=01;31:*.dz=01;31:*.gz=01;31:*.lrz=01;31:*.lz=01;31:*.lzo=01;31:*.xz=01;31:*.zst=01;31:*.tzst=01;31:*.bz2=01;31:*.bz=01;31:*.tbz=01;31:*.tbz2=01;31:*.tz=01;31:*.deb=01;31:*.rpm=01;31:*.jar=01;31:*.war=01;31:*.ear=01;31:*.sar=01;31:*.rar=01;31:*.alz=01;31:*.ace=01;31:*.zoo=01;31:*.cpio=01;31:*.7z=01;31:*.rz=01;31:*.cab=01;31:*.wim=01;31:*.swm=01;31:*.dwm=01;31:*.esd=01;31:*.jpg=01;35:*.jpeg=01;35:*.mjpg=01;35:*.mjpeg=01;35:*.gif=01;35:*.bmp=01;35:*.pbm=01;35:*.pgm=01;35:*.ppm=01;35:*.tga=01;35:*.xbm=01;35:*.xpm=01;35:*.tif=01;35:*.tiff=01;35:*.png=01;35:*.svg=01;35:*.svgz=01;35:*.mng=01;35:*.pcx=01;35:*.mov=01;35:*.mpg=01;35:*.mpeg=01;35:*.m2v=01;35:*.mkv=01;35:*.webm=01;35:*.webp=01;35:*.ogm=01;35:*.mp4=01;35:*.m4v=01;35:*.mp4v=01;35:*.vob=01;35:*.qt=01;35:*.nuv=01;35:*.wmv=01;35:*.asf=01;35:*.rm=01;35:*.rmvb=01;35:*.flc=01;35:*.avi=01;35:*.fli=01;35:*.flv=01;35:*.gl=01;35:*.dl=01;35:*.xcf=01;35:*.xwd=01;35:*.yuv=01;35:*.cgm=01;35:*.emf=01;35:*.ogv=01;35:*.ogx=01;35:*.cfg=00;32:*.conf=00;32:*.diff=00;32:*.doc=00;32:*.ini=00;32:*.log=00;32:*.patch=00;32:*.pdf=00;32:*.ps=00;32:*.tex=00;32:*.txt=00;32:*.aac=00;36:*.au=00;36:*.flac=00;36:*.m4a=00;36:*.mid=00;36:*.midi=00;36:*.mka=00;36:*.mp3=00;36:*.mpc=00;36:*.ogg=00;36:*.ra=00;36:*.wav=00;36:*.oga=00;36:*.opus=00;36:*.spx=00;36:*.xspf=00;36:"
LUA_SINGLE_TARGET="lua5-1"
LUA_TARGETS="lua5-1"
LV2_PATH="/usr/lib64/lv2"
MAIL="/var/mail/root"
MAKEOPTS="-j9"
MANPAGER="manpager"
MANPATH="/etc/java-config-2/current-system-vm/man:/usr/share/gcc-data/x86_64-pc-linux-gnu/11.2.1/man:/usr/share/binutils-data/x86_64-pc-linux-gnu/2.34/man:/etc/java-config-2/current-system-vm/man/:/usr/lib64/php8.1/man/:/usr/local/share/man:/usr/share/man:/usr/lib/rust/man:/usr/lib/llvm/13/share/man:/usr/lib/llvm/12/share/man:/usr/share/erlang/man"
MOTD_SHOWN="pam"
MOZ_GMP_PATH="/usr/lib64/nsbrowser/plugins/gmp-gmpopenh264/system-installed"
MULTILIB_ABIS="amd64 x86"
MULTILIB_STRICT_DENY="64-bit.*shared object"
MULTILIB_STRICT_DIRS="/lib32 /lib /usr/lib32 /usr/lib /usr/kde/*/lib32 /usr/kde/*/lib /usr/qt/*/lib32 /usr/qt/*/lib /usr/X11R6/lib32 /usr/X11R6/lib"
MULTILIB_STRICT_EXEMPT="(perl5|gcc|binutils|eclipse-3|debug|portage|udev|systemd|clang|python-exec|llvm)"
NOCOLOR="true"
OFFICE_IMPLEMENTATION="libreoffice"
OLDPWD="/usr/local/portage/overlay/dev-db/mariadb"
OPENCL_PROFILE="beignet"
OPENGL_PROFILE="xorg-x11"
PAGER="/usr/bin/less"
PATH="/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/opt/bin:/usr/lib/llvm/13/bin:/usr/lib/llvm/12/bin:/usr/lib64/opencascade/bin"
PAX_MARKINGS="XT"
PHP_TARGETS="php8-1"
PKGDIR="/var/cache/portage/packages"
PORTAGE_ARCHLIST="alpha amd64 amd64-linux arm arm-linux arm64 arm64-linux arm64-macos hppa ia64 m68k mips ppc ppc-macos ppc64 ppc64-linux riscv s390 sparc sparc-solaris sparc64-solaris x64-cygwin x64-macos x64-solaris x64-winnt x86 x86-linux x86-solaris x86-winnt"
PORTAGE_BIN_PATH="/usr/lib/portage/python3.9"
PORTAGE_COMPRESS_EXCLUDE_SUFFIXES="css gif htm[l]? jp[e]?g js pdf png"
PORTAGE_CONFIGROOT="/"
PORTAGE_DEBUG="0"
PORTAGE_DEPCACHEDIR="/var/cache/edb/dep"
PORTAGE_ELOG_CLASSES="log warn error"
PORTAGE_ELOG_MAILFROM="portage@localhost"
PORTAGE_ELOG_MAILSUBJECT="[portage] ebuild log for ${PACKAGE} on ${HOST}"
PORTAGE_ELOG_MAILURI="root"
PORTAGE_ELOG_SYSTEM="save_summary:log,warn,error,qa echo"
PORTAGE_FETCH_CHECKSUM_TRY_MIRRORS="5"
PORTAGE_FETCH_RESUME_MIN_SIZE="350K"
PORTAGE_GID="250"
PORTAGE_GPG_SIGNING_COMMAND="gpg --sign --digest-algo SHA256 --clearsign --yes --default-key "${PORTAGE_GPG_KEY}" --homedir "${PORTAGE_GPG_DIR}" "${FILE}""
PORTAGE_INST_GID="0"
PORTAGE_INST_UID="0"
PORTAGE_INTERNAL_CALLER="1"
PORTAGE_IONICE_COMMAND="ionice -c 3 -p ${PID}"
PORTAGE_LOGDIR_CLEAN="find "${PORTAGE_LOGDIR}" -type f ! -name "summary.log*" -mtime +7 -delete"
PORTAGE_NICENESS="3"
PORTAGE_OVERRIDE_EPREFIX=""
PORTAGE_PYM_PATH="/usr/lib/python3.9/site-packages"
PORTAGE_PYTHONPATH="/usr/lib/python3.9/site-packages"
PORTAGE_RSYNC_OPTS="--recursive --links --safe-links --perms --times --omit-dir-times --compress --force --whole-file --delete --stats --human-readable --timeout=180 --exclude=/distfiles --exclude=/local --exclude=/packages --exclude=/.git"
PORTAGE_RSYNC_RETRIES="-1"
PORTAGE_SYNC_STALE="30"
PORTAGE_TMPDIR="/var/tmp"
PORTAGE_VERBOSE="1"
PORTAGE_WORKDIR_MODE="0700"
PORTAGE_XATTR_EXCLUDE="btrfs.* security.evm security.ima security.selinux system.nfs4_acl user.apache_handler user.Beagle.* user.dublincore.* user.mime_encoding user.xdg.*"
PORT_LOGDIR="/var/log/portage"
POSTGRES_TARGETS="postgres12 postgres13"
PROFILE_ONLY_VARIABLES="ARCH ELIBC IUSE_IMPLICIT KERNEL USERLAND USE_EXPAND_IMPLICIT USE_EXPAND_UNPREFIXED USE_EXPAND_VALUES_ARCH USE_EXPAND_VALUES_ELIBC USE_EXPAND_VALUES_KERNEL USE_EXPAND_VALUES_USERLAND"
PWD="/mnt/cdrom"
PYTHONDOCS_3_6="/usr/share/doc/python-docs-3.6.12/html/library"
PYTHONDOCS_3_9="/usr/share/doc/python-docs-3.9.2/html/library"
PYTHONDONTWRITEBYTECODE="1"
PYTHON_SINGLE_TARGET="python3_9"
PYTHON_TARGETS="python3_9"
QT_API="pyqt5"
QT_GRAPHICSSYSTEM="native"
QT_QPA_PLATFORMTHEME="qt5ct"
RESUMECOMMAND="wget -c -t 3 -T 60 --passive-ftp -O "${DISTDIR}/${FILE}" "${URI}""
RESUMECOMMAND_RSYNC="rsync -LtvP "${URI}" "${DISTDIR}/${FILE}""
RESUMECOMMAND_SSH="bash -c "x=\${2#ssh://} ; host=\${x%%/*} ; port=\${host##*:} ; host=\${host%:*} ; [[ \${host} = \${port} ]] && port= ; exec rsync --rsh=\"ssh \${port:+-p\${port}} \${3}\" -avP \"\${host}:/\${x#*/}\" \"\$1\"" rsync "${DISTDIR}/${FILE}" "${URI}" "${PORTAGE_SSH_OPTS}""
ROOT="/"
ROOTPATH="/opt/Citrix/ICAClient:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/opt/bin:/usr/lib/llvm/13/bin:/usr/lib/llvm/12/bin"
RPMDIR="/var/cache/rpm"
RUBY_SINGLE_TARGET="ruby30"
RUBY_TARGETS="ruby30"
SHELL="/bin/bash"
SHLVL="1"
SYMLINK_LIB="no"
SYNCTHING_USER="mikb"
SYSROOT="/"
TERM="linux"
TEXINPUTS="/usr/lib64/ocaml/ocamldoc:"
TWISTED_DISABLE_WRITING_OF_PLUGIN_CACHE="1"
UNINSTALL_IGNORE="/boot/dtbs/* /lib/modules/* /var/run /var/lock"
USE="X a52 aac aalib accessibility acl acpi activities ads aim alsa amd64 apache2 attica audiofile avahi bash-completion bcmath bidi bluetooth branding bzip2 cairo caps cdda cddb cdr cjk cli colord crypt css cups curl cvs dbus declarative designer dga dri dri3 dts dvd dvdr egl elogind emacs emboss encode evdev exif fbcon ffmpeg fftw flac fontconfig foomatic-db fortran freetds ftp fuse gcj gd gdbm geoip geolocation gif gimp git gles2 gles3 google gphoto2 gpm gsl gsm gssapi gstreamer gtk gui handbook hardened hdf5 iconv icq icu imagemagick imap initramfs inotify ipod iproute2 ipv6 jack java javascript jbig jingle jpeg kde kerberos kipi kontact kwallet lame latex lcms libcaca libglvnd libnotify libtirpc lm_sensors lto lua lzma lzo mad maildir mbox mmap mng mp3 mp4 mpeg mpi msn mssql mtp multilib multimedia musepack musicbrainz mysql mysqli nas ncurses networkmanager nftables nls nntp nptl nsplugin odbc ofx ogg openexr opengl openmp pam pango pax-kernel pcre pda pdf perl php pkcs11 plasma plymouth png policykit postscript ppds pulseaudio python qml qt5 quicktime raw rdp readline rss samba sasl savedconfig scanner screencast sdl seccomp semantic-desktop share sharedmem skey slp snmp sound speech speex spell split-usr ssl startup-notification subversion svg symlink syslog sysvipc tcl theora threads tiff tk truetype udev udisks unicode upower usb v4l vaapi vcd vdpau vhosts vim-syntax vorbis wayland webengine widgets wifi wmf wxwidgets x264 xattr xcb xface xine xml xmpp xpm xv xvid yahoo zeroconf zlib zstd" ABI_X86="64 32" ADA_TARGET="gnat_2020" APACHE2_MODULES="authn_core authz_core socache_shmcb unixd actions alias auth_basic authn_alias authn_anon authn_dbm authn_default authn_file authz_dbm authz_default authz_groupfile authz_host authz_owner authz_user autoindex cache cgi cgid dav dav_fs dav_lock deflate dir disk_cache env expires ext_filter file_cache filter headers include info log_config logio mem_cache mime mime_magic negotiation rewrite setenvif speling status unique_id userdir usertrack vhost_alias" CALLIGRA_FEATURES="karbon sheets stage words flow" COLLECTD_PLUGINS="df interface irq load memory rrdtool swap syslog" CPU_FLAGS_X86="aes avx avx2 avx512f avx512dq avx512cd avx512bw avx512vl avx512vbmi f16c fma3 mmx mmxext pclmul popcnt sha sse sse2 sse3 sse4_1 sse4_2 ssse3" ELIBC="glibc" GPSD_PROTOCOLS="ashtech aivdm earthmate evermore fv18 garmin garmintxt gpsclock greis isync itrax mtk3301 nmea ntrip navcom oceanserver oldstyle oncore rtcm104v2 rtcm104v3 sirf skytraq superstar2 timing tsip tripmate tnt ublox ubx" GRUB_PLATFORMS="efi-64" INPUT_DEVICES="libinput wacom" KERNEL="linux" L10N="en-AU en-GB en-US" LCD_DEVICES="bayrad cfontz cfontz633 glk hd44780 lb216 lcdm001 mtxorb ncurses text" LIBREOFFICE_EXTENSIONS="presenter-console presenter-minimizer" LUA_SINGLE_TARGET="lua5-1" LUA_TARGETS="lua5-1" OFFICE_IMPLEMENTATION="libreoffice" PHP_TARGETS="php8-1" POSTGRES_TARGETS="postgres12 postgres13" PYTHON_SINGLE_TARGET="python3_9" PYTHON_TARGETS="python3_9" RUBY_TARGETS="ruby30" USERLAND="GNU" VIDEO_CARDS="i965 intel iris nvidia vesa fbdev" XTABLES_ADDONS="quota2 psd pknock lscan length2 ipv4options ipset ipp2p iface geoip fuzzy condition tee tarpit sysrq proto steal rawnat logmark ipmark dhcpmac delude chaos account"
USER="root"
USERLAND="GNU"
USE_EXPAND="ABI_MIPS ABI_PPC ABI_S390 ABI_X86 ADA_TARGET ALSA_CARDS APACHE2_MODULES APACHE2_MPMS CALLIGRA_FEATURES CAMERAS COLLECTD_PLUGINS CPU_FLAGS_ARM CPU_FLAGS_PPC CPU_FLAGS_X86 CURL_SSL ELIBC FFTOOLS GPSD_PROTOCOLS GRUB_PLATFORMS INPUT_DEVICES KERNEL L10N LCD_DEVICES LIBREOFFICE_EXTENSIONS LLVM_TARGETS LUA_SINGLE_TARGET LUA_TARGETS MONKEYD_PLUGINS NGINX_MODULES_HTTP NGINX_MODULES_MAIL NGINX_MODULES_STREAM OFED_DRIVERS OFFICE_IMPLEMENTATION OPENMPI_FABRICS OPENMPI_OFED_FEATURES OPENMPI_RM PHP_TARGETS POSTGRES_TARGETS PYTHON_SINGLE_TARGET PYTHON_TARGETS QEMU_SOFTMMU_TARGETS QEMU_USER_TARGETS ROS_MESSAGES RUBY_TARGETS SANE_BACKENDS USERLAND UWSGI_PLUGINS VIDEO_CARDS VOICEMAIL_STORAGE XTABLES_ADDONS"
USE_EXPAND_HIDDEN="ABI_MIPS ABI_PPC ABI_S390 CPU_FLAGS_ARM CPU_FLAGS_PPC ELIBC KERNEL USERLAND"
USE_EXPAND_IMPLICIT="ARCH ELIBC KERNEL USERLAND"
USE_EXPAND_UNPREFIXED="ARCH"
USE_EXPAND_VALUES_ARCH="alpha amd64 amd64-linux arm arm64 arm64-macos hppa ia64 m68k mips ppc ppc64 ppc64-linux ppc-macos riscv s390 sparc sparc64-solaris sparc-solaris x64-cygwin x64-macos x64-solaris x64-winnt x86 x86-linux x86-solaris x86-winnt"
USE_EXPAND_VALUES_ELIBC="bionic Cygwin Darwin glibc mingw musl SunOS Winnt"
USE_EXPAND_VALUES_KERNEL="Darwin linux SunOS Winnt"
USE_EXPAND_VALUES_USERLAND="BSD GNU"
USE_ORDER="env:pkg:conf:defaults:pkginternal:features:repo:env.d"
VBOX_APP_HOME="/usr/lib64/virtualbox"
VIDEO_CARDS="i965 intel iris nvidia vesa fbdev"
XDG_CONFIG_DIRS="/etc/xdg"
XDG_DATA_DIRS="/root/.local/share/flatpak/exports/share:/var/lib/flatpak/exports/share:/usr/local/share:/usr/share"
XDG_RUNTIME_DIR="/run/user/0"
XDG_SEAT="seat0"
XDG_SESSION_CLASS="user"
XDG_SESSION_ID="4"
XDG_SESSION_TYPE="tty"
XDG_VTNR="1"
XTABLES_ADDONS="quota2 psd pknock lscan length2 ipv4options ipset ipp2p iface geoip fuzzy condition tee tarpit sysrq proto steal rawnat logmark ipmark dhcpmac delude chaos account"
gl_cv_type_time_t_bits_macro="no"
|
_________________ With sufficient thrust, pigs fly just fine (RFC 1925, apparently talking about Gentoo) |
|
Back to top |
|
 |
sam_ Developer


Joined: 14 Aug 2020 Posts: 2271
|
Posted: Mon Jan 24, 2022 12:59 am Post subject: |
|
|
Oh dear.
Quote: | Code: |
2022-01-23 15:32:10 0 [Warning] 'innodb-log-files-in-group' was removed. It does nothing now and exists only for compatibility with old my.cnf files.
2022-01-23 15:32:10 0 [Warning] You need to use --log-bin to make --expire-logs-days or --binlog-expire-logs-seconds work.
*** stack smashing detected ***: terminated
220123 15:32:10 [ERROR] mysqld got signal 6 ;
This could be because you hit a bug. It is also possible that this binary
or one of the libraries it was linked against is corrupt, improperly built,
or misconfigured. This error can also be caused by malfunctioning hardware.
To report this bug, see https://mariadb.com/kb/en/reporting-bugs |
|
Please file a bug in both Gentoo and upstream. |
|
Back to top |
|
 |
mikb Tux's lil' helper


Joined: 14 Dec 2005 Posts: 124 Location: Sydney Australia
|
Posted: Mon Jan 24, 2022 3:43 am Post subject: |
|
|
Quote: | Please file a bug in both Gentoo and upstream. |
I was hoping you weren't going to say that! _________________ With sufficient thrust, pigs fly just fine (RFC 1925, apparently talking about Gentoo) |
|
Back to top |
|
 |
sam_ Developer


Joined: 14 Aug 2020 Posts: 2271
|
Posted: Mon Jan 24, 2022 4:12 am Post subject: |
|
|
mikb wrote: | Quote: | Please file a bug in both Gentoo and upstream. |
I was hoping you weren't going to say that! |
I'm sorry! It might be useful if debugging symbols were enabled: see here, but it shouldn't be stack smashing and crashing in any case. THis is just to help us google around and such (and useful for the bug reports). |
|
Back to top |
|
 |
mikb Tux's lil' helper


Joined: 14 Dec 2005 Posts: 124 Location: Sydney Australia
|
Posted: Tue Jan 25, 2022 6:38 am Post subject: |
|
|
I discovered that openssl-3.0.0 was inadvertently unmasked - just about nothing that depends on openssl can handle it.
So I rolled that back, including revdep-rebuild and preserved libs.
It still didn't work, even with a revised ebuild that sets the plugin directory correctly.
Now, mysqld crashes with an error because ./ibdata1 (which was created by mariadb-install-db) is apparently corrupt.
I have filed a bug: 832012
I have posted my revised ebuild there, that fixes the plugin directory search problems.
This is a work in progress, but my KDE is crippled because akonadi won't run without a database. _________________ With sufficient thrust, pigs fly just fine (RFC 1925, apparently talking about Gentoo) |
|
Back to top |
|
 |
mikb Tux's lil' helper


Joined: 14 Dec 2005 Posts: 124 Location: Sydney Australia
|
Posted: Wed Jan 26, 2022 11:21 pm Post subject: |
|
|
I did a bout of exhaustive testing over the holiday.
This problem is only affecting 10.6.5 (current ebuild is 10.6.5-r1). All ebuilds of 10.4 (10.4.22) and 10.5 (latest is 10.5.13) work.
So I have gone back to 10.5.13, reinstalled my akonadi database from the dump, and I seem to be going again, after some initial stumbles over how the new authentication mechanism works. _________________ With sufficient thrust, pigs fly just fine (RFC 1925, apparently talking about Gentoo) |
|
Back to top |
|
 |
sam_ Developer


Joined: 14 Aug 2020 Posts: 2271
|
Posted: Thu Jan 27, 2022 3:04 am Post subject: |
|
|
mikb wrote: | I discovered that openssl-3.0.0 was inadvertently unmasked - just about nothing that depends on openssl can handle it.
So I rolled that back, including revdep-rebuild and preserved libs.
It still didn't work, even with a revised ebuild that sets the plugin directory correctly.
Now, mysqld crashes with an error because ./ibdata1 (which was created by mariadb-install-db) is apparently corrupt.
I have filed a bug: 832012
I have posted my revised ebuild there, that fixes the plugin directory search problems.
This is a work in progress, but my KDE is crippled because akonadi won't run without a database. |
Thank you for filing that. |
|
Back to top |
|
 |
|
|
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
|
|