Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 670854 - net-mail/notmuch-0.27: One or more compressed files were found in docompress-ed directories.
Summary: net-mail/notmuch-0.27: One or more compressed files were found in docompress-...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal
Assignee: Amadeusz Żołnowski (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2018-11-10 20:57 UTC by Michał Górny
Modified: 2019-07-08 21:36 UTC (History)
0 users

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


Attachments
/var/log/portage/net-mail:notmuch-0.27:20181110-193519.log (net-mail:notmuch-0.27:20181110-193519.log,76.91 KB, text/plain)
2018-11-10 20:57 UTC, Michał Górny
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Michał Górny archtester Gentoo Infrastructure gentoo-dev Security 2018-11-10 20:57:42 UTC
Created attachment 554794 [details]
/var/log/portage/net-mail:notmuch-0.27:20181110-193519.log

* 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/man7/notmuch-search-terms.7.gz
 *   /usr/share/man/man7/notmuch-properties.7.gz
 *   /usr/share/man/man5/notmuch-hooks.5.gz
 *   /usr/share/man/man1/notmuch-show.1.gz
 *   /usr/share/man/man1/notmuch-compact.1.gz
 *   /usr/share/man/man1/notmuch.1.gz
 *   /usr/share/man/man1/notmuch-insert.1.gz
 *   /usr/share/man/man1/notmuch-config.1.gz
 *   /usr/share/man/man1/notmuch-emacs-mua.1.gz
 *   /usr/share/man/man1/notmuch-search.1.gz
 *   /usr/share/man/man1/notmuch-count.1.gz
 *   ...

This is also causing:

 * QA Notice: Symbolic link /usr/share/man/man1/notmuch-setup.1.gz points to /usr/share/man/man1/notmuch.1.gz which does not exist.
Comment 1 ng0 2018-11-12 10:01:40 UTC
This also appears in 0.24.2 / (0/4 slot).
Comment 2 ng0 2018-11-12 10:06:21 UTC
It seems to me as if we have to patch doc/Makefile.local to not default to using the MAN_GZIP_FILES rule in the install-man rule.
Comment 3 Larry the Git Cow gentoo-dev 2019-03-09 22:54:09 UTC
The bug has been referenced in the following commit(s):

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

commit af03e8338745901f4c302cdbefd666a0c2b54c2f
Author:     Amadeusz Piotr Żołnowski <aidecoe@gentoo.org>
AuthorDate: 2019-03-09 22:50:50 +0000
Commit:     Amadeusz Piotr Żołnowski <aidecoe@gentoo.org>
CommitDate: 2019-03-09 22:53:58 +0000

    net-mail/notmuch: Fix QA warnings
    
    Fix compressed man pages warning and "jobserver unavailable" warning.
    
    Bug: https://bugs.gentoo.org/670854
    Signed-off-by: Amadeusz Piotr Żołnowski <aidecoe@gentoo.org>

 .../0002-Fix-jobserver-unavailable-warning.patch   | 26 ++++++++++++++++++++++
 net-mail/notmuch/notmuch-0.28.3.ebuild             | 16 +++++++------
 2 files changed, 35 insertions(+), 7 deletions(-)
Comment 4 Amadeusz Żołnowski (RETIRED) gentoo-dev 2019-03-09 22:59:15 UTC
Fixed in 0.28.3.

Older version to be removed once this one gets stable.