On 2013-08-14 21:50, Simon Ruderich wrote:
| On Sun, Jun 16, 2013 at 02:12:55PM +0200, Arno Töll wrote:
| > However, it reports zfsutils to hide compiler flags [3]
| 
|     building shared library libmd.so.1
| 
| This matches the general "non-verbose-build" regex. To prevent
| too many false positives blhc then checks the next line if it
| contains any commands for libmd.so.1. In zfsutils' case it
| doesn't, therefore blhc reports the line as non-verbose.
| 
| I don't know how to handle this case better without causing many
| false-negatives. If you have any ideas please tell me.

I can't think of any generic solution either based on the build log

[3] 
https://buildd.debian.org/status/fetch.php?pkg=zfsutils&arch=kfreebsd-i386&ver=9.0-3&stamp=1340402716

Simon, could you consider simply adding an exception:

  IF first line contains "building.*libmd"
     AND the second line contain "zfsutils"
  THEN
    Ignore reporting non-verbose-build

Jari

Attachment: signature.asc
Description: Digital signature

Reply via email to