Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 667400 - app-backup/btrbk-0.26.1 - One or more compressed files were found in docompress-ed directories
Summary: app-backup/btrbk-0.26.1 - One or more compressed files were found in docompre...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Craig Andrews
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2018-09-30 16:39 UTC by Francesco Turco
Modified: 2019-03-26 20:08 UTC (History)
1 user (show)

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


Attachments
emerge-info.txt (emerge-info.txt,5.76 KB, text/plain)
2018-09-30 16:39 UTC, Francesco Turco
Details
build.log.xz (build.log.xz,1.58 KB, application/x-xz)
2018-09-30 16:40 UTC, Francesco Turco
Details
Disable compression on make targets (btrbk_disable_compression.patch,684 bytes, patch)
2019-03-26 16:04 UTC, Axel Burri
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Francesco Turco 2018-09-30 16:39:45 UTC
Created attachment 548488 [details]
emerge-info.txt

Portage reports the following warning when emerging app-backup/btrbk-0.26.1:

> * 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.
Comment 1 Francesco Turco 2018-09-30 16:40:06 UTC
Created attachment 548490 [details]
build.log.xz
Comment 2 Axel Burri 2019-03-26 16:04:18 UTC
Created attachment 570850 [details, diff]
Disable compression on make targets

As of btrbk-0.27.2 (released today, 2019-03-26), the Makefile supports "COMPRESS=no" variable, which disables compression on documentation (man pages as well as README.md, ChangeLog, FAQ.md, ...)
Comment 3 Axel Burri 2019-03-26 16:06:51 UTC
While at it, please note that btrbk-0.27.2 depends on ">=sys-fs/btrfs-progs-4.12".

Actually this was already the case for btrbk-0.27.1, but was not clearly described in the ChangeLog.
Comment 4 Axel Burri 2019-03-26 16:10:12 UTC
(In reply to Axel Burri from comment #3)

> Actually this was already the case for btrbk-0.27.1, but was not clearly
> described in the ChangeLog.

Sorry, I meant as of btrbk-0.27.0, we depend on ">=sys-fs/btrfs-progs-4.12"
Comment 5 Larry the Git Cow gentoo-dev 2019-03-26 20:08:52 UTC
The bug has been closed via the following commit(s):

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

commit 8204317658541987531d8f7b26fcebd603abe183
Author:     Craig Andrews <candrews@gentoo.org>
AuthorDate: 2019-03-26 20:08:07 +0000
Commit:     Craig Andrews <candrews@gentoo.org>
CommitDate: 2019-03-26 20:08:44 +0000

    app-backup/btrbk: 0.27.2 version bump, don't compress docs
    
    Closes: https://bugs.gentoo.org/667400
    Package-Manager: Portage-2.3.62, Repoman-2.3.12
    Signed-off-by: Craig Andrews <candrews@gentoo.org>

 app-backup/btrbk/Manifest            |  1 +
 app-backup/btrbk/btrbk-0.27.2.ebuild | 77 ++++++++++++++++++++++++++++++++++++
 app-backup/btrbk/btrbk-9999.ebuild   | 11 ++++--
 3 files changed, 86 insertions(+), 3 deletions(-)