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: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal
Assignee: Nick
URL: https://github.com/cryfs/cryfs/issues...
Whiteboard:
Keywords: PullRequest
Depends on:
Blocks: bundled-libs 935420
  Show dependency tree
 
Reported: 2017-09-17 11:50 UTC by Andreas Sturmlechner
Modified: 2024-08-29 22:15 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(+)
Comment 3 Larry the Git Cow gentoo-dev 2024-06-09 16:25:02 UTC
The bug has been closed via the following commit(s):

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

commit 428306151ee517380a88d42da765c43f5c710673
Author:     Alfred Wingate <parona@protonmail.com>
AuthorDate: 2024-06-03 09:32:04 +0000
Commit:     Sam James <sam@gentoo.org>
CommitDate: 2024-06-09 16:19:05 +0000

    sys-fs/cryfs: add 0.11.4
    
    * Dropped arm keywords due to new dependency dev-cpp/range-v3.
    * All bundled dependencies should be handled now.
    
    Bug: https://bugs.gentoo.org/808849
    Closes: https://bugs.gentoo.org/631196
    Closes: https://bugs.gentoo.org/820257
    Signed-off-by: Alfred Wingate <parona@protonmail.com>
    Closes: https://github.com/gentoo/gentoo/pull/37005
    Signed-off-by: Sam James <sam@gentoo.org>

 sys-fs/cryfs/Manifest                              |   1 +
 sys-fs/cryfs/cryfs-0.11.4.ebuild                   | 171 +++++++++++
 .../cryfs-0.11.4-unbundle-vendored-libs.patch      | 315 +++++++++++++++++++++
 3 files changed, 487 insertions(+)