Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 631196 - sys-fs/cryfs is bundling dev-cpp/gtest, app-crypt/scrypt and dev-libs/spdlog
Summary: sys-fs/cryfs is bundling dev-cpp/gtest, app-crypt/scrypt and dev-libs/spdlog
Status: IN_PROGRESS
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Nick
URL: https://github.com/cryfs/cryfs/issues...
Whiteboard:
Keywords:
Depends on:
Blocks: bundled-libs
  Show dependency tree
 
Reported: 2017-09-17 11:50 UTC by Andreas Sturmlechner
Modified: 2021-10-25 09:10 UTC (History)
6 users (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 Andreas Sturmlechner gentoo-dev 2017-09-17 11:50:43 UTC
# ls -l vendor/
drwxr-xr-x 3 portage portage 100 17. Sep 13:29 googletest
drwxr-xr-x 3 portage portage  80 17. Sep 13:29 scrypt
drwxr-xr-x 3 portage portage 100 17. Sep 13:29 spdlog
Comment 1 adebeus 2018-04-24 21:20:49 UTC
This issue has been reported upstream, waiting for it to be fixed there.
Comment 2 Larry the Git Cow gentoo-dev 2019-06-16 21:57:26 UTC
The bug has been referenced in the following commit(s):

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

commit 192ac7421ddd4093125f4997898fb62e8a140a44
Author:     Andreas Sturmlechner <asturm@gentoo.org>
AuthorDate: 2019-06-16 15:45:42 +0000
Commit:     Andreas Sturmlechner <asturm@gentoo.org>
CommitDate: 2019-06-16 21:57:08 +0000

    sys-fs/cryfs: 0.10.2 version bump
    
    Add patch to unbundle:
    dev-cpp/gtest
    dev-libs/crypto++
    
    Unfortunately spdlog in 0.10 branch is too old for dev-libs/spdlog to satisfy.
    
    Add patch for install targets irrespective of CONFIGURATION
    
    Bug: https://bugs.gentoo.org/631196
    Bug: https://bugs.gentoo.org/678572
    Closes: https://github.com/gentoo/gentoo/pull/11980
    Package-Manager: Portage-2.3.67, Repoman-2.3.14
    Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>

 sys-fs/cryfs/Manifest                              |   1 +
 sys-fs/cryfs/cryfs-0.10.2.ebuild                   |  97 +++++
 .../cryfs/files/cryfs-0.10.2-install-targets.patch |  36 ++
 .../cryfs/files/cryfs-0.10.2-unbundle-libs.patch   | 409 +++++++++++++++++++++
 4 files changed, 543 insertions(+)