Package: avfs
Version: 0.9.8-3
Severity: normal
The cpio handler is broken:
$mountavfs
$cd .avfs/boot/someinitrd#ugz#ucpio
$ls
nothing
the problem is in extfs/ucpio
the script expects awk to be present as /bin/awk
but at least on my system it is at /usr/bin/awk
greetings
jens
patch:
diff -Nur avfs-0.9.8.orig/extfs/ucpio avfs-0.9.8/extfs/ucpio
--- avfs-0.9.8.orig/extfs/ucpio 2007-05-07 21:35:38.000000000 +0200
+++ avfs-0.9.8/extfs/ucpio 2008-07-05 15:44:18.000000000 +0200
@@ -22,7 +22,7 @@
mccpiofs_list ()
# $1 is the archive name
{
- uni_cat "$1" | cpio -itv | /bin/awk '
+ uni_cat "$1" | cpio -itv | /usr/bin/awk '
{
if (substr($9,length($9),1) == ",")
{
-- System Information:
Debian Release: lenny/sid
APT prefers proposed-updates
APT policy: (500, 'proposed-updates'), (500, 'testing'), (500, 'stable')
Architecture: i386 (i686)
Kernel: Linux 2.6.24-1-686 (SMP w/2 CPU cores)
Locale: LANG=de_DE.UTF-8, LC_CTYPE=de_DE.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash
Versions of packages avfs depends on:
ii libc6 2.7-10 GNU C Library: Shared libraries
ii libfuse2 2.7.3-4 Filesystem in USErspace library
avfs recommends no packages.
-- no debconf information
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]