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 1466645 Details for
Bug 1605847
python-pycparser: 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), 23.70 KB, created by
Mohan Boddu
on 2018-07-20 17:16:50 UTC
(
hide
)
Description:
build.log
Filename:
MIME Type:
Creator:
Mohan Boddu
Created:
2018-07-20 17:16:50 UTC
Size:
23.70 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/python-pycparser.spec'], chrootPath='/var/lib/mock/f29-build-13055483-949986/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 0x7fa6d5d1ef60>timeout=172800uid=1000gid=425user='mockbuild'nspawn_args=[]printOutput=False) >Executing command: ['bash', '--login', '-c', '/usr/bin/rpmbuild -bs --target noarch --nodeps /builddir/build/SPECS/python-pycparser.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/python-pycparser-2.14-16.fc29.src.rpm >Child return code was: 0 >ENTER ['do'](['bash', '--login', '-c', '/usr/bin/rpmbuild -bb --target noarch --nodeps /builddir/build/SPECS/python-pycparser.spec'], chrootPath='/var/lib/mock/f29-build-13055483-949986/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 0x7fa6d5d1ef60>timeout=172800uid=1000gid=425user='mockbuild'nspawn_args=[]printOutput=False) >Executing command: ['bash', '--login', '-c', '/usr/bin/rpmbuild -bb --target noarch --nodeps /builddir/build/SPECS/python-pycparser.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.59nBTg >+ umask 022 >+ cd /builddir/build/BUILD >+ cd /builddir/build/BUILD >+ rm -rf pycparser-release_v2.14 >+ /usr/bin/gzip -dc /builddir/build/SOURCES/release_v2.14.tar.gz >+ /usr/bin/tar -xof - >+ STATUS=0 >+ '[' 0 -ne 0 ']' >+ cd pycparser-release_v2.14 >+ /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w . >+ echo 'Patch #100 (pycparser-2.10-ply.patch):' >Patch #100 (pycparser-2.10-ply.patch): >+ /usr/bin/patch --no-backup-if-mismatch -p1 -b --suffix .ply --fuzz=5 >patching file pycparser/c_lexer.py >patching file pycparser/c_parser.py >patching file setup.py >Hunk #1 succeeded at 49 with fuzz 2 (offset 27 lines). >+ rm -rf pycparser/ply >+ /usr/bin/python2 /builddir/build/SOURCES/pycparser-0.91.1-remove-relative-sys-path.py examples >+ dos2unix LICENSE >dos2unix: converting file LICENSE to Unix format... >+ exit 0 >Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.grgXpY >+ umask 022 >+ cd /builddir/build/BUILD >+ cd pycparser-release_v2.14 >+ 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 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection' >+ LDFLAGS='-Wl,-z,relro -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld' >+ /usr/bin/python2 setup.py build '--executable=/usr/bin/python2 -s' >running build >running build_py >creating build >creating build/lib >creating build/lib/pycparser >copying pycparser/c_ast.py -> build/lib/pycparser >copying pycparser/plyparser.py -> build/lib/pycparser >copying pycparser/_ast_gen.py -> build/lib/pycparser >copying pycparser/c_lexer.py -> build/lib/pycparser >copying pycparser/c_parser.py -> build/lib/pycparser >copying pycparser/c_generator.py -> build/lib/pycparser >copying pycparser/__init__.py -> build/lib/pycparser >copying pycparser/ast_transforms.py -> build/lib/pycparser >copying pycparser/_build_tables.py -> build/lib/pycparser >copying pycparser/_c_ast.cfg -> build/lib/pycparser >+ sleep 1 >+ pushd build/lib/pycparser >~/build/BUILD/pycparser-release_v2.14/build/lib/pycparser ~/build/BUILD/pycparser-release_v2.14 >+ /usr/bin/python2 _build_tables.py >~/build/BUILD/pycparser-release_v2.14 >+ popd >+ 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 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection' >+ LDFLAGS='-Wl,-z,relro -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld' >+ /usr/bin/python3 setup.py build '--executable=/usr/bin/python3 -s' >running build >running build_py >+ sleep 1 >+ pushd build/lib/pycparser >~/build/BUILD/pycparser-release_v2.14/build/lib/pycparser ~/build/BUILD/pycparser-release_v2.14 >+ /usr/bin/python3 _build_tables.py >+ popd >+ exit 0 >~/build/BUILD/pycparser-release_v2.14 >Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.X3aY7N >+ umask 022 >+ cd /builddir/build/BUILD >+ '[' /builddir/build/BUILDROOT/python-pycparser-2.14-16.fc29.noarch '!=' / ']' >+ rm -rf /builddir/build/BUILDROOT/python-pycparser-2.14-16.fc29.noarch >++ dirname /builddir/build/BUILDROOT/python-pycparser-2.14-16.fc29.noarch >+ mkdir -p /builddir/build/BUILDROOT >+ mkdir /builddir/build/BUILDROOT/python-pycparser-2.14-16.fc29.noarch >+ cd pycparser-release_v2.14 >+ 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 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection' >+ LDFLAGS='-Wl,-z,relro -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld' >+ /usr/bin/python2 setup.py install -O1 --skip-build --root /builddir/build/BUILDROOT/python-pycparser-2.14-16.fc29.noarch >running install >running install_lib >creating /builddir/build/BUILDROOT/python-pycparser-2.14-16.fc29.noarch/usr >creating /builddir/build/BUILDROOT/python-pycparser-2.14-16.fc29.noarch/usr/lib >creating /builddir/build/BUILDROOT/python-pycparser-2.14-16.fc29.noarch/usr/lib/python2.7 >creating /builddir/build/BUILDROOT/python-pycparser-2.14-16.fc29.noarch/usr/lib/python2.7/site-packages >creating /builddir/build/BUILDROOT/python-pycparser-2.14-16.fc29.noarch/usr/lib/python2.7/site-packages/pycparser >copying build/lib/pycparser/_c_ast.cfg -> /builddir/build/BUILDROOT/python-pycparser-2.14-16.fc29.noarch/usr/lib/python2.7/site-packages/pycparser >copying build/lib/pycparser/c_parser.pyc -> /builddir/build/BUILDROOT/python-pycparser-2.14-16.fc29.noarch/usr/lib/python2.7/site-packages/pycparser >copying build/lib/pycparser/c_ast.py -> /builddir/build/BUILDROOT/python-pycparser-2.14-16.fc29.noarch/usr/lib/python2.7/site-packages/pycparser >creating /builddir/build/BUILDROOT/python-pycparser-2.14-16.fc29.noarch/usr/lib/python2.7/site-packages/pycparser/__pycache__ >copying build/lib/pycparser/__pycache__/c_lexer.cpython-37.pyc -> /builddir/build/BUILDROOT/python-pycparser-2.14-16.fc29.noarch/usr/lib/python2.7/site-packages/pycparser/__pycache__ >copying build/lib/pycparser/__pycache__/_ast_gen.cpython-37.pyc -> /builddir/build/BUILDROOT/python-pycparser-2.14-16.fc29.noarch/usr/lib/python2.7/site-packages/pycparser/__pycache__ >copying build/lib/pycparser/__pycache__/c_ast.cpython-37.pyc -> /builddir/build/BUILDROOT/python-pycparser-2.14-16.fc29.noarch/usr/lib/python2.7/site-packages/pycparser/__pycache__ >copying build/lib/pycparser/__pycache__/yacctab.cpython-37.pyc -> /builddir/build/BUILDROOT/python-pycparser-2.14-16.fc29.noarch/usr/lib/python2.7/site-packages/pycparser/__pycache__ >copying build/lib/pycparser/__pycache__/plyparser.cpython-37.pyc -> /builddir/build/BUILDROOT/python-pycparser-2.14-16.fc29.noarch/usr/lib/python2.7/site-packages/pycparser/__pycache__ >copying build/lib/pycparser/__pycache__/__init__.cpython-37.pyc -> /builddir/build/BUILDROOT/python-pycparser-2.14-16.fc29.noarch/usr/lib/python2.7/site-packages/pycparser/__pycache__ >copying build/lib/pycparser/__pycache__/ast_transforms.cpython-37.pyc -> /builddir/build/BUILDROOT/python-pycparser-2.14-16.fc29.noarch/usr/lib/python2.7/site-packages/pycparser/__pycache__ >copying build/lib/pycparser/__pycache__/c_parser.cpython-37.pyc -> /builddir/build/BUILDROOT/python-pycparser-2.14-16.fc29.noarch/usr/lib/python2.7/site-packages/pycparser/__pycache__ >copying build/lib/pycparser/__pycache__/lextab.cpython-37.pyc -> /builddir/build/BUILDROOT/python-pycparser-2.14-16.fc29.noarch/usr/lib/python2.7/site-packages/pycparser/__pycache__ >copying build/lib/pycparser/_ast_gen.pyc -> /builddir/build/BUILDROOT/python-pycparser-2.14-16.fc29.noarch/usr/lib/python2.7/site-packages/pycparser >copying build/lib/pycparser/yacctab.pyc -> /builddir/build/BUILDROOT/python-pycparser-2.14-16.fc29.noarch/usr/lib/python2.7/site-packages/pycparser >copying build/lib/pycparser/yacctab.py -> /builddir/build/BUILDROOT/python-pycparser-2.14-16.fc29.noarch/usr/lib/python2.7/site-packages/pycparser >copying build/lib/pycparser/plyparser.py -> /builddir/build/BUILDROOT/python-pycparser-2.14-16.fc29.noarch/usr/lib/python2.7/site-packages/pycparser >copying build/lib/pycparser/lextab.pyc -> /builddir/build/BUILDROOT/python-pycparser-2.14-16.fc29.noarch/usr/lib/python2.7/site-packages/pycparser >copying build/lib/pycparser/_ast_gen.py -> /builddir/build/BUILDROOT/python-pycparser-2.14-16.fc29.noarch/usr/lib/python2.7/site-packages/pycparser >copying build/lib/pycparser/plyparser.pyc -> /builddir/build/BUILDROOT/python-pycparser-2.14-16.fc29.noarch/usr/lib/python2.7/site-packages/pycparser >copying build/lib/pycparser/ast_transforms.pyc -> /builddir/build/BUILDROOT/python-pycparser-2.14-16.fc29.noarch/usr/lib/python2.7/site-packages/pycparser >copying build/lib/pycparser/lextab.py -> /builddir/build/BUILDROOT/python-pycparser-2.14-16.fc29.noarch/usr/lib/python2.7/site-packages/pycparser >copying build/lib/pycparser/c_lexer.py -> /builddir/build/BUILDROOT/python-pycparser-2.14-16.fc29.noarch/usr/lib/python2.7/site-packages/pycparser >copying build/lib/pycparser/c_ast.pyc -> /builddir/build/BUILDROOT/python-pycparser-2.14-16.fc29.noarch/usr/lib/python2.7/site-packages/pycparser >copying build/lib/pycparser/c_parser.py -> /builddir/build/BUILDROOT/python-pycparser-2.14-16.fc29.noarch/usr/lib/python2.7/site-packages/pycparser >copying build/lib/pycparser/c_generator.py -> /builddir/build/BUILDROOT/python-pycparser-2.14-16.fc29.noarch/usr/lib/python2.7/site-packages/pycparser >copying build/lib/pycparser/__init__.py -> /builddir/build/BUILDROOT/python-pycparser-2.14-16.fc29.noarch/usr/lib/python2.7/site-packages/pycparser >copying build/lib/pycparser/ast_transforms.py -> /builddir/build/BUILDROOT/python-pycparser-2.14-16.fc29.noarch/usr/lib/python2.7/site-packages/pycparser >copying build/lib/pycparser/__init__.pyc -> /builddir/build/BUILDROOT/python-pycparser-2.14-16.fc29.noarch/usr/lib/python2.7/site-packages/pycparser >copying build/lib/pycparser/c_lexer.pyc -> /builddir/build/BUILDROOT/python-pycparser-2.14-16.fc29.noarch/usr/lib/python2.7/site-packages/pycparser >copying build/lib/pycparser/_build_tables.py -> /builddir/build/BUILDROOT/python-pycparser-2.14-16.fc29.noarch/usr/lib/python2.7/site-packages/pycparser >byte-compiling /builddir/build/BUILDROOT/python-pycparser-2.14-16.fc29.noarch/usr/lib/python2.7/site-packages/pycparser/c_ast.py to c_ast.pyc >byte-compiling /builddir/build/BUILDROOT/python-pycparser-2.14-16.fc29.noarch/usr/lib/python2.7/site-packages/pycparser/c_generator.py to c_generator.pyc >byte-compiling /builddir/build/BUILDROOT/python-pycparser-2.14-16.fc29.noarch/usr/lib/python2.7/site-packages/pycparser/_build_tables.py to _build_tables.pyc >writing byte-compilation script '/tmp/tmpIzi7Af.py' >/usr/bin/python2 -O /tmp/tmpIzi7Af.py >removing /tmp/tmpIzi7Af.py >running install_egg_info >running egg_info >creating pycparser.egg-info >writing pycparser.egg-info/PKG-INFO >writing top-level names to pycparser.egg-info/top_level.txt >writing dependency_links to pycparser.egg-info/dependency_links.txt >writing manifest file 'pycparser.egg-info/SOURCES.txt' >reading manifest file 'pycparser.egg-info/SOURCES.txt' >reading manifest template 'MANIFEST.in' >warning: no previously-included files matching 'yacctab.*' found under directory 'tests' >warning: no previously-included files matching 'lextab.*' found under directory 'tests' >warning: no previously-included files matching 'yacctab.*' found under directory 'examples' >warning: no previously-included files matching 'lextab.*' found under directory 'examples' >writing manifest file 'pycparser.egg-info/SOURCES.txt' >Copying pycparser.egg-info to /builddir/build/BUILDROOT/python-pycparser-2.14-16.fc29.noarch/usr/lib/python2.7/site-packages/pycparser-2.14-py2.7.egg-info >running install_scripts >Build the lexing/parsing tables >+ 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 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection' >+ LDFLAGS='-Wl,-z,relro -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld' >+ /usr/bin/python3 setup.py install -O1 --skip-build --root /builddir/build/BUILDROOT/python-pycparser-2.14-16.fc29.noarch >running install >running install_lib >creating /builddir/build/BUILDROOT/python-pycparser-2.14-16.fc29.noarch/usr/lib/python3.7 >creating /builddir/build/BUILDROOT/python-pycparser-2.14-16.fc29.noarch/usr/lib/python3.7/site-packages >creating /builddir/build/BUILDROOT/python-pycparser-2.14-16.fc29.noarch/usr/lib/python3.7/site-packages/pycparser >copying build/lib/pycparser/_c_ast.cfg -> /builddir/build/BUILDROOT/python-pycparser-2.14-16.fc29.noarch/usr/lib/python3.7/site-packages/pycparser >copying build/lib/pycparser/c_parser.pyc -> /builddir/build/BUILDROOT/python-pycparser-2.14-16.fc29.noarch/usr/lib/python3.7/site-packages/pycparser >copying build/lib/pycparser/c_ast.py -> /builddir/build/BUILDROOT/python-pycparser-2.14-16.fc29.noarch/usr/lib/python3.7/site-packages/pycparser >creating /builddir/build/BUILDROOT/python-pycparser-2.14-16.fc29.noarch/usr/lib/python3.7/site-packages/pycparser/__pycache__ >copying build/lib/pycparser/__pycache__/c_lexer.cpython-37.pyc -> /builddir/build/BUILDROOT/python-pycparser-2.14-16.fc29.noarch/usr/lib/python3.7/site-packages/pycparser/__pycache__ >copying build/lib/pycparser/__pycache__/_ast_gen.cpython-37.pyc -> /builddir/build/BUILDROOT/python-pycparser-2.14-16.fc29.noarch/usr/lib/python3.7/site-packages/pycparser/__pycache__ >copying build/lib/pycparser/__pycache__/c_ast.cpython-37.pyc -> /builddir/build/BUILDROOT/python-pycparser-2.14-16.fc29.noarch/usr/lib/python3.7/site-packages/pycparser/__pycache__ >copying build/lib/pycparser/__pycache__/yacctab.cpython-37.pyc -> /builddir/build/BUILDROOT/python-pycparser-2.14-16.fc29.noarch/usr/lib/python3.7/site-packages/pycparser/__pycache__ >copying build/lib/pycparser/__pycache__/plyparser.cpython-37.pyc -> /builddir/build/BUILDROOT/python-pycparser-2.14-16.fc29.noarch/usr/lib/python3.7/site-packages/pycparser/__pycache__ >copying build/lib/pycparser/__pycache__/__init__.cpython-37.pyc -> /builddir/build/BUILDROOT/python-pycparser-2.14-16.fc29.noarch/usr/lib/python3.7/site-packages/pycparser/__pycache__ >copying build/lib/pycparser/__pycache__/ast_transforms.cpython-37.pyc -> /builddir/build/BUILDROOT/python-pycparser-2.14-16.fc29.noarch/usr/lib/python3.7/site-packages/pycparser/__pycache__ >copying build/lib/pycparser/__pycache__/c_parser.cpython-37.pyc -> /builddir/build/BUILDROOT/python-pycparser-2.14-16.fc29.noarch/usr/lib/python3.7/site-packages/pycparser/__pycache__ >copying build/lib/pycparser/__pycache__/lextab.cpython-37.pyc -> /builddir/build/BUILDROOT/python-pycparser-2.14-16.fc29.noarch/usr/lib/python3.7/site-packages/pycparser/__pycache__ >copying build/lib/pycparser/_ast_gen.pyc -> /builddir/build/BUILDROOT/python-pycparser-2.14-16.fc29.noarch/usr/lib/python3.7/site-packages/pycparser >copying build/lib/pycparser/yacctab.pyc -> /builddir/build/BUILDROOT/python-pycparser-2.14-16.fc29.noarch/usr/lib/python3.7/site-packages/pycparser >copying build/lib/pycparser/yacctab.py -> /builddir/build/BUILDROOT/python-pycparser-2.14-16.fc29.noarch/usr/lib/python3.7/site-packages/pycparser >copying build/lib/pycparser/plyparser.py -> /builddir/build/BUILDROOT/python-pycparser-2.14-16.fc29.noarch/usr/lib/python3.7/site-packages/pycparser >copying build/lib/pycparser/lextab.pyc -> /builddir/build/BUILDROOT/python-pycparser-2.14-16.fc29.noarch/usr/lib/python3.7/site-packages/pycparser >copying build/lib/pycparser/_ast_gen.py -> /builddir/build/BUILDROOT/python-pycparser-2.14-16.fc29.noarch/usr/lib/python3.7/site-packages/pycparser >copying build/lib/pycparser/plyparser.pyc -> /builddir/build/BUILDROOT/python-pycparser-2.14-16.fc29.noarch/usr/lib/python3.7/site-packages/pycparser >copying build/lib/pycparser/ast_transforms.pyc -> /builddir/build/BUILDROOT/python-pycparser-2.14-16.fc29.noarch/usr/lib/python3.7/site-packages/pycparser >copying build/lib/pycparser/lextab.py -> /builddir/build/BUILDROOT/python-pycparser-2.14-16.fc29.noarch/usr/lib/python3.7/site-packages/pycparser >copying build/lib/pycparser/c_lexer.py -> /builddir/build/BUILDROOT/python-pycparser-2.14-16.fc29.noarch/usr/lib/python3.7/site-packages/pycparser >copying build/lib/pycparser/c_ast.pyc -> /builddir/build/BUILDROOT/python-pycparser-2.14-16.fc29.noarch/usr/lib/python3.7/site-packages/pycparser >copying build/lib/pycparser/c_parser.py -> /builddir/build/BUILDROOT/python-pycparser-2.14-16.fc29.noarch/usr/lib/python3.7/site-packages/pycparser >copying build/lib/pycparser/c_generator.py -> /builddir/build/BUILDROOT/python-pycparser-2.14-16.fc29.noarch/usr/lib/python3.7/site-packages/pycparser >copying build/lib/pycparser/__init__.py -> /builddir/build/BUILDROOT/python-pycparser-2.14-16.fc29.noarch/usr/lib/python3.7/site-packages/pycparser >copying build/lib/pycparser/ast_transforms.py -> /builddir/build/BUILDROOT/python-pycparser-2.14-16.fc29.noarch/usr/lib/python3.7/site-packages/pycparser >copying build/lib/pycparser/__init__.pyc -> /builddir/build/BUILDROOT/python-pycparser-2.14-16.fc29.noarch/usr/lib/python3.7/site-packages/pycparser >copying build/lib/pycparser/c_lexer.pyc -> /builddir/build/BUILDROOT/python-pycparser-2.14-16.fc29.noarch/usr/lib/python3.7/site-packages/pycparser >copying build/lib/pycparser/_build_tables.py -> /builddir/build/BUILDROOT/python-pycparser-2.14-16.fc29.noarch/usr/lib/python3.7/site-packages/pycparser >byte-compiling /builddir/build/BUILDROOT/python-pycparser-2.14-16.fc29.noarch/usr/lib/python3.7/site-packages/pycparser/c_generator.py to c_generator.cpython-37.pyc >byte-compiling /builddir/build/BUILDROOT/python-pycparser-2.14-16.fc29.noarch/usr/lib/python3.7/site-packages/pycparser/_build_tables.py to _build_tables.cpython-37.pyc >writing byte-compilation script '/tmp/tmp0weapois.py' >/usr/bin/python3 /tmp/tmp0weapois.py >removing /tmp/tmp0weapois.py >running install_egg_info >running egg_info >writing pycparser.egg-info/PKG-INFO >writing dependency_links to pycparser.egg-info/dependency_links.txt >writing top-level names to pycparser.egg-info/top_level.txt >reading manifest file 'pycparser.egg-info/SOURCES.txt' >reading manifest template 'MANIFEST.in' >warning: no previously-included files matching 'yacctab.*' found under directory 'tests' >warning: no previously-included files matching 'lextab.*' found under directory 'tests' >warning: no previously-included files matching 'yacctab.*' found under directory 'examples' >warning: no previously-included files matching 'lextab.*' found under directory 'examples' >writing manifest file 'pycparser.egg-info/SOURCES.txt' >Copying pycparser.egg-info to /builddir/build/BUILDROOT/python-pycparser-2.14-16.fc29.noarch/usr/lib/python3.7/site-packages/pycparser-2.14-py3.7.egg-info >running install_scripts >Build the lexing/parsing tables >+ /usr/lib/rpm/find-debuginfo.sh -j6 --strict-build-id -m -i --build-id-seed 2.14-16.fc29 --unique-debug-suffix -2.14-16.fc29.noarch --unique-debug-src-base python-pycparser-2.14-16.fc29.noarch --run-dwz --dwz-low-mem-die-limit 10000000 --dwz-max-die-limit 50000000 -S debugsourcefiles.list /builddir/build/BUILD/pycparser-release_v2.14 >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/python-pycparser-2.14-16.fc29.noarch/usr/lib/python3.7 using /usr/bin/python3.7 >Bytecompiling .py files below /builddir/build/BUILDROOT/python-pycparser-2.14-16.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.uaamuI >+ umask 022 >+ cd /builddir/build/BUILD >+ cd pycparser-release_v2.14 >+ /usr/bin/python2 tests/all_tests.py >Generating LALR tables >WARNING: 1 shift/reduce conflict >..........................EE.............................................................. >====================================================================== >ERROR: test_no_real_content_after_cpp (test_general.TestParsing) >---------------------------------------------------------------------- >Traceback (most recent call last): > File "/builddir/build/BUILD/pycparser-release_v2.14/tests/test_general.py", line 54, in test_no_real_content_after_cpp > cpp_path=CPPPATH) > File "./pycparser/__init__.py", line 86, in parse_file > text = preprocess_file(filename, cpp_path, cpp_args) > File "./pycparser/__init__.py", line 49, in preprocess_file > ('Original error: %s' % e)) >RuntimeError: Unable to invoke 'cpp'. Make sure its path was passed correctly >Original error: [Errno 2] No such file or directory >====================================================================== >ERROR: test_with_cpp (test_general.TestParsing) >---------------------------------------------------------------------- >Traceback (most recent call last): > File "/builddir/build/BUILD/pycparser-release_v2.14/tests/test_general.py", line 31, in test_with_cpp > cpp_args='-I%s' % c_files_path) > File "./pycparser/__init__.py", line 86, in parse_file > text = preprocess_file(filename, cpp_path, cpp_args) > File "./pycparser/__init__.py", line 49, in preprocess_file > ('Original error: %s' % e)) >RuntimeError: Unable to invoke 'cpp'. Make sure its path was passed correctly >Original error: [Errno 2] No such file or directory >---------------------------------------------------------------------- >Ran 90 tests in 1.293s >FAILED (errors=2) >error: Bad exit status from /var/tmp/rpm-tmp.uaamuI (%check) > Bad exit status from /var/tmp/rpm-tmp.uaamuI (%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 noarch --nodeps /builddir/build/SPECS/python-pycparser.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 1605847
: 1466645 |
1466646
|
1466647