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

Bug 831605

Summary: media-sound/flacon-9.0.0 installs compressed files (manpages, documentation)
Product: Gentoo Linux Reporter: Agostino Sarubbo <ago>
Component: Current packagesAssignee: Philipp Rösner <rndxelement>
Status: RESOLVED FIXED    
Severity: normal CC: kernlpanic, proxy-maint, sam
Priority: Normal Keywords: PullRequest
Version: unspecified   
Hardware: All   
OS: Linux   
See Also: https://github.com/gentoo/gentoo/pull/26574
Whiteboard:
Package list:
Runtime testing required: ---
Attachments: build.log

Description Agostino Sarubbo gentoo-dev 2022-01-20 15:58:11 UTC
https://blogs.gentoo.org/ago/2020/07/04/gentoo-tinderbox/

Issue: media-sound/flacon-8.2.0 installs compressed files (manpages, documentation).
Discovered on: amd64 (internal ref: ci)
Comment 1 Agostino Sarubbo gentoo-dev 2022-01-20 15:58:12 UTC
CC'ing also the author of the commit (e471cf64fdc3f2518a0bc3eac33e6da43f44257b)
Comment 2 Agostino Sarubbo gentoo-dev 2022-01-20 15:58:14 UTC
Created attachment 762863 [details]
build.log

build log and emerge --info
Comment 3 Agostino Sarubbo gentoo-dev 2022-07-05 14:22:39 UTC
ci has reproduced this issue with version 9.0.0 - Updating summary.
Comment 4 Larry the Git Cow gentoo-dev 2022-08-04 07:25:52 UTC
The bug has been closed via the following commit(s):

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

commit bfae5e760772730a6d7c66c5eaeb51f9e240ee39
Author:     Philipp Rösner <rndxelement@protonmail.com>
AuthorDate: 2022-07-24 21:15:42 +0000
Commit:     Joonas Niilola <juippis@gentoo.org>
CommitDate: 2022-08-04 07:25:34 +0000

    media-sound/flacon: fix compressed man pages on 9.0.0
    
    The Makefile contained instructions for installing gzip
    compressed man pages to certain locations, which
    resulted in the QA error: "
     * QA Notice: One or more compressed files were found in docompress-ed
     * directories. Please fix the ebuild not to install compressed files
     * (manpages, documentation) when automatic compression is used:
     *
     *   /usr/share/man/man1/flacon.1.gz
    "
    Installing the uncompressed version of flacon.1 fixes the issue.
    
    Closes: https://bugs.gentoo.org/831605
    Signed-off-by: Philipp Rösner <rndxelement@protonmail.com>
    Signed-off-by: Joonas Niilola <juippis@gentoo.org>

 .../flacon/files/flacon-9.0.0-no-man-compress.patch | 21 +++++++++++++++++++++
 media-sound/flacon/flacon-9.0.0.ebuild              |  4 ++++
 2 files changed, 25 insertions(+)