On Thu, 14 May 2026 01:03:00 +0200 Gioele Barabucci <[email protected]>
wrote:
Many different files show this issue, but it easiest to spot in
/usr/share/qt6/doc/qtnetwork.qch:
```
-INSERT INTO IndexTable
VALUES(975,'finished','QDnsLookup::finished',1,46,'error-prop');
+INSERT INTO IndexTable
VALUES(975,'finished','QDnsLookup::finished',1,46,'errorString-prop');
```
This issue can be reproduced in two ways: by building under the
<nocheck> profile (`sbuild --profiles=nocheck`), or by building the
arch-all packages in isolation (`sbuild --no-arch-any --arch-all`). In
both cases `dh_auto_test` will be skipped and `ninja test` will not be run.
This issue also shows up (sometimes, and in a slightly different way)
when rebuilding the full set of packages. In this case the the
`authenticData` property replaces `error`.
```
INSERT INTO IndexTable
VALUES(974,'fileMetaData','QNetworkDiskCache::fileMetaData',1,100,'fileMetaData');
-INSERT INTO IndexTable
VALUES(975,'finished','QDnsLookup::finished',1,46,'error-prop');
+INSERT INTO IndexTable
VALUES(975,'finished','QDnsLookup::finished',1,46,'authenticData-prop');
INSERT INTO IndexTable
VALUES(976,'finished','QNetworkAccessManager::finished',1,88,'finished');
```
Regards,
--
Gioele Barabucci