Subject: misc/30633: typo in comp/mi causes build to fail if MANZ=yes
To: None <misc-bug-people@netbsd.org, gnats-admin@netbsd.org,>
From: Alexander Becher <abecher@kawo2.rwth-aachen.de>
List: netbsd-bugs
Date: 06/29/2005 20:11:00
>Number:         30633
>Category:       misc
>Synopsis:       typo in comp/mi causes build to fail if MANZ=yes
>Confidential:   no
>Severity:       serious
>Priority:       medium
>Responsible:    misc-bug-people
>State:          open
>Class:          sw-bug
>Submitter-Id:   net
>Arrival-Date:   Wed Jun 29 20:11:00 +0000 2005
>Originator:     Alexander Becher
>Release:        netbsd-2 as of Jun 27 2005
>Organization:
>Environment:
	
	
/usr/src/distrib/sets/lists/comp/mi:
     $NetBSD: mi,v 1.689.2.10.2.3 2005/06/21 22:41:43 riz Exp $

System: NetBSD abc 2.0_STABLE NetBSD 2.0_STABLE (MYKERNEL-2-0.1) #0: Tue Apr 26 20:27:40 CEST 2005 alex@abc:/usr/obj/sys/arch/i386/compile/MYKERNEL-2-0.1 i386
Architecture: i386
Machine: i386
>Description:
	./build.sh fails due to a (now fixed) typo in a previous version
	of comp/mi, which causes checkflist to fail if MANZ=yes is set.

	The error message is as follows:
	|============  4 extra files  ===============\
	|Files in DESTDIR but missing from flist.
	|File is obsolete or flist is out of date ?
	|------------------------------------------
	|./usr/share/man/cat3/pthread_barierattr_destroy.0.gz
	|./usr/share/man/cat3/pthread_barierattr_init.0.gz
	|./usr/share/man/man3/pthread_barierattr_destroy.3.gz
	|./usr/share/man/man3/pthread_barierattr_init.3.gz
	|=========  end of 4 extra files  ===========
	|
	|*** Failed target:  checkflist

	The corresponding lines in comp/mi are:
	|./usr/share/man/cat3/pthread_barierattr_destroy.0	comp-obsolete		obsolete
	|./usr/share/man/cat3/pthread_barierattr_init.0		comp-obsolete		obsolete
	|./usr/share/man/man3/pthread_barierattr_destroy.3	comp-obsolete		obsolete
	|./usr/share/man/man3/pthread_barierattr_init.3		comp-obsolete		obsolete

>How-To-Repeat:
	cd /usr/src && cvs up -dAP -rnetbsd-2
	echo MANZ=yes >> /etc/mk.conf
	cd /usr/src && ./build.sh distribution
>Fix:
	Don't know. Fix postinstall's handling of obsolete files to
	regard the setting of MANZ, I guess.

>Unformatted: