Re: [opensc-devel] [TEST REQUEST] OpenSC New Build System

2008-02-28 Thread Alon Bar-Lev
Great to hear Thank you for testing. On 2/28/08, Jan Just Keijser <[EMAIL PROTECTED]> wrote: > Hi Alon, > > success! > I have > - reinstalled msys 1.0.11 + mingw 5.1.3 > - added the openssl, zlib and libtool packages from the mingw.org site > - exported all required env vars ({OPENSSL,LTD

Re: [opensc-devel] [TEST REQUEST] OpenSC New Build System

2008-02-28 Thread Jan Just Keijser
Hi Alon, success! I have - reinstalled msys 1.0.11 + mingw 5.1.3 - added the openssl, zlib and libtool packages from the mingw.org site - exported all required env vars ({OPENSSL,LTDL,ZLIB}_{CFLAGS,LIBS} - ran ./configure + make and the thing just built :-) The resulting pkcs11-tool.exe can even

Re: [opensc-devel] [TEST REQUEST] OpenSC New Build System

2008-02-27 Thread Douglas E. Engert
Alon Bar-Lev wrote: > On 2/27/08, Douglas E. Engert <[EMAIL PROTECTED]> wrote: >> PIV cards are being issued with compressed certificates, and so they need >> to be decompressed. (Its in the NIST-800-73 specs, I don't think they >> gain much be compressing ASN.1, but that is out of my control.

Re: [opensc-devel] [TEST REQUEST] OpenSC New Build System

2008-02-27 Thread Alon Bar-Lev
On 2/27/08, Douglas E. Engert <[EMAIL PROTECTED]> wrote: > PIV cards are being issued with compressed certificates, and so they need > to be decompressed. (Its in the NIST-800-73 specs, I don't think they > gain much be compressing ASN.1, but that is out of my control.) I've created a binary bu

Re: [opensc-devel] [TEST REQUEST] OpenSC New Build System

2008-02-27 Thread Douglas E. Engert
Alon Bar-Lev wrote: > On 2/27/08, Douglas E. Engert <[EMAIL PROTECTED]> wrote: >> I am trying to build the off the SVN source using msys and mingw and >> have some questions. > > Thanks for trying! > >> I need OpenSSL and Zlib and ltdl (until you change the code) and would >> like to use the

Re: [opensc-devel] [TEST REQUEST] OpenSC New Build System

2008-02-27 Thread Alon Bar-Lev
On 2/27/08, Douglas E. Engert <[EMAIL PROTECTED]> wrote: > I am trying to build the off the SVN source using msys and mingw and > have some questions. Thanks for trying! > I need OpenSSL and Zlib and ltdl (until you change the code) and would > like to use the versions that were built for Wind

Re: [opensc-devel] [TEST REQUEST] OpenSC New Build System

2008-02-27 Thread Douglas E. Engert
Alon Bar-Lev wrote: > Hello All, > > I've been working on a new build system for OpenSC. > > Win32 binaries are available at [1], source tarball is available at [2], svn > trunk at [3]. > > Please provide feedback or review branch [4], so I can request merge. I am trying to build the off the

Re: [opensc-devel] [TEST REQUEST] OpenSC New Build System

2008-02-25 Thread Alon Bar-Lev
On 2/25/08, Douglas E. Engert <[EMAIL PROTECTED]> wrote: > No that is not left over, but maybe it should have been ifdefed. > The PIV is for the new card the U.S. government is issuing to most > government employees and contractors. The leftover is the #include directives. Alon.

Re: [opensc-devel] [TEST REQUEST] OpenSC New Build System

2008-02-25 Thread Douglas E. Engert
Alon Bar-Lev wrote: > Hello, > > Thank you for testing! > > The pkcs15-piv.c should not have included openssl... I guess this is > leftover from some other work. No that is not left over, but maybe it should have been ifdefed. The PIV is for the new card the U.S. government is issuing to most

Re: [opensc-devel] [TEST REQUEST] OpenSC New Build System

2008-02-25 Thread Alon Bar-Lev
1.libtool How did you build libtool? Have you added LTLIB_CFLAGS="-I<>" LTLIB_LIBS="-L<> -lltdl" to configure? 2. mingw runtime should have gettimeofday... Please tell me if it does not work after your update. Thanks! On 2/25/08, Jan Just Keijser <[EMAIL PROTECTED]> wrote: > Hi Alon, > > I alr

Re: [opensc-devel] [TEST REQUEST] OpenSC New Build System

2008-02-25 Thread Jan Just Keijser
Hi Alon, I already did and continued; turns out that my LIBTOOL setup was/is still not OK (lots of missing -lltdl lines in the makefiles). After correcting that one the build continued until pkcs11-global.c, where it ran into problems with the gettimeofday function that MingW does not seem to

Re: [opensc-devel] [TEST REQUEST] OpenSC New Build System

2008-02-25 Thread Alon Bar-Lev
Hello, Thank you for testing! The pkcs15-piv.c should not have included openssl... I guess this is leftover from some other work. Can you please try to remove these includes and continue building? Alon. On 2/25/08, Jan Just Keijser <[EMAIL PROTECTED]> wrote: > Hi Alon, > > finally had some tim

Re: [opensc-devel] [TEST REQUEST] OpenSC New Build System

2008-02-25 Thread Jan Just Keijser
Hi Alon, finally had some time to test your new build system on my Windows XP box with both Cygwin and MingW installed. ./configure + make ran fine on cygwin; the resulting pkcs11-tool (which is all I really use) was working fine ./configure ran on MingW after I added libtool to my MingW instal

Re: [opensc-devel] [TEST REQUEST] OpenSC New Build System

2008-02-23 Thread Ludovic Rousseau
On Thu, Feb 14, 2008 at 8:06 PM, Alon Bar-Lev <[EMAIL PROTECTED]> wrote: > I don't like packages that enable optional features automatically. > Users/packagers should choose what they wish and enable dependency > explicitly. Exact. Automatic feature enabling can lead to "problems". For example

Re: [opensc-devel] [TEST REQUEST] OpenSC New Build System

2008-02-23 Thread Alon Bar-Lev
Hi! Waiting for your input :) Alon On 2/14/08, Alon Bar-Lev <[EMAIL PROTECTED]> wrote: > On Thu, Feb 14, 2008 at 7:01 PM, Martin Paljak <[EMAIL PROTECTED]> wrote: > > > 4. openct, pcsc and nsplugins features are disabled by default. > > I don't think it's a good idea to by default disable most

Re: [opensc-devel] [TEST REQUEST] OpenSC New Build System

2008-02-14 Thread Alon Bar-Lev
On Thu, Feb 14, 2008 at 7:01 PM, Martin Paljak <[EMAIL PROTECTED]> wrote: > > 4. openct, pcsc and nsplugins features are disabled by default. > I don't think it's a good idea to by default disable most used reader > interfaces by default, as I'd expect most software to behave nicely > after a .

Re: [opensc-devel] [TEST REQUEST] OpenSC New Build System

2008-02-14 Thread Martin Paljak
Hi Alon! On Feb 13, 2008, at 10:09 PM, Alon Bar-Lev wrote: > I've been working on a new build system for OpenSC. Cool! This has needed attention for a while now. > Please provide feedback or review branch [4], so I can request merge. I've not yet had the time to test it on a Debian box but I'll tr

Re: [opensc-devel] [TEST REQUEST] OpenSC New Build System

2008-02-13 Thread Jan Just Keijser
hi Alon, sorry for not responding any sooner (I saw your previous plea for Windows testers) but I won't get around to testing your new MingW builds until next week. It's definitely on my list, as we are still making extensive use of (parts of) opensc with our Aladdin eTokens (and with the Alad

[opensc-devel] [TEST REQUEST] OpenSC New Build System

2008-02-13 Thread Alon Bar-Lev
Hello All, I've been working on a new build system for OpenSC. Win32 binaries are available at [1], source tarball is available at [2], svn trunk at [3]. Please provide feedback or review branch [4], so I can request merge. After this, I will do the same for other OpenSC packages. Some highlig