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 919615 Details for
Bug 1121624
ghc-hint fails to build on s390* and ppc* since it needs ghci
[?]
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.
Koji shadow build log
ghc-hint-build.log (text/x-log), 4.84 KB, created by
Jakub Čajka
on 2014-07-21 12:05:53 UTC
(
hide
)
Description:
Koji shadow build log
Filename:
MIME Type:
Creator:
Jakub Čajka
Created:
2014-07-21 12:05:53 UTC
Size:
4.84 KB
patch
obsolete
>Mock Version: 1.1.38 >Mock Version: 1.1.38 >ENTER do(['bash', '--login', '-c', 'rpmbuild -bs --target s390x --nodeps builddir/build/SPECS/ghc-hint.spec'], False, '/var/lib/mock/SHADOWBUILD-f20-build-364272-237931/root/', None, 86400, True, False, 998, 425, None, False, {'LANG': 'en_US.UTF-8', 'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOSTNAME': 'mock', 'PROMPT_COMMAND': 'echo -n "<mock-chroot>"', 'HOME': '/builddir', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin'}, logger=<mockbuild.trace_decorator.getLog object at 0xa4c754e0>) >Executing command: ['bash', '--login', '-c', 'rpmbuild -bs --target s390x --nodeps builddir/build/SPECS/ghc-hint.spec'] with env {'LANG': 'en_US.UTF-8', 'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOSTNAME': 'mock', 'PROMPT_COMMAND': 'echo -n "<mock-chroot>"', 'HOME': '/builddir', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin'} >warning: Could not canonicalize hostname: fedora2.s390.bos.redhat.com >Building target platforms: s390x >Building for target s390x >Wrote: /builddir/build/SRPMS/ghc-hint-0.4.2.0-1.fc20.src.rpm >Child return code was: 0 >LEAVE do --> > >ENTER do(['bash', '--login', '-c', 'rpmbuild -bb --target s390x --nodeps builddir/build/SPECS/ghc-hint.spec'], False, '/var/lib/mock/SHADOWBUILD-f20-build-364272-237931/root/', None, 86400, True, False, 998, 425, None, False, {'LANG': 'en_US.UTF-8', 'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOSTNAME': 'mock', 'PROMPT_COMMAND': 'echo -n "<mock-chroot>"', 'HOME': '/builddir', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin'}, logger=<mockbuild.trace_decorator.getLog object at 0xa4c754e0>) >Executing command: ['bash', '--login', '-c', 'rpmbuild -bb --target s390x --nodeps builddir/build/SPECS/ghc-hint.spec'] with env {'LANG': 'en_US.UTF-8', 'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOSTNAME': 'mock', 'PROMPT_COMMAND': 'echo -n "<mock-chroot>"', 'HOME': '/builddir', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin'} >Building target platforms: s390x >Building for target s390x >Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.uSfgBg >+ umask 022 >+ cd /builddir/build/BUILD >+ cd /builddir/build/BUILD >+ rm -rf hint-0.4.2.0 >+ /usr/bin/gzip -dc /builddir/build/SOURCES/hint-0.4.2.0.tar.gz >+ /usr/bin/tar -xf - >+ STATUS=0 >+ '[' 0 -ne 0 ']' >+ cd hint-0.4.2.0 >+ /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w . >+ exit 0 >Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.Cmlssn >+ umask 022 >+ cd /builddir/build/BUILD >+ cd hint-0.4.2.0 >++ ghc --info >++ grep '"Booter version","7.6.3"' >+ '[' '!' ' ,("Booter version","7.6.3")' ']' >+ '[' -x Setup ']' >+ ghc --make -no-user-package-db Setup >[1 of 1] Compiling Main ( Setup.lhs, Setup.o ) >Setup.lhs:4:31: Warning: > In the use of `defaultUserHooks' > (imported from Distribution.Simple): > Deprecated: "Use simpleUserHooks or autoconfUserHooks, unless you need Cabal-1.2 > compatibility in which case you must stick with defaultUserHooks" >Linking Setup ... >+ ./Setup configure --prefix=/usr --libdir=/usr/lib64 --docdir=/usr/share/doc/ghc-hint '--libsubdir=$compiler/$pkgid' '--datasubdir=$pkgid' --ghc --ghc-option=-O2 -p --htmldir=/usr/share/doc/ghc/html/libraries/hint-0.4.2.0 --global >Warning: defaultUserHooks in Setup script is deprecated. >Configuring hint-0.4.2.0... >+ '[' -x Setup ']' >+ ./Setup build >Building hint-0.4.2.0... >Preprocessing library hint-0.4.2.0... >[ 1 of 23] Compiling Hint.SignalHandlers ( src/Hint/SignalHandlers.hs, dist/build/Hint/SignalHandlers.o ) >[ 2 of 23] Compiling Hint.Util ( src/Hint/Util.hs, dist/build/Hint/Util.o ) >[ 3 of 23] Compiling Hint.CompatPlatform ( src/Hint/CompatPlatform.hs, dist/build/Hint/CompatPlatform.o ) >[ 4 of 23] Compiling Hint.GHC ( src/Hint/GHC.hs, dist/build/Hint/GHC.o ) >[ 5 of 23] Compiling Hint.Compat ( src/Hint/Compat.hs, dist/build/Hint/Compat.o ) >src/Hint/Compat.hs:53:6: Not in scope: `GHC.setContext' >src/Hint/Compat.hs:56:14: Not in scope: `GHC.getContext' >src/Hint/Compat.hs:145:53: > Not in scope: type constructor or class `GHC.HValue' >src/Hint/Compat.hs:146:27: Not in scope: `GHC.compileExpr' >src/Hint/Compat.hs:150:24: Not in scope: `GHC.exprType' >src/Hint/Compat.hs:158:39: Not in scope: `GHC.typeKind' >error: Bad exit status from /var/tmp/rpm-tmp.Cmlssn (%build) >RPM build errors: > Bad exit status from /var/tmp/rpm-tmp.Cmlssn (%build) >Child return code was: 1 >EXCEPTION: Command failed. See logs for output. > # ['bash', '--login', '-c', 'rpmbuild -bb --target s390x --nodeps builddir/build/SPECS/ghc-hint.spec'] >Traceback (most recent call last): > File "/usr/lib/python2.7/site-packages/mockbuild/trace_decorator.py", line 70, in trace > result = func(*args, **kw) > File "/usr/lib/python2.7/site-packages/mockbuild/util.py", line 377, in do > raise mockbuild.exception.Error, ("Command failed. See logs for output.\n # %s" % (command,), child.returncode) >Error: Command failed. See logs for output. > # ['bash', '--login', '-c', 'rpmbuild -bb --target s390x --nodeps builddir/build/SPECS/ghc-hint.spec'] >LEAVE do --> EXCEPTION RAISED >
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 1121624
: 919615