Re: [gentoo-user] app-arch/zip-3.0 fails to build without 'crypt'

2008-09-25 Thread David Sveningsson
Alexander Beregalov skrev: zip.c:3455 IZ_PWLEN is not defined whith NO_CRYPT [snip] But I can not find how it is related to CRYPT/NO_CRYPT I cannot reproduce this (and I even use -Wl,--as-needed). Whats your emerge --info? Which arch? Which other useflags is enabled? -- //*David

Re: [gentoo-user] app-arch/zip-3.0 fails to build without 'crypt'

2008-09-25 Thread Daniel Pielmeier
2008/9/24 Alexander Beregalov [EMAIL PROTECTED]: Maybe you should look in the bug database first: http://bugs.gentoo.org/show_bug.cgi?id=238398

[gentoo-user] app-arch/zip-3.0 fails to build without 'crypt'

2008-09-24 Thread Alexander Beregalov
zip.c:3455 IZ_PWLEN is not defined whith NO_CRYPT When I try to fix it like this: +#if CRYPT if (key_needed) { if ((key = malloc(IZ_PWLEN+1)) == NULL) { ZIPERR(ZE_MEM, was getting encryption password); } r = encr_passwd(ZP_PW_ENTER, key, IZ_PWLEN+1, zipfile); if (r !=