Changes between Version 8 and Version 9 of gcc14-todo


Ignore:
Timestamp:
05/06/2024 03:52:25 PM (2 weeks ago)
Author:
Xi Ruoyao
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • gcc14-todo

    v8 v9  
    6464== aalib (1.4rc5)
    6565
    66 Many issues.
     66**FTBFS**.  Many issues need fix.
    6767
    6868- Run `autoreconf` to regenerate the configure script with modern autoconf.
     
    7474== polkit (124)
    7575
     76**FTBFS** unless disabling test.
     77
    7678- Missing prototype `void print_indent(FILE *, unsigned int);` in `test/mocklibc/src/netgroup.h`
    7779  - Note that stdlib.h is needed for FILE.
     
    7981== accountservice (23.13.9)
    8082
     83**FTBFS**.
     84
    8185- Same issue as polkit.  Note that in accountservice mocklibc is a shipped tarball and it only gets untarred after `meson setup`, so the fix up needs to be placed after `meson setup`.
    8286
    8387== libcddb (1.3.2)
    8488
     89**FTBFS**.
     90
    8591- In `lib/cddb_net.c` `size_t l;` needs to be changed to `socklen_t l;`