Summary: | net-misc/iputils-99999999 fcaps in postinst phase fails | ||
---|---|---|---|
Product: | Gentoo Linux | Reporter: | jospezial <jospezial> |
Component: | Current packages | Assignee: | Gentoo's Team for Core System packages <base-system> |
Status: | RESOLVED FIXED | ||
Severity: | normal | ||
Priority: | Normal | ||
Version: | unspecified | ||
Hardware: | All | ||
OS: | Linux | ||
Whiteboard: | |||
Package list: | Runtime testing required: | --- |
Description
jospezial
2022-09-22 13:42:16 UTC
strip: x86_64-pc-linux-gnu-strip --strip-unneeded -N __gentoo_check_ldflags__ -R .comment -R .GCC.command.line -R .note.gnu.gold-version /usr/bin/arping /usr/bin/tracepath /usr/bin/ping * checking 14 files for package collisions >>> Merging net-misc/iputils-99999999 to / --- /usr/ --- /usr/bin/ >>> /usr/bin/ping >>> /usr/bin/tracepath4 -> tracepath >>> /usr/bin/tracepath6 -> tracepath >>> /usr/bin/arping >>> /usr/bin/tracepath >>> /usr/bin/ping6 -> ping >>> /usr/bin/ping4 -> ping --- /usr/share/ --- /usr/share/locale/ --- /usr/share/locale/de/ --- /usr/share/locale/de/LC_MESSAGES/ >>> /usr/share/locale/de/LC_MESSAGES/iputils.mo --- /usr/share/doc/ --- /usr/share/doc/iputils-99999999/ >>> /usr/share/doc/iputils-99999999/README.md.bz2 >>> /usr/share/doc/iputils-99999999/CHANGES.bz2 --- /usr/share/man/ --- /usr/share/man/man8/ >>> /usr/share/man/man8/tracepath6.8.bz2 -> tracepath.8.bz2 >>> /usr/share/man/man8/arping.8.bz2 >>> /usr/share/man/man8/tracepath.8.bz2 >>> /usr/share/man/man8/ping.8.bz2 >>> Safely unmerging already-installed instance... No package files given... Grabbing a set. --- replaced sym /usr/share/man/man8/tracepath6.8.bz2 --- replaced obj /usr/share/man/man8/tracepath.8.bz2 --- replaced obj /usr/share/man/man8/ping.8.bz2 --- replaced obj /usr/share/man/man8/arping.8.bz2 --- replaced dir /usr/share/man/man8 --- replaced dir /usr/share/man --- replaced obj /usr/share/locale/de/LC_MESSAGES/iputils.mo --- replaced dir /usr/share/locale/de/LC_MESSAGES --- replaced dir /usr/share/locale/de --- replaced dir /usr/share/locale --- replaced obj /usr/share/doc/iputils-99999999/README.md.bz2 --- replaced obj /usr/share/doc/iputils-99999999/CHANGES.bz2 --- replaced dir /usr/share/doc/iputils-99999999 --- replaced dir /usr/share/doc --- replaced dir /usr/share --- replaced sym /usr/bin/tracepath6 --- replaced sym /usr/bin/tracepath4 --- replaced obj /usr/bin/tracepath --- replaced sym /usr/bin/ping6 --- replaced sym /usr/bin/ping4 --- replaced obj /usr/bin/ping --- replaced obj /usr/bin/arping --- replaced dir /usr/bin --- replaced dir /usr >>> Original instance of package unmerged safely. chmod: cannot access '/bin/ping': No such file or directory The path is wrong, /bin/ vs /usr/bin/ Does the ebuild need "prefix" added also? The bug has been closed via the following commit(s): https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4cd0fbd620b0f3210d047a5139bef8e866331c8f commit 4cd0fbd620b0f3210d047a5139bef8e866331c8f Author: Mike Gilbert <floppym@gentoo.org> AuthorDate: 2022-09-22 15:46:10 +0000 Commit: Mike Gilbert <floppym@gentoo.org> CommitDate: 2022-09-22 15:46:58 +0000 net-misc/iputils: rework fcaps logic Closes: https://bugs.gentoo.org/872380 Signed-off-by: Mike Gilbert <floppym@gentoo.org> net-misc/iputils/iputils-99999999.ebuild | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) |