Package: tar
Version: 1.34+dfsg-1.1
Severity: normal

Dear Maintainer,

As expected:
        $ tar -cf ball.tar /bin/free
        tar: Removing leading `/' from member names
        $ tar -t < ball.tar
        bin/free

        $ tar -Pcf ball.tar /bin/free
        $ tar -t < ball.tar
        tar: Removing leading `/' from member names
        /bin/free

However:
        # tar -xvf /dev/vda
        tar: Removing leading `/' from member names
        /bin/free
        # free
        sh: free: command not found
        # ls bin/free
        bin/free

        # tar -Pxvf /dev/vda
        /bin/free
        # free
        free: error while loading shared libraries: libproc2.so.0: cannot open 
shared object file: No such file or directory

Best,
наб

-- System Information:
Debian Release: trixie/sid
  APT prefers unstable
  APT policy: (500, 'unstable')
Architecture: x32 (x86_64)
Foreign Architectures: amd64, i386

Kernel: Linux 6.5.0-2-amd64 (SMP w/2 CPU threads; PREEMPT)
Locale: LANG=en_GB.UTF-8, LC_CTYPE=en_GB.UTF-8 (charmap=UTF-8), LANGUAGE not set
Shell: /bin/sh linked to /usr/bin/dash
Init: systemd (via /run/systemd/system)
LSM: AppArmor: enabled

Versions of packages tar depends on:
ii  libacl1      2.3.1-3
ii  libc6        2.37-12
ii  libselinux1  3.5-1

tar recommends no packages.

Versions of packages tar suggests:
ii  bzip2        1.0.8-5+b1
pn  ncompress    <none>
pn  tar-doc      <none>
pn  tar-scripts  <none>
ii  xz-utils     5.4.4-0.1

-- no debconf information

Attachment: signature.asc
Description: PGP signature

Reply via email to