Bug 969629

Summary: findutils build failure with last glibc for ppc64le test-isinf abort
Product: [openSUSE] openSUSE Tumbleweed Reporter: Michel Normand <normand>
Component: OtherAssignee: E-mail List <bnc-team-screening>
Status: RESOLVED DUPLICATE QA Contact: E-mail List <qa-bugs>
Severity: Major    
Priority: P5 - None    
Version: Current   
Target Milestone: ---   
Hardware: PowerPC   
OS: Other   
Whiteboard:
Found By: --- Services Priority:
Business Priority: Blocker: ---
Marketing QA Status: --- IT Deployment: ---
Attachments: findutils_test_is_inff_abort.log

Description Michel Normand 2016-03-04 15:49:34 UTC
Created attachment 667837 [details]
findutils_test_is_inff_abort.log

findutils build failure with last glibc  for ppc64le test-isinf abort

as per https://build.opensuse.org/package/live_build_log/openSUSE:Factory:Staging:B/findutils/standard/ppc64le

able to recreate the failure in ppc64le KVM guest
===
osc co  openSUSE:Factory:Staging:B findutils
...
osc build
...
[  135s] ../build-aux/test-driver: line 107: 20174 Aborted                 "$@" > $log_file 2>&1
[  135s] FAIL: test-isinf
===
...
osc chroot
...
Program terminated with signal SIGABRT, Aborted.
#0  0x00003fff7dd1e73c in __GI_raise (sig=<optimized out>) at ../sysdeps/unix/sysv/linux/raise.c:54
54      #  define raise_nothrow raise
(gdb) bt
#0  0x00003fff7dd1e73c in __GI_raise (sig=<optimized out>) at ../sysdeps/unix/sysv/linux/raise.c:54
#1  0x00003fff7dd20844 in __GI_abort () at abort.c:78
#2  0x0000000010000710 in test_isinff () at test-isinf.c:58
#3  main () at test-isinf.c:242
(gdb) q
===
Comment 1 Michel Normand 2016-03-04 16:02:12 UTC
The abort is an assert in related test file
===
$grep -Hn ASSERT ./findutils-4.6.0/tests/test-isinf.c |grep 58:
./findutils-4.6.0/tests/test-isinf.c:58:  ASSERT (isinf (- Infinityf ()));
===

The used glibc in chroot env
===
$rpm -qa |grep glibc
glibc-2.23-3.2.ppc64le
linux-glibc-devel-4.2-3.28.noarch
glibc-locale-2.23-3.2.ppc64le
glibc-debuginfo-2.23-3.2.ppc64le
glibc-devel-2.23-3.2.ppc64le
===
Comment 2 Michel Normand 2016-03-04 16:49:56 UTC
staging:B trial related to glibc request
https://build.opensuse.org/request/show/361243
Comment 3 Andreas Schwab 2016-03-04 19:08:28 UTC
.

*** This bug has been marked as a duplicate of bug 969323 ***