Subject: install/14077: make release broken in /sbin/rcorder
To: None <gnats-bugs@gnats.netbsd.org>
From: Christian Ruediger Bahls <cb064@wh5041.stw.uni-rostock.de>
List: netbsd-bugs
Date: 09/27/2001 13:50:45
>Number: 14077
>Category: install
>Synopsis: make release broken in /sbin/rcorder
>Confidential: no
>Severity: serious
>Priority: medium
>Responsible: install-manager
>State: open
>Class: sw-bug
>Submitter-Id: net
>Arrival-Date: Thu Sep 27 04:51:00 PDT 2001
>Closed-Date:
>Last-Modified:
>Originator: Christian Ruediger Bahls
>Release: NetBSD-current 20010926
>Organization:
University of Rostock; Germany
>Environment:
System: NetBSD wh5041 1.5Y NetBSD 1.5Y (me) #0: Tue Sep 25 15:54:36 CEST 2001 root@wh5041:/usr/src/me i386
Architecture: i386
Machine: i386
(compile machine is i386 NetBSD-1.5.2)
(fixed group named, user named, config, texinfo as described in UPDATING)
>Description:
make release broken in src/sbin/rcorder because of an defined
but unused variable rcsid in hash.c
UPDATING:20010204 mentioned tighter compilerflags
>How-To-Repeat:
BSDOBJDIR=/usr/netbsd-current/obj
BSDSRCDIR=/usr/netbsd-current/src
DESTDIR=/usr/netbsd-current/destination
RELEASEDIR=/usr/netbsd-current/release
TOOLDIR=/usr/netbsd-current/tools
export BSDOBJDIR BSDSRCDIR DESTDIR RELEASEDIR TOOLDIR
#cd src
#make obj
cd $BSDSRCDIR/sbin/rcorder
make dependall
>Fix:
i commented out rcsid in hash.c
don't know how you would do this
(especialy because of all the #ifdef
around it)
evtl. a
#if 0
#ifndef lint
char rcsid[]="..stuff.."
#endif /* lint */
#endif /* 0 */
might help
>Release-Note:
>Audit-Trail:
>Unformatted: