Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 833996 - app-text/dos2unix-7.5.1 calls commands that do not exist
Summary: app-text/dos2unix-7.5.1 calls commands that do not exist
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal
Assignee: Gentoo Shell Tools project
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2022-02-24 14:30 UTC by Agostino Sarubbo
Modified: 2024-09-29 16:23 UTC (History)
1 user (show)

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


Attachments
build.log (build.log,64.74 KB, text/plain)
2022-02-24 14:30 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 2022-02-24 14:30:19 UTC
https://blogs.gentoo.org/ago/2020/07/04/gentoo-tinderbox/

Issue: app-text/dos2unix-7.4.2 calls commands that do not exist.
Discovered on: amd64 (internal ref: tinderbox_musl)

NOTE:
This machine uses MUSL libc
Please look for 'command not found' and/or 'no such file or directory'.
Comment 1 Agostino Sarubbo gentoo-dev 2022-02-24 14:30:21 UTC
Created attachment 765769 [details]
build.log

build log and emerge --info
Comment 2 Mike Gilbert gentoo-dev 2022-02-25 16:12:30 UTC
From the log:

./chk_loc.sh: line 11: locale: command not found

musl doesn't provide a "locale" command. The error seems harmless.

I would close as WONTFIX.
Comment 3 Agostino Sarubbo gentoo-dev 2022-08-06 10:20:23 UTC
tinderbox_musl has reproduced this issue with version 7.4.3 - Updating summary.
Comment 4 Agostino Sarubbo gentoo-dev 2023-03-09 08:00:01 UTC
tinderbox_musl has reproduced this issue with version 7.4.4 - Updating summary.
Comment 5 Agostino Sarubbo gentoo-dev 2024-01-20 11:47:17 UTC
tinderbox_musl has reproduced this issue with version 7.5.1 - Updating summary.
Comment 6 Larry the Git Cow gentoo-dev 2024-09-29 16:23:53 UTC
The bug has been closed via the following commit(s):

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

commit c602d5854eb775dc7cbadab688a4a5374d71254e
Author:     Arthur Zamarin <arthurzam@gentoo.org>
AuthorDate: 2024-09-29 16:18:01 +0000
Commit:     Arthur Zamarin <arthurzam@gentoo.org>
CommitDate: 2024-09-29 16:23:37 +0000

    app-text/dos2unix: fix tests on musl
    
    The `locale` binary is called during tests (not compile). On glibc
    supplied by glibc, but not part of musl, so we need musl-locales.
    
    Closes: https://bugs.gentoo.org/833996
    Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>

 app-text/dos2unix/dos2unix-7.5.2.ebuild | 1 +
 1 file changed, 1 insertion(+)