Andrew Herman
Andrew Herman
OpenSC debug=3 logs [here](https://gist.github.com/herm-cb/1a102b90a0cc7a86ad54bae938659a14)
@dengert Thanks for the feedback! I only had pin caching turned off to see if that would help, but it does not. I re-enabled it, and it doesn't have any...
@dengert Got it, thanks! This still didn't have any net effect, but cool to know I can do this. What exactly is `type = 14004` doing here?
@dengert Thanks that's helpful! The bug is still there though.
@dengert it looks like you narrowed the problem down -- would those logs still help?
@frankmorgner @dengert I would gladly test but I'm pretty newb to this repo. Any quick links on building on mac?
So after poking around, I ran `./MacOSX/build` from the root, and I was able to generate the dmg, but the install fails on "Validating Packages". Am I missing something?
@mouse07410 Your branch builds, but it unfortunately is breaking everything for me. For starters, when I run: ```bash /Library/OpenSC/bin/pkcs11-tool --login --test ``` I get... ```bash Using slot 0 with a...
@mouse07410 I've tried building your fork with openSSL (by adding --enable-openssl in MacOSX/build script), but am getting this error: configure: error: OpenSSL linkage required, but no OpenSSL was found @frankmorgner...
Update: I was able to get the OpenSSL linking figured out with the following: ```bash LDLFLAGS=-L/usr/local/opt/[email protected]/lib CPPFLAGS=-I/usr/local/opt/[email protected]/include PKG_CONFIG_PATH=/usr/local/opt/[email protected]/lib/pkgconfig ``` But I'm now stuck on: ```bash Making all in unittests gcc...