[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Bug-cpio] (non-posix) tar support broken after cpio 2.5 ?
From: |
Kai Doernemann |
Subject: |
[Bug-cpio] (non-posix) tar support broken after cpio 2.5 ? |
Date: |
Wed, 18 Jul 2007 13:51:04 -0000 |
User-agent: |
KMail/1.7.2 |
Hi,
when running the attached test-script cpio-2.7
sends many 'malformed number' error messages
to stderr. Is support for old tar archives broken ?
Same problem with 2.9 ...
Greetings from Munich
kai
----------------8<--------------------
#!/bin/sh
# copy gcpio-2.5 and gcpio-2.7 to this directory
find /etc/fstab /etc/hosts | pax -w -x tar > etc.tar
file etc.tar
./gcpio-2.5 --version
./gcpio-2.5 -t < etc.tar
./gcpio-2.7 --version
./gcpio-2.7 -t < etc.tar
- [Bug-cpio] (non-posix) tar support broken after cpio 2.5 ?,
Kai Doernemann <=