Monday Patch Queue Review update (2024-01-29)

Xi Ruoyao xry111@xry111.site
Mon Jan 29 15:54:20 GMT 2024


On Mon, 2024-01-29 at 09:49 -0500, Carlos O'Donell wrote:
>  * Andreas: Added loongarch failures. There are a lot of them.
>  * Carlos: I wouldn't hold up the release for the failures seen on one
> specific Loongarch system e.g. gcc401.

These seem caused by the Debian-specific "multiarch" directory layout:

xry111@gcc401:~/git-repos/glibc-build$ make test t=misc/tst-gettid-kill
(... ...)
libgcc_s.so.1 must be installed for pthread_cancel to work
make[2]: Leaving directory '/home/xry111/git-repos/glibc/misc'
FAIL: misc/tst-gettid-kill
original exit status 1
Didn't expect signal from child: got `Aborted'

libgcc_s.so.1 is in the "multiarch directory" /usr/lib/loongarch64-
linux-gnu.  With --libdir=/usr/lib/loongarch64-linux-gnu and
libc_cv_slibdir=/usr/lib/loongarch64-linux-gnu this test passes.

Now running make check -j32...

-- 
Xi Ruoyao <xry111@xry111.site>
School of Aerospace Science and Technology, Xidian University


More information about the Libc-alpha mailing list