LudovicRousseau / PCSC

pcsc-lite: PC/SC implementation
https://pcsclite.apdu.fr/
Other
268 stars 109 forks source link

bootstrap failure #170

Closed jvanvorst closed 7 months ago

jvanvorst commented 8 months ago

Just cloned, and ./bootstrap failed. I think I have all the build tools installed. Running ubuntu 22.04. master branch.

jim@Jim-Home:PCSC (master)$ git info https://salsa.debian.org/rousseau/PCSC.git

jim@Jim-Home:PCSC (master)$ ./bootstrap

jim@Jim-Home:PCSC (master)$ autoconf --version autoconf (GNU Autoconf) 2.71 Copyright (C) 2021 Free Software Foundation, Inc. License GPLv3+/Autoconf: GNU GPL version 3 or later https://gnu.org/licenses/gpl.html, https://gnu.org/licenses/exceptions.html This is free software: you are free to change and redistribute it. There is NO WARRANTY, to the extent permitted by law.

Written by David J. MacKenzie and Akim Demaille.

jim@Jim-Home:PCSC (master)$ autoreconf --version autoreconf (GNU Autoconf) 2.71 Copyright (C) 2021 Free Software Foundation, Inc. License GPLv3+/Autoconf: GNU GPL version 3 or later https://gnu.org/licenses/gpl.html, https://gnu.org/licenses/exceptions.html This is free software: you are free to change and redistribute it. There is NO WARRANTY, to the extent permitted by law.

Written by David J. MacKenzie and Akim Demaille.

jim@Jim-Home:PCSC (master)$ lsb_release -a No LSB modules are available. Distributor ID: Ubuntu Description: Ubuntu 22.04.4 LTS Release: 22.04 Codename: jammy jim@Jim-Home:PCSC (master)$ jim@Jim-Home:PCSC (master)$ jim@Jim-Home:PCSC (master)$ jim@Jim-Home:PCSC (master)$ which flex /usr/bin/flex jim@Jim-Home:PCSC (master)$

LudovicRousseau commented 8 months ago

have you installed autoconf-archive as documented? https://pcsclite.apdu.fr/#dependencies

LudovicRousseau commented 7 months ago

I guess the problem is fixed now.