Package: blhc
X-Debbugs-Cc: marco.matti...@hotmail.it
Severity: normal
Dear Maintainer,
while building an app (Calindori, calendar for Plasma mobile) to be
included in Debian, I found what I think is an issue with blhc: in [1]
it is found
|/usr/lib/ccache/c++ -std=gnu++20 -dM -E -c
/usr/share/cmake-3.27/Modules/CMakeCXXCompilerABI.cpp|
|that is supposed to fit with regex in bin/bhlc:L1114|
|next if $line =~ m{^\s*/usr/(bin|lib)/(ccache/)?c\+\+ -dM -E -c
/usr/share/cmake-\S+/Modules/CMakeCXXCompilerABI\.cpp};|
|but the additional "||-std=gnu++20" is found, which causes the
exception regex not to be triggered: could you please change the
mentioned line in bin/blhc to allow for optional arguments between
"/usr/lib/ccache/c++" and "-dM"?|
|As and additional info, blhc output with reported errors is found at [2].|
|Thank you for maintaining blhc, kind regards|
|Marco|
[1] https://salsa.debian.org/tiol/calindori/-/jobs/4543371#L2180
[2] https://salsa.debian.org/tiol/calindori/-/jobs/4543380