Source: kdiagram Version: 2.8.0-1 Severity: serious Justification: nocheck ftbfs is serious since trixie Tags: ftbfs trixie sid
Hi, kdiagram fails to build from source when built with the nocheck build profile. A build ends as follows: | dh_makeshlibs -a | dpkg-gensymbols: error: some symbols or patterns disappeared in the symbols file: see diff output below | dpkg-gensymbols: warning: debian/libkgantt2/DEBIAN/symbols doesn't match completely debian/libkgantt2.symbols | --- debian/libkgantt2.symbols (libkgantt2_2.8.0-1_amd64) | +++ dpkg-gensymbolsWmP1Ng 2024-11-05 09:30:11.036325593 +0000 | @@ -1,15 +1,15 @@ | libKGantt.so.2 libkgantt2 #MINVER# | * Build-Depends-Package: libkgantt-dev | - _ZN4KDAB8UnitTest12TestRegistry14deleteInstanceEv@Base 2.6.0 | - _ZN4KDAB8UnitTest12TestRegistry19registerTestFactoryEPKNS0_11TestFactoryEPKc@Base 2.6.0 | - _ZN4KDAB8UnitTest12TestRegistry5mSelfE@Base 2.6.0 | - _ZN4KDAB8UnitTest12TestRegistry8instanceEv@Base 2.6.0 | - _ZN4KDAB8UnitTest12TestRegistryC1Ev@Base 2.6.0 | - _ZN4KDAB8UnitTest12TestRegistryC2Ev@Base 2.6.0 | - _ZN4KDAB8UnitTest12TestRegistryD1Ev@Base 2.6.0 | - _ZN4KDAB8UnitTest12TestRegistryD2Ev@Base 2.6.0 | - _ZN4KDAB8UnitTest6RunnerD1Ev@Base 2.6.0 | - _ZN4KDAB8UnitTest6RunnerD2Ev@Base 2.6.0 | +#MISSING: 2.8.0-1# _ZN4KDAB8UnitTest12TestRegistry14deleteInstanceEv@Base 2.6.0 | +#MISSING: 2.8.0-1# _ZN4KDAB8UnitTest12TestRegistry19registerTestFactoryEPKNS0_11TestFactoryEPKc@Base 2.6.0 | +#MISSING: 2.8.0-1# _ZN4KDAB8UnitTest12TestRegistry5mSelfE@Base 2.6.0 | +#MISSING: 2.8.0-1# _ZN4KDAB8UnitTest12TestRegistry8instanceEv@Base 2.6.0 | +#MISSING: 2.8.0-1# _ZN4KDAB8UnitTest12TestRegistryC1Ev@Base 2.6.0 | +#MISSING: 2.8.0-1# _ZN4KDAB8UnitTest12TestRegistryC2Ev@Base 2.6.0 | +#MISSING: 2.8.0-1# _ZN4KDAB8UnitTest12TestRegistryD1Ev@Base 2.6.0 | +#MISSING: 2.8.0-1# _ZN4KDAB8UnitTest12TestRegistryD2Ev@Base 2.6.0 | +#MISSING: 2.8.0-1# _ZN4KDAB8UnitTest6RunnerD1Ev@Base 2.6.0 | +#MISSING: 2.8.0-1# _ZN4KDAB8UnitTest6RunnerD2Ev@Base 2.6.0 | _ZN6KGantt10Constraint10setDataMapERK4QMapIi8QVariantE@Base 2.6.0 | _ZN6KGantt10Constraint7setDataEiRK8QVariant@Base 2.6.0 | _ZN6KGantt10ConstraintC1ERK11QModelIndexS3_NS0_4TypeENS0_12RelationTypeERK4QMapIi8QVariantE@Base 2.6.0 | @@ -399,9 +399,9 @@ | _ZN6KGantt6LegendD0Ev@Base 2.6.0 | _ZN6KGantt6LegendD1Ev@Base 2.6.0 | _ZN6KGantt6LegendD2Ev@Base 2.6.0 | - _ZNK4KDAB8UnitTest12TestRegistry3runEPKc@Base 2.6.0 | - _ZNK4KDAB8UnitTest12TestRegistry3runEv@Base 2.6.0 | - _ZNK4KDAB8UnitTest6Runner3runEPKc@Base 2.6.0 | +#MISSING: 2.8.0-1# _ZNK4KDAB8UnitTest12TestRegistry3runEPKc@Base 2.6.0 | +#MISSING: 2.8.0-1# _ZNK4KDAB8UnitTest12TestRegistry3runEv@Base 2.6.0 | +#MISSING: 2.8.0-1# _ZNK4KDAB8UnitTest6Runner3runEPKc@Base 2.6.0 | _ZNK6KGantt10Constraint10startIndexEv@Base 2.6.0 | _ZNK6KGantt10Constraint12relationTypeEv@Base 2.6.0 | _ZNK6KGantt10Constraint14compareIndexesERKS0_@Base 2.6.0 | dh_makeshlibs: error: failing due to earlier errors | make: *** [debian/rules:6: binary] Error 25 | dpkg-buildpackage: error: debian/rules binary subprocess returned exit status 2 Helmut