Login
Log in using an SSO provider:
Fedora Account System
Red Hat Associate
Red Hat Customer
Login using a Red Hat Bugzilla account
Forgot Password
Create an Account
Red Hat Bugzilla – Attachment 1254703 Details for
Bug 1424476
stud: FTBFS in rawhide
Home
New
Search
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.rh90 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
<fdopen> (text/plain), 5.77 KB, created by
Fedora Release Engineering
on 2017-02-17 17:16:23 UTC
(
hide
)
Description:
build.log
Filename:
MIME Type:
Creator:
Fedora Release Engineering
Created:
2017-02-17 17:16:23 UTC
Size:
5.77 KB
patch
obsolete
>Mock Version: 1.3.3 >Mock Version: 1.3.3 >ENTER ['do'](['bash', '--login', '-c', '/usr/bin/rpmbuild -bs --target ppc64le --nodeps /builddir/build/SPECS/stud.spec'], env={'HOME': '/builddir', 'LANG': 'en_US.UTF-8', 'SHELL': '/bin/bash', 'HOSTNAME': 'mock', 'PS1': '<mock-chroot> \\s-\\v\\$ ', 'TERM': 'vt100', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'PROMPT_COMMAND': 'printf "\\033]0;<mock-chroot>\\007"'}timeout=172800printOutput=Falseuid=1000shell=FalsechrootPath='/var/lib/mock/f26-build-7666465-694587/root'gid=425logger=<mockbuild.trace_decorator.getLog object at 0x3fff78d92358>user='mockbuild') >Executing command: ['bash', '--login', '-c', '/usr/bin/rpmbuild -bs --target ppc64le --nodeps /builddir/build/SPECS/stud.spec'] with env {'HOME': '/builddir', 'LANG': 'en_US.UTF-8', 'SHELL': '/bin/bash', 'HOSTNAME': 'mock', 'PS1': '<mock-chroot> \\s-\\v\\$ ', 'TERM': 'vt100', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'PROMPT_COMMAND': 'printf "\\033]0;<mock-chroot>\\007"'} and shell False >Building target platforms: ppc64le >Building for target ppc64le >Wrote: /builddir/build/SRPMS/stud-0.3-9.20120814git.fc26.src.rpm >Child return code was: 0 >ENTER ['do'](['bash', '--login', '-c', '/usr/bin/rpmbuild -bb --target ppc64le --nodeps /builddir/build/SPECS/stud.spec'], env={'HOME': '/builddir', 'LANG': 'en_US.UTF-8', 'SHELL': '/bin/bash', 'HOSTNAME': 'mock', 'PS1': '<mock-chroot> \\s-\\v\\$ ', 'TERM': 'vt100', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'PROMPT_COMMAND': 'printf "\\033]0;<mock-chroot>\\007"'}timeout=172800printOutput=Falseuid=1000shell=Falseuser='mockbuild'chrootPath='/var/lib/mock/f26-build-7666465-694587/root'gid=425logger=<mockbuild.trace_decorator.getLog object at 0x3fff78d92358>private_network=True) >Executing command: ['bash', '--login', '-c', '/usr/bin/rpmbuild -bb --target ppc64le --nodeps /builddir/build/SPECS/stud.spec'] with env {'HOME': '/builddir', 'LANG': 'en_US.UTF-8', 'SHELL': '/bin/bash', 'HOSTNAME': 'mock', 'PS1': '<mock-chroot> \\s-\\v\\$ ', 'TERM': 'vt100', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'PROMPT_COMMAND': 'printf "\\033]0;<mock-chroot>\\007"'} and shell False >Building target platforms: ppc64le >Building for target ppc64le >Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.9Q9RVx >+ umask 022 >+ cd /builddir/build/BUILD >+ cd /builddir/build/BUILD >+ rm -rf bumptech-stud-0b88039 >+ /usr/bin/gzip -dc /builddir/build/SOURCES/bumptech-stud-0.3-51-g0b88039.tar.gz >+ /usr/bin/tar -xof - >+ STATUS=0 >+ '[' 0 -ne 0 ']' >+ cd bumptech-stud-0b88039 >+ /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w . >Patch #0 (stud-0.3-fix-libev-include-path.patch): >+ echo 'Patch #0 (stud-0.3-fix-libev-include-path.patch):' >+ /usr/bin/patch --no-backup-if-mismatch -p1 --fuzz=0 >patching file Makefile >+ exit 0 >Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.y1nevo >+ umask 022 >+ cd /builddir/build/BUILD >+ cd bumptech-stud-0b88039 >+ make -j4 >cc -O2 -g -std=c99 -fno-strict-aliasing -Wall -W -D_GNU_SOURCE -I/usr/include/libev -c -o stud.o stud.c >cc -O2 -g -std=c99 -fno-strict-aliasing -Wall -W -D_GNU_SOURCE -I/usr/include/libev -c -o ringbuffer.o ringbuffer.c >cc -O2 -g -std=c99 -fno-strict-aliasing -Wall -W -D_GNU_SOURCE -I/usr/include/libev -c -o configuration.o configuration.c >stud.c: In function 'load_rsa_privatekey': >stud.c:551:14: error: dereferencing pointer to incomplete type 'SSL_CTX {aka struct ssl_ctx_st}' > ctx->default_passwd_callback, ctx->default_passwd_callback_userdata); > ^~ >stud.c: In function 'make_ctx': >stud.c:602:17: warning: 'TLSv1_client_method' is deprecated [-Wdeprecated-declarations] > TLSv1_client_method() : TLSv1_server_method()); > ^~~~~~~~~~~~~~~~~~~ >In file included from /usr/include/openssl/opensslconf.h:29:0, > from /usr/include/openssl/ct.h:13, > from /usr/include/openssl/ssl.h:61, > from stud.c:56: >/usr/include/openssl/ssl.h:1603:1: note: declared here > DEPRECATEDIN_1_1_0(__owur const SSL_METHOD *TLSv1_client_method(void)) /* TLSv1.0 */ > ^ >stud.c:602:17: warning: 'TLSv1_server_method' is deprecated [-Wdeprecated-declarations] > TLSv1_client_method() : TLSv1_server_method()); > ^~~~~~~~~~~~~~~~~~~ >In file included from /usr/include/openssl/opensslconf.h:29:0, > from /usr/include/openssl/ct.h:13, > from /usr/include/openssl/ssl.h:61, > from stud.c:56: >/usr/include/openssl/ssl.h:1602:1: note: declared here > DEPRECATEDIN_1_1_0(__owur const SSL_METHOD *TLSv1_server_method(void)) /* TLSv1.0 */ > ^ >stud.c: In function 'init_openssl': >stud.c:752:28: error: dereferencing pointer to incomplete type 'X509_NAME_ENTRY {aka struct X509_name_entry_st}' > PUSH_CTX(x509_entry->value, ctx); > ^ >stud.c:709:64: note: in definition of macro 'PUSH_CTX' > ASN1_STRING_to_UTF8((unsigned char **)&cl->servername, asn1_str); \ > ^~~~~~~~ >stud.c: In function 'end_handshake': >stud.c:1062:16: error: dereferencing pointer to incomplete type 'SSL {aka struct ssl_st}' > if (ps->ssl->s3) { > ^~ >make: *** [<builtin>: stud.o] Error 1 >make: *** Waiting for unfinished jobs.... >error: Bad exit status from /var/tmp/rpm-tmp.y1nevo (%build) >RPM build errors: > Bad exit status from /var/tmp/rpm-tmp.y1nevo (%build) >Child return code was: 1 >EXCEPTION: [Error()] >Traceback (most recent call last): > File "/usr/lib/python3.5/site-packages/mockbuild/trace_decorator.py", line 89, in trace > result = func(*args, **kw) > File "/usr/lib/python3.5/site-packages/mockbuild/util.py", line 578, 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 ppc64le --nodeps /builddir/build/SPECS/stud.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 1424476
: 1254703 |
1254704
|
1254705