Mock Version: 1.4.9 Mock Version: 1.4.9 ENTER ['do'](['bash', '--login', '-c', '/usr/bin/rpmbuild -bs --target riscv64 --nodeps /builddir/build/SPECS/canl-c.spec'], chrootPath='/var/lib/mock/f29-build-1893-598/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', 'http_proxy': 'http://192.168.0.254:3128', 'https_proxy': 'http://192.168.0.254:3128'}shell=Falselogger=timeout=345600uid=998gid=135user='mockbuild'nspawn_args=[]unshare_net=FalseprintOutput=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', 'http_proxy': 'http://192.168.0.254:3128', 'https_proxy': 'http://192.168.0.254:3128'} and shell False Building target platforms: riscv64 Building for target riscv64 Wrote: /builddir/build/SRPMS/canl-c-3.0.0-4.fc29.src.rpm Child return code was: 0 ENTER ['do'](['bash', '--login', '-c', '/usr/bin/rpmbuild -bb --target riscv64 --nodeps /builddir/build/SPECS/canl-c.spec'], chrootPath='/var/lib/mock/f29-build-1893-598/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', 'http_proxy': 'http://192.168.0.254:3128', 'https_proxy': 'http://192.168.0.254:3128'}shell=Falselogger=timeout=345600uid=998gid=135user='mockbuild'nspawn_args=[]unshare_net=FalseprintOutput=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', 'http_proxy': 'http://192.168.0.254:3128', 'https_proxy': 'http://192.168.0.254:3128'} and shell False Building target platforms: riscv64 Building for target riscv64 Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.gOcMbL + umask 022 + cd /builddir/build/BUILD + cd /builddir/build/BUILD + rm -rf canl-c-3.0.0 + /usr/bin/tar -xof - + /usr/bin/gzip -dc /builddir/build/SOURCES/canl-c-3.0.0.tar.gz + STATUS=0 + '[' 0 -ne 0 ']' + cd canl-c-3.0.0 + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w . + exit 0 Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.vri1p1 + umask 022 + cd /builddir/build/BUILD + cd canl-c-3.0.0 + ./configure --root=/ --prefix=/usr --libdir=lib64 Checking gridsite-openssl ... (using default /usr) Checking libcares ... /usr Checking myproxy ... (using default /opt/globus) Looking for some caffein ... (using default /usr/java/latest) Checking voms-2.0 ... (using default /usr) Checking classads ... (using default /usr) Checking libcrypto ... /usr Checking globus-gssapi-gsi ... (using default /opt/globus) Checking activemq-cpp ... (using default /opt/activemq-cpp-library) Checking gsoap ... (using default /usr) Checking expat ... (using default /usr) Checking gsoap++ ... (using default /usr) Checking cppunit ... (using default /usr) Writing config.status Building modules: canl.c Mode: single module Required externals: pkgconfig: - texlive-latex-extra: - krb5-devel: - openssl: - bison: - flex: - texlive-latex-recommended: - tetex-latex: - cares: /usr texlive-fonts-recommended: - libtool: - LIBCARES_CFLAGS= LIBCARES_LIBS=-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,-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 (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) mkdir signing_policy_parse (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 BUILDSTDERR: .././src/proxy/namespaces_parse.y:41.1-13: warning: deprecated directive, use '%name-prefix' [-Wdeprecated] BUILDSTDERR: .././src/proxy/signing_policy_parse.y:43.1-13: warning: deprecated directive, use '%name-prefix' [-Wdeprecated] BUILDSTDERR: %name-prefix="s i%gnnaing" BUILDSTDERR: ^^^^^^^^^^^^^ 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 BUILDSTDERR: me-prefix="namespaces" BUILDSTDERR: ^^^^^^^^^^^^^ 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 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 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 canl_err_desc.c -fPIC -I./src -I. -fPIC -DPIC -o .libs/canl_err_desc.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.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 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 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 BUILDSTDERR: ./src/canl_ssl.c: In function 'map_verify_result': BUILDSTDERR: ./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] BUILDSTDERR: result = X509_STORE_CTX_get_error(store_ctx); BUILDSTDERR: ^~~~~~~~~ BUILDSTDERR: In file included from /usr/include/openssl/x509.h:309, BUILDSTDERR: from /usr/include/openssl/ssl.h:50, BUILDSTDERR: from ./src/canl_ssl.h:5, BUILDSTDERR: from ./src/proxy/sslutils.h:64, BUILDSTDERR: from ./src/canl_locl.h:21, BUILDSTDERR: from ./src/canl_ssl.c:1: BUILDSTDERR: /usr/include/openssl/x509_vfy.h:406: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 *'} BUILDSTDERR: int X509_STORE_CTX_get_error(X509_STORE_CTX *ctx); BUILDSTDERR: ~~~~~~~~~~~~~~~~^~~ BUILDSTDERR: ./src/canl_cred.c: In function 'canl_cred_load_req': BUILDSTDERR: ./src/canl_cred.c:711:31: warning: passing argument 1 of 'X509_REQ_dup' discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers] BUILDSTDERR: req->c_req = X509_REQ_dup(req_in); BUILDSTDERR: ^~~~~~ BUILDSTDERR: In file included from /usr/include/openssl/ssl.h:50, BUILDSTDERR: from ./src/canl_ssl.h:5, BUILDSTDERR: from ./src/proxy/sslutils.h:64, BUILDSTDERR: from ./src/canl_locl.h:21, BUILDSTDERR: from ./src/canl_cred.c:1: BUILDSTDERR: /usr/include/openssl/x509.h:462:11: note: expected 'X509_REQ *' {aka 'struct X509_req_st *'} but argument is of type 'const X509_REQ *' {aka 'const struct X509_req_st *'} BUILDSTDERR: X509_REQ *X509_REQ_dup(X509_REQ *req); BUILDSTDERR: ^~~~~~~~~~~~ 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 --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: 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/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 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/data.c -fPIC -I./src -I. -fPIC -DPIC -o .libs/data.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 --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 --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_parse.c -fPIC -I./src -I. -fPIC -DPIC -o .libs/namespaces_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_lex.c -fPIC -I./src -I. -fPIC -DPIC -o .libs/namespaces_lex.o BUILDSTDERR: :1294:16: warning: 'input' defined but not used [-Wunused-function] BUILDSTDERR: :1252:17: warning: 'yyunput' defined but not used [-Wunused-function] 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 BUILDSTDERR: ./src/proxy/sslutils.c: In function 'ERR_load_prxyerr_strings': BUILDSTDERR: ./src/proxy/sslutils.c:438:41: warning: unused variable 'egd_path' [-Wunused-variable] BUILDSTDERR: char * egd_path; BUILDSTDERR: ^~~~~~~~ BUILDSTDERR: ./src/proxy/sslutils.c: In function 'proxy_genreq': BUILDSTDERR: ./src/proxy/sslutils.c:729:5: warning: 'RSA_generate_key' is deprecated [-Wdeprecated-declarations] BUILDSTDERR: if ((rsa = RSA_generate_key(rbits, BUILDSTDERR: ^~ BUILDSTDERR: In file included from /usr/include/openssl/rsa.h:13, BUILDSTDERR: from /usr/include/openssl/x509.h:31, BUILDSTDERR: from ./src/proxy/myproxycertinfo.h:29, BUILDSTDERR: from ./src/proxy/sslutils.c:36: BUILDSTDERR: /usr/include/openssl/rsa.h:193:1: note: declared here BUILDSTDERR: DEPRECATEDIN_0_9_8(RSA *RSA_generate_key(int bits, unsigned long e, void BUILDSTDERR: ^~~~~~~~~~~~~~~~~~ BUILDSTDERR: ./src/proxy/sslutils.c: In function 'proxy_sign_ext': BUILDSTDERR: ./src/proxy/sslutils.c:1028:41: warning: unused variable 'user_cert_info' [-Wunused-variable] BUILDSTDERR: X509_CINF * user_cert_info; BUILDSTDERR: ^~~~~~~~~~~~~~ BUILDSTDERR: ./src/proxy/sslutils.c: In function 'proxy_verify_callback': BUILDSTDERR: ./src/proxy/sslutils.c:1878:41: warning: unused variable 'cert' [-Wunused-variable] BUILDSTDERR: X509 * cert = NULL; BUILDSTDERR: ^~~~ BUILDSTDERR: ./src/proxy/sslutils.c: In function 'proxy_load_user_key': BUILDSTDERR: ./src/proxy/sslutils.c:3173:41: warning: unused variable 'ucertpkey' [-Wunused-variable] BUILDSTDERR: EVP_PKEY * ucertpkey; BUILDSTDERR: ^~~~~~~~~ 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 BUILDSTDERR: ./src/proxy/sslutils.c: In function 'lcmaps_type_of_proxy': BUILDSTDERR: ./src/proxy/sslutils.c:4065:41: warning: variable 'retval' set but not used [-Wunused-but-set-variable] BUILDSTDERR: int retval = 0; BUILDSTDERR: ^~~~~~ BUILDSTDERR: ./src/proxy/sslutils.c: In function 'grid_verifyPathLenConstraints': BUILDSTDERR: ./src/proxy/sslutils.c:4308:9: warning: variable 'retval' set but not used [-Wunused-but-set-variable] BUILDSTDERR: int retval = 0; BUILDSTDERR: ^~~~~~ BUILDSTDERR: ./src/proxy/sslutils.c:4307:11: warning: unused variable 'error_msg' [-Wunused-variable] BUILDSTDERR: char *error_msg = NULL; BUILDSTDERR: ^~~~~~~~~ BUILDSTDERR: ./src/proxy/sslutils.c:4301:11: warning: unused variable 'oper' [-Wunused-variable] BUILDSTDERR: char *oper = "grid_verifyPathLenConstraints"; BUILDSTDERR: ^~~~ 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 --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 BUILDSTDERR: :1325:16: warning: 'input' defined but not used [-Wunused-function] BUILDSTDERR: :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.17 (TeX Live 2016) (preloaded format=pdflatex) restricted \write18 enabled. BUILDSTDERR: 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 BUILDSTDERR: mktexfmt: mktexfmt is using the following fmtutil.cnf files (in precedence order): BUILDSTDERR: mktexfmt: /usr/share/texlive/texmf-dist/web2c/fmtutil.cnf BUILDSTDERR: mktexfmt: mktexfmt is using the following fmtutil.cnf file for writing changes: BUILDSTDERR: mktexfmt: /builddir/.cache/texlive/texmf-config/web2c/fmtutil.cnf BUILDSTDERR: mktexfmt [WARNING]: double mention of mf/mf-nowin in /usr/share/texlive/texmf-dist/web2c/fmtutil.cnf BUILDSTDERR: mktexfmt [WARNING]: double mention of tex/tex in /usr/share/texlive/texmf-dist/web2c/fmtutil.cnf BUILDSTDERR: mktexfmt [INFO]: writing formats under /builddir/.cache/texlive/texmf-var/web2c BUILDSTDERR: mktexfmt [INFO]: --- remaking pdflatex with pdftex BUILDSTDERR: mktexfmt: running `pdftex -ini -jobname=pdflatex -progname=pdflatex -translate-file=cp227.tcx *pdflatex.ini' ... BUILDSTDERR: This is pdfTeX, Version 3.14159265-2.6-1.40.17 (TeX Live 2016) (INITEX) BUILDSTDERR: restricted \write18 enabled. BUILDSTDERR: (/usr/share/texlive/texmf-dist/web2c/cp227.tcx) BUILDSTDERR: entering extended mode BUILDSTDERR: (/usr/share/texlive/texmf-dist/tex/latex/latexconfig/pdflatex.ini BUILDSTDERR: (/usr/share/texlive/texmf-dist/tex/generic/tex-ini-files/pdftexconfig.tex) BUILDSTDERR: (/usr/share/texlive/texmf-dist/tex/latex/base/latex.ltx BUILDSTDERR: (/usr/share/texlive/texmf-dist/tex/latex/base/texsys.cfg) BUILDSTDERR: ./texsys.aux found BUILDSTDERR: \@currdir set to: ./. BUILDSTDERR: Assuming \openin and \input BUILDSTDERR: have the same search path. BUILDSTDERR: Defining UNIX/DOS style filename parser. BUILDSTDERR: catcodes, registers, compatibility for TeX 2, parameters, BUILDSTDERR: LaTeX2e <2016/03/31> BUILDSTDERR: hacks, control, par, spacing, files, font encodings, lengths, BUILDSTDERR: ==================================== BUILDSTDERR: Local config file fonttext.cfg used BUILDSTDERR: ==================================== BUILDSTDERR: (/usr/share/texlive/texmf-dist/tex/latex/base/fonttext.cfg BUILDSTDERR: (/usr/share/texlive/texmf-dist/tex/latex/base/fonttext.ltx BUILDSTDERR: === Don't modify this file, use a .cfg file instead === BUILDSTDERR: (/usr/share/texlive/texmf-dist/tex/latex/base/omlenc.def) BUILDSTDERR: (/usr/share/texlive/texmf-dist/tex/latex/base/t1enc.def) BUILDSTDERR: (/usr/share/texlive/texmf-dist/tex/latex/base/ot1enc.def) BUILDSTDERR: (/usr/share/texlive/texmf-dist/tex/latex/base/omsenc.def) BUILDSTDERR: (/usr/share/texlive/texmf-dist/tex/latex/base/t1cmr.fd) BUILDSTDERR: (/usr/share/texlive/texmf-dist/tex/latex/base/ot1cmr.fd) BUILDSTDERR: (/usr/share/texlive/texmf-dist/tex/latex/base/ot1cmss.fd) BUILDSTDERR: (/usr/share/texlive/texmf-dist/tex/latex/base/ot1cmtt.fd))) BUILDSTDERR: ==================================== BUILDSTDERR: Local config file fontmath.cfg used BUILDSTDERR: ==================================== BUILDSTDERR: (/usr/share/texlive/texmf-dist/tex/latex/base/fontmath.cfg BUILDSTDERR: (/usr/share/texlive/texmf-dist/tex/latex/base/fontmath.ltx BUILDSTDERR: === Don't modify this file, use a .cfg file instead === BUILDSTDERR: (/usr/share/texlive/texmf-dist/tex/latex/base/omlcmm.fd) BUILDSTDERR: (/usr/share/texlive/texmf-dist/tex/latex/base/omscmsy.fd) BUILDSTDERR: (/usr/share/texlive/texmf-dist/tex/latex/base/omxcmex.fd) BUILDSTDERR: (/usr/share/texlive/texmf-dist/tex/latex/base/ucmr.fd))) BUILDSTDERR: ==================================== BUILDSTDERR: Local config file preload.cfg used BUILDSTDERR: ===================================== BUILDSTDERR: (/usr/share/texlive/texmf-dist/tex/latex/base/preload.cfg BUILDSTDERR: (/usr/share/texlive/texmf-dist/tex/latex/base/preload.ltx)) page nos., x-ref, BUILDSTDERR: environments, center, verbatim, math definitions, boxes, title, sectioning, BUILDSTDERR: contents, floats, footnotes, index, bibliography, output, BUILDSTDERR: =========================================== BUILDSTDERR: Local configuration file hyphen.cfg used BUILDSTDERR: =========================================== BUILDSTDERR: (/usr/share/texlive/texmf-dist/tex/generic/babel/hyphen.cfg BUILDSTDERR: (/usr/share/texlive/texmf-dist/tex/generic/babel/switch.def) BUILDSTDERR: (/usr/share/texlive/texmf-dist/tex/generic/hyphen/hyphen.tex) BUILDSTDERR: (/usr/share/texlive/texmf-dist/tex/generic/hyphen/dumyhyph.tex) BUILDSTDERR: (/usr/share/texlive/texmf-dist/tex/generic/hyphen/zerohyph.tex)) BUILDSTDERR: ) ) BUILDSTDERR: Beginning to dump on file pdflatex.fmt BUILDSTDERR: (preloaded format=pdflatex 2018.5.17) BUILDSTDERR: 5054 strings of total length 69019 BUILDSTDERR: 44351 memory locations dumped; current usage is 144&43759 BUILDSTDERR: 3399 multiletter control sequences BUILDSTDERR: \font\nullfont=nullfont BUILDSTDERR: \font\OMX/cmex/m/n/10=cmex10 BUILDSTDERR: \font\tenln=line10 BUILDSTDERR: \font\tenlnw=linew10 BUILDSTDERR: \font\tencirc=lcircle10 BUILDSTDERR: \font\tencircw=lcirclew10 BUILDSTDERR: \font\OT1/cmr/m/n/5=cmr5 BUILDSTDERR: \font\OT1/cmr/m/n/7=cmr7 BUILDSTDERR: \font\OT1/cmr/m/n/10=cmr10 BUILDSTDERR: \font\OML/cmm/m/it/5=cmmi5 BUILDSTDERR: \font\OML/cmm/m/it/7=cmmi7 BUILDSTDERR: \font\OML/cmm/m/it/10=cmmi10 BUILDSTDERR: \font\OMS/cmsy/m/n/5=cmsy5 BUILDSTDERR: \font\OMS/cmsy/m/n/7=cmsy7 BUILDSTDERR: \font\OMS/cmsy/m/n/10=cmsy10 BUILDSTDERR: 3633 words of font info for 14 preloaded fonts BUILDSTDERR: 14 hyphenation exceptions BUILDSTDERR: Hyphenation trie of length 6081 has 183 ops out of 35111 BUILDSTDERR: 2 for language 1 BUILDSTDERR: 181 for language 0 BUILDSTDERR: 0 words of pdfTeX memory BUILDSTDERR: 0 indirect objects BUILDSTDERR: No pages of output. BUILDSTDERR: Transcript written on pdflatex.log. BUILDSTDERR: mktexfmt [INFO]: /builddir/.cache/texlive/texmf-var/web2c/pdftex/pdflatex.fmt installed. BUILDSTDERR: mktexfmt [INFO]: Disabled formats: 32 BUILDSTDERR: mktexfmt [INFO]: Successfully rebuilt formats: 1 BUILDSTDERR: mktexfmt [INFO]: Not selected formats: 15 BUILDSTDERR: mktexfmt [INFO]: Total formats: 48 BUILDSTDERR: mktexfmt [INFO]: exiting with status 0 entering extended mode (./doc/src/canl.tex LaTeX2e <2016/03/31> Babel <3.9r> and hyphenation patterns for 3 language(s) loaded. (./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 2014/09/29 v1.4h 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)) Package hyperref Message: Driver: hpdftex. (/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]) 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_O F(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, [] co nst 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, 100639 bytes). Transcript written on canl.log. TEXINPUTS=".:./doc/src//:" pdflatex ./doc/src/canl.tex This is pdfTeX, Version 3.14159265-2.6-1.40.17 (TeX Live 2016) (preloaded format=pdflatex) restricted \write18 enabled. entering extended mode (./doc/src/canl.tex LaTeX2e <2016/03/31> Babel <3.9r> and hyphenation patterns for 3 language(s) loaded. (./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 2014/09/29 v1.4h 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)) Package hyperref Message: Driver: hpdftex. (/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/te xlive/texmf-dist/fonts/map/pdftex/updmap/pdftex.maplibtool --mode=link gcc -Wl,-z,relro -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 -lcares -lssl -lcrypto -ldl -lpthread -o libcanl_c.la } <./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 [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_O F(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, [] co nst 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, 103201 bytes). Transcript written on canl.log. TEXINPUTS=".:./doc/src//:" pdflatex ./doc/src/canl.tex This is pdfTeX, Version 3.14159265-2.6-1.40.17 (TeX Live 2016) (preloaded format=pdflatex) restricted \write18 enabled. 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 -lcares -lssl -lcrypto -ldl -lpthread -Wl,-z -Wl,relro -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 entering extended mode (./doc/src/canl.tex LaTeX2e <2016/03/31> Babel <3.9r> and hyphenation patterns for 3 language(s) loaded. (./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 2014/09/29 v1.4h 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)) Package hyperref Message: Driver: hpdftex. (/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/te xlive/texmf-dist/fonts/map/pdftex/updmap/pdftex.maplibtool: link: (cd ".libs" && rm -f "libcanl_c.so.4" && ln -s "libcanl_c.so.4.0.0" "libcanl_c.so.4") libtool: 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 } <./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 [2]) (./canl.toc) Overfull \vbox (11.38092pt too high) has occurred while \output is active [3] (./doc/src/canl-introduction.texlibtool: link: ( cd ".libs" && rm -f "libcanl_c.la" && ln -s "../libcanl_c.la" "libcanl_c.la" ) LaTeX Warning: Marginpar on page 4 moved. Overfull \vbox (11.38092pt too high) has occurred while \output is active [4libtool --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 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_O F(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, [] co nst 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: 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 ) AED: lastpage setting LastPage Overfull \vbox (11.38092pt too high) has occurred while \output is active [14] (./canl.auxlibtool: 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 )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. -fPIC -DPIC -o .libs/canl_proxy_init.o 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, 103201 bytes). Transcript written on canl.log. 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/delegation.c -Wall -g -I./src -I. -o canl_delegation.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 ./examples/delegation.c -Wall -g -I./src -I. -fPIC -DPIC -o .libs/canl_delegation.o BUILDSTDERR: ./examples/canl_sample_client.c: In function 'main': BUILDSTDERR: ./examples/canl_sample_client.c:20:11: warning: variable 'ca_dir' set but not used [-Wunused-but-set-variable] BUILDSTDERR: char *ca_dir = NULL; BUILDSTDERR: ^~~~~~ BUILDSTDERR: ./examples/canl_sample_server.c: In function 'main': BUILDSTDERR: ./examples/canl_sample_server.c:24:11: warning: variable 'ca_dir' set but not used [-Wunused-but-set-variable] BUILDSTDERR: char *ca_dir = NULL; BUILDSTDERR: ^~~~~~ 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 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. -o canl_sample_client.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 ./examples/canl_sample_server.c -Wall -g -I./src -I. -o canl_sample_server.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 ./examples/delegation.c -Wall -g -I./src -I. -o canl_delegation.o >/dev/null 2>&1 libtool --mode=link gcc -Wl,-z,relro -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld canl_proxy_init.lo -L. -lcanl_c -o proxy libtool --mode=link gcc -Wl,-z,relro -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld canl_sample_client.lo -L. -lcanl_c -o client libtool --mode=link gcc -Wl,-z,relro -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld canl_sample_server.lo -L. -lcanl_c -o server libtool --mode=link gcc -Wl,-z,relro -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,-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 -lcares -lssl -lcrypto -ldl -lpthread libtool: link: gcc -Wl,-z -Wl,relro -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 -lcares -lssl -lcrypto -ldl -lpthread libtool: link: gcc -Wl,-z -Wl,relro -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 -lcares -lssl -lcrypto -ldl -lpthread libtool: link: gcc -Wl,-z -Wl,relro -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 -lcares -lssl -ldl -lpthread -lcrypto rm signing_policy_lex.c signing_policy_parse.c namespaces_lex.c namespaces_parse.c + exit 0 Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.Ds6b32 + umask 022 + cd /builddir/build/BUILD + '[' /builddir/build/BUILDROOT/canl-c-3.0.0-4.fc29.riscv64 '!=' / ']' + rm -rf /builddir/build/BUILDROOT/canl-c-3.0.0-4.fc29.riscv64 BUILDSTDERR: ++ dirname /builddir/build/BUILDROOT/canl-c-3.0.0-4.fc29.riscv64 + mkdir -p /builddir/build/BUILDROOT + mkdir /builddir/build/BUILDROOT/canl-c-3.0.0-4.fc29.riscv64 + cd canl-c-3.0.0 + make install DESTDIR=/builddir/build/BUILDROOT/canl-c-3.0.0-4.fc29.riscv64 mkdir -p /builddir/build/BUILDROOT/canl-c-3.0.0-4.fc29.riscv64/usr/bin mkdir -p /builddir/build/BUILDROOT/canl-c-3.0.0-4.fc29.riscv64/usr/lib64 mkdir -p /builddir/build/BUILDROOT/canl-c-3.0.0-4.fc29.riscv64/usr/include mkdir -p /builddir/build/BUILDROOT/canl-c-3.0.0-4.fc29.riscv64/usr/share/doc/canl-c-3.0.0 libtool --mode=install install -m 755 server /builddir/build/BUILDROOT/canl-c-3.0.0-4.fc29.riscv64/usr/bin/emi-canl-server BUILDSTDERR: 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-4.fc29.riscv64/usr/bin/emi-canl-server libtool --mode=install install -m 755 client /builddir/build/BUILDROOT/canl-c-3.0.0-4.fc29.riscv64/usr/bin/emi-canl-client BUILDSTDERR: 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-4.fc29.riscv64/usr/bin/emi-canl-client libtool --mode=install install -m 755 proxy \ /builddir/build/BUILDROOT/canl-c-3.0.0-4.fc29.riscv64/usr/bin/emi-canl-proxy-init BUILDSTDERR: 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-4.fc29.riscv64/usr/bin/emi-canl-proxy-init libtool --mode=install install -m 755 delegation \ /builddir/build/BUILDROOT/canl-c-3.0.0-4.fc29.riscv64/usr/bin/emi-canl-delegation BUILDSTDERR: 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-4.fc29.riscv64/usr/bin/emi-canl-delegation libtool --mode=install install -m 755 libcanl_c.la /builddir/build/BUILDROOT/canl-c-3.0.0-4.fc29.riscv64/usr/lib64 libtool: install: install -m 755 .libs/libcanl_c.so.4.0.0 /builddir/build/BUILDROOT/canl-c-3.0.0-4.fc29.riscv64/usr/lib64/libcanl_c.so.4.0.0 libtool: install: (cd /builddir/build/BUILDROOT/canl-c-3.0.0-4.fc29.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-4.fc29.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-4.fc29.riscv64/usr/lib64/libcanl_c.la libtool: install: install -m 755 .libs/libcanl_c.a /builddir/build/BUILDROOT/canl-c-3.0.0-4.fc29.riscv64/usr/lib64/libcanl_c.a libtool: install: chmod 644 /builddir/build/BUILDROOT/canl-c-3.0.0-4.fc29.riscv64/usr/lib64/libcanl_c.a libtool: install: ranlib /builddir/build/BUILDROOT/canl-c-3.0.0-4.fc29.riscv64/usr/lib64/libcanl_c.a BUILDSTDERR: 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-4.fc29.riscv64/usr/include libtool: install: install -m 644 ./src/canl.h /builddir/build/BUILDROOT/canl-c-3.0.0-4.fc29.riscv64/usr/include/canl.h libtool: install: install -m 644 ./src/canl_ssl.h /builddir/build/BUILDROOT/canl-c-3.0.0-4.fc29.riscv64/usr/include/canl_ssl.h libtool: install: install -m 644 canl_err.h /builddir/build/BUILDROOT/canl-c-3.0.0-4.fc29.riscv64/usr/include/canl_err.h libtool: install: install -m 644 ./src/canl_cred.h /builddir/build/BUILDROOT/canl-c-3.0.0-4.fc29.riscv64/usr/include/canl_cred.h libtool --mode=install install -m 644 canl.pdf /builddir/build/BUILDROOT/canl-c-3.0.0-4.fc29.riscv64/usr/share/doc/canl-c-3.0.0 libtool: install: install -m 644 canl.pdf /builddir/build/BUILDROOT/canl-c-3.0.0-4.fc29.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-4.fc29.riscv64/usr/share/doc/canl-c-3.0.0 libtool: install: install -m 644 README /builddir/build/BUILDROOT/canl-c-3.0.0-4.fc29.riscv64/usr/share/doc/canl-c-3.0.0/README + rm -f /builddir/build/BUILDROOT/canl-c-3.0.0-4.fc29.riscv64/usr/share/doc/canl-c-3.0.0/README + rm -f /builddir/build/BUILDROOT/canl-c-3.0.0-4.fc29.riscv64/usr/share/doc/canl-c-3.0.0/canl.pdf + rm -f /builddir/build/BUILDROOT/canl-c-3.0.0-4.fc29.riscv64/usr/lib64/libcanl_c.a + rm -f /builddir/build/BUILDROOT/canl-c-3.0.0-4.fc29.riscv64/usr/lib64/libcanl_c.la + /usr/lib/rpm/check-buildroot + /usr/lib/rpm/redhat/brp-ldconfig BUILDSTDERR: /sbin/ldconfig: Warning: ignoring configuration file that cannot be opened: /etc/ld.so.conf: No such file or directory + /usr/lib/rpm/brp-compress + /usr/lib/rpm/brp-strip /usr/bin/strip + /usr/lib/rpm/brp-strip-comment-note /usr/bin/strip /usr/bin/objdump + /usr/lib/rpm/brp-strip-static-archive /usr/bin/strip + /usr/lib/rpm/brp-python-bytecompile /usr/bin/python 1 + /usr/lib/rpm/brp-python-hardlink + /usr/lib/rpm/redhat/brp-mangle-shebangs Processing files: canl-c-3.0.0-4.fc29.riscv64 Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.zbepa1 + umask 022 + cd /builddir/build/BUILD + cd canl-c-3.0.0 + DOCDIR=/builddir/build/BUILDROOT/canl-c-3.0.0-4.fc29.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-4.fc29.riscv64/usr/share/doc/canl-c + cp -pr ChangeLog /builddir/build/BUILDROOT/canl-c-3.0.0-4.fc29.riscv64/usr/share/doc/canl-c + cp -pr README /builddir/build/BUILDROOT/canl-c-3.0.0-4.fc29.riscv64/usr/share/doc/canl-c + exit 0 Executing(%license): /bin/sh -e /var/tmp/rpm-tmp.xYUF2M + umask 022 + cd /builddir/build/BUILD + cd canl-c-3.0.0 + LICENSEDIR=/builddir/build/BUILDROOT/canl-c-3.0.0-4.fc29.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-4.fc29.riscv64/usr/share/licenses/canl-c + cp -pr LICENSE /builddir/build/BUILDROOT/canl-c-3.0.0-4.fc29.riscv64/usr/share/licenses/canl-c + exit 0 Provides: canl-c = 3.0.0-4.fc29 canl-c(riscv-64) = 3.0.0-4.fc29 libcanl_c.so.4()(64bit) Requires(interp): /sbin/ldconfig /sbin/ldconfig Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Requires(post): /sbin/ldconfig Requires(postun): /sbin/ldconfig 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-4.fc29.riscv64 Provides: canl-c-devel = 3.0.0-4.fc29 canl-c-devel(riscv-64) = 3.0.0-4.fc29 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-4.fc29.noarch Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.jzZNb1 + umask 022 + cd /builddir/build/BUILD + cd canl-c-3.0.0 + DOCDIR=/builddir/build/BUILDROOT/canl-c-3.0.0-4.fc29.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-4.fc29.riscv64/usr/share/doc/canl-c-doc + cp -pr canl.pdf /builddir/build/BUILDROOT/canl-c-3.0.0-4.fc29.riscv64/usr/share/doc/canl-c-doc + exit 0 Executing(%license): /bin/sh -e /var/tmp/rpm-tmp.CSScK6 + umask 022 + cd /builddir/build/BUILD + cd canl-c-3.0.0 + LICENSEDIR=/builddir/build/BUILDROOT/canl-c-3.0.0-4.fc29.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-4.fc29.riscv64/usr/share/licenses/canl-c-doc + cp -pr LICENSE /builddir/build/BUILDROOT/canl-c-3.0.0-4.fc29.riscv64/usr/share/licenses/canl-c-doc + exit 0 Provides: canl-c-doc = 3.0.0-4.fc29 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-4.fc29.riscv64 Provides: canl-c-examples = 3.0.0-4.fc29 canl-c-examples(riscv-64) = 3.0.0-4.fc29 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) 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) rtld(GNU_HASH) Checking for unpackaged file(s): /usr/lib/rpm/check-files /builddir/build/BUILDROOT/canl-c-3.0.0-4.fc29.riscv64 Wrote: /builddir/build/RPMS/canl-c-3.0.0-4.fc29.riscv64.rpm Wrote: /builddir/build/RPMS/canl-c-devel-3.0.0-4.fc29.riscv64.rpm Wrote: /builddir/build/RPMS/canl-c-doc-3.0.0-4.fc29.noarch.rpm Wrote: /builddir/build/RPMS/canl-c-examples-3.0.0-4.fc29.riscv64.rpm Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.xijTp9 + umask 022 + cd /builddir/build/BUILD + cd canl-c-3.0.0 + /usr/bin/rm -rf /builddir/build/BUILDROOT/canl-c-3.0.0-4.fc29.riscv64 + exit 0 Child return code was: 0