Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 880191

Summary: sys-devel/binutils: fails tests on musl amd64
Product: Gentoo Linux Reporter: Agostino Sarubbo <ago>
Component: Current packagesAssignee: Gentoo Toolchain Maintainers <toolchain>
Status: CONFIRMED ---    
Severity: normal Keywords: TESTFAILURE
Priority: Normal    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---
Bug Depends on:    
Bug Blocks: 868111    
Attachments: build.log

Description Agostino Sarubbo gentoo-dev 2022-11-07 10:59:03 UTC
https://blogs.gentoo.org/ago/2020/07/04/gentoo-tinderbox/

Issue: sys-devel/binutils-2.39-r4 fails tests (MUSL-SYSTEM).
Discovered on: amd64 (internal ref: tinderbox_musl)

NOTE:
(MUSL-SYSTEM) in the summary means that bug was found on a machine that runs MUSL libc but this bug MAY or MAY NOT BE related to musl.
Comment 1 Agostino Sarubbo gentoo-dev 2022-11-07 10:59:06 UTC
Created attachment 828369 [details]
build.log

build log and emerge --info
Comment 2 Agostino Sarubbo gentoo-dev 2022-11-07 10:59:07 UTC
Error(s) that match a know pattern:


FAIL: Build dt-relr-glibc-1b.so
FAIL: PIE preinit array
FAIL: Run pr2404
FAIL: Run pr2404 with PIE
FAIL: Run pr2404 with PIE (-z now)
FAIL: Run pr2404n
FAIL: Run pr25749-1bb (-no-pie -fno-PIE)
FAIL: Run pr25749-1bb (-pie -fPIE)
FAIL: Run pr25749-2ab (-no-pie -fno-PIE)
FAIL: Run pr25749-2ab (-pie -fPIE)
FAIL: Run with libpr19553c.so
FAIL: Static PIE preinit array
FAIL: ar with versioned solib
FAIL: pr26580-4
FAIL: pr28639a.o
FAIL: preinit array
FAIL: static preinit array
FAIL: vers16
else echo "WARNING: could not find \`runtest'" 1>&2; :;\
else echo "WARNING: could not find \`runtest'" 1>&2; :;\n
Comment 3 Sam James archtester Gentoo Infrastructure gentoo-dev Security 2023-08-03 20:29:37 UTC
How about 2.41?
Comment 4 Sam James archtester Gentoo Infrastructure gentoo-dev Security 2023-08-18 07:45:32 UTC
(In reply to Sam James from comment #3)
> How about 2.41?

Still rough. Building from git outside of portage:
```
$ ld/ld-new --version | head -1
GNU ld (GNU Binutils) 2.41.50.20230818

$ grep ^FAIL ld/ld.log
FAIL: Build dt-relr-glibc-1b.so
FAIL: preinit array
FAIL: PIE preinit array
FAIL: Static PIE preinit array
FAIL: static preinit array
FAIL: Run with libpr19553c.so
FAIL: Run pr25749-1bb (-no-pie -fno-PIE)
FAIL: Run pr25749-1bb (-pie -fPIE)
FAIL: Run pr25749-2ab (-no-pie -fno-PIE)
FAIL: Run pr25749-2ab (-pie -fPIE)
FAIL: Run pr2404
FAIL: Run pr2404n
FAIL: pr26580-4
FAIL: Run pr2404 with PIE
FAIL: Run pr2404 with PIE (-z now)
FAIL: vers16
```