Bug#1078371: Type missmatch, does not work on all architectures

2024-08-10 Thread Petter Reinholdtsen
[Bastian Blank] > qsort is called with "struct item **", so cmpaddr always gets "struct > item *". > > | struct item **itemlist; > | qsort(itemlist, n, sizeof(itemlist[0]), cmpaddr); > > But it interprets them as "const struct network *", not even as "const > struct addr *" as the name might imply.

Processed: bump severity of openjdk 21 FTBFS bugs

2024-08-10 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org: > severity 1052570 serious Bug #1052570 [src:jlapack] jlapack: FTBFS with OpenJDK 21 due to unsupported javac source/target level 7 Severity set to 'serious' from 'important' > severity 1052574 serious Bug #1052574 [src:geotranz] geotranz: FTBFS wi

Processed: Re: Bug#1075586: trickle: ftbfs with GCC-14

2024-08-10 Thread Debian Bug Tracking System
Processing control commands: > tag 1075586 patch Bug #1075586 [src:trickle] trickle: ftbfs with GCC-14 Ignoring request to alter tags of bug #1075586 to the same tags previously set > forwarded 1075586 > https://github.com/mariusae/trickle/issues/34#issuecomment-2134139388 Bug #1075586 [src:trick

Processed: Re: Bug#1075586: trickle: ftbfs with GCC-14

2024-08-10 Thread Debian Bug Tracking System
Processing control commands: > tag 1075586 patch Bug #1075586 [src:trickle] trickle: ftbfs with GCC-14 Added tag(s) patch. > forwarded 1075586 > https://github.com/mariusae/trickle/issues/34#issuecomment-2134139388 Bug #1075586 [src:trickle] trickle: ftbfs with GCC-14 Set Bug forwarded-to-address

Bug#1075586: trickle: ftbfs with GCC-14

2024-08-10 Thread Florian Ernst
Control: tag 1075586 patch Control: forwarded 1075586 https://github.com/mariusae/trickle/issues/34#issuecomment-2134139388 On Wed, Jul 03, 2024 at 12:46:27PM +, Matthias Klose wrote: > [...] > xdr.c: In function ‘xdr_msg’: > xdr.c:106:32: error: passing argument 5 of ‘xdr_union’ from incompa

Bug#1078371: Type missmatch, does not work on all architectures

2024-08-10 Thread Bastian Blank
Hi I just looked at this bug and I wonder if nslint works correctly at all. There are type mismatches in this exact mentioned spot. qsort is called with "struct item **", so cmpaddr always gets "struct item *". | struct item **itemlist; | qsort(itemlist, n, sizeof(itemlist[0]), cmpaddr); But it

Bug#1078421: Removal of writeapi from siteinfo outout in upstream MediaWiki breaks mwclient

2024-08-10 Thread Taavi Väänänen
Package: python3-mwclient Severity: important Owner: Taavi Väänänen Tags: upstream Upstream MediaWiki is trying to drop the 'writeapi' flag in the siteinfo API output as a part of [0]. This has been always 'true' for the past several years, but mwclient still always checks it and throws an error