On 2026-03-23 20:44:51 +0100, Paul Gevers wrote:
> Hi
>
> On 3/18/26 23:32, Sebastian Ramacher wrote:
> > Go ahead
>
> I'm slightly worried about the dolfin autopkgtest after the binNMU [1], as I
> think it's trying to check for its abi (but I could be wrong):
>
> https://ci.debian.net/packages/d/dolphin/unstable/amd64/69713934/
>
> 102s dh_acc: error: abi-compliance-checker -q -l libdolphinvcs-dev -v1
> 4:25.12.1-1 -dump debian/libdolphinvcs-dev.acc -dump-path
> debian/libdolphinvcs-dev/usr/lib/x86_64-linux-gnu/dh-acc/libdolphinvcs-dev_4:25.12.1-1.abi.tar.gz
> returned exit code 6
>
> Does that worry anyone?
Not really. It's abi-checker failing:
The GCC parameters:
gcc -fdump-lang-raw -fkeep-inline-functions -c -x c++ -fpermissive -w -fPIC
-I/usr/lib/x86_64-linux-gnu/qt5/mkspecs/common/posix/ "/tmp/_LCZ3A3J1M/dump1.h"
-I/usr/include/x86_64-linux-gnu/qt6 -I/usr/include/x86_64-linux-gnu/qt6/QtGui
-I/usr/include/x86_64-linux-gnu/qt6/QtCore
/tmp/_LCZ3A3J1M/dump1.h:9:13: error: expected identifier before 'const'
9 | namespace const{typedef int tmp_add_type_1;}
| ^~~~~
/tmp/_LCZ3A3J1M/dump1.h:9:18: error: expected unqualified-id before '{' token
9 | namespace const{typedef int tmp_add_type_1;}
| ^
/tmp/_LCZ3A3J1M/dump1.h:10:10: error: 'tmp_add_type_1' in namespace '::' does
not name a type
10 | const::tmp_add_type_1 tmp_add_func_1(){return 0;};
| ^~~~~~~~~~~~~~
Also note the qt5 paths in the command line. This will need a fix in
dolphin.
Cheers
> Paul
>
> [1] also visible in the excuses [2] for the binNMU itself
> [2] https://release.debian.org/britney/update_excuses.html
--
Sebastian Ramacher