Re: [gentoo-user] cryptsetup with static libs

2012-03-23 Thread Kraus Philipp

Am 23.03.2012 um 01:14 schrieb Neil Bothwick:

> On Fri, 23 Mar 2012 00:26:24 +0100, Kraus Philipp wrote:
> 
>> I try to build the cryptsetup tools, but all depended library should be
>> build with +static-libs use flag. I have set my packages.use to:
>> 
>> sys-fs/cryptsetup-static-libs
>> dev-libs/libgcrypt   static-libs
>> dev-libs/poptstatic-libs
>> dev-libs/libgpg-errorstatic-libs
>> sys-apps/util-linux  static-libs
>> 
>> Can I build the cryptsetup without the static libs? Is there a reason
>> that I must build it with static libs?
> 
> cryptsetup does not have a static-libs USE flag. It has a static flag, [...]

Thanks, it was my mistake

Phil


Re: [gentoo-user] cryptsetup with static libs

2012-03-22 Thread Neil Bothwick
On Fri, 23 Mar 2012 00:26:24 +0100, Kraus Philipp wrote:

> I try to build the cryptsetup tools, but all depended library should be
> build with +static-libs use flag. I have set my packages.use to:
> 
> sys-fs/cryptsetup -static-libs
> dev-libs/libgcryptstatic-libs
> dev-libs/popt static-libs
> dev-libs/libgpg-error static-libs
> sys-apps/util-linux   static-libs
> 
> Can I build the cryptsetup without the static libs? Is there a reason
> that I must build it with static libs?

cryptsetup does not have a static-libs USE flag. It has a static flag,
which default to on and requires dependencies to be built with
static-libs. Turn off the static flag for cryptsetup.


-- 
Neil Bothwick

OS/2: Obsolete Soon, Too


signature.asc
Description: PGP signature


[gentoo-user] cryptsetup with static libs

2012-03-22 Thread Kraus Philipp
Hello,

I try to build the cryptsetup tools, but all depended library should be build 
with +static-libs use flag. 
I have set my packages.use to:

sys-fs/cryptsetup   -static-libs
dev-libs/libgcrypt  static-libs
dev-libs/popt   static-libs
dev-libs/libgpg-error   static-libs
sys-apps/util-linux static-libs

Can I build the cryptsetup without the static libs? Is there a reason that I 
must build it with static libs?

Thanks

Phil