Your message dated Sun, 07 Nov 2021 21:19:48 +0000 with message-id <e1mjpzs-0002kv...@fasolo.debian.org> and subject line Bug#980627: fixed in ruby-dataobjects-mysql 0.10.17-2 has caused the Debian Bug report #980627, regarding ruby-dataobjects-mysql: FTBFS: chown: cannot access '/usr/lib/mysql/plugin/auth_pam_tool_dir/auth_pam_tool': Permission denied to be marked as done.
This means that you claim that the problem has been dealt with. If this is not the case it is now your responsibility to reopen the Bug report if necessary, and/or fix the problem forthwith. (NB: If you are a system administrator and have no idea what this message is talking about, this may indicate a serious mail system misconfiguration somewhere. Please contact ow...@bugs.debian.org immediately.) -- 980627: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=980627 Debian Bug Tracking System Contact ow...@bugs.debian.org with problems
--- Begin Message ---Source: ruby-dataobjects-mysql Version: 0.10.17-1 Severity: serious Justification: FTBFS Tags: bookworm sid ftbfs User: debian-r...@lists.debian.org Usertags: ruby3.0 Hi, We are about to enable building against ruby3.0 on unstable. During a test rebuild, ruby-dataobjects-mysql was found to fail to build in that situation. This does not seem to be related to ruby3.0, though. Relevant part (hopefully): > dh binary --buildsystem=ruby --with ruby > dh_testroot -O--buildsystem=ruby > dh_prep -O--buildsystem=ruby > debian/rules override_dh_auto_install > make[1]: Entering directory '/<<PKGBUILDDIR>>' > chmod +x debian/start_mysqld_and_auto_install.sh > debian/start_mysqld_and_auto_install.sh > chown: cannot access '/usr/lib/mysql/plugin/auth_pam_tool_dir/auth_pam_tool': > Permission denied > Couldn't set an owner to > '/usr/lib/mysql/plugin/auth_pam_tool_dir/auth_pam_tool'. > It must be root, the PAM authentication plugin doesn't work otherwise.. > > Installing MariaDB/MySQL system tables in '/tmp/tmp.AU2GY6hZ2s' ... > OK > > To start mysqld at boot time you have to copy > support-files/mysql.server to the right place for your system > > > Two all-privilege accounts were created. > One is root@localhost, it has no password, but you need to > be system 'root' user to connect. Use, for example, sudo mysql > The second is root@localhost, it has no password either, but > you need to be the system 'root' user to connect. > After connecting you can set the password, if you would need to be > able to connect as any of these users with a password and without sudo > > See the MariaDB Knowledgebase at https://mariadb.com/kb or the > MySQL manual for more instructions. > > You can start the MariaDB daemon with: > cd '/usr' ; /usr/bin/mysqld_safe --datadir='/tmp/tmp.AU2GY6hZ2s' > > You can test the MariaDB daemon with mysql-test-run.pl > cd '/usr/mysql-test' ; perl mysql-test-run.pl > > Please report any problems at https://mariadb.org/jira > > The latest information about MariaDB is available at https://mariadb.org/. > You can find additional information about the MySQL part at: > https://dev.mysql.com > Consider joining MariaDB's strong and vibrant community: > https://mariadb.org/get-involved/ > > pinging mysqld./usr/bin/mysqladmin: connect to server at 'localhost' failed > error: 'Can't connect to local MySQL server through socket > '/tmp/tmp.AU2GY6hZ2s/mysql.sock' (2)' > Check that mysqld is running and that the socket: > '/tmp/tmp.AU2GY6hZ2s/mysql.sock' exists! > 2021-10-04 20:00:50 0 [Note] /usr/sbin/mysqld (mysqld 10.5.12-MariaDB-1) > starting as process 2523552 ... > 2021-10-04 20:00:50 0 [Note] InnoDB: Uses event mutexes > 2021-10-04 20:00:50 0 [Note] InnoDB: Compressed tables use zlib 1.2.11 > 2021-10-04 20:00:50 0 [Note] InnoDB: Number of pools: 1 > 2021-10-04 20:00:50 0 [Note] InnoDB: Using crc32 + pclmulqdq instructions > 2021-10-04 20:00:50 0 [Note] mysqld: O_TMPFILE is not supported on /tmp > (disabling future attempts) > 2021-10-04 20:00:50 0 [Note] InnoDB: Using Linux native AIO > 2021-10-04 20:00:50 0 [Note] InnoDB: Initializing buffer pool, total size = > 134217728, chunk size = 134217728 > 2021-10-04 20:00:50 0 [Note] InnoDB: Completed initialization of buffer pool > 2021-10-04 20:00:50 0 [Note] InnoDB: 128 rollback segments are active. > 2021-10-04 20:00:50 0 [Note] InnoDB: Creating shared tablespace for temporary > tables > 2021-10-04 20:00:50 0 [Note] InnoDB: Setting file './ibtmp1' size to 12 MB. > Physically writing the file full; Please wait ... > 2021-10-04 20:00:50 0 [Note] InnoDB: File './ibtmp1' size is now 12 MB. > 2021-10-04 20:00:50 0 [Note] InnoDB: 10.5.12 started; log sequence number > 45106; transaction id 20 > 2021-10-04 20:00:50 0 [Note] InnoDB: Loading buffer pool(s) from > /tmp/tmp.AU2GY6hZ2s/ib_buffer_pool > 2021-10-04 20:00:50 0 [Note] Plugin 'FEEDBACK' is disabled. > 2021-10-04 20:00:50 0 [Note] InnoDB: Buffer pool(s) load completed at 211004 > 20:00:50 > 2021-10-04 20:00:50 0 [Note] Reading of all Master_info entries succeeded > 2021-10-04 20:00:50 0 [Note] Added new Master_info '' to hash table > 2021-10-04 20:00:50 0 [Note] /usr/sbin/mysqld: ready for connections. > Version: '10.5.12-MariaDB-1' socket: '/tmp/tmp.AU2GY6hZ2s/mysql.sock' port: > 0 Debian 11 > 2021-10-04 20:00:53 3 [Warning] Access denied for user 'root'@'localhost' > /usr/bin/mysqladmin: connect to server at 'localhost' failed > error: 'Access denied for user 'root'@'localhost'' > 2021-10-04 20:00:53 4 [Warning] Access denied for user 'root'@'localhost' > ERROR 1698 (28000): Access denied for user 'root'@'localhost' > make[1]: *** [debian/rules:20: override_dh_auto_install] Error 1 > make[1]: Leaving directory '/<<PKGBUILDDIR>>' > make: *** [debian/rules:15: binary] Error 2 > dpkg-buildpackage: error: fakeroot debian/rules binary subprocess returned > exit status 2 > E: Build killed with signal TERM after 150 minutes of inactivity > -------------------------------------------------------------------------------- > Build finished at 2021-10-04T22:30:53Z The full build log is available at https://people.debian.org/~kanashiro/ruby3.0/round2/builds/3/ruby-dataobjects-mysql/ruby-dataobjects-mysql_0.10.17-1+rebuild1633377627_amd64.build.txt
signature.asc
Description: PGP signature
--- End Message ---
--- Begin Message ---Source: ruby-dataobjects-mysql Source-Version: 0.10.17-2 Done: Daniel Leidert <dleid...@debian.org> We believe that the bug you reported is fixed in the latest version of ruby-dataobjects-mysql, which is due to be installed in the Debian FTP archive. A summary of the changes between this version and the previous one is attached. Thank you for reporting the bug, which will now be closed. If you have further comments please address them to 980...@bugs.debian.org, and the maintainer will reopen the bug report if appropriate. Debian distribution maintenance software pp. Daniel Leidert <dleid...@debian.org> (supplier of updated ruby-dataobjects-mysql package) (This message was generated automatically at their request; if you believe that there is a problem with it please contact the archive administrators by mailing ftpmas...@ftp-master.debian.org) -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA512 Format: 1.8 Date: Sun, 07 Nov 2021 22:02:26 +0100 Source: ruby-dataobjects-mysql Architecture: source Version: 0.10.17-2 Distribution: unstable Urgency: low Maintainer: Debian Ruby Team <pkg-ruby-extras-maintain...@lists.alioth.debian.org> Changed-By: Daniel Leidert <dleid...@debian.org> Closes: 980627 Changes: ruby-dataobjects-mysql (0.10.17-2) unstable; urgency=low . * Team upload. . [ Debian Janitor ] * Trim trailing whitespace. * Set debhelper-compat version in Build-Depends. . [ Daniel Leidert ] * d/control: Add Rules-Requires-Root. (Build-Depends): Raise debhelper-compat to 13. (Standards-Version): Bump to 4.6.0. (Testsuite): Remove and use d/tests/control instead. (Depends): Remove interpreters and use ${ruby:SDepends}. * d/rules: Enable gem installation layout. (override_dh_auto_install): Remove task files from install location. * d/start_mysqld_and_auto_install.sh: Start mysqld with --skip-grant (closes: #980627). * d/patches/0040-skip-flaky-test.patch: Add patch. - Skip a test that might fail due to the changes to how we start mysqld. * d/patches/series: Enable new patch. * d/tests/control: Add. Run gem2deb-test-runner in a custom way. * d/upstream/metadata: Add upstream metadata. Checksums-Sha1: 9e731684426614dd04af45ae05500b56fa4121fe 2360 ruby-dataobjects-mysql_0.10.17-2.dsc 8a800b28427d73eb00d2dafb7804d9a161f2fc91 5800 ruby-dataobjects-mysql_0.10.17-2.debian.tar.xz 23864df867c4a91040b3c8ae21980f6f97f54bea 10952 ruby-dataobjects-mysql_0.10.17-2_amd64.buildinfo Checksums-Sha256: 61736e104c6570fc2c62503cdc22ca4806a8c8f4b417015bc3a26efa28a60526 2360 ruby-dataobjects-mysql_0.10.17-2.dsc 5d056b41f4e9803429c5f7b152a4b9f4447c55430af963651382c037743e3337 5800 ruby-dataobjects-mysql_0.10.17-2.debian.tar.xz 04935f17b98403c74605f9c09f3752e26ba965e8e1c9cfb0a4e6da0506c66a3e 10952 ruby-dataobjects-mysql_0.10.17-2_amd64.buildinfo Files: c1de9b6bb43ddc5c92ebeca0916d693d 2360 ruby optional ruby-dataobjects-mysql_0.10.17-2.dsc de3c2e4de95d188560191c68ae6f3da1 5800 ruby optional ruby-dataobjects-mysql_0.10.17-2.debian.tar.xz 51af655dc3708a10a9afbad1204a80e7 10952 ruby optional ruby-dataobjects-mysql_0.10.17-2_amd64.buildinfo -----BEGIN PGP SIGNATURE----- iQIzBAEBCgAdFiEEvu1N7VVEpMA+KD3HS80FZ8KW0F0FAmGIP7MACgkQS80FZ8KW 0F2JOQ/8DCSLEtPnPkOGgj+AZCu23pB22jrd3vck4uzwg0BFUyjDt2JCco+BQ0YF m6qtdNT4m7xCDqkcSmv895xIh8CuQTNYmadd7T+KAUrhcqwBlmuSY3/ssRifYPDa eoAue3/RCyyBIab/hGwJlPuc80uUjLtcpTx51WTO2fqyuYRgvCnZ9H+eeB+qO7ap j3WTFfrDtoF/0D+5gxtlWE2QM4IxYf7LcNPRlwn1Otf4FHyQdrhcLk3EB5gqZ8nU 5tF122zik3bpSry2/BwPQE54saXFqDJvH40ryhc7DGg0lbN1Lr1NcGFnyPG5d1Ke XVCD6681CXjnnolsweLba4HGZlbRswqmddKxMvECHFUs3nS/3YIiM+lgV942kBUd AGaC/5BwI3mQm2H7PBL3TIMIa6MqUJPfep6Tz8qsUlNSqxMXkedLo+0QmBMTwJEP xZCFqX7jYDbyyxvWXpKIsdlAJXI9s/bhSAaBz5sP/Kdof+NVsQQj6k29VNdG+y1y rDk67DSD8+JWWwN3bkvrEFxIdv8+SqaHQ8qvtJqnpq0fHAfZkVLqnLW+4ndhexAX h6mHPZImlkZ/O+JQ6us6nap2bgn7bTON9K7sBomVn3OfMllWWjHaH8z9saNWHvNE VIXMb8rCgIqI+P9MKd4ZdgaO3uVwsMSN06QY5Yo+TjMEtk/pJbo= =IJFl -----END PGP SIGNATURE-----
--- End Message ---