Package Details: x509ls-git r29.cc82552-1

Git Clone URL: https://aur.archlinux.org/x509ls-git.git (read-only, click to copy)
Package Base: x509ls-git
Description: ncurses-based SSL certificate viewer
Upstream URL: https://github.com/skip2/x509ls
Licenses: MIT
Conflicts: x509ls
Provides: x509ls
Replaces: x509ls
Submitter: lukegb
Maintainer: lukegb
Last Packager: lukegb
Votes: 0
Popularity: 0.000000
First Submitted: 2016-02-17 16:28 (UTC)
Last Updated: 2016-02-17 16:41 (UTC)

Dependencies (4)

Required by (0)

Sources (1)

Latest Comments

mxfm commented on 2019-08-03 13:48 (UTC)

I cannot build neither in clean chroot nor in usual mode. In chroot compilation fails because python executable is missing (does it depend on python). In usual mode I have:

[ 88%] Building CXX object x509ls/CMakeFiles/x509ls.dir/net/dns_lookup.cc.o /home/user/.cache/aurutils/sync/x509ls-git/src/x509ls/x509ls/cli/certificate_list_layout.cc: In member function ‘void x509ls::CertificateListLayout::SaveCertificates(const string&)’: /home/user/.cache/aurutils/sync/x509ls-git/src/x509ls/x509ls/cli/certificate_list_layout.cc:431:27: error: ‘strerror’ was not declared in this scope; did you mean ‘hstrerror’? 431 | result_message.append(strerror(errno)); | ^~~~~~~~ | hstrerror /home/user/.cache/aurutils/sync/x509ls-git/src/x509ls/x509ls/cli/certificate_list_layout.cc:444:29: error: ‘strerror’ was not declared in this scope; did you mean ‘hstrerror’? 444 | result_message.append(strerror(errno)); | ^~~~~~~~ | hstrerror make[2]: [x509ls/CMakeFiles/x509ls.dir/build.make:284: x509ls/CMakeFiles/x509ls.dir/cli/certificate_list_layout.cc.o] Error 1 make[2]: Waiting for unfinished jobs.... make[1]: [CMakeFiles/Makefile2:94: x509ls/CMakeFiles/x509ls.dir/all] Error 2 make: [Makefile:130: all] Error 2 ==> ERROR: A failure occurred in build(). Aborting...