Summary: | sys-apps/util-linux-2.28.[12] fail uuidd test - Address already in use when binding unix socket | ||
---|---|---|---|
Product: | Gentoo Linux | Reporter: | Paolo Pedroni <paolo.pedroni> |
Component: | Current packages | Assignee: | Gentoo's Team for Core System packages <base-system> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | floppym, tka |
Priority: | Normal | Keywords: | TESTFAILURE |
Version: | unspecified | ||
Hardware: | All | ||
OS: | Linux | ||
Whiteboard: | |||
Package list: | Runtime testing required: | --- | |
Attachments: | util-linux-2.28.2:20160909-100515.log.gz |
Description
Paolo Pedroni
2016-09-09 16:21:48 UTC
It works for me. I do note that the path to that unix socket is longer than 108 characters, which might cause some problems. The test passes with PORTAGE_TMPDIR=/tmp. It fails with PORTAGE_TMPDIR=/var/tmp. The same happens with 2.29. The test passes for 2.29 but fails for 2.29.1. Shortening the path (PORTAGE_TMPDIR=/tmp) makes the test pass for 2.29.1. The bug has been closed via the following commit(s): https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=57d163547a20c63eb22f37c339e46f463fe4dc62 commit 57d163547a20c63eb22f37c339e46f463fe4dc62 Author: Thomas Deutschmann <whissi@gentoo.org> AuthorDate: 2018-03-07 02:54:55 +0000 Commit: Thomas Deutschmann <whissi@gentoo.org> CommitDate: 2018-03-07 02:55:18 +0000 sys-apps/util-linux: Make tests honor MAKEOPTS; Fix uuidd test Closes: https://bugs.gentoo.org/593304 Closes: https://bugs.gentoo.org/649590 Package-Manager: Portage-2.3.24, Repoman-2.3.6 sys-apps/util-linux/util-linux-2.30.2.ebuild | 11 +++++++++-- sys-apps/util-linux/util-linux-2.31-r1.ebuild | 13 ++++++++++--- sys-apps/util-linux/util-linux-2.31.1.ebuild | 13 ++++++++++--- sys-apps/util-linux/util-linux-2.32_rc2.ebuild | 11 +++++++++-- sys-apps/util-linux/util-linux-9999.ebuild | 11 +++++++++-- 5 files changed, 47 insertions(+), 12 deletions(-) Upstream now also test for socket length to give a meaningful error in future: https://github.com/karelzak/util-linux/commit/eb10dbc159dd0d7dfd7c213c0351eef6e17d45ef The bug has been referenced in the following commit(s): https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d0b346078b71c0d308ea37563399db3eb143f760 commit d0b346078b71c0d308ea37563399db3eb143f760 Author: Sam James <sam@gentoo.org> AuthorDate: 2023-08-18 05:09:41 +0000 Commit: Sam James <sam@gentoo.org> CommitDate: 2023-08-18 05:17:43 +0000 sys-apps/util-linux: add 2.39.2 Drop old test workaround while at it (the source file changed so it wasn't doing anything). Bug: https://bugs.gentoo.org/593304 Signed-off-by: Sam James <sam@gentoo.org> sys-apps/util-linux/Manifest | 2 + sys-apps/util-linux/util-linux-2.39.2.ebuild | 392 +++++++++++++++++++++++++++ sys-apps/util-linux/util-linux-9999.ebuild | 9 +- 3 files changed, 396 insertions(+), 7 deletions(-) |