Date: Sat, 23 Mar 1996 12:37:48 -0700 From: Nate Williams <nate@sri.MT.net> To: Gianmarco Giovannelli <gmarco@masternet.it> Cc: questions@freebsd.org Subject: Re: The long is the way to arrive at stable :-) Message-ID: <199603231937.MAA21599@rocky.sri.MT.net> In-Reply-To: <31544DD3.41C67EA6@masternet.it> References: <31544DD3.41C67EA6@masternet.it>
next in thread | previous in thread | raw e-mail | index | archive | help
> 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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199603231937.MAA21599>
