Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 922391 - app-emulation/protontricks-1.10.5 fails tests (MUSL-SYSTEM): subprocess.CalledProcessError: Command ldconfig, -XNv] returned non-zero exit status 1
Summary: app-emulation/protontricks-1.10.5 fails tests (MUSL-SYSTEM): subprocess.Calle...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Marek Szuba
URL:
Whiteboard:
Keywords: TESTFAILURE
Depends on:
Blocks:
 
Reported: 2024-01-18 14:48 UTC by Agostino Sarubbo
Modified: 2024-04-07 15:22 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments
build.log (build.log,136.62 KB, text/plain)
2024-01-18 14:48 UTC, Agostino Sarubbo
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Agostino Sarubbo gentoo-dev 2024-01-18 14:48:28 UTC
https://blogs.gentoo.org/ago/2020/07/04/gentoo-tinderbox/

Issue: app-emulation/protontricks-1.10.5 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 2024-01-18 14:48:31 UTC
Created attachment 882533 [details]
build.log

build log and emerge --info
Comment 2 Agostino Sarubbo gentoo-dev 2024-01-18 14:48:32 UTC
Error(s) that match a know pattern in addition to what has been reported in the summary:


E               subprocess.CalledProcessError: Command '['/sbin/ldconfig', '-XNv']' returned non-zero exit status 1.
FAILED tests/cli/test_main.py::TestCLIRun::test_run_background_wineserver_toggle[args1-False] - subprocess.CalledProcessError: Command '['/sbin/ldconfig', '-XNv']' returne...
FAILED tests/cli/test_main.py::TestCLIRun::test_run_background_wineserver_toggle[args3-True] - subprocess.CalledProcessError: Command '['/sbin/ldconfig', '-XNv']' returne...
FAILED tests/cli/test_main.py::TestCLIRun::test_run_winetricks_steam_runtime_v2_no_bwrap - subprocess.CalledProcessError: Command '['/sbin/ldconfig', '-XNv']' returne...
Comment 3 Larry the Git Cow gentoo-dev 2024-04-07 15:22:42 UTC
The bug has been closed via the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b7bc253350babe529a09c417efd240e04d6bb268

commit b7bc253350babe529a09c417efd240e04d6bb268
Author:     Marek Szuba <marecki@gentoo.org>
AuthorDate: 2024-04-07 15:18:22 +0000
Commit:     Marek Szuba <marecki@gentoo.org>
CommitDate: 2024-04-07 15:22:26 +0000

    profiles/features/musl: mask app-emulation/protontricks
    
    It's a helper tool for Steam. Steam does not, and likely never will
    according to upstream, support musl. As such, no point in even trying to
    switch from 'ldconfig -XNv' to something supported by musl for
    retrieving the host library path.
    
    Closes: https://bugs.gentoo.org/922391
    Signed-off-by: Marek Szuba <marecki@gentoo.org>

 profiles/features/musl/package.mask | 7 +++++++
 1 file changed, 7 insertions(+)