Subject: Re: misc/33758: checkflist fails when MKSHARE=no on -rnetbsd-3
To: None <misc-bug-people@netbsd.org, gnats-admin@netbsd.org,>
From: Brian A. Seklecki <lavalamp@spiritual-machines.org>
List: netbsd-bugs
Date: 06/20/2006 23:30:03
The following reply was made to PR misc/33758; it has been noted by GNATS.

From: "Brian A. Seklecki" <lavalamp@spiritual-machines.org>
To: gnats-bugs@NetBSD.org
Cc: 
Subject: Re: misc/33758: checkflist fails when MKSHARE=no on -rnetbsd-3
Date: Tue, 20 Jun 2006 19:25:24 -0400 (EDT)

 On Sun, 18 Jun 2006, gnats-admin@netbsd.org wrote:
 
 MKSHARE=no also implicitly causes "release" to fail (possibly make build, 
 too).  This is because src/tools/Makefile checks if ! MKMAN=no which 
 prevents tools/bin/nbgroff from being built, which then leads to this:
 
 depend ===> etc/i386/floppies/rescue-tiny
 all ===> etc/notes
 all ===> etc/notes/i386
 PATH=/home/nbsd/tools/lib/groff:${PATH} /home/nbsd/tools/bin/nbgroff 
 -dTOC=1  -dM=i386 -dV=3.0_STABLE 
 -d.CURDIR=/home/nbsd/src/distrib/notes/i386 -ri386=1 -dformat=PostScript 
 -mdoc /home/nbsd/src/distrib/notes/i386/../common/main 
 /home/nbsd/src/distrib/notes/i386/../common/macros  2>&1 >/dev/null | sed 
 -n '/^\.Ti/{s/ \([A-Za-z]\)/ "\1/; s/ *$/"/; p; }' > 
 INSTALL.PostScript.toc.tmp
 mv -f INSTALL.PostScript.toc.tmp INSTALL.PostScript.toc
 PATH=/home/nbsd/tools/lib/groff:${PATH} /home/nbsd/tools/bin/nbgroff 
 -dTOC=1  -dM=i386 -dV=3.0_STABLE 
 -d.CURDIR=/home/nbsd/src/distrib/notes/i386 -ri386=1 -dformat=PostScript 
 -mdoc /home/nbsd/src/distrib/notes/i386/../common/main 
 /home/nbsd/src/distrib/notes/i386/../common/macros  2>&1 >/dev/null | sed 
 -n '/^\.Ti/{s/ \([A-Za-z]\)/ "\1/; s/ *$/"/; p; }' > 
 INSTALL.PostScript.toc.tmp
 mv -f INSTALL.PostScript.toc.tmp INSTALL.PostScript.toc
 PATH=/home/nbsd/tools/lib/groff:${PATH} /home/nbsd/tools/bin/nbgroff 
 -dM=i386 -dV=3.0_STABLE -d.CURDIR=/home/nbsd/src/distrib/notes/i386 
 -ri386=1 -dformat=PostScript   -mdoc 
 /home/nbsd/src/distrib/notes/i386/../common/main 
 /home/nbsd/src/distrib/notes/i386/../common/macros  > INSTALL.ps
 /home/nbsd/tools/bin/nbgroff: not found
 
 ~BAS