Subject: Re: CVS commit: pkgsrc/mk/wrapper
To: None <pkgsrc-changes@NetBSD.org>
From: Joerg Sonnenberger <joerg@britannica.bec.de>
List: pkgsrc-changes
Date: 12/18/2006 10:57:59
On Sun, Dec 17, 2006 at 09:59:18PM +0100, Joerg Sonnenberger wrote:
> Part of my problem is that it adds another long message for typical
> build errors like missing includes or libraries, thereby obscuring the
> real issue.

To be precise the build log looks now like:

[successful output]
[failing command]
[error messages from failing command]
[newline]
[wrapper message reeating the above command]
[make error]
[make bailing out]

Anyone a bit used to reading the logs will now have to reorder from and
go back another paragraph. Given that gcc invocations can be extremely
long, that's nasty IMO.

Joerg