Mock Version: 1.4.21 Mock Version: 1.4.21 ENTER ['do_with_status'](['bash', '--login', '-c', '/usr/bin/rpmbuild -bs --target riscv64 --nodeps /builddir/build/SPECS/canl-c.spec'], chrootPath='/var/lib/mock/f33-build-137447-42016/root'env={'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'PROMPT_COMMAND': 'printf "\\033]0;\\007"', 'PS1': ' \\s-\\v\\$ ', 'LANG': 'en_US.UTF-8'}shell=Falselogger=timeout=432000uid=987gid=135user='mockbuild'nspawn_args=[]unshare_net=TrueprintOutput=False) Executing command: ['bash', '--login', '-c', '/usr/bin/rpmbuild -bs --target riscv64 --nodeps /builddir/build/SPECS/canl-c.spec'] with env {'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'PROMPT_COMMAND': 'printf "\\033]0;\\007"', 'PS1': ' \\s-\\v\\$ ', 'LANG': 'en_US.UTF-8'} and shell False Building target platforms: riscv64 Building for target riscv64 setting SOURCE_DATE_EPOCH=1580169600 Wrote: /builddir/build/SRPMS/canl-c-3.0.0-8.fc33.src.rpm Child return code was: 0 ENTER ['do_with_status'](['bash', '--login', '-c', '/usr/bin/rpmbuild -bb --target riscv64 --nodeps /builddir/build/SPECS/canl-c.spec'], chrootPath='/var/lib/mock/f33-build-137447-42016/root'env={'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'PROMPT_COMMAND': 'printf "\\033]0;\\007"', 'PS1': ' \\s-\\v\\$ ', 'LANG': 'en_US.UTF-8'}shell=Falselogger=timeout=432000uid=987gid=135user='mockbuild'nspawn_args=[]unshare_net=TrueprintOutput=False) Executing command: ['bash', '--login', '-c', '/usr/bin/rpmbuild -bb --target riscv64 --nodeps /builddir/build/SPECS/canl-c.spec'] with env {'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'PROMPT_COMMAND': 'printf "\\033]0;\\007"', 'PS1': ' \\s-\\v\\$ ', 'LANG': 'en_US.UTF-8'} and shell False Building target platforms: riscv64 Building for target riscv64 setting SOURCE_DATE_EPOCH=1580169600 Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.JvpW8j + umask 022 + cd /builddir/build/BUILD + cd /builddir/build/BUILD + rm -rf canl-c-3.0.0 + /usr/bin/gzip -dc /builddir/build/SOURCES/canl-c-3.0.0.tar.gz + /usr/bin/tar -xof - + STATUS=0 + '[' 0 -ne 0 ']' + cd canl-c-3.0.0 + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w . + RPM_EC=0 ++ jobs -p + exit 0 Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.ZRLW9j + umask 022 + cd /builddir/build/BUILD + cd canl-c-3.0.0 + ./configure --root=/ --prefix=/usr --libdir=lib64 Checking globus-gssapi-gsi ... (using default /opt/globus) Checking classads ... (using default /usr) Checking libcares ... /usr Looking for some caffein ... (using default /usr/java/latest) Checking gsoap++ ... (using default /usr) Checking activemq-cpp ... (using default /opt/activemq-cpp-library) Checking libcrypto ... /usr Checking gsoap ... (using default /usr) Checking myproxy ... (using default /opt/globus) Checking expat ... (using default /usr) Checking cppunit ... (using default /usr) Checking gridsite-openssl ... (using default /usr) Checking voms-2.0 ... (using default /usr) Writing config.status Building modules: canl.c Mode: single module Required externals: pkgconfig: - openssl: - texlive-latex-recommended: - bison: - cares: /usr flex: - texlive-fonts-recommended: - tetex-latex: - krb5-devel: - libtool: - texlive-latex-extra: - LIBCARES_CFLAGS= LIBCARES_LIBS=-L/usr/usr/lib64 -lcares This is a poor-man configure, it's up to you to have sources and externals there Creating Makefile.inc + CFLAGS='-O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection' + LDFLAGS='-Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld' + make -j4 ./src/gen_err_desc.pl ./src/canl_error_codes ./src/canl_error_desc > canl_err_desc.c ./src/gen_err_codes.pl < ./src/canl_error_codes > canl_err.h mkdir namespaces_parse cp `echo ./src/proxy/namespaces_lex.l | sed -e 's/\.l$/.c.in/'` namespaces_lex.c mkdir signing_policy_parse (cd namespaces_parse; \ bison -y -d .././src/proxy/namespaces_parse.y && \ mv y.tab.c ../namespaces_parse.c && \ mv y.tab.h ../namespaces_parse.h) (cd signing_policy_parse; \ bison -y -d .././src/proxy/signing_policy_parse.y && \ mv y.tab.c ../signing_policy_parse.c && \ mv y.tab.h ../signing_policy_parse.h) cp `echo ./src/proxy/signing_policy_lex.l | sed -e 's/\.l$/.c.in/'` signing_policy_lex.c printf "\134def\134version{3.0.0}\n" > ver.tex .././src/proxy/namespaces_parse.y:39.1-14: warning: POSIX Yacc does not support %error-verbose [-Wyacc] 39 | %error-verbose | ^~~~~~~~~~~~~~ .././src/proxy/namespaces_parse.y:39.1-14: warning: deprecated directive: '%error-verbose', use '%define parse.error verbose' [-Wdeprecated] 39 | %error-verbose | ^~~~~~~~~~~~~libtool --mode=compile gcc -Wall -g -I./src/proxy -I. -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -c canl_err_desc.c -fPIC -I./src -I. -o canl_err_desc.lo ~ | %define parse.error verbose .././src/proxy/namespaces_parse.y:40.1-12: warning: POSIX Yacc does not support %pure-parser [-Wyacc] 40 | %pure-parser | ^~~~~~~~~~~~ .././src/proxy/namespaces_parse.y:40.1-12: warning: deprecated directive: '%pure-parser', use '%define api.pure' [-Wdeprecated] 40 | %pure-parser | ^~~~~~~~~~~~ | %define api.pure .././src/proxy/namespaces_parse.y:41.14-25: warning: POSIX Yacc does not support string literals [-Wyacc] 41 | %name-prefix="namespaces" | ^~~~~~~~~~~~ .././src/proxy/namespaces_parse.y:41.1-25: warning: POSIX Yacc does not support %name-prefix= [-Wyacc] 41 | %name-prefix="namespaces" | ^~~~~~~~~~~~~~~~~~~~~~~~~ .././src/proxy/namespaces_parse.y:41.1-25: warning: deprecated directive: '%name-prefix="namespaces"', use '%define api.prefix {namespaces}' [-Wdeprecated] 41 | %name-prefix="namespaces" | ^~~~~~~~~~~~~~~~~~~~~~~~~ | %define api.prefix {namespaces} .././src/proxy/signing_policy_parse.y:41.1-14: warning: POSIX Yacc does not support %error-verbose [-Wyacc] 41 | %error-verbose | ^~~~~~~~~~~~~~ .././src/proxy/signing_policy_parse.y:41.1-14: warning: deprecated directive: '%error-verbose', use '%define parse.error verbose' [-Wdeprecated] 41 | %error-verbose | ^~~~~~~~~~~~~~ | %define parse.error verbose .././src/proxy/signing_policy_parse.y:42.1-12: warning: POSIX Yacc does not support %pure-parser [-Wyacc] 42 | %pure-parser | ^~~~~~~~~~~~ .././src/proxy/signing_policy_parse.y:42.1-12: warning: deprecated directive: '%pure-parser', use '%define api.pure' [-Wdeprecated] 42 | %pure-parser | ^~~~~~~~~~~~ | %define api.pure .././src/proxy/signing_policy_parse.y:43.14-22: warning: POSIX Yacc does not support string literals [-Wyacc] 43 | %name-prefix="signing" | ^~~~~~~~~ .././src/proxy/signing_policy_parse.y:43.1-22: warning: POSIX Yacc does not support %name-prefix= [-Wyacc] 43 | %name-prefix="signing" | ^~~~~~~~~~~~~~~~~~~~~~ .././src/proxy/signing_policy_parse.y:43.1-22: warning: deprecated directive: '%name-prefix="signing"', use '%define api.prefix {signing}' [-Wdeprecated] 43 | %name-prefix="signing" | ^~~~~~~~~~~~~~~~~~~~~~ | %define api.prefix {signing} libtool --mode=compile gcc -Wall -g -I./src/proxy -I. -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -c ./src/canl.c -fPIC -I./src -I. -o canl.lo .././src/proxy/namespaces_parse.y: warning: fix-its can be applied. Rerun with option '--update'. [-Wother] rm -r namespaces_parse libtool --mode=compile gcc -Wall -g -I./src/proxy -I. -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -c ./src/canl_err.c -fPIC -I./src -I. -o canl_err.lo .././src/proxy/signing_policy_parse.y: warning: fix-its can be applied. Rerun with option '--update'. [-Wother] libtool: compile: gcc -Wall -g -I./src/proxy -I. -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -c canl_err_desc.c -fPIC -I./src -I. -fPIC -DPIC -o .libs/canl_err_desc.o rm -r signing_policy_parse libtool --mode=compile gcc -Wall -g -I./src/proxy -I. -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -c ./src/canl_dns.c -fPIC -I./src -I. -o canl_dns.lo libtool: compile: gcc -Wall -g -I./src/proxy -I. -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -c ./src/canl.c -fPIC -I./src -I. -fPIC -DPIC -o .libs/canl.o libtool: compile: gcc -Wall -g -I./src/proxy -I. -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -c ./src/canl_err.c -fPIC -I./src -I. -fPIC -DPIC -o .libs/canl_err.o libtool: compile: gcc -Wall -g -I./src/proxy -I. -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -c ./src/canl_dns.c -fPIC -I./src -I. -fPIC -DPIC -o .libs/canl_dns.o libtool: compile: gcc -Wall -g -I./src/proxy -I. -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -c canl_err_desc.c -fPIC -I./src -I. -o canl_err_desc.o >/dev/null 2>&1 In file included from /usr/include/string.h:495, from ./src/canl_locl.h:19, from ./src/canl_err.c:1: In function 'strncpy', inlined from 'get_error_string' at ./src/canl_err.c:189:17, inlined from 'update_error_msg' at ./src/canl_err.c:132:5: /usr/include/bits/string_fortified.h:106:10: warning: '__builtin_strncpy' specified bound 512 equals destination size [-Wstringop-truncation] 106 | return __builtin___strncpy_chk (__dest, __src, __len, __bos (__dest)); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In function 'strncpy', inlined from 'get_error_string' at ./src/canl_err.c:181:17, inlined from 'update_error_msg' at ./src/canl_err.c:132:5: /usr/include/bits/string_fortified.h:106:10: warning: '__builtin_strncpy' specified bound 512 equals destination size [-Wstringop-truncation] 106 | return __builtin___strncpy_chk (__dest, __src, __len, __bos (__dest)); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In function 'strncpy', inlined from 'get_error_string' at ./src/canl_err.c:173:17, inlined from 'update_error_msg' at ./src/canl_err.c:132:5: /usr/include/bits/string_fortified.h:106:10: warning: '__builtin_strncpy' specified bound 512 equals destination size [-Wstringop-truncation] 106 | return __builtin___strncpy_chk (__dest, __src, __len, __bos (__dest)); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In function 'strncat', inlined from 'update_error_msg' at ./src/canl_err.c:149:5: /usr/include/bits/string_fortified.h:136:10: warning: '__builtin_strncat' specified bound depends on the length of the source argument [-Wstringop-overflow=] 136 | return __builtin___strncat_chk (__dest, __src, __len, __bos (__dest)); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./src/canl_err.c: In function 'update_error_msg': ./src/canl_err.c:133:16: note: length computed here 133 | code_len = strlen(code_str); | ^~~~~~~~~~~~~~~~ libtool: compile: gcc -Wall -g -I./src/proxy -I. -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -c ./src/canl_dns.c -fPIC -I./src -I. -o canl_dns.o >/dev/null 2>&1 libtool: compile: gcc -Wall -g -I./src/proxy -I. -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -c ./src/canl_err.c -fPIC -I./src -I. -o canl_err.o >/dev/null 2>&1 libtool: compile: gcc -Wall -g -I./src/proxy -I. -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -c ./src/canl.c -fPIC -I./src -I. -o canl.o >/dev/null 2>&1 libtool --mode=compile gcc -Wall -g -I./src/proxy -I. -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -c ./src/canl_ssl.c -fPIC -I./src -I. -o canl_ssl.lo libtool: compile: gcc -Wall -g -I./src/proxy -I. -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -c ./src/canl_ssl.c -fPIC -I./src -I. -fPIC -DPIC -o .libs/canl_ssl.o libtool --mode=compile gcc -Wall -g -I./src/proxy -I. -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -c ./src/canl_cert.c -fPIC -I./src -I. -o canl_cert.lo libtool --mode=compile gcc -Wall -g -I./src/proxy -I. -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -c ./src/canl_cred.c -fPIC -I./src -I. -o canl_cred.lo libtool: compile: gcc -Wall -g -I./src/proxy -I. -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -c ./src/canl_cert.c -fPIC -I./src -I. -fPIC -DPIC -o .libs/canl_cert.o libtool: compile: gcc -Wall -g -I./src/proxy -I. -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -c ./src/canl_cred.c -fPIC -I./src -I. -fPIC -DPIC -o .libs/canl_cred.o libtool --mode=compile gcc -Wall -g -I./src/proxy -I. -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -c ./src/canl_ocsp.c -fPIC -I./src -I. -o canl_ocsp.lo ./src/canl_ssl.c: In function 'map_verify_result': ./src/canl_ssl.c:793:43: warning: passing argument 1 of 'X509_STORE_CTX_get_error' discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers] 793 | result = X509_STORE_CTX_get_error(store_ctx); | ^~~~~~~~~ In file included from /usr/include/openssl/x509.h:320, from /usr/include/openssl/ssl.h:20, from ./src/canl_ssl.h:5, from ./src/proxy/sslutils.h:64, from ./src/canl_locl.h:21, from ./src/canl_ssl.c:1: /usr/include/openssl/x509_vfy.h:489:46: note: expected 'X509_STORE_CTX *' {aka 'struct x509_store_ctx_st *'} but argument is of type 'const X509_STORE_CTX *' {aka 'const struct x509_store_ctx_st *'} 489 | int X509_STORE_CTX_get_error(X509_STORE_CTX *ctx); | ~~~~~~~~~~~~~~~~^~~ libtool: compile: gcc -Wall -g -I./src/proxy -I. -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -c ./src/canl_ocsp.c -fPIC -I./src -I. -fPIC -DPIC -o .libs/canl_ocsp.o ./src/canl_cred.c: In function 'canl_cred_load_req': ./src/canl_cred.c:711:31: warning: passing argument 1 of 'X509_REQ_dup' discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers] 711 | req->c_req = X509_REQ_dup(req_in); | ^~~~~~ In file included from /usr/include/openssl/ssl.h:20, from ./src/canl_ssl.h:5, from ./src/proxy/sslutils.h:64, from ./src/canl_locl.h:21, from ./src/canl_cred.c:1: /usr/include/openssl/x509.h:473:34: note: expected 'X509_REQ *' {aka 'struct X509_req_st *'} but argument is of type 'const X509_REQ *' {aka 'const struct X509_req_st *'} 473 | X509_REQ *X509_REQ_dup(X509_REQ *req); | ~~~~~~~~~~^~~ libtool: compile: gcc -Wall -g -I./src/proxy -I. -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -c ./src/canl_cert.c -fPIC -I./src -I. -o canl_cert.o >/dev/null 2>&1 libtool: compile: gcc -Wall -g -I./src/proxy -I. -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -c ./src/canl_cred.c -fPIC -I./src -I. -o canl_cred.o >/dev/null 2>&1 libtool: compile: gcc -Wall -g -I./src/proxy -I. -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -c ./src/canl_ssl.c -fPIC -I./src -I. -o canl_ssl.o >/dev/null 2>&1 libtool: compile: gcc -Wall -g -I./src/proxy -I. -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -c ./src/canl_ocsp.c -fPIC -I./src -I. -o canl_ocsp.o >/dev/null 2>&1 libtool --mode=compile gcc -Wall -g -I./src/proxy -I. -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -c ./src/proxy/doio.c -fPIC -I./src -I. -o doio.lo libtool: compile: gcc -Wall -g -I./src/proxy -I. -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -c ./src/proxy/doio.c -fPIC -I./src -I. -fPIC -DPIC -o .libs/doio.o libtool: compile: gcc -Wall -g -I./src/proxy -I. -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -c ./src/proxy/doio.c -fPIC -I./src -I. -o doio.o >/dev/null 2>&1 libtool --mode=compile gcc -Wall -g -I./src/proxy -I. -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -c ./src/proxy/evaluate.c -fPIC -I./src -I. -o evaluate.lo libtool: compile: gcc -Wall -g -I./src/proxy -I. -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -c ./src/proxy/evaluate.c -fPIC -I./src -I. -fPIC -DPIC -o .libs/evaluate.o libtool --mode=compile gcc -Wall -g -I./src/proxy -I. -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -c ./src/proxy/list.c -fPIC -I./src -I. -o list.lo libtool --mode=compile gcc -Wall -g -I./src/proxy -I. -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -c ./src/proxy/normalize.c -fPIC -I./src -I. -o normalize.lo libtool: compile: gcc -Wall -g -I./src/proxy -I. -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -c ./src/proxy/list.c -fPIC -I./src -I. -fPIC -DPIC -o .libs/list.o libtool: compile: gcc -Wall -g -I./src/proxy -I. -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -c ./src/proxy/normalize.c -fPIC -I./src -I. -fPIC -DPIC -o .libs/normalize.o libtool: compile: gcc -Wall -g -I./src/proxy -I. -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -c ./src/proxy/list.c -fPIC -I./src -I. -o list.o >/dev/null 2>&1 libtool: compile: gcc -Wall -g -I./src/proxy -I. -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -c ./src/proxy/normalize.c -fPIC -I./src -I. -o normalize.o >/dev/null 2>&1 libtool --mode=compile gcc -Wall -g -I./src/proxy -I. -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -c ./src/proxy/scutils.c -fPIC -I./src -I. -o scutils.lo libtool --mode=compile gcc -Wall -g -I./src/proxy -I. -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -c ./src/proxy/sslutils.c -fPIC -I./src -I. -o sslutils.lo In file included from /usr/include/string.h:495, from ./src/proxy/evaluate.c:34: In function 'strncpy', inlined from 'read_pathrestriction' at ./src/proxy/evaluate.c:356:5: /usr/include/bits/string_fortified.h:106:10: warning: '__builtin_strncpy' output may be truncated copying 8 bytes from a string of length 8 [-Wstringop-truncation] 106 | return __builtin___strncpy_chk (__dest, __src, __len, __bos (__dest)); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In function 'strncpy', inlined from 'read_pathrestriction' at ./src/proxy/evaluate.c:357:5: /usr/include/bits/string_fortified.h:106:10: warning: '__builtin_strncpy' output may be truncated copying 8 bytes from a string of length 8 [-Wstringop-truncation] 106 | return __builtin___strncpy_chk (__dest, __src, __len, __bos (__dest)); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ libtool --mode=compile gcc -Wall -g -I./src/proxy -I. -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -c ./src/proxy/data.c -fPIC -I./src -I. -o data.lo libtool: compile: gcc -Wall -g -I./src/proxy -I. -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -c ./src/proxy/evaluate.c -fPIC -I./src -I. -o evaluate.o >/dev/null 2>&1 libtool: compile: gcc -Wall -g -I./src/proxy -I. -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -c ./src/proxy/scutils.c -fPIC -I./src -I. -fPIC -DPIC -o .libs/scutils.o libtool: compile: gcc -Wall -g -I./src/proxy -I. -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -c ./src/proxy/sslutils.c -fPIC -I./src -I. -fPIC -DPIC -o .libs/sslutils.o libtool: compile: gcc -Wall -g -I./src/proxy -I. -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -c ./src/proxy/scutils.c -fPIC -I./src -I. -o scutils.o >/dev/null 2>&1 libtool: compile: gcc -Wall -g -I./src/proxy -I. -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -c ./src/proxy/data.c -fPIC -I./src -I. -fPIC -DPIC -o .libs/data.o libtool --mode=compile gcc -Wall -g -I./src/proxy -I. -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -c namespaces_parse.c -fPIC -I./src -I. -o namespaces_parse.lo libtool: compile: gcc -Wall -g -I./src/proxy -I. -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -c ./src/proxy/data.c -fPIC -I./src -I. -o data.o >/dev/null 2>&1 libtool: compile: gcc -Wall -g -I./src/proxy -I. -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -c namespaces_parse.c -fPIC -I./src -I. -fPIC -DPIC -o .libs/namespaces_parse.o libtool --mode=compile gcc -Wall -g -I./src/proxy -I. -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -c namespaces_lex.c -fPIC -I./src -I. -o namespaces_lex.lo libtool: compile: gcc -Wall -g -I./src/proxy -I. -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -c namespaces_lex.c -fPIC -I./src -I. -fPIC -DPIC -o .libs/namespaces_lex.o libtool --mode=compile gcc -Wall -g -I./src/proxy -I. -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -c signing_policy_parse.c -fPIC -I./src -I. -o signing_policy_parse.lo ./src/proxy/sslutils.c: In function 'ERR_load_prxyerr_strings': ./src/proxy/sslutils.c:438:41: warning: unused variable 'egd_path' [-Wunused-variable] 438 | char * egd_path; | ^~~~~~~~ ./src/proxy/sslutils.c: In function 'proxy_genreq': ./src/proxy/sslutils.c:729:5: warning: 'RSA_generate_key' is deprecated [-Wdeprecated-declarations] 729 | if ((rsa = RSA_generate_key(rbits, | ^~ In file included from /usr/include/openssl/e_os2.h:13, from /usr/include/openssl/x509.h:14, from ./src/proxy/myproxycertinfo.h:29, from ./src/proxy/sslutils.c:36: /usr/include/openssl/rsa.h:234:1: note: declared here 234 | DEPRECATEDIN_0_9_8(RSA *RSA_generate_key(int bits, unsigned long e, void | ^~~~~~~~~~~~~~~~~~ ./src/proxy/sslutils.c: In function 'proxy_sign_ext': ./src/proxy/sslutils.c:1028:41: warning: unused variable 'user_cert_info' [-Wunused-variable] 1028 | X509_CINF * user_cert_info; | ^~~~~~~~~~~~~~ ./src/proxy/sslutils.c: In function 'proxy_verify_callback': ./src/proxy/sslutils.c:1878:41: warning: unused variable 'cert' [-Wunused-variable] 1878 | X509 * cert = NULL; | ^~~~ ./src/proxy/sslutils.c: In function 'proxy_load_user_key': ./src/proxy/sslutils.c:3173:41: warning: unused variable 'ucertpkey' [-Wunused-variable] 3173 | EVP_PKEY * ucertpkey; | ^~~~~~~~~ ./src/proxy/sslutils.c: In function 'lcmaps_type_of_proxy': ./src/proxy/sslutils.c:4065:41: warning: variable 'retval' set but not used [-Wunused-but-set-variable] 4065 | int retval = 0; | ^~~~~~ ./src/proxy/sslutils.c: In function 'grid_verifyPathLenConstraints': ./src/proxy/sslutils.c:4308:9: warning: variable 'retval' set but not used [-Wunused-but-set-variable] 4308 | int retval = 0; | ^~~~~~ ./src/proxy/sslutils.c:4307:11: warning: unused variable 'error_msg' [-Wunused-variable] 4307 | char *error_msg = NULL; | ^~~~~~~~~ ./src/proxy/sslutils.c:4301:11: warning: unused variable 'oper' [-Wunused-variable] 4301 | char *oper = "grid_verifyPathLenConstraints"; | ^~~~ :1294:16: warning: 'input' defined but not used [-Wunused-function] :1252:17: warning: 'yyunput' defined but not used [-Wunused-function] libtool: compile: gcc -Wall -g -I./src/proxy -I. -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -c signing_policy_parse.c -fPIC -I./src -I. -fPIC -DPIC -o .libs/signing_policy_parse.o libtool: compile: gcc -Wall -g -I./src/proxy -I. -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -c namespaces_parse.c -fPIC -I./src -I. -o namespaces_parse.o >/dev/null 2>&1 libtool --mode=compile gcc -Wall -g -I./src/proxy -I. -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -c signing_policy_lex.c -fPIC -I./src -I. -o signing_policy_lex.lo libtool: compile: gcc -Wall -g -I./src/proxy -I. -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -c signing_policy_parse.c -fPIC -I./src -I. -o signing_policy_parse.o >/dev/null 2>&1 libtool: compile: gcc -Wall -g -I./src/proxy -I. -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -c namespaces_lex.c -fPIC -I./src -I. -o namespaces_lex.o >/dev/null 2>&1 libtool: compile: gcc -Wall -g -I./src/proxy -I. -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -c signing_policy_lex.c -fPIC -I./src -I. -fPIC -DPIC -o .libs/signing_policy_lex.o :1325:16: warning: 'input' defined but not used [-Wunused-function] :1283:17: warning: 'yyunput' defined but not used [-Wunused-function] TEXINPUTS=".:./doc/src//:" pdflatex ./doc/src/canl.tex This is pdfTeX, Version 3.14159265-2.6-1.40.20 (TeX Live 2019) (preloaded format=pdflatex) restricted \write18 enabled. kpathsea: Running mktexfmt pdflatex.fmt libtool: compile: gcc -Wall -g -I./src/proxy -I. -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -c ./src/proxy/sslutils.c -fPIC -I./src -I. -o sslutils.o >/dev/null 2>&1 libtool: compile: gcc -Wall -g -I./src/proxy -I. -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -c signing_policy_lex.c -fPIC -I./src -I. -o signing_policy_lex.o >/dev/null 2>&1 mktexfmt: mktexfmt is using the following fmtutil.cnf files (in precedence order): mktexfmt: /usr/share/texlive/texmf-dist/web2c/fmtutil.cnf mktexfmt: mktexfmt is using the following fmtutil.cnf file for writing changes: mktexfmt: /builddir/.texlive2019/texmf-config/web2c/fmtutil.cnf mktexfmt [INFO]: writing formats under /builddir/.texlive2019/texmf-var/web2c mktexfmt [INFO]: --- remaking pdflatex with pdftex mktexfmt: running `pdftex -ini -jobname=pdflatex -progname=pdflatex -translate-file=cp227.tcx *pdflatex.ini' ... This is pdfTeX, Version 3.14159265-2.6-1.40.20 (TeX Live 2019) (INITEX) restricted \write18 enabled. (/usr/share/texlive/texmf-dist/web2c/cp227.tcx) entering extended mode (/usr/share/texlive/texmf-dist/tex/latex/latexconfig/pdflatex.ini (/usr/share/texlive/texmf-dist/tex/generic/tex-ini-files/pdftexconfig.tex) (/usr/share/texlive/texmf-dist/tex/latex/base/latex.ltx (/usr/share/texlive/texmf-dist/tex/latex/base/texsys.cfg) ./texsys.aux found \@currdir set to: ./. Assuming \openin and \input have the same search path. Defining UNIX/DOS style filename parser. catcodes, registers, parameters, LaTeX2e <2018-12-01> hacks, control, par, spacing, files, font encodings, lengths, ==================================== Local config file fonttext.cfg used ==================================== (/usr/share/texlive/texmf-dist/tex/latex/base/fonttext.cfg (/usr/share/texlive/texmf-dist/tex/latex/base/fonttext.ltx === Don't modify this file, use a .cfg file instead === (/usr/share/texlive/texmf-dist/tex/latex/base/omlenc.def) (/usr/share/texlive/texmf-dist/tex/latex/base/t1enc.def) (/usr/share/texlive/texmf-dist/tex/latex/base/ot1enc.def) (/usr/share/texlive/texmf-dist/tex/latex/base/omsenc.def) (/usr/share/texlive/texmf-dist/tex/latex/base/t1cmr.fd) (/usr/share/texlive/texmf-dist/tex/latex/base/ot1cmr.fd) (/usr/share/texlive/texmf-dist/tex/latex/base/ot1cmss.fd) (/usr/share/texlive/texmf-dist/tex/latex/base/ot1cmtt.fd))) ==================================== Local config file fontmath.cfg used ==================================== (/usr/share/texlive/texmf-dist/tex/latex/base/fontmath.cfg (/usr/share/texlive/texmf-dist/tex/latex/base/fontmath.ltx === Don't modify this file, use a .cfg file instead === (/usr/share/texlive/texmf-dist/tex/latex/base/omlcmm.fd) (/usr/share/texlive/texmf-dist/tex/latex/base/omscmsy.fd) (/usr/share/texlive/texmf-dist/tex/latex/base/omxcmex.fd) (/usr/share/texlive/texmf-dist/tex/latex/base/ucmr.fd))) ==================================== Local config file preload.cfg used ===================================== (/usr/share/texlive/texmf-dist/tex/latex/base/preload.cfg (/usr/share/texlive/texmf-dist/tex/latex/base/preload.ltx)) page nos., x-ref, environments, center, verbatim, math definitions, boxes, title, sectioning, contents, floats, footnotes, index, bibliography, output, =========================================== Local configuration file hyphen.cfg used =========================================== (/usr/share/texlive/texmf-dist/tex/generic/babel/hyphen.cfg (/usr/share/texlive/texmf-dist/tex/generic/babel/switch.def) (/usr/share/texlive/texmf-dist/tex/generic/hyphen/hyphen.tex) (/usr/share/texlive/texmf-dist/tex/generic/hyphen/dumyhyph.tex) (/usr/share/texlive/texmf-dist/tex/generic/hyphen/zerohyph.tex)) (/usr/share/texlive/texmf-dist/tex/latex/base/utf8.def (/usr/share/texlive/texmf-dist/tex/latex/base/t1enc.dfu) (/usr/share/texlive/texmf-dist/tex/latex/base/ot1enc.dfu) (/usr/share/texlive/texmf-dist/tex/latex/base/omsenc.dfu)) ) ) Beginning to dump on file pdflatex.fmt (preloaded format=pdflatex 2020.3.28) 5447 strings of total length 72682 51327 memory locations dumped; current usage is 144&51153 3775 multiletter control sequences \font\nullfont=nullfont \font\OMX/cmex/m/n/10=cmex10 \font\tenln=line10 \font\tenlnw=linew10 \font\tencirc=lcircle10 \font\tencircw=lcirclew10 \font\OT1/cmr/m/n/5=cmr5 \font\OT1/cmr/m/n/7=cmr7 \font\OT1/cmr/m/n/10=cmr10 \font\OML/cmm/m/it/5=cmmi5 \font\OML/cmm/m/it/7=cmmi7 \font\OML/cmm/m/it/10=cmmi10 \font\OMS/cmsy/m/n/5=cmsy5 \font\OMS/cmsy/m/n/7=cmsy7 \font\OMS/cmsy/m/n/10=cmsy10 3633 words of font info for 14 preloaded fonts 14 hyphenation exceptions Hyphenation trie of length 6081 has 183 ops out of 35111 2 for language 1 181 for language 0 0 words of pdfTeX memory 0 indirect objects No pages of output. Transcript written on pdflatex.log. mktexfmt [INFO]: /builddir/.texlive2019/texmf-var/web2c/pdftex/pdflatex.fmt installed. mktexfmt [INFO]: Successfully rebuilt formats: 1 mktexfmt [INFO]: Not selected formats: 15 mktexfmt [INFO]: Total formats: 16 mktexfmt [INFO]: exiting with status 0 entering extended mode (./doc/src/canl.tex LaTeX2e <2018-12-01> (./doc/src/emi.cls Document Class: emi 2011/03/24 EMI LaTeX Class EMI LaTeX class -- 2011/03/24 (/usr/share/texlive/texmf-dist/tex/latex/base/article.cls Document Class: article 2018/09/03 v1.4i Standard LaTeX document class (/usr/share/texlive/texmf-dist/tex/latex/base/size11.clo)) (/usr/share/texlive/texmf-dist/tex/latex/lastpage/lastpage.sty) (/usr/share/texlive/texmf-dist/tex/latex/tools/tabularx.sty (/usr/share/texlive/texmf-dist/tex/latex/tools/array.sty)) (/usr/share/texlive/texmf-dist/tex/latex/pslatex/pslatex.sty) (/usr/share/texlive/texmf-dist/tex/latex/psnfss/times.sty) (/usr/share/texlive/texmf-dist/tex/latex/tools/verbatim.sty) (/usr/share/texlive/texmf-dist/tex/latex/geometry/geometry.sty (/usr/share/texlive/texmf-dist/tex/latex/graphics/keyval.sty) (/usr/share/texlive/texmf-dist/tex/generic/oberdiek/ifpdf.sty) (/usr/share/texlive/texmf-dist/tex/generic/oberdiek/ifvtex.sty) (/usr/share/texlive/texmf-dist/tex/generic/ifxetex/ifxetex.sty)) (/usr/share/texlive/texmf-dist/tex/latex/url/url.sty) (/usr/share/texlive/texmf-dist/tex/latex/caption/caption.sty (/usr/share/texlive/texmf-dist/tex/latex/caption/caption3.sty)) (/usr/share/texlive/texmf-dist/tex/latex/base/fontenc.sty (/usr/share/texlive/texmf-dist/tex/latex/base/t1enc.def)) (/usr/share/texlive/texmf-dist/tex/latex/psnfss/helvet.sty) (/usr/share/texlive/texmf-dist/tex/latex/multirow/multirow.sty) (/usr/share/texlive/texmf-dist/tex/latex/hyperref/hyperref.sty (/usr/share/texlive/texmf-dist/tex/generic/oberdiek/hobsub-hyperref.sty (/usr/share/texlive/texmf-dist/tex/generic/oberdiek/hobsub-generic.sty)) (/usr/share/texlive/texmf-dist/tex/latex/oberdiek/auxhook.sty) (/usr/share/texlive/texmf-dist/tex/latex/oberdiek/kvoptions.sty) (/usr/share/texlive/texmf-dist/tex/latex/hyperref/pd1enc.def) (/usr/share/texlive/texmf-dist/tex/latex/latexconfig/hyperref.cfg)) (/usr/share/texlive/texmf-dist/tex/latex/hyperref/hpdftex.def (/usr/share/texlive/texmf-dist/tex/latex/oberdiek/rerunfilecheck.sty)) (/usr/share/texlive/texmf-dist/tex/latex/graphics/graphicx.sty (/usr/share/texlive/texmf-dist/tex/latex/graphics/graphics.sty (/usr/share/texlive/texmf-dist/tex/latex/graphics/trig.sty) (/usr/share/texlive/texmf-dist/tex/latex/graphics-cfg/graphics.cfg) (/usr/share/texlive/texmf-dist/tex/latex/graphics-def/pdftex.def))) (/usr/share/texlive/texmf-dist/tex/latex/graphics/color.sty (/usr/share/texlive/texmf-dist/tex/latex/graphics-cfg/color.cfg))) (./doc/src/definitions.tex (/usr/share/texlive/texmf-dist/tex/latex/tools/xspace.sty) (/usr/share/texlive/texmf-dist/tex/latex/base/ifthen.sty) (/usr/share/texlive/texmf-dist/tex/latex/listings/listings.sty (/usr/share/texlive/texmf-dist/tex/latex/listings/lstmisc.sty) (/usr/share/texlive/texmf-dist/tex/latex/listings/listings.cfg)) (./ver.tex)) (/usr/share/texlive/texmf-dist/tex/latex/amsmath/amsmath.sty For additional information on amsmath, use the `?' option. (/usr/share/texlive/texmf-dist/tex/latex/amsmath/amstext.sty (/usr/share/texlive/texmf-dist/tex/latex/amsmath/amsgen.sty)) (/usr/share/texlive/texmf-dist/tex/latex/amsmath/amsbsy.sty) (/usr/share/texlive/texmf-dist/tex/latex/amsmath/amsopn.sty)) No file canl.aux. (/usr/share/texlive/texmf-dist/tex/latex/psnfss/omspzccm.fd) *geometry* driver: auto-detecting *geometry* detected driver: pdftex (/usr/share/texlive/texmf-dist/tex/latex/hyperref/nameref.sty (/usr/share/texlive/texmf-dist/tex/generic/oberdiek/gettitlestring.sty)) (/usr/share/texlive/texmf-dist/tex/context/base/mkii/supp-pdf.mkii [Loading MPS to PDF converter (version 2006.09.02).] ) (/usr/share/texlive/texmf-dist/tex/latex/oberdiek/epstopdf-base.sty (/usr/share/texlive/texmf-dist/tex/latex/oberdiek/grfext.sty) (/usr/share/texlive/texmf-dist/tex/latex/latexconfig/epstopdf-sys.cfg)) (/usr/share/texlive/texmf-dist/tex/latex/psnfss/ot1ptmcm.fd) (/usr/share/texlive/texmf-dist/tex/latex/psnfss/omlptmcm.fd) (/usr/share/texlive/texmf-dist/tex/latex/psnfss/omxpsycm.fd) Overfull \hbox (2.08923pt too wide) detected at line 47 [] Underfull \hbox (badness 10000) detected at line 47 [] LaTeX Warning: Reference `LastPage' on page 1 undefined on input line 47. [1{/usr/share/texlive/texmf-dist/fonts/map/pdftex/updmap/pdftex.map} <./doc/src /images/EMI_Logo_std.pdf> <./doc/src/images/cesnet.pdf>] (/usr/share/texlive/texmf-dist/tex/latex/listings/lstlang1.sty) (/usr/share/texlive/texmf-dist/tex/latex/listings/lstmisc.sty) (./doc/src/funding.tex) (./doc/src/copyright.tex (/usr/share/texlive/texmf-dist/tex/latex/psnfss/omsphv.fd) Overfull \vbox (11.38092pt too high) has occurred while \output is active LaTeX Warning: Reference `LastPage' on page 2 undefined on input line 32. [2]) Overfull \vbox (11.38092pt too high) has occurred while \output is active LaTeX Warning: Reference `LastPage' on page 3 undefined on input line 89. [3] (./doc/src/canl-introduction.tex LaTeX Warning: Reference `s:cs-auth-conn' on page 4 undefined on input line 33. LaTeX Warning: Marginpar on page 4 moved. Overfull \vbox (11.38092pt too high) has occurred while \output is active LaTeX Warning: Reference `LastPage' on page 4 undefined on input line 96. [4] LaTeX Warning: Reference `t:cheaders' on page 5 undefined on input line 103. LaTeX Warning: Reference `s:context' on page 5 undefined on input line 132. Overfull \hbox (15.00668pt too wide) in paragraph at lines 129--137 \T1/phv/m/n/10.95 -There are two opaque data struc-tures rep-re-sent-ing caNl \ T1/phv/m/sl/10.95 Main API \T1/phv/m/n/10.95 con-text: \T1/pcr/m/n/10.95 canl_c tx \T1/phv/m/n/10.95 and \T1/pcr/m/n/10.95 canl_io_handler Overfull \vbox (11.38092pt too high) has occurred while \output is active LaTeX Warning: Reference `LastPage' on page 5 undefined on input line 155. [5]) Overfull \vbox (11.38092pt too high) has occurred while \output is active LaTeX Warning: Reference `LastPage' on page 6 undefined on input line 92. [6] (./doc/src/canl-cs-auth-connection.tex Overfull \vbox (11.38092pt too high) has occurred while \output is active LaTeX Warning: Reference `LastPage' on page 7 undefined on input line 83. [7] Overfull \hbox (41.22665pt too wide) in paragraph at lines 103--103 []\T1/pcr/m/n/10.95 canl_err_code canl_princ_name(canl_ctx cc, const canl_prin cipal cp, char **ret_name) Overfull \vbox (11.38092pt too high) has occurred while \output is active LaTeX Warning: Reference `LastPage' on page 8 undefined on input line 133. [8] Overfull \hbox (12.85277pt too wide) in paragraph at lines 169--171 []\T1/phv/m/n/10.95 param flags -- one of the canl_ctx_ssl_flags in canl_ssl.h (e.g. CANL_SSL_OCSP_VERIFY_ALL) Overfull \vbox (11.38092pt too high) has occurred while \output is active LaTeX Warning: Reference `LastPage' on page 9 undefined on input line 188. [9]libtool --mode=link gcc -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -rpath /usr/lib64 -version-info 4:0:0 canl_err_desc.lo canl.lo canl_err.lo canl_dns.lo canl_ssl.lo canl_cert.lo canl_cred.lo canl_ocsp.lo doio.lo evaluate.lo list.lo normalize.lo scutils.lo sslutils.lo data.lo namespaces_parse.lo namespaces_lex.lo signing_policy_parse.lo signing_policy_lex.lo -L/usr/usr/lib64 -lcares -lssl -lcrypto -ldl -lpthread -o libcanl_c.la ) Overfull \vbox (11.38092pt too high) has occurred while \output is active LaTeX Warning: Reference `LastPage' on page 10 undefined on input line 95. [10] (./doc/src/canl-proxy-cert.tex Overfull \hbox (21.00055pt too wide) in paragraph at lines 28--31 \T1/phv/m/n/10.95 These are the func-tions of the \T1/phv/m/sl/10.95 Cer-tifi-c ate API\T1/phv/m/n/10.95 , all of them use \T1/pcr/m/n/10.95 canl_ctx \T1/phv/m /n/10.95 as first pa-ram-e-ter and \T1/pcr/m/n/10.95 canl_err_code Overfull \hbox (4.25093pt too wide) in paragraph at lines 65--71 [][][]\T1/pcr/m/n/10.95 canl_cred_load_chain(canl_ctx, canl_cred cred, [] STACK _OF(X509) *chain) []\T1/phv/m/n/10.95 This func- Overfull \hbox (9.8354pt too wide) in paragraph at lines 75--80 [][][]\T1/pcr/m/n/10.95 canl_cred_load_chain_file(canl_ctx, canl_cred cred, [] const char * file) []\T1/phv/m/n/10.95 This func- Overfull \vbox (11.38092pt too high) has occurred while \output is active LaTeX Warning: Reference `LastPage' on page 11 undefined on input line 89. [11] Overfull \hbox (2.13535pt too wide) in paragraph at lines 100--100 []\T1/pcr/m/n/10.95 canl_err_code canl_cred_set_lifetime(canl_ctx, canl_cred c red, const long lt) Overfull \vbox (11.38092pt too high) has occurred while \output is active LaTeX Warning: Reference `LastPage' on page 12 undefined on input line 152. [12] Overfull \hbox (24.47324pt too wide) in paragraph at lines 155--155 []\T1/pcr/m/n/10.95 canl_err_code canl_cred_save_chain(canl_ctx, canl_cred cre d, STACK_OF(X509) **to) Overfull \hbox (45.26987pt too wide) in paragraph at lines 156--158 \T1/phv/m/n/10.95 This func-tion saves cer-tifi-cate chain of trust with proxy cer-tifi-cate into openssl ob-ject of type \T1/phv/m/sl/10.95 STACK_OF(X509)\T1 /phv/m/n/10.95 . Overfull \hbox (124.99374pt too wide) in paragraph at lines 189--189 []\T1/pcr/m/n/10.95 canl_err_code canl_verify_chain(canl_ctx ctx, X509 *ucert, STACK_OF(X509) *cert_chain, char *cadir) Overfull \hbox (91.48691pt too wide) in paragraph at lines 199--199 []\T1/pcr/m/n/10.95 canl_err_code canl_verify_chain_wo_ossl(canl_ctx ctx, char *cadir, X509_STORE_CTX *store_ctx) Overfull \vbox (11.38092pt too high) has occurred while \output is active LaTeX Warning: Reference `LastPage' on page 13 undefined on input line 217. [13]) Package lastpage Warning: Rerun to get the references right on input line 102. AED: lastpage setting LastPage Overfull \vbox (11.38092pt too high) has occurred while \output is active LaTeX Warning: Reference `LastPage' on page 14 undefined on input line 102. [14] (./canl.aux) Package rerunfilecheck Warning: File `canl.out' has changed. (rerunfilecheck) Rerun to get outlines right (rerunfilecheck) or use package `bookmark'. LaTeX Warning: There were undefined references. LaTeX Warning: Label(s) may have changed. Rerun to get cross-references right. ) (see the transcript file for additional information){/usr/share/texlive/texmf-d ist/fonts/enc/dvips/base/8r.enc} Output written on canl.pdf (14 pages, 100629 bytes). Transcript written on canl.log. TEXINPUTS=".:./doc/src//:" pdflatex ./doc/src/canl.tex This is pdfTeX, Version 3.14159265-2.6-1.40.20 (TeX Live 2019) (preloaded format=pdflatex) restricted \write18 enabled. entering extended mode (./doc/src/canl.tex LaTeX2e <2018-12-01> (./doc/src/emi.cls Document Class: emi 2011/03/24 EMI LaTeX Class EMI LaTeX class -- 2011/03/24 (/usr/share/texlive/texmf-dist/tex/latex/base/article.cls Document Class: article 2018/09/03 v1.4i Standard LaTeX document class (/usr/share/texlive/texmf-dist/tex/latex/base/size11.clo)) (/usr/share/texlive/texmf-dist/tex/latex/lastpage/lastpage.sty) (/usr/share/texlive/texmf-dist/tex/latex/tools/tabularx.sty (/usr/share/texlive/texmf-dist/tex/latex/tools/array.sty)) (/usr/share/texlive/texmf-dist/tex/latex/pslatex/pslatex.sty) (/usr/share/texlive/texmf-dist/tex/latex/psnfss/times.sty) (/usr/share/texlive/texmf-dist/tex/latex/tools/verbatim.sty) (/usr/share/texlive/texmf-dist/tex/latex/geometry/geometry.sty (/usr/share/texlive/texmf-dist/tex/latex/graphics/keyval.sty) (/usr/share/texlive/texmf-dist/tex/generic/oberdiek/ifpdf.sty) (/usr/share/texlive/texmf-dist/tex/generic/oberdiek/ifvtex.sty) (/usr/share/texlive/texmf-dist/tex/generic/ifxetex/ifxetex.sty)) (/usr/share/texlive/texmf-dist/tex/latex/url/url.sty) (/usr/share/texlive/texmf-dist/tex/latex/caption/caption.sty (/usr/share/texlive/texmf-dist/tex/latex/caption/caption3.sty)) (/usr/share/texlive/texmf-dist/tex/latex/base/fontenc.sty (/usr/share/texlive/texmf-dist/tex/latex/base/t1enc.def)) (/usr/share/texlive/texmf-dist/tex/latex/psnfss/helvet.sty) (/usr/share/texlive/texmf-dist/tex/latex/multirow/multirow.sty) (/usr/share/texlive/texmf-dist/tex/latex/hyperref/hyperref.sty (/usr/share/texlive/texmf-dist/tex/generic/oberdiek/hobsub-hyperref.sty (/usr/share/texlive/texmf-dist/tex/generic/oberdiek/hobsub-generic.sty)) (/usr/share/texlive/texmf-dist/tex/latex/oberdiek/auxhook.sty)libtool: link: gcc -shared -fPIC -DPIC .libs/canl_err_desc.o .libs/canl.o .libs/canl_err.o .libs/canl_dns.o .libs/canl_ssl.o .libs/canl_cert.o .libs/canl_cred.o .libs/canl_ocsp.o .libs/doio.o .libs/evaluate.o .libs/list.o .libs/normalize.o .libs/scutils.o .libs/sslutils.o .libs/data.o .libs/namespaces_parse.o .libs/namespaces_lex.o .libs/signing_policy_parse.o .libs/signing_policy_lex.o -L/usr/usr/lib64 -lcares -lssl -lcrypto -ldl -lpthread -Wl,-z -Wl,relro -Wl,--as-needed -Wl,-z -Wl,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -Wl,-soname -Wl,libcanl_c.so.4 -o .libs/libcanl_c.so.4.0.0 (/usr/share/texlive/texmf-dist/tex/latex/oberdiek/kvoptions.sty) (/usr/share/texlive/texmf-dist/tex/latex/hyperref/pd1enc.def) (/usr/share/texlive/texmf-dist/tex/latex/latexconfig/hyperref.cfg)) (/usr/share/texlive/texmf-dist/tex/latex/hyperref/hpdftex.def (/usr/share/texlive/texmf-dist/tex/latex/oberdiek/rerunfilecheck.sty)) (/usr/share/texlive/texmf-dist/tex/latex/graphics/graphicx.sty (/usr/share/texlive/texmf-dist/tex/latex/graphics/graphics.sty (/usr/share/texlive/texmf-dist/tex/latex/graphics/trig.sty) (/usr/share/texlive/texmf-dist/tex/latex/graphics-cfg/graphics.cfg) (/usr/share/texlive/texmf-dist/tex/latex/graphics-def/pdftex.def))) (/usr/share/texlive/texmf-dist/tex/latex/graphics/color.sty (/usr/share/texlive/texmf-dist/tex/latex/graphics-cfg/color.cfg))) (./doc/src/definitions.tex (/usr/share/texlive/texmf-dist/tex/latex/tools/xspace.sty) (/usr/share/texlive/texmf-dist/tex/latex/base/ifthen.sty) (/usr/share/texlive/texmf-dist/tex/latex/listings/listings.sty (/usr/share/texlive/texmf-dist/tex/latex/listings/lstmisc.sty) (/usr/share/texlive/texmf-dist/tex/latex/listings/listings.cfg)) (./ver.tex)) (/usr/share/texlive/texmf-dist/tex/latex/amsmath/amsmath.sty For additional information on amsmath, use the `?' option. (/usr/share/texlive/texmf-dist/tex/latex/amsmath/amstext.sty (/usr/share/texlive/texmf-dist/tex/latex/amsmath/amsgen.sty)) (/usr/share/texlive/texmf-dist/tex/latex/amsmath/amsbsy.sty) (/usr/share/texlive/texmf-dist/tex/latex/amsmath/amsopn.sty)) (./canl.aux LaTeX Warning: Label `s:cs-auth-conn' multiply defined. ) (/usr/share/texlive/texmf-dist/tex/latex/psnfss/omspzccm.fd) *geometry* driver: auto-detecting *geometry* detected driver: pdftex (/usr/share/texlive/texmf-dist/tex/latex/hyperref/nameref.sty (/usr/share/texlive/texmf-dist/tex/generic/oberdiek/gettitlestring.sty)) (./canl.out) (./canl.out) (/usr/share/texlive/texmf-dist/tex/context/base/mkii/supp-pdf.mkii [Loading MPS to PDF converter (version 2006.09.02).] ) (/usr/share/texlive/texmf-dist/tex/latex/oberdiek/epstopdf-base.sty (/usr/share/texlive/texmf-dist/tex/latex/oberdiek/grfext.sty) (/usr/share/texlive/texmf-dist/tex/latex/latexconfig/epstopdf-sys.cfg)) (/usr/share/texlive/texmf-dist/tex/latex/psnfss/ot1ptmcm.fd) (/usr/share/texlive/texmf-dist/tex/latex/psnfss/omlptmcm.fd) (/usr/share/texlive/texmf-dist/tex/latex/psnfss/omxpsycm.fd) Overfull \hbox (2.08923pt too wide) detected at line 47 [] Underfull \hbox (badness 10000) detected at line 47 [] [1libtool: link: (cd ".libs" && rm -f "libcanl_c.so.4" && ln -s "libcanl_c.so.4.0.0" "libcanl_c.so.4") {/usr/share/texlive/texmf-dist/fonts/map/pdftex/updmap/pdftex.maplibtool: link: (cd ".libs" && rm -f "libcanl_c.so" && ln -s "libcanl_c.so.4.0.0" "libcanl_c.so") libtool: link: ar cru .libs/libcanl_c.a canl_err_desc.o canl.o canl_err.o canl_dns.o canl_ssl.o canl_cert.o canl_cred.o canl_ocsp.o doio.o evaluate.o list.o normalize.o scutils.o sslutils.o data.o namespaces_parse.o namespaces_lex.o signing_policy_parse.o signing_policy_lex.o libtool: link: ranlib .libs/libcanl_c.a libtool: link: ( cd ".libs" && rm -f "libcanl_c.la" && ln -s "../libcanl_c.la" "libcanl_c.la" ) libtool --mode=compile gcc -Wall -g -I./src/proxy -I. -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -c ./examples/canl_sample_server.c -Wall -g -I./src -I. -o canl_sample_server.lo libtool --mode=compile gcc -Wall -g -I./src/proxy -I. -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -c ./examples/canl_sample_client.c -I./src -I. -o canl_sample_client.lo libtool --mode=compile gcc -Wall -g -I./src/proxy -I. -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -c ./examples/grid-proxy-init.c -Wall -g -I./src -I. -o canl_proxy_init.lo } <./doc/src /images/EMI_Logo_std.pdf> <./doc/src/images/cesnet.pdf>] (/usr/share/texlive/texmf-dist/tex/latex/listings/lstlang1.sty) (/usr/share/texlive/texmf-dist/tex/latex/listings/lstmisc.sty)libtool: compile: gcc -Wall -g -I./src/proxy -I. -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -c ./examples/canl_sample_client.c -I./src -I. -fPIC -DPIC -o .libs/canl_sample_client.o (./doc/src/funding.tex) (./doc/src/copyright.tex (/usr/share/texlive/texmf-dist/tex/latex/psnfss/omsphv.fd) Overfull \vbox (11.38092pt too high) has occurred while \output is active [2])libtool: compile: gcc -Wall -g -I./src/proxy -I. -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -c ./examples/canl_sample_server.c -Wall -g -I./src -I. -fPIC -DPIC -o .libs/canl_sample_server.o (./canl.toc) Overfull \vbox (11.38092pt too high) has occurred while \output is active [3] (./doc/src/canl-introduction.texlibtool: compile: gcc -Wall -g -I./src/proxy -I. -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -c ./examples/grid-proxy-init.c -Wall -g -I./src -I. -fPIC -DPIC -o .libs/canl_proxy_init.o LaTeX Warning: Marginpar on page 4 moved. Overfull \vbox (11.38092pt too high) has occurred while \output is active [4] Overfull \hbox (15.00668pt too wide) in paragraph at lines 129--137 \T1/phv/m/n/10.95 -There are two opaque data struc-tures rep-re-sent-ing caNl \ T1/phv/m/sl/10.95 Main API \T1/phv/m/n/10.95 con-text: \T1/pcr/m/n/10.95 canl_c tx \T1/phv/m/n/10.95 and \T1/pcr/m/n/10.95 canl_io_handler Overfull \vbox (11.38092pt too high) has occurred while \output is active [5]) Overfull \vbox (11.38092pt too high) has occurred while \output is active [6] (./doc/src/canl-cs-auth-connection.tex Overfull \vbox (11.38092pt too high) has occurred while \output is active [7] Overfull \hbox (41.22665pt too wide) in paragraph at lines 103--103 []\T1/pcr/m/n/10.95 canl_err_code canl_princ_name(canl_ctx cc, const canl_prin cipal cp, char **ret_name) Overfull \vbox (11.38092pt too high) has occurred while \output is active [8] Overfull \hbox (12.85277pt too wide) in paragraph at lines 169--171 []\T1/phv/m/n/10.95 param flags -- one of the canl_ctx_ssl_flags in canl_ssl.h (e.g. CANL_SSL_OCSP_VERIFY_ALL) Overfull \vbox (11.38092pt too high) has occurred while \output is active [9]) Overfull \vbox (11.38092pt too high) has occurred while \output is active [10] (./doc/src/canl-proxy-cert.tex Overfull \hbox (21.00055pt too wide) in paragraph at lines 28--31 \T1/phv/m/n/10.95 These are the func-tions of the \T1/phv/m/sl/10.95 Cer-tifi-c ate API\T1/phv/m/n/10.95 , all of them use \T1/pcr/m/n/10.95 canl_ctx \T1/phv/m /n/10.95 as first pa-ram-e-ter and \T1/pcr/m/n/10.95 canl_err_code Overfull \hbox (4.25093pt too wide) in paragraph at lines 65--71 [][][]\T1/pcr/m/n/10.95 canl_cred_load_chain(canl_ctx, canl_cred cred, [] STACK _OF(X509) *chain) []\T1/phv/m/n/10.95 This func- Overfull \hbox (9.8354pt too wide) in paragraph at lines 75--80 [][][]\T1/pcr/m/n/10.95 canl_cred_load_chain_file(canl_ctx, canl_cred cred, [] const char * file) []\T1/phv/m/n/10.95 This func- Overfull \vbox (11.38092pt too high) has occurred while \output is active [11] Overfull \hbox (2.13535pt too wide) in paragraph at lines 100--100 []\T1/pcr/m/n/10.95 canl_err_code canl_cred_set_lifetime(canl_ctx, canl_cred c red, const long lt) Overfull \vbox (11.38092pt too high) has occurred while \output is active [12] Overfull \hbox (24.47324pt too wide) in paragraph at lines 155--155 []\T1/pcr/m/n/10.95 canl_err_code canl_cred_save_chain(canl_ctx, canl_cred cre d, STACK_OF(X509) **to) Overfull \hbox (45.26987pt too wide) in paragraph at lines 156--158 \T1/phv/m/n/10.95 This func-tion saves cer-tifi-cate chain of trust with proxy cer-tifi-cate into openssl ob-ject of type \T1/phv/m/sl/10.95 STACK_OF(X509)\T1 /phv/m/n/10.95 . Overfull \hbox (124.99374pt too wide) in paragraph at lines 189--189 []\T1/pcr/m/n/10.95 canl_err_code canl_verify_chain(canl_ctx ctx, X509 *ucert, STACK_OF(X509) *cert_chain, char *cadir) Overfull \hbox (91.48691pt too wide) in paragraph at lines 199--199 []\T1/pcr/m/n/10.95 canl_err_code canl_verify_chain_wo_ossl(canl_ctx ctx, char *cadir, X509_STORE_CTX *store_ctx) Overfull \vbox (11.38092pt too high) has occurred while \output is active [13]) AED: lastpage setting LastPage Overfull \vbox (11.38092pt too high) has occurred while \output is active [14] (./canl.aux) LaTeX Warning: There were multiply-defined labels. ) (see the transcript file for additional information){/usr/share/texlive/texmf-d ist/fonts/enc/dvips/base/8r.enc} Output written on canl.pdf (14 pages, 103272 bytes). Transcript written on canl.log. TEXINPUTS=".:./doc/src//:" pdflatex ./doc/src/canl.tex This is pdfTeX, Version 3.14159265-2.6-1.40.20 (TeX Live 2019) (preloaded format=pdflatex) restricted \write18 enabled. entering extended mode (./doc/src/canl.tex LaTeX2e <2018-12-01> (./doc/src/emi.cls Document Class: emi 2011/03/24 EMI LaTeX Class EMI LaTeX class -- 2011/03/24 (/usr/share/texlive/texmf-dist/tex/latex/base/article.cls Document Class: article 2018/09/03 v1.4i Standard LaTeX document class (/usr/share/texlive/texmf-dist/tex/latex/base/size11.clo)) (/usr/share/texlive/texmf-dist/tex/latex/lastpage/lastpage.sty) (/usr/share/texlive/texmf-dist/tex/latex/tools/tabularx.sty (/usr/share/texlive/texmf-dist/tex/latex/tools/array.sty)) (/usr/share/texlive/texmf-dist/tex/latex/pslatex/pslatex.sty./examples/canl_sample_client.c: In function 'main': ./examples/canl_sample_client.c:20:11: warning: variable 'ca_dir' set but not used [-Wunused-but-set-variable] 20 | char *ca_dir = NULL; | ^~~~~~ ) (/usr/share/texlive/texmf-dist/tex/latex/psnfss/times.sty) (/usr/share/texlive/texmf-dist/tex/latex/tools/verbatim.sty) (/usr/share/texlive/texmf-dist/tex/latex/geometry/geometry.sty (/usr/share/texlive/texmf-dist/tex/latex/graphics/keyval.sty)./examples/canl_sample_server.c: In function 'main': ./examples/canl_sample_server.c:24:11: warning: variable 'ca_dir' set but not used [-Wunused-but-set-variable] 24 | char *ca_dir = NULL; | ^~~~~~ (/usr/share/texlive/texmf-dist/tex/generic/oberdiek/ifpdf.sty) (/usr/share/texlive/texmf-dist/tex/generic/oberdiek/ifvtex.sty) (/usr/share/texlive/texmf-dist/tex/generic/ifxetex/ifxetex.sty)) (/usr/share/texlive/texmf-dist/tex/latex/url/url.sty) (/usr/share/texlive/texmf-dist/tex/latex/caption/caption.sty (/usr/share/texlive/texmf-dist/tex/latex/caption/caption3.sty)libtool: compile: gcc -Wall -g -I./src/proxy -I. -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -c ./examples/grid-proxy-init.c -Wall -g -I./src -I. -o canl_proxy_init.o >/dev/null 2>&1 ) (/usr/share/texlive/texmf-dist/tex/latex/base/fontenc.sty (/usr/share/texlive/texmf-dist/tex/latex/base/t1enc.def)) (/usr/share/texlive/texmf-dist/tex/latex/psnfss/helvet.sty) (/usr/share/texlive/texmf-dist/tex/latex/multirow/multirow.sty) (/usr/share/texlive/texmf-dist/tex/latex/hyperref/hyperref.sty (/usr/share/texlive/texmf-dist/tex/generic/oberdiek/hobsub-hyperref.stylibtool: compile: gcc -Wall -g -I./src/proxy -I. -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -c ./examples/canl_sample_client.c -I./src -I. -o canl_sample_client.o >/dev/null 2>&1 (/usr/share/texlive/texmf-dist/tex/generic/oberdiek/hobsub-generic.sty)) (/usr/share/texlive/texmf-dist/tex/latex/oberdiek/auxhook.sty) (/usr/share/texlive/texmf-dist/tex/latex/oberdiek/kvoptions.sty) (/usr/share/texlive/texmf-dist/tex/latex/hyperref/pd1enc.def)libtool: compile: gcc -Wall -g -I./src/proxy -I. -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -c ./examples/canl_sample_server.c -Wall -g -I./src -I. -o canl_sample_server.o >/dev/null 2>&1 (/usr/share/texlive/texmf-dist/tex/latex/latexconfig/hyperref.cfg)) (/usr/share/texlive/texmf-dist/tex/latex/hyperref/hpdftex.def (/usr/share/texlive/texmf-dist/tex/latex/oberdiek/rerunfilecheck.sty)) (/usr/share/texlive/texmf-dist/tex/latex/graphics/graphicx.sty (/usr/share/texlive/texmf-dist/tex/latex/graphics/graphics.sty (/usr/share/texlive/texmf-dist/tex/latex/graphics/trig.sty) (/usr/share/texlive/texmf-dist/tex/latex/graphics-cfg/graphics.cfg) (/usr/share/texlive/texmf-dist/tex/latex/graphics-def/pdftex.def))) (/usr/share/texlive/texmf-dist/tex/latex/graphics/color.sty (/usr/share/texlive/texmf-dist/tex/latex/graphics-cfg/color.cfg))) (./doc/src/definitions.tex (/usr/share/texlive/texmf-dist/tex/latex/tools/xspace.sty) (/usr/share/texlive/texmf-dist/tex/latex/base/ifthen.sty) (/usr/share/texlive/texmf-dist/tex/latex/listings/listings.sty (/usr/share/texlive/texmf-dist/tex/latex/listings/lstmisc.sty) (/usr/share/texlive/texmf-dist/tex/latex/listings/listings.cfg)) (./ver.tex)) (/usr/share/texlive/texmf-dist/tex/latex/amsmath/amsmath.sty For additional information on amsmath, use the `?' option. (/usr/share/texlive/texmf-dist/tex/latex/amsmath/amstext.sty (/usr/share/texlive/texmf-dist/tex/latex/amsmath/amsgen.sty)) (/usr/share/texlive/texmf-dist/tex/latex/amsmath/amsbsy.sty) (/usr/share/texlive/texmf-dist/tex/latex/amsmath/amsopn.sty)) (./canl.aux LaTeX Warning: Label `s:cs-auth-conn' multiply defined. ) (/usr/share/texlive/texmf-dist/tex/latex/psnfss/omspzccm.fd) *geometry* driver: auto-detecting *geometry* detected driver: pdftex (/usr/share/texlive/texmf-dist/tex/latex/hyperref/nameref.sty (/usr/share/texlive/texmf-dist/tex/generic/oberdiek/gettitlestring.sty)) (./canl.out) (./canl.out) (/usr/share/texlive/texmf-dist/tex/context/base/mkii/supp-pdf.mkii [Loading MPS to PDF converter (version 2006.09.02).] ) (/usr/share/texlive/texmf-dist/tex/latex/oberdiek/epstopdf-base.sty (/usr/share/texlive/texmf-dist/tex/latex/oberdiek/grfext.sty) (/usr/share/texlive/texmf-dist/tex/latex/latexconfig/epstopdf-sys.cfg)) (/usr/share/texlive/texmf-dist/tex/latex/psnfss/ot1ptmcm.fd) (/usr/share/texlive/texmf-dist/tex/latex/psnfss/omlptmcm.fd) (/usr/share/texlive/texmf-dist/tex/latex/psnfss/omxpsycm.fd) Overfull \hbox (2.08923pt too wide) detected at line 47 [] Underfull \hbox (badness 10000) detected at line 47 [] [1{/usr/share/texlive/texmf-dist/fonts/map/pdftex/updmap/pdftex.maplibtool --mode=compile gcc -Wall -g -I./src/proxy -I. -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -c ./examples/delegation.c -Wall -g -I./src -I. -o canl_delegation.lo libtool --mode=link gcc -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld canl_sample_client.lo -L. -lcanl_c -o client libtool: compile: gcc -Wall -g -I./src/proxy -I. -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -c ./examples/delegation.c -Wall -g -I./src -I. -fPIC -DPIC -o .libs/canl_delegation.o } <./doc/src /images/EMI_Logo_std.pdf> <./doc/src/images/cesnet.pdf>] (/usr/share/texlive/texmf-dist/tex/latex/listings/lstlang1.stylibtool --mode=link gcc -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld canl_proxy_init.lo -L. -lcanl_c -o proxy ) (/usr/share/texlive/texmf-dist/tex/latex/listings/lstmisc.sty) (./doc/src/funding.tex) (./doc/src/copyright.tex (/usr/share/texlive/texmf-dist/tex/latex/psnfss/omsphv.fd) Overfull \vbox (11.38092pt too high) has occurred while \output is active [2]) (./canl.toc) Overfull \vbox (11.38092pt too high) has occurred while \output is active [3] (./doc/src/canl-introduction.tex LaTeX Warning: Marginpar on page 4 moved. Overfull \vbox (11.38092pt too high) has occurred while \output is active [4] Overfull \hbox (15.00668pt too wide) in paragraph at lines 129--137 \T1/phv/m/n/10.95 -There are two opaque data struc-tures rep-re-sent-ing caNl \ T1/phv/m/sl/10.95 Main API \T1/phv/m/n/10.95 con-text: \T1/pcr/m/n/10.95 canl_c tx \T1/phv/m/n/10.95 and \T1/pcr/m/n/10.95 canl_io_handler Overfull \vbox (11.38092pt too high) has occurred while \output is active [5]) Overfull \vbox (11.38092pt too high) has occurred while \output is active [6] (./doc/src/canl-cs-auth-connection.tex Overfull \vbox (11.38092pt too high) has occurred while \output is active [7] Overfull \hbox (41.22665pt too wide) in paragraph at lines 103--103 []\T1/pcr/m/n/10.95 canl_err_code canl_princ_name(canl_ctx cc, const canl_prin cipal cp, char **ret_name) Overfull \vbox (11.38092pt too high) has occurred while \output is active [8] Overfull \hbox (12.85277pt too wide) in paragraph at lines 169--171 []\T1/phv/m/n/10.95 param flags -- one of the canl_ctx_ssl_flags in canl_ssl.h (e.g. CANL_SSL_OCSP_VERIFY_ALL) Overfull \vbox (11.38092pt too high) has occurred while \output is active [9]) Overfull \vbox (11.38092pt too high) has occurred while \output is active [10] (./doc/src/canl-proxy-cert.tex Overfull \hbox (21.00055pt too wide) in paragraph at lines 28--31 \T1/phv/m/n/10.95 These are the func-tions of the \T1/phv/m/sl/10.95 Cer-tifi-c ate API\T1/phv/m/n/10.95 , all of them use \T1/pcr/m/n/10.95 canl_ctx \T1/phv/m /n/10.95 as first pa-ram-e-ter and \T1/pcr/m/n/10.95 canl_err_code Overfull \hbox (4.25093pt too wide) in paragraph at lines 65--71 [][][]\T1/pcr/m/n/10.95 canl_cred_load_chain(canl_ctx, canl_cred cred, [] STACK _OF(X509) *chain) []\T1/phv/m/n/10.95 This func- Overfull \hbox (9.8354pt too wide) in paragraph at lines 75--80 [][][]\T1/pcr/m/n/10.95 canl_cred_load_chain_file(canl_ctx, canl_cred cred, [] const char * file) []\T1/phv/m/n/10.95 This func- Overfull \vbox (11.38092pt too high) has occurred while \output is active [11] Overfull \hbox (2.13535pt too wide) in paragraph at lines 100--100 []\T1/pcr/m/n/10.95 canl_err_code canl_cred_set_lifetime(canl_ctx, canl_cred c red, const long lt) Overfull \vbox (11.38092pt too high) has occurred while \output is active [12] Overfull \hbox (24.47324pt too wide) in paragraph at lines 155--155 []\T1/pcr/m/n/10.95 canl_err_code canl_cred_save_chain(canl_ctx, canl_cred cre d, STACK_OF(X509) **to) Overfull \hbox (45.26987pt too wide) in paragraph at lines 156--158 \T1/phv/m/n/10.95 This func-tion saves cer-tifi-cate chain of trust with proxy cer-tifi-cate into openssl ob-ject of type \T1/phv/m/sl/10.95 STACK_OF(X509)\T1 /phv/m/n/10.95 . Overfull \hbox (124.99374pt too wide) in paragraph at lines 189--189 []\T1/pcr/m/n/10.95 canl_err_code canl_verify_chain(canl_ctx ctx, X509 *ucert, STACK_OF(X509) *cert_chain, char *cadir) Overfull \hbox (91.48691pt too wide) in paragraph at lines 199--199 []\T1/pcr/m/n/10.95 canl_err_code canl_verify_chain_wo_ossl(canl_ctx ctx, char *cadir, X509_STORE_CTX *store_ctx) Overfull \vbox (11.38092pt too high) has occurred while \output is active [13]libtool: link: gcc -Wl,-z -Wl,relro -Wl,--as-needed -Wl,-z -Wl,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld .libs/canl_sample_client.o -o .libs/client -L. /builddir/build/BUILD/canl-c-3.0.0/.libs/libcanl_c.so -L/usr/usr/lib64 -lcares -lssl -lcrypto -ldl -lpthread ) AED: lastpage setting LastPage Overfull \vbox (11.38092pt too high) has occurred while \output is active [14] (./canl.aux) LaTeX Warning: There were multiply-defined labels. ) (see the transcript file for additional information){/usr/share/texlive/texmf-d ist/fonts/enc/dvips/base/8r.enc} Output written on canl.pdf (14 pages, 103272 bytes). Transcript written on canl.log. libtool --mode=link gcc -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld canl_sample_server.lo -L. -lcanl_c -o server libtool: link: gcc -Wl,-z -Wl,relro -Wl,--as-needed -Wl,-z -Wl,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld .libs/canl_proxy_init.o -o .libs/proxy -L. /builddir/build/BUILD/canl-c-3.0.0/.libs/libcanl_c.so -L/usr/usr/lib64 -lcares -lssl -lcrypto -ldl -lpthread libtool: compile: gcc -Wall -g -I./src/proxy -I. -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -c ./examples/delegation.c -Wall -g -I./src -I. -o canl_delegation.o >/dev/null 2>&1 libtool: link: gcc -Wl,-z -Wl,relro -Wl,--as-needed -Wl,-z -Wl,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld .libs/canl_sample_server.o -o .libs/server -L. /builddir/build/BUILD/canl-c-3.0.0/.libs/libcanl_c.so -L/usr/usr/lib64 -lcares -lssl -lcrypto -ldl -lpthread libtool --mode=link gcc -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld canl_delegation.lo -L. -lcanl_c -lcrypto -o delegation libtool: link: gcc -Wl,-z -Wl,relro -Wl,--as-needed -Wl,-z -Wl,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld .libs/canl_delegation.o -o .libs/delegation -L. /builddir/build/BUILD/canl-c-3.0.0/.libs/libcanl_c.so -L/usr/usr/lib64 -lcares -lssl -ldl -lpthread -lcrypto rm namespaces_parse.c signing_policy_lex.c signing_policy_parse.c namespaces_lex.c + RPM_EC=0 ++ jobs -p + exit 0 Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.1yc3ak + umask 022 + cd /builddir/build/BUILD + '[' /builddir/build/BUILDROOT/canl-c-3.0.0-8.fc33.riscv64 '!=' / ']' + rm -rf /builddir/build/BUILDROOT/canl-c-3.0.0-8.fc33.riscv64 ++ dirname /builddir/build/BUILDROOT/canl-c-3.0.0-8.fc33.riscv64 + mkdir -p /builddir/build/BUILDROOT + mkdir /builddir/build/BUILDROOT/canl-c-3.0.0-8.fc33.riscv64 + cd canl-c-3.0.0 + make install DESTDIR=/builddir/build/BUILDROOT/canl-c-3.0.0-8.fc33.riscv64 mkdir -p /builddir/build/BUILDROOT/canl-c-3.0.0-8.fc33.riscv64/usr/bin mkdir -p /builddir/build/BUILDROOT/canl-c-3.0.0-8.fc33.riscv64/usr/lib64 mkdir -p /builddir/build/BUILDROOT/canl-c-3.0.0-8.fc33.riscv64/usr/include mkdir -p /builddir/build/BUILDROOT/canl-c-3.0.0-8.fc33.riscv64/usr/share/doc/canl-c-3.0.0 libtool --mode=install install -m 755 server /builddir/build/BUILDROOT/canl-c-3.0.0-8.fc33.riscv64/usr/bin/emi-canl-server libtool: warning: '/builddir/build/BUILD/canl-c-3.0.0/libcanl_c.la' has not been installed in '/usr/lib64' libtool: install: install -m 755 .libs/server /builddir/build/BUILDROOT/canl-c-3.0.0-8.fc33.riscv64/usr/bin/emi-canl-server libtool --mode=install install -m 755 client /builddir/build/BUILDROOT/canl-c-3.0.0-8.fc33.riscv64/usr/bin/emi-canl-client libtool: warning: '/builddir/build/BUILD/canl-c-3.0.0/libcanl_c.la' has not been installed in '/usr/lib64' libtool: install: install -m 755 .libs/client /builddir/build/BUILDROOT/canl-c-3.0.0-8.fc33.riscv64/usr/bin/emi-canl-client libtool --mode=install install -m 755 proxy \ /builddir/build/BUILDROOT/canl-c-3.0.0-8.fc33.riscv64/usr/bin/emi-canl-proxy-init libtool: warning: '/builddir/build/BUILD/canl-c-3.0.0/libcanl_c.la' has not been installed in '/usr/lib64' libtool: install: install -m 755 .libs/proxy /builddir/build/BUILDROOT/canl-c-3.0.0-8.fc33.riscv64/usr/bin/emi-canl-proxy-init libtool --mode=install install -m 755 delegation \ /builddir/build/BUILDROOT/canl-c-3.0.0-8.fc33.riscv64/usr/bin/emi-canl-delegation libtool: warning: '/builddir/build/BUILD/canl-c-3.0.0/libcanl_c.la' has not been installed in '/usr/lib64' libtool: install: install -m 755 .libs/delegation /builddir/build/BUILDROOT/canl-c-3.0.0-8.fc33.riscv64/usr/bin/emi-canl-delegation libtool --mode=install install -m 755 libcanl_c.la /builddir/build/BUILDROOT/canl-c-3.0.0-8.fc33.riscv64/usr/lib64 libtool: install: install -m 755 .libs/libcanl_c.so.4.0.0 /builddir/build/BUILDROOT/canl-c-3.0.0-8.fc33.riscv64/usr/lib64/libcanl_c.so.4.0.0 libtool: install: (cd /builddir/build/BUILDROOT/canl-c-3.0.0-8.fc33.riscv64/usr/lib64 && { ln -s -f libcanl_c.so.4.0.0 libcanl_c.so.4 || { rm -f libcanl_c.so.4 && ln -s libcanl_c.so.4.0.0 libcanl_c.so.4; }; }) libtool: install: (cd /builddir/build/BUILDROOT/canl-c-3.0.0-8.fc33.riscv64/usr/lib64 && { ln -s -f libcanl_c.so.4.0.0 libcanl_c.so || { rm -f libcanl_c.so && ln -s libcanl_c.so.4.0.0 libcanl_c.so; }; }) libtool: install: install -m 755 .libs/libcanl_c.lai /builddir/build/BUILDROOT/canl-c-3.0.0-8.fc33.riscv64/usr/lib64/libcanl_c.la libtool: install: install -m 755 .libs/libcanl_c.a /builddir/build/BUILDROOT/canl-c-3.0.0-8.fc33.riscv64/usr/lib64/libcanl_c.a libtool: install: chmod 644 /builddir/build/BUILDROOT/canl-c-3.0.0-8.fc33.riscv64/usr/lib64/libcanl_c.a libtool: install: ranlib /builddir/build/BUILDROOT/canl-c-3.0.0-8.fc33.riscv64/usr/lib64/libcanl_c.a libtool: warning: remember to run 'libtool --finish /usr/lib64' libtool --mode=install install -m 644 ./src/canl.h \ ./src/canl_ssl.h canl_err.h \ ./src/canl_cred.h \ /builddir/build/BUILDROOT/canl-c-3.0.0-8.fc33.riscv64/usr/include libtool: install: install -m 644 ./src/canl.h /builddir/build/BUILDROOT/canl-c-3.0.0-8.fc33.riscv64/usr/include/canl.h libtool: install: install -m 644 ./src/canl_ssl.h /builddir/build/BUILDROOT/canl-c-3.0.0-8.fc33.riscv64/usr/include/canl_ssl.h libtool: install: install -m 644 canl_err.h /builddir/build/BUILDROOT/canl-c-3.0.0-8.fc33.riscv64/usr/include/canl_err.h libtool: install: install -m 644 ./src/canl_cred.h /builddir/build/BUILDROOT/canl-c-3.0.0-8.fc33.riscv64/usr/include/canl_cred.h libtool --mode=install install -m 644 canl.pdf /builddir/build/BUILDROOT/canl-c-3.0.0-8.fc33.riscv64/usr/share/doc/canl-c-3.0.0 libtool: install: install -m 644 canl.pdf /builddir/build/BUILDROOT/canl-c-3.0.0-8.fc33.riscv64/usr/share/doc/canl-c-3.0.0/canl.pdf libtool --mode=install install -m 644 README /builddir/build/BUILDROOT/canl-c-3.0.0-8.fc33.riscv64/usr/share/doc/canl-c-3.0.0 libtool: install: install -m 644 README /builddir/build/BUILDROOT/canl-c-3.0.0-8.fc33.riscv64/usr/share/doc/canl-c-3.0.0/README + rm -f /builddir/build/BUILDROOT/canl-c-3.0.0-8.fc33.riscv64/usr/share/doc/canl-c-3.0.0/README + rm -f /builddir/build/BUILDROOT/canl-c-3.0.0-8.fc33.riscv64/usr/share/doc/canl-c-3.0.0/canl.pdf + rm -f /builddir/build/BUILDROOT/canl-c-3.0.0-8.fc33.riscv64/usr/lib64/libcanl_c.a + rm -f /builddir/build/BUILDROOT/canl-c-3.0.0-8.fc33.riscv64/usr/lib64/libcanl_c.la + /usr/lib/rpm/find-debuginfo.sh -j4 --strict-build-id -m -i --build-id-seed 3.0.0-8.fc33 --unique-debug-suffix -3.0.0-8.fc33.riscv64 --unique-debug-src-base canl-c-3.0.0-8.fc33.riscv64 --run-dwz --dwz-low-mem-die-limit 10000000 --dwz-max-die-limit 50000000 -S debugsourcefiles.list /builddir/build/BUILD/canl-c-3.0.0 explicitly decompress any DWARF compressed ELF sections in /builddir/build/BUILDROOT/canl-c-3.0.0-8.fc33.riscv64/usr/bin/emi-canl-proxy-init explicitly decompress any DWARF compressed ELF sections in /builddir/build/BUILDROOT/canl-c-3.0.0-8.fc33.riscv64/usr/bin/emi-canl-client explicitly decompress any DWARF compressed ELF sections in /builddir/build/BUILDROOT/canl-c-3.0.0-8.fc33.riscv64/usr/bin/emi-canl-delegation extracting debug info from /builddir/build/BUILDROOT/canl-c-3.0.0-8.fc33.riscv64/usr/bin/emi-canl-proxy-init explicitly decompress any DWARF compressed ELF sections in /builddir/build/BUILDROOT/canl-c-3.0.0-8.fc33.riscv64/usr/bin/emi-canl-server extracting debug info from /builddir/build/BUILDROOT/canl-c-3.0.0-8.fc33.riscv64/usr/bin/emi-canl-client extracting debug info from /builddir/build/BUILDROOT/canl-c-3.0.0-8.fc33.riscv64/usr/bin/emi-canl-delegation extracting debug info from /builddir/build/BUILDROOT/canl-c-3.0.0-8.fc33.riscv64/usr/bin/emi-canl-server explicitly decompress any DWARF compressed ELF sections in /builddir/build/BUILDROOT/canl-c-3.0.0-8.fc33.riscv64/usr/lib64/libcanl_c.so.4.0.0 extracting debug info from /builddir/build/BUILDROOT/canl-c-3.0.0-8.fc33.riscv64/usr/lib64/libcanl_c.so.4.0.0 original debug info size: 676kB, size after compression: 640kB /usr/lib/rpm/sepdebugcrcfix: Updated 5 CRC32s, 0 CRC32s did match. cpio: y.tab.c: Cannot stat: No such file or directory cpio: y.tab.h: Cannot stat: No such file or directory 683 blocks + /usr/lib/rpm/check-buildroot + /usr/lib/rpm/redhat/brp-ldconfig + /usr/lib/rpm/brp-compress + /usr/lib/rpm/redhat/brp-strip-lto /usr/bin/strip + /usr/lib/rpm/brp-strip-static-archive /usr/bin/strip + /usr/lib/rpm/redhat/brp-python-bytecompile /usr/bin/python 1 0 + /usr/lib/rpm/brp-python-hardlink + /usr/lib/rpm/redhat/brp-mangle-shebangs Processing files: canl-c-3.0.0-8.fc33.riscv64 Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.EeRQqn + umask 022 + cd /builddir/build/BUILD + cd canl-c-3.0.0 + DOCDIR=/builddir/build/BUILDROOT/canl-c-3.0.0-8.fc33.riscv64/usr/share/doc/canl-c + export LC_ALL=C + LC_ALL=C + export DOCDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/canl-c-3.0.0-8.fc33.riscv64/usr/share/doc/canl-c + cp -pr ChangeLog /builddir/build/BUILDROOT/canl-c-3.0.0-8.fc33.riscv64/usr/share/doc/canl-c + cp -pr README /builddir/build/BUILDROOT/canl-c-3.0.0-8.fc33.riscv64/usr/share/doc/canl-c + RPM_EC=0 ++ jobs -p + exit 0 Executing(%license): /bin/sh -e /var/tmp/rpm-tmp.p9t5Ll + umask 022 + cd /builddir/build/BUILD + cd canl-c-3.0.0 + LICENSEDIR=/builddir/build/BUILDROOT/canl-c-3.0.0-8.fc33.riscv64/usr/share/licenses/canl-c + export LC_ALL=C + LC_ALL=C + export LICENSEDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/canl-c-3.0.0-8.fc33.riscv64/usr/share/licenses/canl-c + cp -pr LICENSE /builddir/build/BUILDROOT/canl-c-3.0.0-8.fc33.riscv64/usr/share/licenses/canl-c + RPM_EC=0 ++ jobs -p + exit 0 Provides: canl-c = 3.0.0-8.fc33 canl-c(riscv-64) = 3.0.0-8.fc33 libcanl_c.so.4()(64bit) Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Requires: ld-linux-riscv64-lp64d.so.1()(64bit) ld-linux-riscv64-lp64d.so.1(GLIBC_2.27)(64bit) libc.so.6()(64bit) libc.so.6(GLIBC_2.27)(64bit) libcares.so.2()(64bit) libcrypto.so.1.1()(64bit) libcrypto.so.1.1(OPENSSL_1_1_0)(64bit) libdl.so.2()(64bit) libpthread.so.0()(64bit) libpthread.so.0(GLIBC_2.27)(64bit) libssl.so.1.1()(64bit) libssl.so.1.1(OPENSSL_1_1_0)(64bit) rtld(GNU_HASH) Processing files: canl-c-devel-3.0.0-8.fc33.riscv64 Provides: canl-c-devel = 3.0.0-8.fc33 canl-c-devel(riscv-64) = 3.0.0-8.fc33 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Requires: libcanl_c.so.4()(64bit) Processing files: canl-c-doc-3.0.0-8.fc33.noarch Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.ATyq7k + umask 022 + cd /builddir/build/BUILD + cd canl-c-3.0.0 + DOCDIR=/builddir/build/BUILDROOT/canl-c-3.0.0-8.fc33.riscv64/usr/share/doc/canl-c-doc + export LC_ALL=C + LC_ALL=C + export DOCDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/canl-c-3.0.0-8.fc33.riscv64/usr/share/doc/canl-c-doc + cp -pr canl.pdf /builddir/build/BUILDROOT/canl-c-3.0.0-8.fc33.riscv64/usr/share/doc/canl-c-doc + RPM_EC=0 ++ jobs -p + exit 0 Executing(%license): /bin/sh -e /var/tmp/rpm-tmp.KS43hl + umask 022 + cd /builddir/build/BUILD + cd canl-c-3.0.0 + LICENSEDIR=/builddir/build/BUILDROOT/canl-c-3.0.0-8.fc33.riscv64/usr/share/licenses/canl-c-doc + export LC_ALL=C + LC_ALL=C + export LICENSEDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/canl-c-3.0.0-8.fc33.riscv64/usr/share/licenses/canl-c-doc + cp -pr LICENSE /builddir/build/BUILDROOT/canl-c-3.0.0-8.fc33.riscv64/usr/share/licenses/canl-c-doc + RPM_EC=0 ++ jobs -p + exit 0 Provides: canl-c-doc = 3.0.0-8.fc33 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Processing files: canl-c-examples-3.0.0-8.fc33.riscv64 Provides: canl-c-examples = 3.0.0-8.fc33 canl-c-examples(riscv-64) = 3.0.0-8.fc33 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Requires: ld-linux-riscv64-lp64d.so.1()(64bit) ld-linux-riscv64-lp64d.so.1(GLIBC_2.27)(64bit) libc.so.6()(64bit) libc.so.6(GLIBC_2.27)(64bit) libcanl_c.so.4()(64bit) libcrypto.so.1.1()(64bit) libcrypto.so.1.1(OPENSSL_1_1_0)(64bit) libpthread.so.0()(64bit) libpthread.so.0(GLIBC_2.27)(64bit) rtld(GNU_HASH) Processing files: canl-c-debugsource-3.0.0-8.fc33.riscv64 Provides: canl-c-debugsource = 3.0.0-8.fc33 canl-c-debugsource(riscv-64) = 3.0.0-8.fc33 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Processing files: canl-c-debuginfo-3.0.0-8.fc33.riscv64 Provides: canl-c-debuginfo = 3.0.0-8.fc33 canl-c-debuginfo(riscv-64) = 3.0.0-8.fc33 debuginfo(build-id) = 32a9032cb8faa068bb3e2721e27a001f9a24b3db Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Recommends: canl-c-debugsource(riscv-64) = 3.0.0-8.fc33 Processing files: canl-c-examples-debuginfo-3.0.0-8.fc33.riscv64 Provides: canl-c-examples-debuginfo = 3.0.0-8.fc33 canl-c-examples-debuginfo(riscv-64) = 3.0.0-8.fc33 debuginfo(build-id) = 2b145be75f5407b508ef293880df24b1a9cf112f debuginfo(build-id) = 4c998e63779a1eeed348c5f64aa141211f6e64cd debuginfo(build-id) = 73f49fdff50e4eb7636942cbf07b7fe02dff5454 debuginfo(build-id) = c4fe211887d78ec4ceef69e079eaea04b98006b2 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Recommends: canl-c-debugsource(riscv-64) = 3.0.0-8.fc33 Checking for unpackaged file(s): /usr/lib/rpm/check-files /builddir/build/BUILDROOT/canl-c-3.0.0-8.fc33.riscv64 Wrote: /builddir/build/RPMS/canl-c-devel-3.0.0-8.fc33.riscv64.rpm Wrote: /builddir/build/RPMS/canl-c-doc-3.0.0-8.fc33.noarch.rpm Wrote: /builddir/build/RPMS/canl-c-examples-3.0.0-8.fc33.riscv64.rpm Wrote: /builddir/build/RPMS/canl-c-3.0.0-8.fc33.riscv64.rpm Wrote: /builddir/build/RPMS/canl-c-examples-debuginfo-3.0.0-8.fc33.riscv64.rpm Wrote: /builddir/build/RPMS/canl-c-debuginfo-3.0.0-8.fc33.riscv64.rpm Wrote: /builddir/build/RPMS/canl-c-debugsource-3.0.0-8.fc33.riscv64.rpm Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.5kXcDm + umask 022 + cd /builddir/build/BUILD + cd canl-c-3.0.0 + /usr/bin/rm -rf /builddir/build/BUILDROOT/canl-c-3.0.0-8.fc33.riscv64 + RPM_EC=0 ++ jobs -p + exit 0 Child return code was: 0