Public bug reported:

Binary package hint: libetoken

After installing the libetoken package from gutsy and inserting my
etoken pro usb dongle, the following appears in my syslog:

Oct 21 22:30:23 xs4all pcscd: pcscdaemon.c:507:main() pcsc-lite 1.4.3 daemon 
ready.
Oct 21 22:30:23 xs4all pcscd: hotplug_libusb.c:454:HPAddHotPluggable() Adding 
USB device: 004:006
Oct 21 22:30:23 xs4all pcscd: readerfactory.c:1113:RFInitializeReader() 
Attempting startup of Aladdin Pro 00 00 using 
/usr/lib/pcsc/drivers/ifd-etoken.bundle/Contents/Linux/libetoken.so.0.3.9
Oct 21 22:30:23 xs4all pcscd: dyn_unix.c:36:DYN_LoadLibrary() 
/usr/lib/pcsc/drivers/ifd-etoken.bundle/Contents/Linux/libetoken.so.0.3.9: 
/usr/lib/pcsc/drivers/ifd-etoken.bundle/Contents/Linux/libetoken.so.0.3.9: 
undefined symbol: __stack_chk_fail_local

Inspired by other bugfixes, I added -fno-stack-protector to the
Makefile's CFLAGS line, so my version now reads:

CFLAGS = -I/usr/include -I/usr/include/PCSC/ -Wall -Werror -g -fPIC -I.
-fno-stack-protector

Recompiling and installing then gave the following message:

Oct 21 22:31:19 xs4all pcscd: pcscdaemon.c:507:main() pcsc-lite 1.4.3 daemon 
ready.
Oct 21 22:31:19 xs4all pcscd: hotplug_libusb.c:454:HPAddHotPluggable() Adding 
USB device: 004:006
Oct 21 22:31:19 xs4all pcscd: readerfactory.c:1113:RFInitializeReader() 
Attempting startup of Aladdin Pro 00 00 using 
/usr/lib/pcsc/drivers/ifd-etoken.bundle/Contents/Linux/libetoken.so.0.3.9
Oct 21 22:31:19 xs4all pcscd: readerfactory.c:946:RFBindFunctions() Loading IFD 
Handler 2.0
Oct 21 22:31:19 xs4all pcscd: 
hotplug_libusb.c:401:HPEstablishUSBNotifications() Driver ifd-etoken.bundle 
does not support IFD_GENERATE_HOTPLUG
Oct 21 22:31:19 xs4all pcscd: 
hotplug_libusb.c:410:HPEstablishUSBNotifications() Polling forced every 1 
second(s)
Oct 21 22:31:20 xs4all pcscd: Card ATR: [snipped]

Which looks a lot better to me.

** Affects: etoken (Ubuntu)
     Importance: Undecided
         Status: New

-- 
[patch] unknown symbol in libetoken binaries
https://bugs.launchpad.net/bugs/155522
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to