From owner-freebsd-questions Sat Mar 23 11:38:04 1996 Return-Path: owner-questions Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id LAA06033 for questions-outgoing; Sat, 23 Mar 1996 11:38:04 -0800 (PST) Received: from rocky.sri.MT.net (rocky.sri.MT.net [204.182.243.10]) by freefall.freebsd.org (8.7.3/8.7.3) with SMTP id LAA06028 for ; Sat, 23 Mar 1996 11:38:01 -0800 (PST) Received: (from nate@localhost) by rocky.sri.MT.net (8.6.12/8.6.12) id MAA21599; Sat, 23 Mar 1996 12:37:48 -0700 Date: Sat, 23 Mar 1996 12:37:48 -0700 From: Nate Williams Message-Id: <199603231937.MAA21599@rocky.sri.MT.net> To: Gianmarco Giovannelli Cc: questions@freebsd.org Subject: Re: The long is the way to arrive at stable :-) In-Reply-To: <31544DD3.41C67EA6@masternet.it> References: <31544DD3.41C67EA6@masternet.it> Sender: owner-questions@freebsd.org X-Loop: FreeBSD.org Precedence: bulk > because if everything works there is no fun :-) I decide to install the > 2.1.0 stable. .. > /usr/src#make world > -> libdisk > > installing libdisk.h > > install -c -o bin -g bin -m444 libdisk.a /usr/lib > > ranlib -t usr/lib/libdisk.a > > (cd /usr/src/lib/libdisk; install -c -o bin -m444 libdisk.3 > /usr/share/man/man3) > > compressing in /usr/share/man/man3 : libdisk.3 -> libdisk.3.gz > > /usr/share/man/man3/libdisk.3.gz -> /usr/share/man/man3/libdisk.3.gz > > ln:/usr/share/man/man3/libdisk.3.gz : no such file or directory Fixed in the most recent snap of last night. Apply this patch to the libdisk Makefile. *************** *** 10,17 **** NOPIC= yes MAN3= libdisk.3 ! MLINKS+= libdisk.3 \ ! libdisk.3 Open_Disk.3 \ libdisk.3 Clone_Disk.3 \ libdisk.3 Free_Disk.3 \ libdisk.3 Debug_Disk.3 \ --- 10,16 ---- NOPIC= yes MAN3= libdisk.3 ! MLINKS+= libdisk.3 Open_Disk.3 \ libdisk.3 Clone_Disk.3 \ libdisk.3 Free_Disk.3 \ libdisk.3 Debug_Disk.3 \ (You'll need to do this by hand since the white-space is wrong above b/c of cut-paste) Nate