Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 640254 - app-emulation/docker should RDEPEND on dev-libs/libltdl
Summary: app-emulation/docker should RDEPEND on dev-libs/libltdl
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Tianon
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2017-12-08 12:54 UTC by Michael Seifert
Modified: 2024-01-09 07:51 UTC (History)
2 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 Michael Seifert 2017-12-08 12:54:57 UTC
Docker depends on dev-util/libltdl, but the dependency is not declared in RDEPEND. If docker is installed the dependency can be verified using ldd:


# ldd /usr/bin/docker
        …
        libltdl.so.7 => /usr/lib64/libltdl.so.7 (0x00007f6d95e6b000)
        …

This issue affects at least app-emulation/docker-17.06.2 (latest stable on amd64) and app-emulation/docker-17.11.0 (latest keyworded on amd64).

Reproducible: Always
Comment 1 Michael Seifert 2017-12-08 13:00:39 UTC
Pull request available on GitHub:
https://github.com/gentoo/gentoo/pull/6482
Comment 2 Manuel Rüger (RETIRED) gentoo-dev 2018-01-02 13:01:19 UTC
Thanks! Should be fixed in 17.12.0
Comment 3 Michael Seifert 2018-01-04 07:33:43 UTC
Great, thanks!
I will close the PR on GitHub since this is resolved now.