Received: (at submit) by bugs.debian.org; 30 Oct 1996 23:54:34 +0000 Received: (qmail 4559 invoked from smtpd); 30 Oct 1996 23:54:27 -0000 Received: from cartridge.i-connect.net (qmailr@206.139.73.12) by master.debian.org with SMTP; 30 Oct 1996 23:54:27 -0000 Received: (qmail-queue invoked from smtpd); 30 Oct 1996 20:55:44 -0000 Received: from cerebus.friday.com (206.41.179.35) by cartridge.i-connect.net with SMTP; 30 Oct 1996 20:55:42 -0000 Received: (from bbum@localhost) by cerebus.friday.com (8.8.2/8.8.0) id OAA24199 for submit@bugs.debian.org; Wed, 30 Oct 1996 14:54:17 -0600 (CST) Message-Id: <199610302054.OAA24199@cerebus.friday.com> Content-Type: text/plain MIME-Version: 1.0 (NeXT Mail 3.3 v118.2) Received: by NeXT.Mailer (1.118.2) From: Bill Bumgarner <bbum@friday.com> Date: Wed, 30 Oct 96 14:54:15 -0600 To: submit@bugs.debian.org Subject: Invalid /etc/alternatives/ symlinks Reply-To: bbum@friday.com Package: mawk Version: 1.3.2-1 Upon installation, mawk fails to install correct links in /etc/alternatives for the awk and nawk man pages. Specifically, the links in /etc/alternatives are to the uncompressed versions of the man pages. But the man pages are compressed. $ cd /etc/alternatives/ $ ls -alF total 4 drwxr-xr-x 2 root root 1024 Oct 30 14:49 ./ drwxr-xr-x 25 root root 3072 Oct 30 14:37 ../ lrwxrwxrwx 1 root root 13 Oct 30 14:48 awk -> /usr/bin/mawk* lrwxrwxrwx 1 root root 23 Oct 30 14:48 awk.1 -> /usr/man/man1/mawk.1 lrwxrwxrwx 1 root root 13 Oct 30 14:48 nawk -> /usr/bin/mawk* lrwxrwxrwx 1 root root 23 Oct 30 14:48 nawk.1 -> /usr/man/man1/mawk.1 Changing the symbolic links to... lrwxrwxrwx 1 root root 23 Oct 30 14:48 awk.1 -> /usr/man/man1/mawk.1.gz lrwxrwxrwx 1 root root 23 Oct 30 14:48 nawk.1 -> /usr/man/man1/mawk.1.gz ...fixes the problems. What is really annoying about this bug is that the error message produced everytime one requests a man page for a package that doesn't exist looks really ugly and will strike fear in the hearts of mortal users (it mentions something about a 'bad .so request' as well as the bad symlink).