NetBSD-Bugs archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

misc/41077: sets.subr is too verbose



>Number:         41077
>Category:       misc
>Synopsis:       sets.subr is too verbose
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    misc-bug-people
>State:          open
>Class:          sw-bug
>Submitter-Id:   net
>Arrival-Date:   Thu Mar 26 07:05:00 +0000 2009
>Originator:     Lloyd Parkes
>Release:        5.0_RC2
>Organization:
Must Have Coffee
>Environment:
NetBSD homarid.must-have-coffee.gen.nz 5.0_RC2 NetBSD 5.0_RC2 (GENERIC) #0: Sun 
Mar  1 22:52:25 NZDT 2009  
lloyd%homarid.must-have-coffee.gen.nz@localhost:/vol/scratch/obj/i386/sys/arch/i386/compile/GENERIC
 i386
>Description:
Building syspkgs with MAKEVERBOSE set to 2 or greater causes the build to fail. 
regpkg complains that makeplist reported errors, but no errors are evident. 

>How-To-Repeat:
./build.sh -N 2 -O /vol/scratch/kobj -T /vol/scratch/ktools -m evbarm -U  
syspkgs


>Fix:
Line 318 of version 1.71.2.3 of distrib/sets/sets.subr "echo $l >&2" us causing 
the problem. regpkg assumes that any output on makeplist's stderr that doesn't 
start with DEBUG: is an error message. 

I don't know which program is wrong. I suspect that sets.subr is wrong because 
there is commented out code at another part of it that does use the DEBUG: 
convention.




Home | Main Index | Thread Index | Old Index