Re: Willing to test IA64 builds of Debian and kernel with other distributions if needed
Tomáš Glozar <[email protected]> Wed, 11 Oct 2023 16:29:06 +0200
| Newsgroups | gmane.linux.debian.ports.ia64 |
|---|---|
| Message-ID | <CAHtyXDdQ2vCq6jWiHxZ4jea+m9CighCJJkwDc5z8a7n94=Ra6w@mail.gmail.com> |
Hello, =C4=8Dt 28. 9. 2023 v 17:50 odes=C3=ADlatel John Paul Adrian Glaubitz <[email protected]> napsal: > > Well, I talked to Adhemerval from glibc upstream regarding this and he sa= id there > is no chance that these issues are going to be fixed because that would r= equire a > lot of work due to a potential ABI breakage. You would need to find a gli= bc expert > to fix the math failures. > Giving an update on this. The math issues are reported in glibc Bugzilla, see https://sourceware.org/bugzilla/show_bug.cgi?id=3D10163. Me and Frank are currently working on them, they are mostly missing/wrongly implemented functionality in errno handling. After applying the patch by Aurelien from 2009 and some more tweaking, we managed to fix 30 from 201 tests failing in total, and fixes for more are under way. The in-progress patch can be accessed in t2-trunk branch of T2 SDE SVN repository at http://svn.exactcode.de/t2/trunk/package/base/glibc/math-fpu-error-partial-= fix.patch.ia64. Parallel to that is another effort to debug an issue with gcc's CSE algorithm at https://gcc.gnu.org/bugzilla/show_bug.cgi?id=3D111425. We managed to bisect the commit causing the issue, as well as analyze where the segmentation fault is coming from. Tomas