[Git][glibc-team/glibc][sid] debian/debhelper.in/libc-bin.{install,lintian-overrides}: move ldconfig to /usr/sbin.

2024-05-07 Thread Aurelien Jarno (@aurel32)


Aurelien Jarno pushed to branch sid at GNU Libc Maintainers / glibc


Commits:
ad27ea00 by Aurelien Jarno at 2024-05-07T22:16:25+02:00
debian/debhelper.in/libc-bin.{install,lintian-overrides}: move ldconfig to 
/usr/sbin.

- - - - -


3 changed files:

- debian/changelog
- debian/debhelper.in/libc-bin.install
- debian/debhelper.in/libc-bin.lintian-overrides


View it on GitLab: 
https://salsa.debian.org/glibc-team/glibc/-/commit/ad27ea0027dcd9b5840ff482fca0818b8e587791

-- 
View it on GitLab: 
https://salsa.debian.org/glibc-team/glibc/-/commit/ad27ea0027dcd9b5840ff482fca0818b8e587791
You're receiving this email because of your account on salsa.debian.org.




[Git][glibc-team/glibc][sid] 3 commits: debian/rules: build with gcc-13.

2024-05-07 Thread Aurelien Jarno (@aurel32)


Aurelien Jarno pushed to branch sid at GNU Libc Maintainers / glibc


Commits:
21566f39 by Aurelien Jarno at 2024-05-06T23:25:04+02:00
debian/rules: build with gcc-13.

- - - - -
06b753ee by Aurelien Jarno at 2024-05-06T23:25:57+02:00
debian/tests/control: re-enable autopkgtest on arm64, the memory consumption 
should be lower with gcc-13.

- - - - -
b6da6761 by Aurelien Jarno at 2024-05-07T21:21:34+02:00
debian/testsuite-xfail-debian.mk: remove now fixed riscv64 XFAILs.

- - - - -


5 changed files:

- debian/changelog
- debian/control
- debian/rules
- debian/tests/control
- debian/testsuite-xfail-debian.mk


View it on GitLab: 
https://salsa.debian.org/glibc-team/glibc/-/compare/6dce903796b8feb717ce9b30c8da56f82946c465...b6da676101726f0a8a72e5e9be61631754eafad7

-- 
View it on GitLab: 
https://salsa.debian.org/glibc-team/glibc/-/compare/6dce903796b8feb717ce9b30c8da56f82946c465...b6da676101726f0a8a72e5e9be61631754eafad7
You're receiving this email because of your account on salsa.debian.org.




Bug#1070668: Processed: glibc: packages FTBFS caused by vector math library header on arm64

2024-05-07 Thread Simon Chopin
As the one who reported the issue in the glibc upstream tracker, I'm now
of the opinion it's not a glibc bug, but rather issues with the
individual packages that are now FTBFS. As far as I know, this is either
a parser pretending to be GCC without implementing all the GCC features
(e.g. aspectc++), and/or a compiler targetting another platform while
still using the system headers (e.g. rocm-hipamd).