Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 704326 - sys-libs/libhugetlbfs-2.22 installs invalid man symlinks
Summary: sys-libs/libhugetlbfs-2.22 installs invalid man symlinks
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Gentoo's Team for Core System packages
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2019-12-30 22:21 UTC by Thomas Arnett
Modified: 2020-09-09 21:43 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 Thomas Arnett 2019-12-30 22:21:26 UTC
With PORTAGE_COMPRESS="", sys-libs/libhugetlbfs installs uncompressed man pages but creates symlinks assuming gzip.

Reproducible: Always




$ equery --no-pipe f libhugetlbfs | grep man3
/usr/share/man/man3
/usr/share/man/man3/free_huge_pages.3.gz -> get_huge_pages.3.gz
/usr/share/man/man3/free_hugepage_region.3.gz -> get_hugepage_region.3.gz
/usr/share/man/man3/get_huge_pages.3
/usr/share/man/man3/get_hugepage_region.3
/usr/share/man/man3/gethugepagesize.3
/usr/share/man/man3/gethugepagesizes.3
/usr/share/man/man3/getpagesizes.3
/usr/share/man/man3/hugetlbfs_find_path.3
/usr/share/man/man3/hugetlbfs_find_path_for_size.3.gz -> hugetlbfs_find_path.3.gz
/usr/share/man/man3/hugetlbfs_test_path.3
/usr/share/man/man3/hugetlbfs_unlinked_fd.3
/usr/share/man/man3/hugetlbfs_unlinked_fd_for_size.3.gz -> hugetlbfs_unlinked_fd.3.gz
Comment 1 Larry the Git Cow gentoo-dev 2020-09-09 21:43:15 UTC
The bug has been closed via the following commit(s):

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

commit 33212addfeda3946e488ea711a667a61adde96d2
Author:     Thomas Deutschmann <whissi@gentoo.org>
AuthorDate: 2020-09-09 21:42:40 +0000
Commit:     Thomas Deutschmann <whissi@gentoo.org>
CommitDate: 2020-09-09 21:43:09 +0000

    sys-libs/libhugetlbfs: install uncompressed man pages
    
    Closes: https://bugs.gentoo.org/704326
    Package-Manager: Portage-3.0.6, Repoman-3.0.1
    Signed-off-by: Thomas Deutschmann <whissi@gentoo.org>

 .../libhugetlbfs-2.23-uncompressed-man-pages.patch | 34 ++++++++++++++++++++++
 sys-libs/libhugetlbfs/libhugetlbfs-2.23.ebuild     |  1 +
 2 files changed, 35 insertions(+)