Subject: misc/28847: src/UPDATING needs to indicate new make is needed to install libpam
To: None <misc-bug-people@netbsd.org, gnats-admin@netbsd.org,>
From: None <gcw@primenet.com.au>
List: netbsd-bugs
Date: 01/03/2005 06:48:00
>Number:         28847
>Category:       misc
>Synopsis:       new make is needed to install libpam
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    misc-bug-people
>State:          open
>Class:          doc-bug
>Submitter-Id:   net
>Arrival-Date:   Mon Jan 03 06:48:00 +0000 2005
>Originator:     Geoff C. Wing
>Release:        NetBSD 2.99.11
>Organization:
>Environment:
System: NetBSD g.primenet.com.au 2.99.11 NetBSD 2.99.11 (G) #0: Fri Dec 31 12:05:53 EST 2004 gcw@g.primenet.com.au:/usr/netbsd/src/sys/arch/i386/compile/G i386
Architecture: i386
Machine: i386
>Description:
	A new make is needed to install libpam because of the suffix rules
	in lib/libpam/libpam/Makefile .  This should be noted in src/UPDATING

e.g.
--- old make ---
#   install  /usr/share/man/man3/openpam.3
STRIP=/obj/tools/bin/i386--netbsdelf-strip /obj/tools/bin/nbinstall  -N /usr/netbsd/src/etc -c -p -r -o root -g wheel -m 444   openpam.3 /usr/share/man/man3/openpam.3
nbinstall: openpam.3: stat: No such file or directory
*** Error code 1

--- new make ---
#   install  /usr/share/man/man3/openpam.3
STRIP=/obj/tools/bin/i386--netbsdelf-strip /obj/tools/bin/nbinstall  -N /usr/netbsd/src/etc -c -p -r -o root -g wheel -m 444   /usr/netbsd/src/dist/openpam/doc/man/openpam.3 /usr/share/man/man3/openpam.3

>How-To-Repeat:
	Try building with an old make and see failure
>Fix:
	Note need new make in UPDATING