Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 634540

Summary: sys-apps/rng-tools incorrectly RDEPENDS on libgcrypt
Product: Gentoo Linux Reporter: Ed Wildgoose <gentoo>
Component: Current packagesAssignee: Göktürk Yüksek <gokturk>
Status: RESOLVED INVALID    
Severity: normal CC: base-system, gentoo
Priority: Normal    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---
Attachments: rng-tools-5-correct-libgcrypt-dependency.patch

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...