glibc FTBFS with gcc-10 10.2.0-3ubuntu1
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
glibc (Ubuntu) |
Fix Released
|
Undecided
|
Unassigned |
Bug Description
When testing the next upload merging changes from Debian I've encoundered the following failure:
https:/
...
arm-linux-
'-Wl,-(' /<<PKGBUILDDIR>
/usr/bin/ld: error: /usr/lib/
/usr/bin/ld: failed to merge target specific data of file /usr/lib/
collect2: error: ld returned 1 exit status
make[3]: *** [Makefile:504: /<<PKGBUILDDIR>
...
The same command passed with gcc-9 in the Ubuntu archive:
...
arm-linux-
'-Wl,-(' /<<PKGBUILDDIR>
rm -f /<<PKGBUILDDIR>
mv -f /<<PKGBUILDDIR>
LC_ALL=C \
...
I think libgcc.a should not use VFP register arguments if we still want to allow using -mfloat-abi=soft this way, but I'm also checking a workaround in glibc to not build libc_pic.* so this error would not be hit. (libc-pic is not shipped in Debian anymore and the merge bring this change in to Ubuntu.)
CVE References
Changed in glibc (Ubuntu): | |
status: | New → Invalid |
b-d on g++-10-multilib is missing