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 1462823 Details for
Bug 1604310
hardening-wrapper: FTBFS in Fedora rawhide
[?]
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), 8.88 KB, created by
Mohan Boddu
on 2018-07-19 22:03:41 UTC
(
hide
)
Description:
build.log
Filename:
MIME Type:
Creator:
Mohan Boddu
Created:
2018-07-19 22:03:41 UTC
Size:
8.88 KB
patch
obsolete
>Mock Version: 1.3.4 >Mock Version: 1.3.4 >ENTER ['do'](['bash', '--login', '-c', '/usr/bin/rpmbuild -bs --target s390x --nodeps /builddir/build/SPECS/hardening-wrapper.spec'], chrootPath='/var/lib/mock/f29-build-13024931-949462/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 0x3ffa087ca58>timeout=172800uid=1000gid=425user='mockbuild'nspawn_args=[]printOutput=False) >Executing command: ['bash', '--login', '-c', '/usr/bin/rpmbuild -bs --target s390x --nodeps /builddir/build/SPECS/hardening-wrapper.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: s390x >Building for target s390x >Wrote: /builddir/build/SRPMS/hardening-wrapper-2.6-6.fc29.src.rpm >Child return code was: 0 >ENTER ['do'](['bash', '--login', '-c', '/usr/bin/rpmbuild -bb --target s390x --nodeps /builddir/build/SPECS/hardening-wrapper.spec'], chrootPath='/var/lib/mock/f29-build-13024931-949462/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 0x3ffa087ca58>timeout=172800uid=1000gid=425user='mockbuild'nspawn_args=[]printOutput=False) >Executing command: ['bash', '--login', '-c', '/usr/bin/rpmbuild -bb --target s390x --nodeps /builddir/build/SPECS/hardening-wrapper.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: s390x >Building for target s390x >Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.qSW703 >+ umask 022 >+ cd /builddir/build/BUILD >+ cd /builddir/build/BUILD >+ rm -rf hardening-wrapper-2.6 >+ /usr/bin/mkdir -p hardening-wrapper-2.6 >+ cd hardening-wrapper-2.6 >+ /usr/bin/xz -dc /builddir/build/SOURCES/hardening-wrapper_2.6.tar.xz >+ /usr/bin/tar -xof - >+ STATUS=0 >+ '[' 0 -ne 0 ']' >+ /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w . >+ /usr/bin/patch -p1 -s --fuzz=0 --no-backup-if-mismatch >+ /usr/bin/cat /builddir/build/SOURCES/hardening-wrapper-2.6-fix_perl.patch >+ /usr/bin/sed -i.debian -e '/^[ \t]*if \[ -z \"\$.DEB_/d' hardening-wrapper/Makefile >+ exit 0 >Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.iKGqWW >+ umask 022 >+ cd /builddir/build/BUILD >+ cd hardening-wrapper-2.6 >+ /usr/bin/make -O -j2 -C hardening-wrapper >make: Entering directory '/builddir/build/BUILD/hardening-wrapper-2.6/hardening-wrapper' >mkdir -p build-tree ># Construct wrappers. >install hardened-cc hardened-ld build-tree/ ># Set defaults, based on OS and ARCH. >perl -pi -e 's/ #OS#/ '""'/; s/ #ARCH#/ '""'/;' build-tree/hardened-cc build-tree/hardened-ld >perl -pi -e "s/default\{'DEB_BUILD_HARDENING_PIE'\}=1;/default{'DEB_BUILD_HARDENING_PIE'}=0;/;" build-tree/hardened-cc build-tree/hardened-ld >perl -pi -e "s/default\{'DEB_BUILD_HARDENING_STACKPROTECTOR'\}=1;/default{'DEB_BUILD_HARDENING_STACKPROTECTOR'}=1;/;" build-tree/hardened-cc build-tree/hardened-ld ># Duplicate cc wrapper to c++. >install build-tree/hardened-cc build-tree/hardened-c++ >perl -pi -e 's/hardened-cc/hardened-c++/g; s|/usr/bin/cc|/usr/bin/c++|g;' build-tree/hardened-c++ ># Construct tools. >install hardening.make hardening-check build-tree/ ># Do not use "shell" here because it eats newlines. We want those. >perl -pi -e "s/^my %libc;/my %libc = (\n$(perl hardening-check --find-libc-functions /bin/ls)\n);/;" build-tree/hardening-check ># Construct man pages. >install hardened-cc.1 hardened-ld.1 build-tree/ >pod2man hardening-check > build-tree/hardening-check.1 ># Duplicate cc man page to c++. >install build-tree/hardened-cc.1 build-tree/hardened-c++.1 >perl -pi -e 's/hardened-cc/hardened-c++/g; s/gcc/g++/g;' build-tree/hardened-c++.1 >touch build-tree/stamp-build >make: Leaving directory '/builddir/build/BUILD/hardening-wrapper-2.6/hardening-wrapper' >+ exit 0 >Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.BxhNfX >+ umask 022 >+ cd /builddir/build/BUILD >+ '[' /builddir/build/BUILDROOT/hardening-wrapper-2.6-6.fc29.s390x '!=' / ']' >+ rm -rf /builddir/build/BUILDROOT/hardening-wrapper-2.6-6.fc29.s390x >++ dirname /builddir/build/BUILDROOT/hardening-wrapper-2.6-6.fc29.s390x >+ mkdir -p /builddir/build/BUILDROOT >+ mkdir /builddir/build/BUILDROOT/hardening-wrapper-2.6-6.fc29.s390x >+ cd hardening-wrapper-2.6 >+ /usr/bin/install -Dpm 0755 hardening-wrapper/build-tree/hardening-check /builddir/build/BUILDROOT/hardening-wrapper-2.6-6.fc29.s390x/usr/bin/hardening-check >+ /usr/bin/install -Dpm 0644 hardening-wrapper/build-tree/hardening-check.1 /builddir/build/BUILDROOT/hardening-wrapper-2.6-6.fc29.s390x/usr/share/man/man1/hardening-check.1 >+ /usr/lib/rpm/check-buildroot >+ /usr/lib/rpm/redhat/brp-ldconfig >/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 1 >+ /usr/lib/rpm/brp-python-hardlink >+ /usr/lib/rpm/redhat/brp-mangle-shebangs >Executing(%check): /bin/sh -e /var/tmp/rpm-tmp.WvV8w2 >+ umask 022 >+ cd /builddir/build/BUILD >+ cd hardening-wrapper-2.6 >+ /usr/bin/make -O -j2 -C hardening-wrapper check >make: Entering directory '/builddir/build/BUILD/hardening-wrapper-2.6/hardening-wrapper' >make -C tests check >make[1]: Entering directory '/builddir/build/BUILD/hardening-wrapper-2.6/hardening-wrapper/tests' >make[1]: Leaving directory '/builddir/build/BUILD/hardening-wrapper-2.6/hardening-wrapper/tests' >make[1]: Entering directory '/builddir/build/BUILD/hardening-wrapper-2.6/hardening-wrapper/tests' ># Check the stack protector and PIE options directly, just to have ># a historical record in the build logs. >cc -Wall -fstack-protector hello.c -o ../build-tree/cc-test || true >../build-tree/cc-test || true >cc -Wall -fstack-protector-strong hello.c -o ../build-tree/cc-test || true >../build-tree/cc-test || true >cc -Wall -fPIE -pie hello.c -o ../build-tree/cc-test || true >../build-tree/cc-test || true >../build-tree/cc-test || true >make -f Makefile.wrapper check >make[2]: Entering directory '/builddir/build/BUILD/hardening-wrapper-2.6/hardening-wrapper/tests' ># Test basic perl syntax >for script in ../build-tree/hardened-cc ../build-tree/hardened-ld ../build-tree/hardened-c++; do perl -c $script; done >touch syntax.stamp ># Compiler and linker options disabled. >DEB_BUILD_HARDENING=0 ../build-tree/hardened-cc -B ../build-tree/ -o ../build-tree/wrapper-test-stock hello.c >make[2]: Leaving directory '/builddir/build/BUILD/hardening-wrapper-2.6/hardening-wrapper/tests' >make[1]: Leaving directory '/builddir/build/BUILD/hardening-wrapper-2.6/hardening-wrapper/tests' >make: Leaving directory '/builddir/build/BUILD/hardening-wrapper-2.6/hardening-wrapper' >make[1]: warning: jobserver unavailable: using -j1. Add '+' to parent make rule. >/bin/sh: cc: command not found >/bin/sh: ../build-tree/cc-test: No such file or directory >/bin/sh: cc: command not found >/bin/sh: ../build-tree/cc-test: No such file or directory >/bin/sh: cc: command not found >/bin/sh: ../build-tree/cc-test: No such file or directory >/bin/sh: ../build-tree/cc-test: No such file or directory >../build-tree/hardened-cc syntax OK >../build-tree/hardened-ld syntax OK >../build-tree/hardened-c++ syntax OK >/usr/bin/cc -B ../build-tree/ -o ../build-tree/wrapper-test-stock hello.c >Can't exec "/usr/bin/cc": No such file or directory at ../build-tree/hardened-cc line 187. >Unable to exec /usr/bin/cc: No such file or directory >make[2]: *** [Makefile.common:49: ../build-tree/wrapper-test-stock] Error 2 >make[1]: *** [Makefile:6: check] Error 2 >make: *** [Makefile:41: check] Error 2 >error: Bad exit status from /var/tmp/rpm-tmp.WvV8w2 (%check) > Bad exit status from /var/tmp/rpm-tmp.WvV8w2 (%check) >RPM build errors: >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 s390x --nodeps /builddir/build/SPECS/hardening-wrapper.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 1604310
: 1462823 |
1462824
|
1462825