[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: coreutils-9.1.198-e68b1.tar.xz on Linux/ia64
From: |
Pádraig Brady |
Subject: |
Re: coreutils-9.1.198-e68b1.tar.xz on Linux/ia64 |
Date: |
Sat, 18 Mar 2023 21:06:24 +0000 |
User-agent: |
Mozilla/5.0 (X11; Linux x86_64; rv:109.0) Gecko/20100101 Thunderbird/109.0 |
On 16/03/2023 20:30, Sam James wrote:
# grep -rsin "FAIL:"
/var/tmp/portage/sys-apps/coreutils-9.1_p20230313/temp/build.log
8558:# XFAIL: 0
8559:# FAIL: 1
13115:FAIL: tests/misc/od-multiple-t
41997:# XFAIL: 0
41998:# FAIL: 1
43092:# XFAIL: 0
43093:# FAIL: 0
The relevant part from the log seems to be:
```
+ echo fL fD 0
+ for format2 in $list
+ od -An -tfLz -tfLz in
Fatal glibc error: printf_fp.c:501 (__printf_fp_buffer_1): assertion
failed: cy == 1 || (p.frac[p.fracsize - 2] == 0 && p.frac[0] == 0)
./tests/misc/od-multiple-t.sh: line 31: 37129 Aborted od
-An -t${format1}z -t${format2}z in > out-raw
+ fail=1
++ wc -c
++ head -n1 out-raw
+ linewidth=0
++ wc -l
+ linecount=0
```
I've put the full tests/misc/od-multiple-t.log at
http://sprunge.us/63cjn7.
Interesting.
That seems to be a glibc bug triggered by the test.
Probably best to report that to glibc folks.
cheers,
Pádraig