Subject: lib/788: make install of libc fails when installing regex man pages
To: None <gnats-admin@NetBSD.ORG>
From: John D. Smerdon <jds@smerdon.plymouth.mi.us>
List: netbsd-bugs
Date: 02/08/1995 05:35:08
>Number: 788
>Category: lib
>Synopsis: make install of libc fails when installing regex man pages
>Confidential: no
>Severity: non-critical
>Priority: low
>Responsible: lib-bug-people (Library Bug People)
>State: open
>Class: sw-bug
>Submitter-Id: net
>Arrival-Date: Wed Feb 8 05:35:05 1995
>Originator: John D. Smerdon
>Organization:
" "
>Release: 1.0
>Environment:
netbsd-Mac68k 1.0 attempting to upgrade to current.
System: NetBSD smerdon.plymouth.mi.us 1.0 NetBSD 1.0 (BRAD) #16: Wed Nov 23 13:21:39 PST 1994 root@:/usr/src/sys/arch/mac68k/compile/BRAD mac68k
>Description:
make install of libc fails because the regex man pages fail to install.
The error is:
/test/usr/share/man/cat3/regcomp.0 -> /test/usr/share/man/cat3/regex.0
ln: /test/usr/share/man/cat3/regex.0: No such file or directory
>How-To-Repeat:
cd lib/libc && make install DESTDIR=/test
>Fix:
Maybe change:
MAN3+= regex.0
MAN7+= re_format.0
To:
MAN+= regex.3
MAN+= re_format.7
That worked for me so far and it looks more like the other makefile.inc's.
>Audit-Trail:
>Unformatted: