Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 818898 - app-eselect/eselect-awk: doesn't allow zstd-compressed man pages
Summary: app-eselect/eselect-awk: doesn't allow zstd-compressed man pages
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal
Assignee: Gentoo's Team for Core System packages
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2021-10-19 09:49 UTC by Sam James
Modified: 2022-10-10 19:25 UTC (History)
0 users

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


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Sam James archtester Gentoo Infrastructure gentoo-dev Security 2021-10-19 09:49:24 UTC
Currently:
>        rm -f "${EROOT}"/usr/share/man/man1/awk.1{,.bz2,.gz,lzma,.xz,.lz}
>        for x in .1{,.gz,.bz2,.lzma,.xz,.lz}; do

We need .zst in there too, otherwise one gets:

# eselect awk set 1
Couldn't find a man page for gawk; skipping.

Similar to bug 723322.
Comment 1 Larry the Git Cow gentoo-dev 2022-10-10 19:25:28 UTC
The bug has been closed via the following commit(s):

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

commit 69b41731e5414df5960c9b48cacfb6bce2be769b
Author:     Sam James <sam@gentoo.org>
AuthorDate: 2022-10-10 19:16:23 +0000
Commit:     Sam James <sam@gentoo.org>
CommitDate: 2022-10-10 19:16:31 +0000

    app-eselect/eselect-awk: add 0.4
    
    Closes: https://bugs.gentoo.org/818898
    Signed-off-by: Sam James <sam@gentoo.org>

 app-eselect/eselect-awk/Manifest               |  1 +
 app-eselect/eselect-awk/eselect-awk-0.4.ebuild | 17 +++++++++++++++++
 2 files changed, 18 insertions(+)