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 1462398 Details for
Bug 1604164
gnu-free-fonts: 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), 20.01 KB, created by
Mohan Boddu
on 2018-07-19 21:19:53 UTC
(
hide
)
Description:
build.log
Filename:
MIME Type:
Creator:
Mohan Boddu
Created:
2018-07-19 21:19:53 UTC
Size:
20.01 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/gnu-free-fonts.spec'], chrootPath='/var/lib/mock/f29-build-12998076-948933/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 0x7efdf3e4e7b8>timeout=172800uid=1000gid=425user='mockbuild'nspawn_args=[]printOutput=False) >Executing command: ['bash', '--login', '-c', '/usr/bin/rpmbuild -bs --target noarch --nodeps /builddir/build/SPECS/gnu-free-fonts.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: noarch >Building for target noarch >Wrote: /builddir/build/SRPMS/gnu-free-fonts-20120503-19.fc29.src.rpm >Child return code was: 0 >ENTER ['do'](['bash', '--login', '-c', '/usr/bin/rpmbuild -bb --target noarch --nodeps /builddir/build/SPECS/gnu-free-fonts.spec'], chrootPath='/var/lib/mock/f29-build-12998076-948933/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 0x7efdf3e4e7b8>timeout=172800uid=1000gid=425user='mockbuild'nspawn_args=[]printOutput=False) >Executing command: ['bash', '--login', '-c', '/usr/bin/rpmbuild -bb --target noarch --nodeps /builddir/build/SPECS/gnu-free-fonts.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: noarch >Building for target noarch >Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.BETK2L >+ umask 022 >+ cd /builddir/build/BUILD >+ cd /builddir/build/BUILD >+ rm -rf freefont-20120503 >+ /usr/bin/gzip -dc /builddir/build/SOURCES/freefont-src-20120503.tar.gz >+ /usr/bin/tar -xof - >+ STATUS=0 >+ '[' 0 -ne 0 ']' >+ cd freefont-20120503 >+ /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w . >Patch #0 (gnu-free-fonts-devanagari-rendering.patch): >+ echo 'Patch #0 (gnu-free-fonts-devanagari-rendering.patch):' >+ /usr/bin/patch --no-backup-if-mismatch -p1 -b --suffix .devanagari --fuzz=0 >patching file sfd/FreeSansBold.sfd >patching file sfd/FreeSans.sfd >patching file sfd/FreeSerifBold.sfd >patching file sfd/FreeSerif.sfd >+ pushd tools >~/build/BUILD/freefont-20120503/tools ~/build/BUILD/freefont-20120503 >~/build/BUILD/freefont-20120503/tools/generate ~/build/BUILD/freefont-20120503/tools ~/build/BUILD/freefont-20120503 >+ pushd generate >+ rm buildutils.pyc >++ ls >+ for item in `ls` >+ 2to3 -w MacTT >RefactoringTool: Skipping optional fixer: buffer >RefactoringTool: Skipping optional fixer: idioms >RefactoringTool: Skipping optional fixer: set_literal >RefactoringTool: Skipping optional fixer: ws_comma >RefactoringTool: Refactored MacTT >RefactoringTool: Files that were modified: >RefactoringTool: MacTT >--- MacTT (original) >+++ MacTT (refactored) >@@ -43,7 +43,7 @@ > f = fontforge.open( argv[i] ) > ttfile = f.fontname + ".mac.ttf" > vstr = trim_version_str( f ) >- print "Generating Mac TrueType file ", ttfile, ' ', vstr >+ print("Generating Mac TrueType file ", ttfile, ' ', vstr) > f.selection.all() > f.autoHint() > f.autoInstr() >@@ -51,4 +51,4 @@ > #f.generate( ttfile, flags=('opentype','old-kern') ) > f.close() > else: >- print "Usage: " + scriptname + " font.sfd [font.sfd ...]" >+ print("Usage: " + scriptname + " font.sfd [font.sfd ...]") >+ for item in `ls` >+ 2to3 -w OpenType >RefactoringTool: Skipping optional fixer: buffer >RefactoringTool: Skipping optional fixer: idioms >RefactoringTool: Skipping optional fixer: set_literal >RefactoringTool: Skipping optional fixer: ws_comma >RefactoringTool: Refactored OpenType >RefactoringTool: Files that were modified: >RefactoringTool: OpenType >--- OpenType (original) >+++ OpenType (refactored) >@@ -42,7 +42,7 @@ > f = fontforge.open( argv[i] ) > otfile = f.fontname + ".otf" > vstr = trim_version_str( f ) >- print "Generating OpenType file ", otfile, ' ', vstr >+ print("Generating OpenType file ", otfile, ' ', vstr) > # Wanted to set to 'UniocdeBmp' if there were no high unicodes > # but all attemtps to determine that from Python failed. > f.encoding = 'UnicodeFull' >@@ -51,4 +51,4 @@ > f.generate( otfile, flags=('opentype','old-kern','round') ) > f.close() > else: >- print "Usage: " + scriptname + " font.sfd [font.sfd ...]" >+ print("Usage: " + scriptname + " font.sfd [font.sfd ...]") >+ for item in `ls` >+ 2to3 -w TrueType >RefactoringTool: Skipping optional fixer: buffer >RefactoringTool: Skipping optional fixer: idioms >RefactoringTool: Skipping optional fixer: set_literal >RefactoringTool: Skipping optional fixer: ws_comma >RefactoringTool: Refactored TrueType >RefactoringTool: Files that were modified: >RefactoringTool: TrueType >--- TrueType (original) >+++ TrueType (refactored) >@@ -42,7 +42,7 @@ > f = fontforge.open( sys.argv[i] ) > ttfile = f.fontname + ".ttf" > vstr = trim_version_str( f ) >- print "Generating TrueType file ", ttfile, ' ', vstr >+ print("Generating TrueType file ", ttfile, ' ', vstr) > # Wanted to set to 'UniocdeBmp' if there were no high unicodes > # but all attemtps to determine that from Python failed. > f.encoding = 'UnicodeFull' >@@ -54,4 +54,4 @@ > f.generate( ttfile, flags=('opentype','old-kern','no-hints') ) > f.close() > else: >- print "Usage: " + scriptname + " font.sfd [font.sfd ...]" >+ print("Usage: " + scriptname + " font.sfd [font.sfd ...]") >+ for item in `ls` >+ 2to3 -w WOFF >RefactoringTool: Skipping optional fixer: buffer >RefactoringTool: Skipping optional fixer: idioms >RefactoringTool: Skipping optional fixer: set_literal >RefactoringTool: Skipping optional fixer: ws_comma >RefactoringTool: Refactored WOFF >RefactoringTool: Files that were modified: >RefactoringTool: WOFF >--- WOFF (original) >+++ WOFF (refactored) >@@ -153,7 +153,7 @@ > f = fontforge.open( sys.argv[i] ) > woff_file = f.fontname + ".woff" > vstr = trim_version_str( f ) >- print "Generating WOFF file ", woff_file, ' ', vstr >+ print("Generating WOFF file ", woff_file, ' ', vstr) > # Wanted to set to 'UniocdeBmp' if there were no high unicodes > # but all attemtps to determine that from Python failed. > f.encoding = 'UnicodeFull' >@@ -171,4 +171,4 @@ > f.generate( woff_file, flags=('opentype','no-hints') ) > f.close() > else: >- print "Usage: " + scriptname + " font.sfd [font.sfd ...]" >+ print("Usage: " + scriptname + " font.sfd [font.sfd ...]") >+ for item in `ls` >+ 2to3 -w buildutils.py >RefactoringTool: Skipping optional fixer: buffer >RefactoringTool: Skipping optional fixer: idioms >RefactoringTool: Skipping optional fixer: set_literal >RefactoringTool: Skipping optional fixer: ws_comma >RefactoringTool: No changes to buildutils.py >RefactoringTool: Files that need to be modified: >RefactoringTool: buildutils.py >+ popd >+ popd >~/build/BUILD/freefont-20120503/tools ~/build/BUILD/freefont-20120503 >~/build/BUILD/freefont-20120503 >+ exit 0 >Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.8mKhfZ >+ umask 022 >+ cd /builddir/build/BUILD >+ cd freefont-20120503 >+ make >make[1]: Entering directory '/builddir/build/BUILD/freefont-20120503/sfd' >/bin/sh: line 0: test: too many arguments >/bin/sh: line 0: test: too many arguments > Based on sources from 20:33 UTC 4-Jul-2018-ML-D. > Based on source from git with hash: >Fatal Python error: _Py_InitializeCore: main interpreter already initialized >Current thread 0xf5c94ec0 (most recent call first): >/bin/sh: line 0: test: too many arguments >/bin/sh: line 0: test: too many arguments > Based on sources from 20:33 UTC 4-Jul-2018-ML-D. > Based on source from git with hash: >Fatal Python error: _Py_InitializeCore: main interpreter already initialized >Current thread 0xf5bc7ec0 (most recent call first): >/bin/sh: line 0: test: too many arguments >/bin/sh: line 0: test: too many arguments > Based on sources from 20:33 UTC 4-Jul-2018-ML-D. > Based on source from git with hash: >Fatal Python error: _Py_InitializeCore: main interpreter already initialized >Current thread 0xf5bbeec0 (most recent call first): >/bin/sh: line 0: test: too many arguments >/bin/sh: line 0: test: too many arguments > Based on sources from 20:33 UTC 4-Jul-2018-ML-D. > Based on source from git with hash: >Fatal Python error: _Py_InitializeCore: main interpreter already initialized >Current thread 0xf5c1bec0 (most recent call first): >/bin/sh: line 0: test: too many arguments >/bin/sh: line 0: test: too many arguments > Based on sources from 20:33 UTC 4-Jul-2018-ML-D. > Based on source from git with hash: >Fatal Python error: _Py_InitializeCore: main interpreter already initialized >Current thread 0xf5bfdec0 (most recent call first): >/bin/sh: line 0: test: too many arguments >/bin/sh: line 0: test: too many arguments > Based on sources from 20:33 UTC 4-Jul-2018-ML-D. > Based on source from git with hash: >Fatal Python error: _Py_InitializeCore: main interpreter already initialized >Current thread 0xf5c7aec0 (most recent call first): >/bin/sh: line 0: test: too many arguments >/bin/sh: line 0: test: too many arguments > Based on sources from 20:33 UTC 4-Jul-2018-ML-D. > Based on source from git with hash: >Fatal Python error: _Py_InitializeCore: main interpreter already initialized >Current thread 0xf5c8eec0 (most recent call first): >/bin/sh: line 0: test: too many arguments >/bin/sh: line 0: test: too many arguments > Based on sources from 20:33 UTC 4-Jul-2018-ML-D. > Based on source from git with hash: >Fatal Python error: _Py_InitializeCore: main interpreter already initialized >Current thread 0xf5c1cec0 (most recent call first): >/bin/sh: line 0: test: too many arguments >/bin/sh: line 0: test: too many arguments > Based on sources from 20:33 UTC 4-Jul-2018-ML-D. > Based on source from git with hash: >Fatal Python error: _Py_InitializeCore: main interpreter already initialized >Current thread 0xf5bf9ec0 (most recent call first): >/bin/sh: line 0: test: too many arguments >/bin/sh: line 0: test: too many arguments > Based on sources from 20:33 UTC 4-Jul-2018-ML-D. > Based on source from git with hash: >Fatal Python error: _Py_InitializeCore: main interpreter already initialized >Current thread 0xf5c37ec0 (most recent call first): >/bin/sh: line 0: test: too many arguments >/bin/sh: line 0: test: too many arguments > Based on sources from 20:33 UTC 4-Jul-2018-ML-D. > Based on source from git with hash: >Fatal Python error: _Py_InitializeCore: main interpreter already initialized >Current thread 0xf5b99ec0 (most recent call first): >/bin/sh: line 0: test: too many arguments >/bin/sh: line 0: test: too many arguments > Based on sources from 20:33 UTC 4-Jul-2018-ML-D. > Based on source from git with hash: >Fatal Python error: _Py_InitializeCore: main interpreter already initialized >Current thread 0xf5c5cec0 (most recent call first): >make[1]: Leaving directory '/builddir/build/BUILD/freefont-20120503/sfd' >make[1]: Entering directory '/builddir/build/BUILD/freefont-20120503/sfd' >/bin/sh: line 0: test: too many arguments >/bin/sh: line 0: test: too many arguments > Based on sources from 20:33 UTC 4-Jul-2018-ML-D. > Based on source from git with hash: >Fatal Python error: _Py_InitializeCore: main interpreter already initialized >Current thread 0xf5c79ec0 (most recent call first): >/bin/sh: line 0: test: too many arguments >/bin/sh: line 0: test: too many arguments > Based on sources from 20:33 UTC 4-Jul-2018-ML-D. > Based on source from git with hash: >Fatal Python error: _Py_InitializeCore: main interpreter already initialized >Current thread 0xf5bccec0 (most recent call first): >/bin/sh: line 0: test: too many arguments >/bin/sh: line 0: test: too many arguments > Based on sources from 20:33 UTC 4-Jul-2018-ML-D. > Based on source from git with hash: >Fatal Python error: _Py_InitializeCore: main interpreter already initialized >Current thread 0xf5bdeec0 (most recent call first): >/bin/sh: line 0: test: too many arguments >/bin/sh: line 0: test: too many arguments > Based on sources from 20:33 UTC 4-Jul-2018-ML-D. > Based on source from git with hash: >Fatal Python error: _Py_InitializeCore: main interpreter already initialized >Current thread 0xf5c29ec0 (most recent call first): >/bin/sh: line 0: test: too many arguments >/bin/sh: line 0: test: too many arguments > Based on sources from 20:33 UTC 4-Jul-2018-ML-D. > Based on source from git with hash: >Fatal Python error: _Py_InitializeCore: main interpreter already initialized >Current thread 0xf5bb1ec0 (most recent call first): >/bin/sh: line 0: test: too many arguments >/bin/sh: line 0: test: too many arguments > Based on sources from 20:33 UTC 4-Jul-2018-ML-D. > Based on source from git with hash: >Fatal Python error: _Py_InitializeCore: main interpreter already initialized >Current thread 0xf5bc1ec0 (most recent call first): >/bin/sh: line 0: test: too many arguments >/bin/sh: line 0: test: too many arguments > Based on sources from 20:33 UTC 4-Jul-2018-ML-D. > Based on source from git with hash: >Fatal Python error: _Py_InitializeCore: main interpreter already initialized >Current thread 0xf5c4fec0 (most recent call first): >/bin/sh: line 0: test: too many arguments >/bin/sh: line 0: test: too many arguments > Based on sources from 20:33 UTC 4-Jul-2018-ML-D. > Based on source from git with hash: >Fatal Python error: _Py_InitializeCore: main interpreter already initialized >Current thread 0xf5c0bec0 (most recent call first): >/bin/sh: line 0: test: too many arguments >/bin/sh: line 0: test: too many arguments > Based on sources from 20:33 UTC 4-Jul-2018-ML-D. > Based on source from git with hash: >Fatal Python error: _Py_InitializeCore: main interpreter already initialized >Current thread 0xf5c49ec0 (most recent call first): >/bin/sh: line 0: test: too many arguments >/bin/sh: line 0: test: too many arguments > Based on sources from 20:33 UTC 4-Jul-2018-ML-D. > Based on source from git with hash: >Fatal Python error: _Py_InitializeCore: main interpreter already initialized >Current thread 0xf5bb9ec0 (most recent call first): >/bin/sh: line 0: test: too many arguments >/bin/sh: line 0: test: too many arguments > Based on sources from 20:33 UTC 4-Jul-2018-ML-D. > Based on source from git with hash: >Fatal Python error: _Py_InitializeCore: main interpreter already initialized >Current thread 0xf5bc0ec0 (most recent call first): >/bin/sh: line 0: test: too many arguments >/bin/sh: line 0: test: too many arguments > Based on sources from 20:33 UTC 4-Jul-2018-ML-D. > Based on source from git with hash: >Fatal Python error: _Py_InitializeCore: main interpreter already initialized >Current thread 0xf5bceec0 (most recent call first): >make[1]: Leaving directory '/builddir/build/BUILD/freefont-20120503/sfd' >make[1]: Entering directory '/builddir/build/BUILD/freefont-20120503/sfd' >/bin/sh: line 0: test: too many arguments >/bin/sh: line 0: test: too many arguments > Based on sources from 20:33 UTC 4-Jul-2018-ML-D. > Based on source from git with hash: >Fatal Python error: _Py_InitializeCore: main interpreter already initialized >Current thread 0xf5c7dec0 (most recent call first): >/bin/sh: line 0: test: too many arguments >/bin/sh: line 0: test: too many arguments > Based on sources from 20:33 UTC 4-Jul-2018-ML-D. > Based on source from git with hash: >Fatal Python error: _Py_InitializeCore: main interpreter already initialized >Current thread 0xf5c71ec0 (most recent call first): >/bin/sh: line 0: test: too many arguments >/bin/sh: line 0: test: too many arguments > Based on sources from 20:33 UTC 4-Jul-2018-ML-D. > Based on source from git with hash: >Fatal Python error: _Py_InitializeCore: main interpreter already initialized >Current thread 0xf5c3aec0 (most recent call first): >/bin/sh: line 0: test: too many arguments >/bin/sh: line 0: test: too many arguments > Based on sources from 20:33 UTC 4-Jul-2018-ML-D. > Based on source from git with hash: >Fatal Python error: _Py_InitializeCore: main interpreter already initialized >Current thread 0xf5bdcec0 (most recent call first): >/bin/sh: line 0: test: too many arguments >/bin/sh: line 0: test: too many arguments > Based on sources from 20:33 UTC 4-Jul-2018-ML-D. > Based on source from git with hash: >Fatal Python error: _Py_InitializeCore: main interpreter already initialized >Current thread 0xf5bd0ec0 (most recent call first): >/bin/sh: line 0: test: too many arguments >/bin/sh: line 0: test: too many arguments > Based on sources from 20:33 UTC 4-Jul-2018-ML-D. > Based on source from git with hash: >Fatal Python error: _Py_InitializeCore: main interpreter already initialized >Current thread 0xf5bd3ec0 (most recent call first): >/bin/sh: line 0: test: too many arguments >/bin/sh: line 0: test: too many arguments > Based on sources from 20:33 UTC 4-Jul-2018-ML-D. > Based on source from git with hash: >Fatal Python error: _Py_InitializeCore: main interpreter already initialized >Current thread 0xf5c75ec0 (most recent call first): >/bin/sh: line 0: test: too many arguments >/bin/sh: line 0: test: too many arguments > Based on sources from 20:33 UTC 4-Jul-2018-ML-D. > Based on source from git with hash: >Fatal Python error: _Py_InitializeCore: main interpreter already initialized >Current thread 0xf5bbaec0 (most recent call first): >/bin/sh: line 0: test: too many arguments >/bin/sh: line 0: test: too many arguments > Based on sources from 20:33 UTC 4-Jul-2018-ML-D. > Based on source from git with hash: >Fatal Python error: _Py_InitializeCore: main interpreter already initialized >Current thread 0xf5c64ec0 (most recent call first): >/bin/sh: line 0: test: too many arguments >/bin/sh: line 0: test: too many arguments > Based on sources from 20:33 UTC 4-Jul-2018-ML-D. > Based on source from git with hash: >Fatal Python error: _Py_InitializeCore: main interpreter already initialized >Current thread 0xf5bf5ec0 (most recent call first): >/bin/sh: line 0: test: too many arguments >/bin/sh: line 0: test: too many arguments > Based on sources from 20:33 UTC 4-Jul-2018-ML-D. > Based on source from git with hash: >Fatal Python error: _Py_InitializeCore: main interpreter already initialized >Current thread 0xf5c6dec0 (most recent call first): >/bin/sh: line 0: test: too many arguments >/bin/sh: line 0: test: too many arguments > Based on sources from 20:33 UTC 4-Jul-2018-ML-D. > Based on source from git with hash: >Fatal Python error: _Py_InitializeCore: main interpreter already initialized >Current thread 0xf5c46ec0 (most recent call first): >make[1]: Leaving directory '/builddir/build/BUILD/freefont-20120503/sfd' >+ exit 0 >Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.c2kOlv >+ umask 022 >+ cd /builddir/build/BUILD >+ '[' /builddir/build/BUILDROOT/gnu-free-fonts-20120503-19.fc29.noarch '!=' / ']' >+ rm -rf /builddir/build/BUILDROOT/gnu-free-fonts-20120503-19.fc29.noarch >++ dirname /builddir/build/BUILDROOT/gnu-free-fonts-20120503-19.fc29.noarch >+ mkdir -p /builddir/build/BUILDROOT >+ mkdir /builddir/build/BUILDROOT/gnu-free-fonts-20120503-19.fc29.noarch >+ cd freefont-20120503 >+ pushd sfd >~/build/BUILD/freefont-20120503/sfd ~/build/BUILD/freefont-20120503 >+ install -m 0755 -d /builddir/build/BUILDROOT/gnu-free-fonts-20120503-19.fc29.noarch/usr/share/fonts/gnu-free >+ install -p -m 644 '*.ttf' /builddir/build/BUILDROOT/gnu-free-fonts-20120503-19.fc29.noarch/usr/share/fonts/gnu-free >install: cannot stat '*.ttf': No such file or directory >error: Bad exit status from /var/tmp/rpm-tmp.c2kOlv (%install) >RPM build errors: > Bad exit status from /var/tmp/rpm-tmp.c2kOlv (%install) >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/gnu-free-fonts.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 1604164
: 1462398 |
1462399
|
1462400