Login
[x]
Log in using an account from:
Fedora Account System
Red Hat Associate
Red Hat Customer
Or login using a Red Hat Bugzilla account
Forgot Password
Login:
Hide Forgot
Create an Account
Red Hat Bugzilla – Attachment 1443797 Details for
Bug 1556103
peervpn: FTBFS in F28
[?]
New
Simple Search
Advanced Search
My Links
Browse
Requests
Reports
Current State
Search
Tabular reports
Graphical reports
Duplicates
Other Reports
User Changes
Plotly Reports
Bug Status
Bug Severity
Non-Defaults
|
Product Dashboard
Help
Page Help!
Bug Writing Guidelines
What's new
Browser Support Policy
5.0.4.rh83 Release notes
FAQ
Guides index
User guide
Web Services
Contact
Legal
This site requires JavaScript to be enabled to function correctly, please enable it.
build.log
build.log (text/plain), 6.41 KB, created by
Fedora Release Engineering
on 2018-05-28 18:59:45 UTC
(
hide
)
Description:
build.log
Filename:
MIME Type:
Creator:
Fedora Release Engineering
Created:
2018-05-28 18:59:45 UTC
Size:
6.41 KB
patch
obsolete
>Mock Version: 1.3.4 >Mock Version: 1.3.4 >ENTER ['do'](['bash', '--login', '-c', '/usr/bin/rpmbuild -bs --target ppc64 --nodeps /builddir/build/SPECS/peervpn.spec'], chrootPath='/var/lib/mock/f29-build-12553767-917923/root'env={'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'PROMPT_COMMAND': 'printf "\\033]0;<mock-chroot>\\007"', 'PS1': '<mock-chroot> \\s-\\v\\$ ', 'LANG': 'en_US.UTF-8'}shell=Falselogger=<mockbuild.trace_decorator.getLog object at 0x7fffb0141f28>timeout=172800uid=1000gid=425user='mockbuild'nspawn_args=[]printOutput=False) >Executing command: ['bash', '--login', '-c', '/usr/bin/rpmbuild -bs --target ppc64 --nodeps /builddir/build/SPECS/peervpn.spec'] with env {'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'PROMPT_COMMAND': 'printf "\\033]0;<mock-chroot>\\007"', 'PS1': '<mock-chroot> \\s-\\v\\$ ', 'LANG': 'en_US.UTF-8'} and shell False >Building target platforms: ppc64 >Building for target ppc64 >Wrote: /builddir/build/SRPMS/peervpn-0.044-5.fc29.src.rpm >Child return code was: 0 >ENTER ['do'](['bash', '--login', '-c', '/usr/bin/rpmbuild -bb --target ppc64 --nodeps /builddir/build/SPECS/peervpn.spec'], chrootPath='/var/lib/mock/f29-build-12553767-917923/root'env={'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'PROMPT_COMMAND': 'printf "\\033]0;<mock-chroot>\\007"', 'PS1': '<mock-chroot> \\s-\\v\\$ ', 'LANG': 'en_US.UTF-8'}shell=Falselogger=<mockbuild.trace_decorator.getLog object at 0x7fffb0141f28>timeout=172800uid=1000gid=425user='mockbuild'nspawn_args=[]printOutput=False) >Executing command: ['bash', '--login', '-c', '/usr/bin/rpmbuild -bb --target ppc64 --nodeps /builddir/build/SPECS/peervpn.spec'] with env {'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'PROMPT_COMMAND': 'printf "\\033]0;<mock-chroot>\\007"', 'PS1': '<mock-chroot> \\s-\\v\\$ ', 'LANG': 'en_US.UTF-8'} and shell False >Building target platforms: ppc64 >Building for target ppc64 >Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.qPpLmE >+ umask 022 >+ cd /builddir/build/BUILD >+ cd /builddir/build/BUILD >+ rm -rf peervpn-0-044 >+ /usr/bin/gzip -dc /builddir/build/SOURCES/peervpn-0-044.tar.gz >+ /usr/bin/tar -xof - >+ STATUS=0 >+ '[' 0 -ne 0 ']' >+ cd peervpn-0-044 >+ /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w . >+ exit 0 >Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.mqlVCb >+ umask 022 >+ cd /builddir/build/BUILD >+ cd peervpn-0-044 >++ pkg-config --cflags libcrypto >++ pkg-config --libs libcrypto >+ make -j4 '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 -m64 -fasynchronous-unwind-tables -fstack-clash-protection ' 'LDFLAGS=-Wl,-z,relro -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld' 'LIBS=-lcrypto ' >cc -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 -m64 -fasynchronous-unwind-tables -fstack-clash-protection -c -o peervpn.o peervpn.c >In file included from libp2psec/rsa.c:24, > from libp2psec/nodeid.c:24, > from libp2psec/nodedb.c:26, > from libp2psec/peermgt.c:24, > from libp2psec/p2psec.c:25, > from peervpn.c:28: >libp2psec/crypto.c:50:17: error: field 'enc_ctx' has incomplete type > EVP_CIPHER_CTX enc_ctx; > ^~~~~~~ >libp2psec/crypto.c:51:17: error: field 'dec_ctx' has incomplete type > EVP_CIPHER_CTX dec_ctx; > ^~~~~~~ >libp2psec/crypto.c:52:11: error: field 'hmac_ctx' has incomplete type > HMAC_CTX hmac_ctx; > ^~~~~~~~ >In file included from libp2psec/rsa.c:24, > from libp2psec/nodeid.c:24, > from libp2psec/nodedb.c:26, > from libp2psec/peermgt.c:24, > from libp2psec/p2psec.c:25, > from peervpn.c:28: >libp2psec/crypto.c: In function 'cryptoSetKeys': >libp2psec/crypto.c:172:11: error: storage size of 'hmac_ctx' isn't known > HMAC_CTX hmac_ctx; > ^~~~~~~~ >libp2psec/crypto.c:178:2: warning: implicit declaration of function 'HMAC_CTX_init'; did you mean 'HMAC_CTX_new'? [-Wimplicit-function-declaration] > HMAC_CTX_init(&hmac_ctx); > ^~~~~~~~~~~~~ > HMAC_CTX_new >libp2psec/crypto.c:224:2: warning: implicit declaration of function 'HMAC_CTX_cleanup'; did you mean 'HMAC_CTX_get_md'? [-Wimplicit-function-declaration] > HMAC_CTX_cleanup(&hmac_ctx); > ^~~~~~~~~~~~~~~~ > HMAC_CTX_get_md >libp2psec/crypto.c:172:11: warning: unused variable 'hmac_ctx' [-Wunused-variable] > HMAC_CTX hmac_ctx; > ^~~~~~~~ >In file included from libp2psec/auth.c:29, > from libp2psec/authmgt.c:24, > from libp2psec/peermgt.c:25, > from libp2psec/p2psec.c:25, > from peervpn.c:28: >libp2psec/dh.c: In function 'dhGenKey': >libp2psec/dh.c:87:19: error: dereferencing pointer to incomplete type 'DH' {aka 'struct dh_st'} > bn = dhstate->dh->pub_key; > ^~ >In file included from libp2psec/nodedb.c:26, > from libp2psec/peermgt.c:24, > from libp2psec/p2psec.c:25, > from peervpn.c:28: >At top level: >libp2psec/nodeid.c:84:12: warning: 'nodekeyLoadPEM' defined but not used [-Wunused-function] > static int nodekeyLoadPEM(struct s_nodekey *nodekey, unsigned char *pubkey, const int pubkey_size) { > ^~~~~~~~~~~~~~ >make: *** [<builtin>: peervpn.o] Error 1 >error: Bad exit status from /var/tmp/rpm-tmp.mqlVCb (%build) >RPM build errors: > Bad exit status from /var/tmp/rpm-tmp.mqlVCb (%build) >Child return code was: 1 >EXCEPTION: [Error()] >Traceback (most recent call last): > File "/usr/lib/python3.6/site-packages/mockbuild/trace_decorator.py", line 89, in trace > result = func(*args, **kw) > File "/usr/lib/python3.6/site-packages/mockbuild/util.py", line 582, in do > raise exception.Error("Command failed. See logs for output.\n # %s" % (command,), child.returncode) >mockbuild.exception.Error: Command failed. See logs for output. > # bash --login -c /usr/bin/rpmbuild -bb --target ppc64 --nodeps /builddir/build/SPECS/peervpn.spec
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 1556103
: 1443797 |
1443798
|
1443799