Summary: | dev-db/mariadb-connector-c: src_test() hangs (because of `mysqladmin ping` failing) | ||
---|---|---|---|
Product: | Gentoo Linux | Reporter: | Michał Górny <mgorny> |
Component: | Current packages | Assignee: | Gentoo Linux MySQL bugs team <mysql-bugs> |
Status: | CONFIRMED --- | ||
Severity: | major | CC: | hydrapolic, sam |
Priority: | Normal | ||
Version: | unspecified | ||
Hardware: | All | ||
OS: | Linux | ||
See Also: | https://bugs.gentoo.org/show_bug.cgi?id=947756 | ||
Whiteboard: | |||
Package list: | Runtime testing required: | --- | |
Bug Depends on: | |||
Bug Blocks: | 941482 | ||
Attachments: | build.log (cut out the repeating message) |
Description
Michał Górny
![]() ![]() ![]() ![]() Created attachment 906854 [details]
build.log (cut out the repeating message)
The bug has been referenced in the following commit(s): https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4bed973615abf5005b8cd8ed73e64ebc01caed02 commit 4bed973615abf5005b8cd8ed73e64ebc01caed02 Author: Sam James <sam@gentoo.org> AuthorDate: 2025-01-09 03:20:23 +0000 Commit: Sam James <sam@gentoo.org> CommitDate: 2025-01-09 03:20:23 +0000 dev-db/mariadb-connector-c: add limit to src_test ping attempts It's unacceptable to loop indefinitely as it'll hang the emerge process. Bug: https://bugs.gentoo.org/942287 Signed-off-by: Sam James <sam@gentoo.org> dev-db/mariadb-connector-c/mariadb-connector-c-3.3.8.ebuild | 7 +++++++ 1 file changed, 7 insertions(+) (In reply to Michał Górny from comment #0) > 2) it needs to be fixed to work without /etc/mysql/mysql.d (or the directory > needs to be guaranteed somehow?) --no-defaults is supposed to guarantee this.. The bug has been closed via the following commit(s): https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=506481663946acf3d4522593975a763cdaf0f5e0 commit 506481663946acf3d4522593975a763cdaf0f5e0 Author: Sam James <sam@gentoo.org> AuthorDate: 2025-01-09 03:25:25 +0000 Commit: Sam James <sam@gentoo.org> CommitDate: 2025-01-09 03:25:25 +0000 dev-db/mariadb-connector-c: pass --no-defaults to mysqladmin too Closes: https://bugs.gentoo.org/942287 Signed-off-by: Sam James <sam@gentoo.org> dev-db/mariadb-connector-c/mariadb-connector-c-3.3.8.ebuild | 2 +- dev-db/mariadb-connector-c/mariadb-connector-c-9999.ebuild | 11 +++++++++-- 2 files changed, 10 insertions(+), 3 deletions(-) The bug has been referenced in the following commit(s): https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=227eaf7997e974de7ff0886d6a2762ec3f16a347 commit 227eaf7997e974de7ff0886d6a2762ec3f16a347 Author: Sam James <sam@gentoo.org> AuthorDate: 2025-01-09 07:56:58 +0000 Commit: Sam James <sam@gentoo.org> CommitDate: 2025-01-09 07:57:36 +0000 Revert "dev-db/mariadb-connector-c: pass --no-defaults to mysqladmin too" This reverts commit 506481663946acf3d4522593975a763cdaf0f5e0. This doesn't work. Serves me right for a speculative fix. Bug: https://bugs.gentoo.org/942287 Closes: https://bugs.gentoo.org/947756 Signed-off-by: Sam James <sam@gentoo.org> dev-db/mariadb-connector-c/mariadb-connector-c-3.3.8.ebuild | 2 +- dev-db/mariadb-connector-c/mariadb-connector-c-9999.ebuild | 11 ++--------- 2 files changed, 3 insertions(+), 10 deletions(-) |