Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Build failed OpenSC-0.17.0-rc2 #1098

Closed
hamano opened this issue Jul 14, 2017 · 1 comment
Closed

Build failed OpenSC-0.17.0-rc2 #1098

hamano opened this issue Jul 14, 2017 · 1 comment

Comments

@hamano
Copy link
Contributor

hamano commented Jul 14, 2017

Expected behaviour

configure must fail if help2man doesn't installed and generate npa-tool.1 at build time.
I propose to include the npa-tool.1 in the source archive.

Actual behaviour

Passed configure and failed at make.

Steps to reproduce

$ cat /etc/debian_version
9.0
$ dpkg -l help2man
dpkg-query: no packages found matching help2man
$ wget https://github.com/OpenSC/OpenSC/releases/download/0.17.0-rc2/opensc-0.17.0.tar.gz
$ tar xf opensc-0.17.0.tar.gz
$ cd opensc-0.17.0
$ ./configure
(snip)
checking for help2man... not found
(snip)
$ make
(snip)
make[4]: Entering directory '/home/hamano/opensc-0.17.0/src/tools'
make[4]: 'npa-tool' is up to date.
make[4]: Leaving directory '/home/hamano/opensc-0.17.0/src/tools'
not found \
        --output=npa-tool.1 \
        --no-info \
        --source='OpenSC 0.17.0' \
        ./npa-tool
/bin/bash: not: command not found
Makefile:1189: recipe for target 'npa-tool.1' failed
make[3]: *** [npa-tool.1] Error 127
(snip)
@hamano hamano mentioned this issue Jul 14, 2017
@frankmorgner
Copy link
Member

duplicate of #1093

@frankmorgner frankmorgner marked this as a duplicate of #1093 Jul 14, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants