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.
This also appears in 0.24.2 / (0/4 slot).
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.
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(-)
Fixed in 0.28.3. Older version to be removed once this one gets stable.