Package: cdfs-src
Version: 2.4.20.a+2.6.12-1
Severity: important
Tags: patch
Justification: fails to build from source
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Hello,
the latest cdfs-src cannot build the correct module package because of
a typo in the debian/rules (while the old 2.4.20+2.6.3-2 could):
=====
[EMAIL PROTECTED]:~/src/linux-2.6.13-rc3$ fakeroot make-kpkg modules_image
<cut>
LD [M] /home/luca/src/modules/cdfs/2.6/cdfs.ko
make[4]: Leaving directory `/home/luca/src/linux-2.6.13-rc3'
make[3]: Leaving directory `/home/luca/src/modules/cdfs/2.6'
cp 2.6/cdfs.ko
debian/cdfs-2.6.13-rc3/lib/modules/2.6.13-rc3/kernel/fs/
dh_installdocs 2.6/cdfs.html 2.4/cdfs.png
cp: cannot stat `2.6/cdfs.html': No such file or directory
dh_installdocs: command returned error code 256
make[2]: *** [binary-modules] Error 1
make[2]: Leaving directory `/home/luca/src/modules/cdfs'
make[1]: *** [kdist_build] Error 2
make[1]: Leaving directory `/home/luca/src/modules/cdfs'
Module /usr/src/modules/cdfs failed.
Hit return to Continue
[EMAIL PROTECTED]:~/src/linux-2.6.13-rc3$ locate cdfs.html
/home/luca/src/modules/cdfs/2.4/cdfs.html
/usr/share/doc/cdfs-2.6.12-mh1/cdfs.html
[EMAIL PROTECTED]:~/src/linux-2.6.13-rc3$ dpkg -s cdfs-2.6.12-mh1 | grep \
Version
Version: 2.4.20+2.6.3-2+01.20050621
[EMAIL PROTECTED]:~/src/linux-2.6.13-rc3$ ls ../modules/cdfs/2.6/ | grep \
cdfs.html
[EMAIL PROTECTED]:~/src/linux-2.6.13-rc3$ ls ../modules/cdfs/2.4/ | grep \
cdfs.html
cdfs.html
[EMAIL PROTECTED]:~/src/linux-2.6.13-rc3$
=====
The trivial patch is attached.
Thx, bye,
Gismo / Luca
- -- System Information:
Debian Release: testing/unstable
APT prefers unstable
APT policy: (990, 'unstable'), (500, 'testing'), (500, 'stable'), (1,
'experimental')
Architecture: i386 (i686)
Shell: /bin/sh linked to /bin/bash
Kernel: Linux 2.6.13-rc3
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Versions of packages cdfs-src depends on:
ii bzip2 1.0.2-7 high-quality block-sorting file co
ii debhelper 4.9.5 helper programs for debian/rules
ii kernel-package 9.003 A utility for building Linux kerne
ii make 3.80-9 The GNU version of the "make" util
ii module-assistant 0.9.5 tool to make module package creati
cdfs-src recommends no packages.
- -- no debconf information
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.1 (GNU/Linux)
iD8DBQFC34ReVAp7Xm10JmkRAnLYAJ0Wiihw3gVaSpDc0sLhX1XCGr3TTACfTksQ
4AiL3QhuCb7cnLXCgFgrv6U=
=reYd
-----END PGP SIGNATURE-----
--- cdfs/debian/rules.ORG 2005-07-12 18:42:09.000000000 +0200
+++ cdfs/debian/rules 2005-07-21 13:12:17.000000000 +0200
@@ -99,7 +99,7 @@
cp 2.4/cdfs.o debian/cdfs-$(KVERS)/lib/modules/$(KVERS)/kernel/fs/
endif
# dh_installdebconf
- dh_installdocs 2.6/cdfs.html 2.4/cdfs.png
+ dh_installdocs 2.4/cdfs.html 2.4/cdfs.png
# dh_installexamples
# dh_installmanpages
# dh_undocumented