Package: util-linux
Version: 2.13-12
Severity: minor
Tags: patch
Hello,
The files /usr/share/man/man1/linux32.1.gz and
/usr/share/man/man1/linux64.1.gz contains:
.so setarch.8
So, the manpages cannot be found:
$ man linux32
man: impossible d'ouvrir /usr/share/man/setarch.8: Aucun fichier ou répertoire
de ce type
man: impossible d'ouvrir /usr/share/man/setarch.8: Aucun fichier ou répertoire
de ce type
No manual entry for linux32
See 'man 7 undocumented' for help when manual pages are not available.
$
The correct content for theses manpages should be:
.so man8/setarch.8
The following patch should solve this issue:
--- util-linux-2.13/sys-utils/Makefile.in 2007-11-27 23:58:19.000000000
+0000
+++ util-linux-2.13/sys-utils/Makefile.in 2007-11-27 23:58:20.000000000
+0000
@@ -1016,7 +1016,7 @@
$(SETARCH_MAN_LINKS): setarch.8
- echo ".so setarch.8" > $@
+ echo ".so man8/setarch.8" > $@
install-exec-hook:
for I in $(RDEV_LINKS); do \
This patch may rather be applied to Makefile.am as Makefile.in is
regenerated from this file.
Greetings,
Fred
-- System Information:
Debian Release: lenny/sid
APT prefers unstable
APT policy: (500, 'unstable'), (1, 'experimental')
Architecture: i386 (i686)
Kernel: Linux 2.6.23.9
Locale: LANG=fr_FR.UTF-8, LC_CTYPE=fr_FR.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash
Versions of packages util-linux depends on:
ii libc6 2.7-1 GNU C Library: Shared libraries
ii libncurses5 5.6+20071103-1 Shared libraries for terminal hand
ii libselinux1 2.0.15-2+b1 SELinux shared libraries
ii libslang2 2.1.3-1 The S-Lang programming library - r
ii libuuid1 1.40.2-1 universally unique id library
ii lsb-base 3.1-24 Linux Standard Base 3.1 init scrip
ii tzdata 2007i-2 time zone and daylight-saving time
ii zlib1g 1:1.2.3.3.dfsg-7 compression library - runtime
util-linux recommends no packages.
-- no debconf information