NetBSD-Bugs archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

bin/58187: /bin/tar does not work without mounted /usr



>Number:         58187
>Category:       bin
>Synopsis:       /bin/tar does not work without mounted /usr
>Confidential:   no
>Severity:       serious
>Priority:       medium
>Responsible:    bin-bug-people
>State:          open
>Class:          sw-bug
>Submitter-Id:   net
>Arrival-Date:   Tue Apr 23 16:00:00 +0000 2024
>Originator:     Izumi Tsutsui
>Release:        NetBSD 10.0
>Organization:
>Environment:
System: NetBSD mirage 10.0 NetBSD 10.0 (GENERIC) #0: Thu Mar 28 08:33:33 UTC 2024 mkrepro%mkrepro.NetBSD.org@localhost:/usr/src/sys/arch/i386/compile/GENERIC i386
Architecture: i386, but maybe all
Machine: i386
>Description:
/bin/tar (and /bin/cpio) depends on /usr/lib/libarchive.so
they won't work unless /usr is mounted if it's in a separate
partition.

>How-To-Repeat:
% ldd /bin/tar
/bin/tar:
        -larchive.5 => /usr/lib/libarchive.so.5
        -lbz2.1 => /usr/lib/libbz2.so.1
        -lc.12 => /lib/libc.so.12
        -lcrypto.15 => /lib/libcrypto.so.15
        -lcrypt.1 => /lib/libcrypt.so.1
        -lgcc_s.1 => /lib/libgcc_s.so.1
        -lexpat.2 => /usr/lib/libexpat.so.2
        -llzma.2 => /lib/liblzma.so.2
        -lpthread.1 => /lib/libpthread.so.1
        -lz.1 => /lib/libz.so.1

>Fix:
No idea about our current policy.

---
Izumi Tsutsui



Home | Main Index | Thread Index | Old Index