Re: Mass Bug Filing: Doxygen Group Commands (was: Search content (.h files) of all (-dev) packages?)

2021-11-29 Thread Alexander Traud
> mass-bug-filing against the ones that FTBFS Thanks for the idea. Fails To Build From Source. Although not tested, I guess, not one (-doc) package will fail to build. Doxygen simply ignores group commands in standard comments by now. Doxygen requires everything to be in a Special Comment

Re: Search content (.h files) of all (-dev) packages?

2021-11-29 Thread Alexander Traud
> upstream .. issue Paolo, thanks for watching. Doxygen works as expected. In the past, it accepted group commands without being in a "special comment section". Since version 1.8.16, Doxygen requires a "special comment section". Again, as designed, Doxygen does not see those group commands

Re: Search content (.h files) of all (-dev) packages?

2021-11-14 Thread Paolo Greppi
I Alexander, Il 12/11/21 11:58, Alexander Traud ha scritto: Thank you so much. Both helped. For another project, I am going for the -dev package content. For this issue here, the source turned out to be much easier. The result is a bit astonishing. I have not checked for false positives yet.

Re: Search content (.h files) of all (-dev) packages?

2021-11-14 Thread Stefano Rivera
Hi Alexander (2021.11.12_10:58:19_+) > The result is a bit astonishing. I have not checked for false positives yet. > But the initial search gave 650 affected source packages. I expected perhaps > 15 packages, which I fix then. However, that is 2.5% of the actual amount, 40 > times more

Re: Search content (.h files) of all (-dev) packages?

2021-11-12 Thread Alexander Traud
Thank you so much. Both helped. For another project, I am going for the -dev package content. For this issue here, the source turned out to be much easier. The result is a bit astonishing. I have not checked for false positives yet. But the initial search gave 650 affected source packages. I

Re: Search content (.h files) of all (-dev) packages?

2021-11-11 Thread Paul Wise
On Thu, 2021-11-11 at 19:13 +0100, Adam Borowski wrote: > wget http://ftp.debian.org/debian/dists/sid/main/Contents-amd64.gz > apt download `zgrep '\.h ' Contents-amd64.gz |rev|cut -d/ -f1|rev|sort|uniq` An alternative to wget and zgrep is apt-file: apt download $(apt-file search -lx '\.h$')

Re: Search content (.h files) of all (-dev) packages?

2021-11-11 Thread Adam Borowski
On Thu, Nov 11, 2021 at 04:27:47PM +0100, Alexander Traud wrote: > Question: Exists an (easy) way to 'grep' all headers files of all packages in > Debian? Codesearch indexes 퐬퐨퐮퐫퐜퐞 packages, it sounds like you want binaries. wget http://ftp.debian.org/debian/dists/sid/main/Contents-amd64.gz apt

Re: Search content (.h files) of all (-dev) packages?

2021-11-11 Thread Jeremy Stanley
On 2021-11-11 16:27:47 +0100 (+0100), Alexander Traud wrote: [...] > Question: Exists an (easy) way to 'grep' all headers files of all > packages in Debian? [...] That may be possible with https://codesearch.debian.net/ though you'll probably want to fiddle with the filetype and maybe package

Re: Search content (.h files) of all (-dev) packages?

2021-11-11 Thread Alberto Luaces
Alexander Traud writes: > Question: Exists an (easy) way to 'grep' all headers files of all packages in > Debian? Does https://codesearch.debian.net help? -- Alberto signature.asc Description: PGP signature

Search content (.h files) of all (-dev) packages?

2021-11-11 Thread Alexander Traud
Recently, I stumbled over a change in Doxygen [1][2][3] which broke the online documentation of a project, I had to use. The fix is easy. However, realizing the issue is not easy (no error, warning, just subtle glitches in the docs). Long story short, I grepped all -dev packages and their