Re: [opensc-devel] [opensc-commits] svn openct changed [1151] fix api doc generation / including it in the tar.gz distribution

2009-04-29 Thread Andreas Jellinghaus
Am Mittwoch 29 April 2009 17:43:40 schrieb Alon Bar-Lev: > you loose some more OpenSC developers and you know that. when we had a security problem in december the number of deverlopers working on it was zero, until I found some time to look at it. opensc and friends are nearly dead, there might

Re: [opensc-devel] [opensc-commits] svn openct changed [1151] fix api doc generation / including it in the tar.gz distribution

2009-04-29 Thread Alon Bar-Lev
On 4/29/09, Andreas Jellinghaus wrote: > it worked for debian, ubuntu, suse, fedora, gentoo and building on > windows with VC8. that was good enough for me. true, no mingw. > other distros that didn't work? I don't remember. It did not work for Gentoo and other we already discussed this, due to

Re: [opensc-devel] Applications hanging after Changeset 3683

2009-04-29 Thread João Poupino
On 29/4/09 12:10, Ludovic Rousseau wrote: 2009/4/29 João Poupino: Another thing that I've noticed, but don't know if its relevant or not: in either Linux or MacOS X, after "pkcs15-tool -D" terminates, if the pcsc-lite daemon is restarted, the card will function correctly. For example: $ pk

Re: [opensc-devel] [opensc-commits] svn openct changed [1151] fix api doc generation / including it in the tar.gz distribution

2009-04-29 Thread Andreas Jellinghaus
Am Mittwoch 29 April 2009 14:27:12 schrieb Alon Bar-Lev: > This is the problem. > It worked for you and only for you. > When I tried to make it work for other distros I had much problems. > You refuse to get it, this is OK... But at least don't break anything. it worked for debian, ubuntu, suse, f

Re: [opensc-devel] [opensc-commits] svn openct changed [1151] fix api doc generation / including it in the tar.gz distribution

2009-04-29 Thread Alon Bar-Lev
On 4/29/09, Andreas Jellinghaus wrote: > I'm still concerned about all the time I had to invest > after the old build system, which was working perfectly > fine for me, was changed. I still see no benefit for me, > but lots of work needed on my side to get back > to where I was before. This

Re: [opensc-devel] Testing a new driver

2009-04-29 Thread Andreas Jellinghaus
Hi Egon, I suggest you install your modified version of opensc into some directory other than /usr (e.g. /home/egon/my-opensc-build or /opt/my-opensc-build) and then a) change PATH and LD_LIBRARY_PATH to include those bin and lib directories at the beginning, so your modified opensc binaries and

Re: [opensc-devel] [opensc-commits] svn openct changed [1151] fix api doc generation / including it in the tar.gz distribution

2009-04-29 Thread Andreas Jellinghaus
because of changes in the build system packaging for debian was broken. now it is fixed again. I refuse any reversal of my fix, unless someone also takes the time for creating proper fixes for packaging and communicates the changes, reasons, problems and solutions properly to all developers and ma

Re: [opensc-devel] Applications hanging after Changeset 3683

2009-04-29 Thread Ludovic Rousseau
2009/4/29 João Poupino : > Another thing that I've noticed, but don't know if its relevant or not: in > either Linux or MacOS X, after "pkcs15-tool -D" terminates, if the pcsc-lite > daemon is restarted, the card will function correctly. > > For example: > > $ pkcs15-tool -D > [works OK] > $ /etc/i

Re: [opensc-devel] [opensc-commits] svn openct changed [1151] fix api doc generation / including it in the tar.gz distribution

2009-04-29 Thread Alon Bar-Lev
We discussed this while I modified the build system. Adding the pre-generated files into the packages was the most complex part of the build system. It was done in none standard way in the old system and now it is done in a standard way. Either way is very complex. During the conversion I removed

Re: [opensc-devel] [opensc-commits] svn openct changed [1151] fix api doc generation / including it in the tar.gz distribution

2009-04-29 Thread Andreas Jellinghaus
Am Mittwoch 29 April 2009 11:37:34 schrieb Alon Bar-Lev: > What is the main reason to include the api docs in the tarball? sorry, read your email too late. all openct releases from 0.6.6 to 0.6.14 include the api documentation pre-generated. did we ever discuss this and come to a different opinio

[opensc-devel] Testing a new driver

2009-04-29 Thread Egon
Hi everybody Several days ago, I wrote a message in order to know how can I write a new driver for opensc. Now I have a alpha version of this driver and I want to test it in my machine. I have Ubuntu with opensc package installed. I have opensc-11.0.6 release too, I made changes into this ver

[opensc-devel] new debian/ubuntu packages

2009-04-29 Thread Andreas Jellinghaus
ubuntu still has at least a small bug in the current package (see bug reports on launchpad.net). I took some time to apply a few fixes from debian to our openct trunk, fix a small issue in openct packaging, and create a pre release 0.6.16-pre1. then I ported the last debian *.diff.gz patch to tha

Re: [opensc-devel] [opensc-commits] svn openct changed [1151] fix api doc generation / including it in the tar.gz distribution

2009-04-29 Thread Alon Bar-Lev
On 4/29/09, webmas...@opensc-project.org wrote: > Revision: 1151 > Author: aj > Date: 2009-04-29 09:31:27 + (Wed, 29 Apr 2009) > > Log Message: > --- > fix api doc generation / including it in the tar.gz distribution > in generated form (copied from wiki code). Well... You

Re: [opensc-devel] Applications hanging after Changeset 3683

2009-04-29 Thread João Poupino
Hello Dr. Ludovic, On 28/4/09 17:27, Ludovic Rousseau wrote: 2009/4/28 João Poupino: On 25/4/09 10:40, João Poupino wrote: On 22/4/09 18:15, Martin Paljak wrote: Please provide logs of pcscd and OpenSC. This should not happen. I tried to investigate the problem a

Re: [opensc-devel] [opensc-commits] svn openct changed [1150] merge changes from debian.

2009-04-29 Thread Alon Bar-Lev
On 4/29/09, webmas...@opensc-project.org wrote: > echo -n "Stopping $DESC: $NAME " > - $DAEMON shutdown > + if [ -f $STATUS_FILE ]; then > + $DAEMON shutdown > + rm -f $STATUS_FILE > + fi I think you can always call the shutdown, the sta