Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 634540 - sys-apps/rng-tools incorrectly RDEPENDS on libgcrypt
Summary: sys-apps/rng-tools incorrectly RDEPENDS on libgcrypt
Status: RESOLVED INVALID
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Göktürk Yüksek
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2017-10-17 15:19 UTC by Ed Wildgoose
Modified: 2017-10-17 15:39 UTC (History)
2 users (show)

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


Attachments
rng-tools-5-correct-libgcrypt-dependency.patch (rng-tools-5-correct-libgcrypt-dependency.patch,422 bytes, patch)
2017-10-17 15:22 UTC, Ed Wildgoose
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Ed Wildgoose 2017-10-17 15:19:56 UTC
sys-apps/rng-tools does NOT have a runtime dependency on libgrypt, but is marked that it does in the build, it appears to be a build time dependency only (BUILDROOT has a similar bug fix) 

Affects all versions of rng-tools for some time, but patch shown here for rng-tools-5 (trivially should correct -6 as well)

Reproducible: Always
Comment 1 Ed Wildgoose 2017-10-17 15:22:06 UTC
Created attachment 498964 [details, diff]
rng-tools-5-correct-libgcrypt-dependency.patch
Comment 2 Lars Wendler (Polynomial-C) (RETIRED) gentoo-dev 2017-10-17 15:36:34 UTC
How do you come to that conclusion?
rng-tools-5 and -6 both _do_ have a runtime dependency on libgcrypt:

# qlist -Ce rng-tools | scanelf -L -n -q -F '%n #F' | tr , '\n' | grep libgcrypt
/usr/lib64/libgcrypt.so.20
Comment 3 Ed Wildgoose 2017-10-17 15:39:41 UTC
Oh bother... Sorry, please close, you are correct...