reassign 326090 cpio
retitle 326090 cpio -p does not copy dangling symlinks
thanks
On Thu, Sep 01, 2005 at 08:33:08PM +0200, Andreas Jochens wrote:
>Without 'libperl.so' some packages which Build-Depend on
>'libperl-dev' will FTBFS.
This build worked fine when originally run. It appears that the
behaviour of cpio has changed with respect to dangling symbolic links.
$ mkdir -p /tmp/cpio-test/{a,b}
$ cd /tmp/cpio-test
$ ln -s foo a/bar
$ cd a; echo bar | cpio -vdumpl ../b
cpio: bar: No such file or directory
0 blocks
This worked in previous versions of cpio (2.4.2 for example).
--bod
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]