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

Bug 772986

Summary: app-shells/bash-4.3_p48-r2 calls commands that do not exist
Product: Gentoo Linux Reporter: Agostino Sarubbo <ago>
Component: Current packagesAssignee: Gentoo's Team for Core System packages <base-system>
Status: CONFIRMED ---    
Severity: normal CC: kfm
Priority: Normal Keywords: TESTFAILURE
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---
Attachments: build.log

Description Agostino Sarubbo gentoo-dev 2021-02-26 08:06:29 UTC
https://blogs.gentoo.org/ago/2020/07/04/gentoo-tinderbox/

Issue: app-shells/bash-4.3_p48-r2 calls commands that do not exist.
Discovered on: amd64 (internal ref: tinderbox)

NOTE:
Please look for 'command not found' and/or 'no such file or directory'.
Comment 1 Agostino Sarubbo gentoo-dev 2021-02-26 08:06:32 UTC
Created attachment 688437 [details]
build.log

build log and emerge --info
Comment 2 kfm 2024-05-01 13:55:48 UTC
This is a familiar issue: a test suite that relies in part on the presence of the en_US.UTF-8 locale as a 'universal' means of setting the character type to UTF-8.

Given that Gentoo always offers the C.UTF-8 locale, it might be reasonable for it to monkey-patch some of the tests accordingly. It would also help where musl is the libc.