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

Bug 365073

Summary: sys-fs/cryptsetup disable static flag
Product: Gentoo Linux Reporter: Tolga Dalman <tdalman>
Component: Current packagesAssignee: Gentoo Linux bug wranglers <bug-wranglers>
Status: RESOLVED INVALID    
Severity: normal    
Priority: Normal    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---

Description Tolga Dalman 2011-04-27 11:04:55 UTC
Can't emerge cryptsetup, because:

emerge: there are no ebuilds built with USE flags to satisfy "dev-libs/libgcrypt[static-libs]".
!!! One of the following packages is required to complete your request:
- dev-libs/libgcrypt-1.5.0_beta1-r1 (Change USE: +static-libs)
(dependency required by "sys-fs/cryptsetup-1.2.0-r1[static]" [ebuild])
(dependency required by "cryptsetup" [argument])

This bug is similar to bug 351810.

USE=-static emerge cryptsetup works perfectly. 


Reproducible: Always
Comment 1 Samuli Suominen (RETIRED) gentoo-dev 2011-04-27 11:08:11 UTC
Read the output again, it's asking for you to enable USE=static-libs for libgcrypt.

Standard portage output for USE dependencies.
Comment 2 Tolga Dalman 2011-04-27 11:14:11 UTC
I have neither static nor static-libs modified. Why do I have to set static or static-libs in the first place ?
Thus, I suggest either to remove static from cryptsetup OR add static-libs to
libgcrypt. What am I missing ?