Em ter., 5 de out. de 2021 às 07:41, Simon Ruderich <si...@ruderich.org> escreveu: > > On Wed, Sep 15, 2021 at 06:23:12PM -0300, Eriberto Mota wrote: > > Complementing, my local build jail uses /usr/bin/c++, but Salsa uses > > /usr/lib/ccache/c++. Consequently, my current rule in debian/rules is: > > > > @echo 'blhc: ignore-line-regexp: /usr/(bin|lib)/(ccache/)?c\+\+ -dM -E > > -c /usr/share/cmake-[0-9.]+/Modules/CMakeCXXCompilerABI.cpp .*' > > Hello Eriberto, > > thanks for the report and the patch. I've implemented it (with a > slightly different regex) in [1]. Please check if this fixes the > issue for your cases as well (didn't find any full build logs > with this issue) and I'll release a new version of blhc with the > fix.
Hi Simon, Worked fine on my machine. I think it will work for Salsa too. This package[1] is waiting in NEW and has a build log with this issue. I put a regex in debian/rules to ignore the issue. I also maintain this package[2] with the same issue. [1] https://salsa.debian.org/debian/obs-advanced-scene-switcher [2] https://salsa.debian.org/debian/packetsender Thanks! Thanks! Cheers, Eriberto