Re: Bug#1133247: libini-config-dev has an undeclared file conflict on /usr/include/ref_array.h
Simon Josefsson <[email protected]>
| Newsgroups | gmane.linux.debian.devel.general |
|---|---|
| Message-ID | <[email protected]> |
Paul Gevers <[email protected]> writes: > Hi Simon > > On 5/25/26 16:25, Simon Josefsson wrote: >> Third, some testing migration blocking >> check that ends up visible in the PTS. Maybe the third really ought to >> be implemented anyway. >> But how to implement such a check? > > Helmut and I already exchanged some ideas how to do that. But IIRC > helmut is a bit reluctant to run a service that provides that > information. Yet another service up seems undesirable indeed. Is it really needed? This existing query reveals the problem: https://packages.debian.org/search?lang=en&suite=sid&arch=any&mode=path&searchon=contents&keywords=%2Fusr%2Finclude%2Fref_array.h Iterating that online query over all filenames in a newly built package from a Salsa job seems excessive though. A smaller tool that merely downloads Contents-* files doesn't seem entirely unreasonable? The Contents* files are <<100MB each, which isn't a lot compared to all the rest of network noise during a Salsa build pipeline. Is there a tool that finds file conflicts like this already? This is a fairly simple and basic query. Doesn't 'apt' have something already? jas@frallan:~$ rm Contents-amd64* jas@frallan:~$ wget -nv https://deb.debian.org/debian/dists/testing/main/Contents-amd64.gz 2026-05-25 17:21:52 URL:https://deb.debian.org/debian/dists/testing/main/Contents-amd64.gz [12728599/12728599] -> "Contents-amd64.gz" [1] jas@frallan:~$ gzip -d Contents-amd64.gz jas@frallan:~$ grep usr/include/ref_array.h Contents-amd64 usr/include/ref_array.h libdevel/libini-config-dev jas@frallan:~$ rm Contents-amd64* jas@frallan:~$ wget -nv https://deb.debian.org/debian/dists/trixie/main/Contents-amd64.gz 2026-05-25 17:22:35 URL:https://deb.debian.org/debian/dists/trixie/main/Contents-amd64.gz [12616459/12616459] -> "Contents-amd64.gz" [1] jas@frallan:~$ gzip -d Contents-amd64.gz jas@frallan:~$ grep usr/include/ref_array.h Contents-amd64 usr/include/ref_array.h libdevel/libref-array-dev jas@frallan:~$ /Simon
signature.asc
(application/pgp-signature, 1.2 KB)
-----BEGIN PGP SIGNATURE----- iQNoBAEWCgMQFiEEo8ychwudMQq61M8vUXIrCP5HRaIFAmoUangUHHNpbW9uQGpv c2Vmc3Nvbi5vcmfCHCYAmDMEXJLOtBYJKwYBBAHaRw8BAQdACIcrZIvhrxDBkK9f V+QlTmXxo2naObDuGtw58YaxlOu0JVNpbW9uIEpvc2Vmc3NvbiA8c2ltb25Aam9z ZWZzc29uLm9yZz6IlgQTFggAPgIbAwULCQgHAgYVCAkKCwIEFgIDAQIeAQIXgBYh BLHSvRN1vst4TPT4xNc89jjFPAa+BQJp4fWRBQkOa+rdAAoJENc89jjFPAa+hWIA /1lQvrJeGlQq50lP6tm99D1zDy7J1tQ3ha4x0Jx7rkFTAP9hpUKuTvm6m1fXyiZV YZlu2+Id/Dq3CIAZvNF+XEr2BLgzBFySz4EWCSsGAQQB2kcPAQEHQOxTCIOaeXAx I2hIX4HK9bQTpNVei708oNr1Klm8qCGKiPUEGBYIACYCGwIWIQSx0r0Tdb7LeEz0 +MTXPPY4xTwGvgUCaeCW1wUJDmqLVgCBdiAEGRYIAB0WIQSjzJyHC50xCrrUzy9R cisI/kdFogUCXJLPgQAKCRBRcisI/kdFoqdMAQCgH45aseZgIrwKOvUOA9QfsmeE 8GZHYNuFHmM9FEQS6AD6A4x5aYvoY6lo98pgtw2HPDhmcCXFItjXCrV4A0GmJA4J ENc89jjFPAa+s7AA+gIIHpBApDpcDj1sKhzDngmpvwQf0VkHme6s+EG7qSgpAQDe /XMrU0c0Pa3ji85cMqZhvzJOFI/soe662lzL0QY3Bbg4BFySz2oSCisGAQQBl1UB BQEBB0AxlRumDW6nZY7A+VCfek9VpEx6PJmdJyYPt3lNHMd6HAMBCAeIfgQYFggA JgIbDBYhBLHSvRN1vst4TPT4xNc89jjFPAa+BQJp4JbXBQkOaottAAoJENc89jjF PAa+RNUA/2faQO/nFT06E+MlhlQdo/0chlQXC5TZMPTVvVBFwoLOAP9xLJK0ow5E jTzYJB4K810AL/Iv6PEOAEgA4cPTHVlbCQAKCRBRcisI/kdFov99APoCh7qXY4NI oPZ5AqmFMysgdEbG3rlkCZZKUIsyJILNuQD/SG8T4+azy6tDMc/7RIa+pt3mV+my wwKJshQ1Lp8mGA8= =KA/r -----END PGP SIGNATURE-----