Message ID | 20210622051202.4155709-1-siddhesh@sourceware.org |
---|---|
Headers | show |
Series | gconv configuration parsing cleanups | expand |
I'm now getting an assertion failure on all big-endian platforms. https://build.opensuse.org/package/live_build_log/home:Andreas_Schwab:glibc/glibc:testsuite/p/ppc https://build.opensuse.org/package/live_build_log/home:Andreas_Schwab:glibc/glibc:testsuite/p/ppc64 https://build.opensuse.org/package/live_build_log/home:Andreas_Schwab:glibc/glibc:testsuite/s/s390x msgfmt: gconv_builtin.c:70: __gconv_get_builtin_trans: Assertion `cnt < sizeof (map) / sizeof (map[0])' failed. Andreas.
On 6/24/21 2:16 PM, Andreas Schwab wrote: > I'm now getting an assertion failure on all big-endian platforms. > > https://build.opensuse.org/package/live_build_log/home:Andreas_Schwab:glibc/glibc:testsuite/p/ppc > https://build.opensuse.org/package/live_build_log/home:Andreas_Schwab:glibc/glibc:testsuite/p/ppc64 > https://build.opensuse.org/package/live_build_log/home:Andreas_Schwab:glibc/glibc:testsuite/s/s390x > > msgfmt: gconv_builtin.c:70: __gconv_get_builtin_trans: Assertion `cnt < sizeof (map) / sizeof (map[0])' failed. I'll take a look. Were you able to figure out which of the tests threw this assertion? Thanks, Siddhesh
On Jun 24 2021, Siddhesh Poyarekar wrote: > I'll take a look. Were you able to figure out which of the tests threw > this assertion? It's msgfmt. Andreas.
On 6/24/21 2:53 PM, Andreas Schwab wrote: > On Jun 24 2021, Siddhesh Poyarekar wrote: > >> I'll take a look. Were you able to figure out which of the tests threw >> this assertion? > > It's msgfmt. Ahh, so it's failing in the installed glibc, i.e. you mean the installed glibc has these patches already? I'll see if I can reproduce this in Fedora. Siddhesh
On Jun 24 2021, Siddhesh Poyarekar wrote: > Ahh, so it's failing in the installed glibc, i.e. you mean the installed > glibc has these patches already? Yes, the testsuite build is run with the just built glibc in the build environment. I couldn't reproduce the error with the testrun.sh script. Andreas.
On 6/24/21 9:16 PM, Andreas Schwab wrote: > On Jun 24 2021, Siddhesh Poyarekar wrote: > >> Ahh, so it's failing in the installed glibc, i.e. you mean the installed >> glibc has these patches already? > > Yes, the testsuite build is run with the just built glibc in the build > environment. I couldn't reproduce the error with the testrun.sh script. Me neither, even with bare elf/ld.so so that it picks the system gconv_path. I've got a build going now, so I'll see what I can find. Siddhesh