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 1465889 Details for
Bug 1605573
pyshp: 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), 9.80 KB, created by
Mohan Boddu
on 2018-07-20 16:04:01 UTC
(
hide
)
Description:
build.log
Filename:
MIME Type:
Creator:
Mohan Boddu
Created:
2018-07-20 16:04:01 UTC
Size:
9.80 KB
patch
obsolete
>Mock Version: 1.3.4 >Mock Version: 1.3.4 >ENTER ['do'](['bash', '--login', '-c', '/usr/bin/rpmbuild -bs --target noarch --nodeps /builddir/build/SPECS/pyshp.spec'], chrootPath='/var/lib/mock/f29-build-13051745-949978/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 0x7f72ca380e10>timeout=172800uid=1000gid=425user='mockbuild'nspawn_args=[]printOutput=False) >Executing command: ['bash', '--login', '-c', '/usr/bin/rpmbuild -bs --target noarch --nodeps /builddir/build/SPECS/pyshp.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 >sh: /usr/bin/python: No such file or directory >sh: /usr/bin/python: No such file or directory >Building target platforms: noarch >Building for target noarch >Wrote: /builddir/build/SRPMS/pyshp-1.2.12-5.fc29.src.rpm >Child return code was: 0 >ENTER ['do'](['bash', '--login', '-c', '/usr/bin/rpmbuild -bb --target noarch --nodeps /builddir/build/SPECS/pyshp.spec'], chrootPath='/var/lib/mock/f29-build-13051745-949978/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 0x7f72ca380e10>timeout=172800uid=1000gid=425user='mockbuild'nspawn_args=[]printOutput=False) >Executing command: ['bash', '--login', '-c', '/usr/bin/rpmbuild -bb --target noarch --nodeps /builddir/build/SPECS/pyshp.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 >sh: /usr/bin/python: No such file or directory >sh: /usr/bin/python: No such file or directory >Building target platforms: noarch >Building for target noarch >Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.KZV6UU >+ umask 022 >+ cd /builddir/build/BUILD >+ cd /builddir/build/BUILD >+ rm -rf pyshp-1.2.12 >+ /usr/bin/mkdir -p pyshp-1.2.12 >+ cd pyshp-1.2.12 >+ /usr/bin/gzip -dc /builddir/build/SOURCES/pyshp-1.2.12.tar.gz >+ /usr/bin/tar -xof - >+ STATUS=0 >+ '[' 0 -ne 0 ']' >+ /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w . >+ mv pyshp-1.2.12 python2 >+ pushd python2 >~/build/BUILD/pyshp-1.2.12/python2 ~/build/BUILD/pyshp-1.2.12 >+ sed -i 's/.$//' changelog.txt >+ sed -i s/README.txt/README.md/ setup.py >+ cp -p README.md changelog.txt LICENSE.TXT ../ >+ rm -rf pyshp.egg-info >~/build/BUILD/pyshp-1.2.12 >+ popd >+ cp -a python2 python3 >+ find python3 -name '*.py' >+ xargs sed -i '1s|^#!python|#!/usr/bin/python3|' >+ find python2 -name '*.py' >+ xargs sed -i '1s|^#!python|#!/usr/bin/python2|' >+ exit 0 >Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.mT1eIE >+ umask 022 >+ cd /builddir/build/BUILD >+ cd pyshp-1.2.12 >~/build/BUILD/pyshp-1.2.12/python2 ~/build/BUILD/pyshp-1.2.12 >+ pushd python2 >+ /usr/bin/python2 setup.py build >running build >running build_py >creating build >creating build/lib >copying shapefile.py -> build/lib >+ popd >~/build/BUILD/pyshp-1.2.12 >~/build/BUILD/pyshp-1.2.12/python3 ~/build/BUILD/pyshp-1.2.12 >+ pushd python3 >+ /usr/bin/python3 setup.py build >running build >running build_py >creating build >creating build/lib >copying shapefile.py -> build/lib >+ popd >~/build/BUILD/pyshp-1.2.12 >+ exit 0 >Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.f2gIlp >+ umask 022 >+ cd /builddir/build/BUILD >+ '[' /builddir/build/BUILDROOT/pyshp-1.2.12-5.fc29.noarch '!=' / ']' >+ rm -rf /builddir/build/BUILDROOT/pyshp-1.2.12-5.fc29.noarch >++ dirname /builddir/build/BUILDROOT/pyshp-1.2.12-5.fc29.noarch >+ mkdir -p /builddir/build/BUILDROOT >+ mkdir /builddir/build/BUILDROOT/pyshp-1.2.12-5.fc29.noarch >+ cd pyshp-1.2.12 >+ pushd python2 >~/build/BUILD/pyshp-1.2.12/python2 ~/build/BUILD/pyshp-1.2.12 >+ /usr/bin/python2 setup.py install --skip-build --root /builddir/build/BUILDROOT/pyshp-1.2.12-5.fc29.noarch >running install >running install_lib >creating /builddir/build/BUILDROOT/pyshp-1.2.12-5.fc29.noarch/usr >creating /builddir/build/BUILDROOT/pyshp-1.2.12-5.fc29.noarch/usr/lib >creating /builddir/build/BUILDROOT/pyshp-1.2.12-5.fc29.noarch/usr/lib/python2.7 >creating /builddir/build/BUILDROOT/pyshp-1.2.12-5.fc29.noarch/usr/lib/python2.7/site-packages >copying build/lib/shapefile.py -> /builddir/build/BUILDROOT/pyshp-1.2.12-5.fc29.noarch/usr/lib/python2.7/site-packages >byte-compiling /builddir/build/BUILDROOT/pyshp-1.2.12-5.fc29.noarch/usr/lib/python2.7/site-packages/shapefile.py to shapefile.pyc >running install_egg_info >running egg_info >creating pyshp.egg-info >writing pyshp.egg-info/PKG-INFO >writing top-level names to pyshp.egg-info/top_level.txt >writing dependency_links to pyshp.egg-info/dependency_links.txt >writing manifest file 'pyshp.egg-info/SOURCES.txt' >reading manifest file 'pyshp.egg-info/SOURCES.txt' >reading manifest template 'MANIFEST.in' >writing manifest file 'pyshp.egg-info/SOURCES.txt' >Copying pyshp.egg-info to /builddir/build/BUILDROOT/pyshp-1.2.12-5.fc29.noarch/usr/lib/python2.7/site-packages/pyshp-1.2.12-py2.7.egg-info >running install_scripts >+ popd >+ pushd python3 >~/build/BUILD/pyshp-1.2.12 >~/build/BUILD/pyshp-1.2.12/python3 ~/build/BUILD/pyshp-1.2.12 >+ /usr/bin/python3 setup.py install --skip-build --root /builddir/build/BUILDROOT/pyshp-1.2.12-5.fc29.noarch >running install >running install_lib >creating /builddir/build/BUILDROOT/pyshp-1.2.12-5.fc29.noarch/usr/lib/python3.7 >creating /builddir/build/BUILDROOT/pyshp-1.2.12-5.fc29.noarch/usr/lib/python3.7/site-packages >copying build/lib/shapefile.py -> /builddir/build/BUILDROOT/pyshp-1.2.12-5.fc29.noarch/usr/lib/python3.7/site-packages >byte-compiling /builddir/build/BUILDROOT/pyshp-1.2.12-5.fc29.noarch/usr/lib/python3.7/site-packages/shapefile.py to shapefile.cpython-37.pyc >running install_egg_info >running egg_info >creating pyshp.egg-info >writing pyshp.egg-info/PKG-INFO >writing dependency_links to pyshp.egg-info/dependency_links.txt >writing top-level names to pyshp.egg-info/top_level.txt >writing manifest file 'pyshp.egg-info/SOURCES.txt' >reading manifest file 'pyshp.egg-info/SOURCES.txt' >reading manifest template 'MANIFEST.in' >writing manifest file 'pyshp.egg-info/SOURCES.txt' >Copying pyshp.egg-info to /builddir/build/BUILDROOT/pyshp-1.2.12-5.fc29.noarch/usr/lib/python3.7/site-packages/pyshp-1.2.12-py3.7.egg-info >running install_scripts >+ popd >~/build/BUILD/pyshp-1.2.12 >+ /usr/lib/rpm/find-debuginfo.sh -j48 --strict-build-id -m -i --build-id-seed 1.2.12-5.fc29 --unique-debug-suffix -1.2.12-5.fc29.noarch --unique-debug-src-base pyshp-1.2.12-5.fc29.noarch --run-dwz --dwz-low-mem-die-limit 10000000 --dwz-max-die-limit 50000000 -S debugsourcefiles.list /builddir/build/BUILD/pyshp-1.2.12 >find: 'debug': No such file or directory >+ /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-static-archive /usr/bin/strip >+ /usr/lib/rpm/brp-python-bytecompile /usr/bin/python 1 1 >Bytecompiling .py files below /builddir/build/BUILDROOT/pyshp-1.2.12-5.fc29.noarch/usr/lib/python3.7 using /usr/bin/python3.7 >Bytecompiling .py files below /builddir/build/BUILDROOT/pyshp-1.2.12-5.fc29.noarch/usr/lib/python2.7 using /usr/bin/python2.7 >+ /usr/lib/rpm/brp-python-hardlink >+ /usr/lib/rpm/redhat/brp-mangle-shebangs >Executing(%check): /bin/sh -e /var/tmp/rpm-tmp.W1qOXb >+ umask 022 >+ cd /builddir/build/BUILD >~/build/BUILD/pyshp-1.2.12/python2 ~/build/BUILD/pyshp-1.2.12 >+ cd pyshp-1.2.12 >+ pushd python2 >+ /usr/bin/python2 shapefile.py >Running doctests... >All test passed successfully >+ popd >~/build/BUILD/pyshp-1.2.12 >~/build/BUILD/pyshp-1.2.12/python3 ~/build/BUILD/pyshp-1.2.12 >+ pushd python3 >+ /usr/bin/python3 shapefile.py >Running doctests... >All test passed successfully >+ popd >~/build/BUILD/pyshp-1.2.12 >+ exit 0 >Processing files: python2-pyshp-1.2.12-5.fc29.noarch >error: File not found: /builddir/build/BUILDROOT/pyshp-1.2.12-5.fc29.noarch/shapefile.py* >error: File not found: /builddir/build/BUILDROOT/pyshp-1.2.12-5.fc29.noarch/pyshp-1.2.12-py*.egg-info >Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.ASIrE0 >+ umask 022 >+ cd /builddir/build/BUILD >+ cd pyshp-1.2.12 >+ DOCDIR=/builddir/build/BUILDROOT/pyshp-1.2.12-5.fc29.noarch/usr/share/doc/python2-pyshp >+ export LC_ALL=C >+ LC_ALL=C >+ export DOCDIR >+ /usr/bin/mkdir -p /builddir/build/BUILDROOT/pyshp-1.2.12-5.fc29.noarch/usr/share/doc/python2-pyshp >+ cp -pr README.md /builddir/build/BUILDROOT/pyshp-1.2.12-5.fc29.noarch/usr/share/doc/python2-pyshp >+ cp -pr changelog.txt /builddir/build/BUILDROOT/pyshp-1.2.12-5.fc29.noarch/usr/share/doc/python2-pyshp >+ cp -pr LICENSE.TXT /builddir/build/BUILDROOT/pyshp-1.2.12-5.fc29.noarch/usr/share/doc/python2-pyshp >+ exit 0 >RPM build errors: > File not found: /builddir/build/BUILDROOT/pyshp-1.2.12-5.fc29.noarch/shapefile.py* > File not found: /builddir/build/BUILDROOT/pyshp-1.2.12-5.fc29.noarch/pyshp-1.2.12-py*.egg-info >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 noarch --nodeps /builddir/build/SPECS/pyshp.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 1605573
: 1465889 |
1465890
|
1465891