Subject: bin/11840: "make install" in gnu/usr.bin/gawk fails
To: None <gnats-bugs@gnats.netbsd.org>
From: None <thorpej@shagadelic.org>
List: netbsd-bugs
Date: 12/29/2000 12:18:15
>Number:         11840
>Category:       bin
>Synopsis:       "make install" in gnu/usr.bin/gawk fails
>Confidential:   no
>Severity:       critical
>Priority:       high
>Responsible:    bin-bug-people
>State:          open
>Class:          sw-bug
>Submitter-Id:   net
>Arrival-Date:   Fri Dec 29 12:18:00 PST 2000
>Closed-Date:
>Last-Modified:
>Originator:     Jason R Thorpe
>Release:        Dec 29, 2000 NetBSD-current
>Organization:
6th and Hugo Software
>Environment:
	
System: NetBSD frau-farbissina.shagadelic.org 1.5N NetBSD 1.5N (FRAU-FARBISSINA) #: Sat Dec 16 18:34:33 PST 2000     thorpej@frau-farbissina.shagadelic.org:/u2/netbsd/src/sys/arch/alpha/compile/FRAU-FARBISSINA alpha
Architecture: alpha
Machine: alpha
>Description:
	On a pre-existing system, installing in gnu/usr.bin/gawk fails:

install -r  -c   -o root  -g wheel  -m 444  awk.info /usr/share/info/awk.info
install-info --info-dir=/usr/share/info /usr/share/info/awk.info
install-info: menu item `Gawk' already exists, for file `gawk'
*** Error code 1

	Note that this does not happen with other programs in gnu/usr.bin
	which also install info files:

install -r  -c   -o root  -g wheel  -m 444  ld.info /usr/share/info/ld.info
install-info --info-dir=/usr/share/info /usr/share/info/ld.info
install -r  -c -s   -o root -g wheel -m 555 ld /usr/bin/ld
install -r  -c   -o root -g wheel -m 444 /u2/netbsd/src/gnu/usr.bin/ld.new/../../dist/ld/ld.1 /usr/share/man/man1/ld.1
install -r  -c   -o root -g wheel -m 444 ld.cat1 /usr/share/man/cat1/ld.0
(cd ldscripts ; pax -rw . /usr/share/ldscripts)
chown -R root:wheel /usr/share/ldscripts
find /usr/share/ldscripts -type f | xargs chmod a=rX
find /usr/share/ldscripts -type d | xargs chmod u=rwX,go=rX

>How-To-Repeat:
	Attempt to "make install" in gnu/usr.bin/gawk.
>Fix:
	Not provided.
>Release-Note:
>Audit-Trail:
>Unformatted: