NetBSD-Bugs archive

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

Re: misc/53561: Build log contains gmake debug output



The following reply was made to PR misc/53561; it has been noted by GNATS.

From: matthew green <mrg%eterna.com.au@localhost>
To: gnats-bugs%netbsd.org@localhost, gnats-admin%netbsd.org@localhost,
    netbsd-bugs%netbsd.org@localhost, gson%gson.org@localhost
Cc: 
Subject: Re: misc/53561: Build log contains gmake debug output
Date: Wed, 13 Nov 2019 19:58:43 +1100

 martin informs me that this is still happening.  i can't
 reproduce it myself today, but i've seen it occasionally
 in my many builds in the last few years.
 
 i had a look at the implementation, and after discussion
 with dholland we're wondering if this is a make(1) bug
 in the handling of a particular expression:
 
    GMAKE_J_ARGS?=  ${MAKEFLAGS:[*]:M*-j*:C/.*(-j ?[0-9]*).*/\1/W}
 
 which comes from tools/Makefile.gnuhost not properly
 removing the "-d" that build.sh adds here:
 
    MAKEFLAGS="-de -m ${TOP}/share/mk ${MAKEFLAGS}"
 
 the expression *should* only be capable of keeping the
 '-jN' or '-j N' parts in MAKEFLAGS, removing any other
 strings.
 
 i'm guessing above.  i wonder if something in the i386
 builds is tripping this.. but i have no idea what yet.
 
 
 .mrg.
 


Home | Main Index | Thread Index | Old Index