Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 861278 - sys-fs/squashfs-tools-4.5.1 missing two binaries and manpages
Summary: sys-fs/squashfs-tools-4.5.1 missing two binaries and manpages
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Michał Górny
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2022-07-26 16:12 UTC by Paul Preney
Modified: 2022-07-27 02:51 UTC (History)
1 user (show)

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 Paul Preney 2022-07-26 16:12:17 UTC
sys-fs/squashfs-tools-4.5.1 is missing two binaries (sqfscat and sqfstar) as well as the man pages for such. The fix for this is to add edit the current ebuild as follows (diff -Naur output):

--- ../../../gentoo/sys-fs/squashfs-tools/squashfs-tools-4.5.1.ebuild   2022-04-27 15:40:12.000000000 -0400
+++ squashfs-tools-4.5.1.ebuild 2022-07-26 12:09:30.719735809 -0400
@@ -47,7 +47,8 @@
 }
 
 src_install() {
-       dobin squashfs-tools/{mksquashfs,unsquashfs}
+       dobin squashfs-tools/{mksquashfs,unsquashfs,sqfscat,sqfstar}
        dodoc ACKNOWLEDGEMENTS CHANGES README*
        dodoc -r RELEASE-READMEs
+       doman manpages/*.1
 }

Reproducible: Always

Steps to Reproduce:
1. emerge -1av sys-fs/squashfs-tools::gentoo
Actual Results:  
Not all built files are installed.

Expected Results:  
All built files should be installed (including man pages).
Comment 1 Larry the Git Cow gentoo-dev 2022-07-27 02:51:33 UTC
The bug has been closed via the following commit(s):

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

commit f3dd7fcabbf96284a41bc457559b9ed1fafed217
Author:     Matt Turner <mattst88@gentoo.org>
AuthorDate: 2022-07-27 02:46:59 +0000
Commit:     Matt Turner <mattst88@gentoo.org>
CommitDate: 2022-07-27 02:51:16 +0000

    sys-fs/squashfs-tools: Install man pages, sqfscat, and sqfstar
    
    Thanks-to: Paul Preney
    Closes: https://bugs.gentoo.org/861278
    Signed-off-by: Matt Turner <mattst88@gentoo.org>

 .../squashfs-tools/squashfs-tools-4.5.1-r1.ebuild  | 57 ++++++++++++++++++++++
 1 file changed, 57 insertions(+)