Package: unionfs
Version: 1.3+debian-3
Severity: serious
Tags: patch

When building 'unionfs' on amd64/unstable,
I get the following error:

cd debian/unionfs-source/usr/src && tar c modules | bzip2 -9 > unionfs.tar.bz2 
&& rm -rf modules
for i in amd64-k8 amd64-k8-smp em64t-p4 em64t-p4-smp; do \
                install -D -m644 linux-2.6/unionfs.ko-$i \
                        
/unionfs-1.3+debian/debian/unionfs-modules-2.6.17-2-$i/lib/modules/2.6.17-2-$i/kernel/fs/unionfs/unionfs.ko;
 \
        done
install: cannot stat `linux-2.6/unionfs.ko-amd64-k8': No such file or directory
install: cannot stat `linux-2.6/unionfs.ko-amd64-k8-smp': No such file or 
directory
install: cannot stat `linux-2.6/unionfs.ko-em64t-p4': No such file or directory
install: cannot stat `linux-2.6/unionfs.ko-em64t-p4-smp': No such file or 
directory
make: *** [install] Error 1

With the attached patch 'unionfs' can be compiled on amd64.

Regards
Andreas Jochens

diff -urN ../tmp-orig/unionfs-1.3+debian/debian/rules ./debian/rules
--- ../tmp-orig/unionfs-1.3+debian/debian/rules 2006-08-24 09:06:45.000000000 
+0000
+++ ./debian/rules      2006-08-24 09:06:33.000000000 +0000
@@ -61,7 +61,7 @@
 KERNEL := ${KVERSION}-${ABINAME}
 
 ALPHA_FLAVOURS=alpha-generic alpha-smp alpha-legacy
-AMD64_FLAVOURS=amd64-k8 amd64-k8-smp em64t-p4 em64t-p4-smp
+AMD64_FLAVOURS=amd64
 ARM_FLAVOURS=footbridge ixp4xx nslu2 rpc s3c2410
 HPPA32_FLAVOURS=parisc parisc-smp
 HPPA64_FLAVOURS=parisc64 parisc64-smp


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to