Summary: | sys-apps/shadow: automagic dep on dev-libs/libbsd? | ||
---|---|---|---|
Product: | Gentoo Linux | Reporter: | Sam James <sam> |
Component: | Current packages | Assignee: | Gentoo's Team for Core System packages <base-system> |
Status: | RESOLVED INVALID | ||
Severity: | normal | ||
Priority: | Normal | ||
Version: | unspecified | ||
Hardware: | All | ||
OS: | Linux | ||
See Also: |
https://bugs.gentoo.org/show_bug.cgi?id=924684 https://bugs.gentoo.org/show_bug.cgi?id=931668 https://bugs.gentoo.org/show_bug.cgi?id=940354 |
||
Whiteboard: | |||
Package list: | Runtime testing required: | --- |
Description
Sam James
![]() ![]() ![]() ![]() ``` # lddtree /usr/bin/useradd useradd => /usr/bin/useradd (interpreter => /lib64/ld-linux-x86-64.so.2) libacl.so.1 => //usr/lib64/libacl.so.1 libattr.so.1 => //usr/lib64/libattr.so.1 libbsd.so.0 => //usr/lib64/libbsd.so.0 libmd.so.0 => /usr/lib64/libmd.so.0 libc.so.6 => //usr/lib64/libc.so.6 ld-linux-x86-64.so.2 => /lib64/ld-linux-x86-64.so.2 ``` The container had partial usr-merge somehow (/usr/sbin != /usr/bin) so it was an ancient binary being used. Sorry for the noise. |