Please read this before reporting a bug:
https://wiki.archlinux.org/title/Bug_reporting_guidelines
Do NOT report bugs when a package is just outdated, or it is in the AUR. Use the 'flag out of date' link on the package page, or the Mailing List.
REPEAT: Do NOT report bugs for outdated packages!
https://wiki.archlinux.org/title/Bug_reporting_guidelines
Do NOT report bugs when a package is just outdated, or it is in the AUR. Use the 'flag out of date' link on the package page, or the Mailing List.
REPEAT: Do NOT report bugs for outdated packages!
FS#39328 - [hashcash] build fails
Attached to Project:
Community Packages
Opened by Joel Teichroeb (klusark) - Tuesday, 11 March 2014, 04:07 GMT
Last edited by Sergej Pupykin (sergej) - Friday, 30 May 2014, 11:02 GMT
Opened by Joel Teichroeb (klusark) - Tuesday, 11 March 2014, 04:07 GMT
Last edited by Sergej Pupykin (sergej) - Friday, 30 May 2014, 11:02 GMT
|
DetailsDescription:
cc -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector --param=ssp-buffer-size=4 -DOPENSSL -DREGEXP_POSIX -O3 -D_FORTIFY_SOURCE=2 -c -o fastmint_library.o fastmint_library.c cc -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector --param=ssp-buffer-size=4 -DOPENSSL -DREGEXP_POSIX -O3 -D_FORTIFY_SOURCE=2 -c -o sha1.o sha1.c cc sha1.o libsha1.o -o sha1 -Wl,-O1,--sort-common,--as-needed,-z,relro /usr/lib/libcrypto.a cc: error: /usr/lib/libcrypto.a: No such file or directory Makefile:120: recipe for target 'sha1' failed make[2]: *** [sha1] Error 1 make[2]: *** Waiting for unfinished jobs.... make[2]: Leaving directory '/build/hashcash/src/hashcash-1.22' Makefile:65: recipe for target 'generic' failed make[1]: *** [generic] Error 2 make[1]: Leaving directory '/build/hashcash/src/hashcash-1.22' Makefile:106: recipe for target 'generic-openssl' failed make: *** [generic-openssl] Error 2 ==> ERROR: A failure occurred in build(). Aborting... Steps to reproduce: sudo extra-x86_64-build |
This task depends upon