Your message dated Mon, 28 Aug 2006 10:32:08 -0700
with message-id <[EMAIL PROTECTED]>
and subject line Bug#384440: fixed in squashfs 1:3.1-1
has caused the attached Bug report to be marked as done.
This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.
(NB: If you are a system administrator and have no idea what I am
talking about this indicates a serious mail system misconfiguration
somewhere. Please contact me immediately.)
Debian bug tracking system administrator
(administrator, Debian Bugs database)
--- Begin Message ---
Package: squashfs
Version: 1:3.0-8
Severity: serious
Tags: patch
When building 'squashfs' on amd64/unstable, I get the following error:
make[1]: Leaving directory `/squashfs-3.0/squashfs-tools'
touch debian/stamp-makefile-build
DEB_MAKE_CHECK_TARGET unset, not running checks
KDIR=/usr/src/linux-headers-2.6.17-2-amd64-k8 /usr/bin/make
make[1]: Entering directory `/squashfs-3.0'
make -C /usr/src/linux-headers-2.6.17-2-amd64-k8 SUBDIRS=`pwd`/linux-2.6
CONFIG_SQUASHFS=m \
CC="gcc" modules
make: Entering an unknown directory
make: *** /usr/src/linux-headers-2.6.17-2-amd64-k8: No such file or directory.
Stop.
make: Leaving an unknown directory
make[1]: *** [modules] Error 2
make[1]: Leaving directory `/squashfs-3.0'
make: *** [build/squashfs-modules-2.6.17-2-amd64-k8] Error 2
With the attached patch 'squashfs' can be compiled on amd64.
Regards
Andreas Jochens
diff -urN ../tmp-orig/squashfs-3.0/debian/rules ./debian/rules
--- ../tmp-orig/squashfs-3.0/debian/rules 2006-08-24 08:21:26.000000000
+0000
+++ ./debian/rules 2006-08-24 08:20:04.000000000 +0000
@@ -50,7 +50,7 @@
# All the flavours for each arch
ALPHA = alpha-generic alpha-smp alpha-legacy
-AMD64 = amd64-k8 amd64-k8-smp em64t-p4 em64t-p4-smp
+AMD64 = amd64
ARM = footbridge ixp4xx nslu2 rpc s3c2410
HPPA32 = parisc parisc-smp
HPPA64 = parisc64 parisc64-smp
diff -urN ../tmp-orig/squashfs-3.0/debian/control.in ./debian/control.in
--- ../tmp-orig/squashfs-3.0/debian/control.in 2006-08-24 08:21:26.000000000
+0000
+++ ./debian/control.in 2006-08-24 08:21:24.000000000 +0000
@@ -140,11 +140,11 @@
.
Homepage: http://squashfs.sourceforge.net/
-Package: squashfs-modules-2.6.17-2-amd64-k8
+Package: squashfs-modules-2.6.17-2-amd64
Architecture: amd64
-Depends: linux-image-2.6.17-2-amd64-k8
+Depends: linux-image-2.6.17-2-amd64
Recommends: squashfs-tools
-Description: Squash filesystem module for Linux 2.6.17-2-amd64-k8
+Description: Squash filesystem module for Linux 2.6.17-2-amd64
Squashfs is a highly compressed read-only filesystem for Linux. It uses zlib
compression to compress both files, inodes and directories. Inodes in the
system are very small and all blocks are packed to minimise data overhead.
@@ -155,15 +155,15 @@
block device/memory systems (e.g. embedded systems) where low overhead is
needed.
.
- This package contains the compiled kernel module for 2.6.17-2-amd64-k8.
+ This package contains the compiled kernel module for 2.6.17-2-amd64.
.
Homepage: http://squashfs.sourceforge.net/
-Package: squashfs-modules-2.6-amd64-k8
+Package: squashfs-modules-2.6-amd64
Architecture: amd64
-Depends: squashfs-modules-2.6.17-2-amd64-k8 (= ${Source-Version})
-Provides: squashfs-modules-amd64-k8
-Description: Squash filesystem module for AMD64 K8 machines
+Depends: squashfs-modules-2.6.17-2-amd64 (= ${Source-Version})
+Provides: squashfs-modules-amd64
+Description: Squash filesystem module for AMD64 machines
Squashfs is a highly compressed read-only filesystem for Linux. It uses zlib
compression to compress both files, inodes and directories. Inodes in the
system are very small and all blocks are packed to minimise data overhead.
@@ -175,124 +175,7 @@
needed.
.
This package depends on the latest squashfs modules for Linux kernel on AMD64
- K8 machines.
- .
- Homepage: http://squashfs.sourceforge.net/
-
-Package: squashfs-modules-2.6.17-2-amd64-k8-smp
-Architecture: amd64
-Depends: linux-image-2.6.17-2-amd64-k8-smp
-Recommends: squashfs-tools
-Description: Squash filesystem module for Linux 2.6.17-2-amd64-k8-smp
- Squashfs is a highly compressed read-only filesystem for Linux. It uses zlib
- compression to compress both files, inodes and directories. Inodes in the
- system are very small and all blocks are packed to minimise data overhead.
- Block sizes greater than 4K are supported up to a maximum of 64K.
- .
- Squashfs is intended for general read-only filesystem use, for archival
- use (i.e. in cases where a .tar.gz file may be used), and in constrained
- block device/memory systems (e.g. embedded systems) where low overhead is
- needed.
- .
- This package contains the compiled kernel module for 2.6.17-2-amd64-k8-smp.
- .
- Homepage: http://squashfs.sourceforge.net/
-
-Package: squashfs-modules-2.6-amd64-k8-smp
-Architecture: amd64
-Depends: squashfs-modules-2.6.17-2-amd64-k8-smp (= ${Source-Version})
-Provides: squashfs-modules-amd64-k8-smp
-Description: Squash filesystem module for AMD64 K8 SMP machines
- Squashfs is a highly compressed read-only filesystem for Linux. It uses zlib
- compression to compress both files, inodes and directories. Inodes in the
- system are very small and all blocks are packed to minimise data overhead.
- Block sizes greater than 4K are supported up to a maximum of 64K.
- .
- Squashfs is intended for general read-only filesystem use, for archival
- use (i.e. in cases where a .tar.gz file may be used), and in constrained
- block device/memory systems (e.g. embedded systems) where low overhead is
- needed.
- .
- This package depends on the latest squashfs modules for Linux kernel on 64bit
- multi-processor/multi-core AMD Athlon64 X2 and Opteron 2xx/8xx machines.
- .
- Homepage: http://squashfs.sourceforge.net/
-
-Package: squashfs-modules-2.6.17-2-em64t-p4
-Architecture: amd64
-Depends: linux-image-2.6.17-2-em64t-p4
-Recommends: squashfs-tools
-Description: Squash filesystem module for Linux 2.6.17-2-em64t-p4
- Squashfs is a highly compressed read-only filesystem for Linux. It uses zlib
- compression to compress both files, inodes and directories. Inodes in the
- system are very small and all blocks are packed to minimise data overhead.
- Block sizes greater than 4K are supported up to a maximum of 64K.
- .
- Squashfs is intended for general read-only filesystem use, for archival
- use (i.e. in cases where a .tar.gz file may be used), and in constrained
- block device/memory systems (e.g. embedded systems) where low overhead is
- needed.
- .
- This package contains the compiled kernel module for 2.6.17-2-em64t-p4.
- .
- Homepage: http://squashfs.sourceforge.net/
-
-Package: squashfs-modules-2.6-em64t-p4
-Architecture: amd64
-Depends: squashfs-modules-2.6.17-2-em64t-p4 (= ${Source-Version})
-Provides: squashfs-modules-em64t-p4
-Description: Squash filesystem module for Intel em64t P4 machines
- Squashfs is a highly compressed read-only filesystem for Linux. It uses zlib
- compression to compress both files, inodes and directories. Inodes in the
- system are very small and all blocks are packed to minimise data overhead.
- Block sizes greater than 4K are supported up to a maximum of 64K.
- .
- Squashfs is intended for general read-only filesystem use, for archival
- use (i.e. in cases where a .tar.gz file may be used), and in constrained
- block device/memory systems (e.g. embedded systems) where low overhead is
- needed.
- .
- This package depends on the latest squashfs modules for Linux kernel on 64bit
- Intel em64t Pentium4 machines.
- .
- Homepage: http://squashfs.sourceforge.net/
-
-Package: squashfs-modules-2.6.17-2-em64t-p4-smp
-Architecture: amd64
-Depends: linux-image-2.6.17-2-em64t-p4-smp
-Recommends: squashfs-tools
-Description: Squash filesystem module for Linux 2.6.17-2-em64t-p4-smp
- Squashfs is a highly compressed read-only filesystem for Linux. It uses zlib
- compression to compress both files, inodes and directories. Inodes in the
- system are very small and all blocks are packed to minimise data overhead.
- Block sizes greater than 4K are supported up to a maximum of 64K.
- .
- Squashfs is intended for general read-only filesystem use, for archival
- use (i.e. in cases where a .tar.gz file may be used), and in constrained
- block device/memory systems (e.g. embedded systems) where low overhead is
- needed.
- .
- This package contains the compiled kernel module for 2.6.17-2-em64t-p4-smp.
- .
- Homepage: http://squashfs.sourceforge.net/
-
-Package: squashfs-modules-2.6-em64t-p4-smp
-Architecture: amd64
-Depends: squashfs-modules-2.6.17-2-em64t-p4-smp (= ${Source-Version})
-Provides: squashfs-modules-em64t-p4-smp
-Description: Squash filesystem module for Intel em64t P4/Xeon SMP machines
- Squashfs is a highly compressed read-only filesystem for Linux. It uses zlib
- compression to compress both files, inodes and directories. Inodes in the
- system are very small and all blocks are packed to minimise data overhead.
- Block sizes greater than 4K are supported up to a maximum of 64K.
- .
- Squashfs is intended for general read-only filesystem use, for archival
- use (i.e. in cases where a .tar.gz file may be used), and in constrained
- block device/memory systems (e.g. embedded systems) where low overhead is
- needed.
- .
- This package depends on the latest squashfs modules for Linux kernel on 64bit
- multi-processor/multi-core Intel em64t Pentium 4/Pentium D/Xeon machines.
+ machines.
.
Homepage: http://squashfs.sourceforge.net/
--- End Message ---
--- Begin Message ---
Source: squashfs
Source-Version: 1:3.1-1
We believe that the bug you reported is fixed in the latest version of
squashfs, which is due to be installed in the Debian FTP archive:
squashfs-source_3.1-1_all.deb
to pool/main/s/squashfs/squashfs-source_3.1-1_all.deb
squashfs-tools_3.1-1_i386.deb
to pool/main/s/squashfs/squashfs-tools_3.1-1_i386.deb
squashfs_3.1-1.diff.gz
to pool/main/s/squashfs/squashfs_3.1-1.diff.gz
squashfs_3.1-1.dsc
to pool/main/s/squashfs/squashfs_3.1-1.dsc
squashfs_3.1.orig.tar.gz
to pool/main/s/squashfs/squashfs_3.1.orig.tar.gz
A summary of the changes between this version and the previous one is
attached.
Thank you for reporting the bug, which will now be closed. If you
have further comments please address them to [EMAIL PROTECTED],
and the maintainer will reopen the bug report if appropriate.
Debian distribution maintenance software
pp.
Arnaud Fontaine <[EMAIL PROTECTED]> (supplier of updated squashfs package)
(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing [EMAIL PROTECTED])
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Format: 1.7
Date: Mon, 28 Aug 2006 16:23:44 +0200
Source: squashfs
Binary: squashfs-tools squashfs-source
Architecture: source i386 all
Version: 1:3.1-1
Distribution: unstable
Urgency: low
Maintainer: Arnaud Fontaine <[EMAIL PROTECTED]>
Changed-By: Arnaud Fontaine <[EMAIL PROTECTED]>
Description:
squashfs-source - Source for the squash filesystem
squashfs-tools - Tool to create and append to squashfs filesystems
Closes: 384414 384440
Changes:
squashfs (1:3.1-1) unstable; urgency=low
.
* New upstream release. Closes: #384414.
* Remove the squashfs-modules-* packages which is now handled by
linux-modules-extra-2.6. Closes: #384440.
Files:
aa6a10c7f410b6e258a64759c7b7ba53 819 admin optional squashfs_3.1-1.dsc
60df8e106de8c6310e7aae871d481588 477979 admin optional squashfs_3.1.orig.tar.gz
709f93b521482f4040a0700403bc9392 23446 admin optional squashfs_3.1-1.diff.gz
6f5b21d819633439bb3534fb685acd0a 31178 admin optional
squashfs-source_3.1-1_all.deb
b347699f52439ebc1a4ff7fda61f41ef 93344 admin optional
squashfs-tools_3.1-1_i386.deb
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.5 (GNU/Linux)
iD8DBQFE8yWq+C5cwEsrK54RAqnuAKDao4ZnQ/le77XfPBGvKVRckG4ZpACcDL47
wXrx9/K9z4jKR1TMSItuZ4k=
=1NfS
-----END PGP SIGNATURE-----
--- End Message ---