Please do not reply directly to this email. All additional comments should be made in the comments box of this bug.
Summary: hscolour is required but not found error
https://bugzilla.redhat.com/show_bug.cgi?id=753833
Summary: hscolour is required but not found error Product: Fedora EPEL Version: el6 Platform: Unspecified OS/Version: Unspecified Status: NEW Severity: unspecified Priority: unspecified Component: ghc-QuickCheck AssignedTo: petersen@redhat.com ReportedBy: giamteckchoon@gmail.com QAContact: extras-qa@fedoraproject.org CC: petersen@redhat.com, fedora-haskell-list@redhat.com Classification: Fedora Story Points: --- Type: ---
Description of problem:
When try to rebuild ghc-QuickCheck-2.1.1.1-1.el6 in mock, it will not compile successfully if hscolour >= 1.8 package is not install.
Partial log as below:
[11 of 12] Compiling Test.QuickCheck.Monadic ( Test/QuickCheck/Monadic.hs, dist/build/Test/QuickCheck/Monadic.dyn_o ) [12 of 12] Compiling Test.QuickCheck ( Test/QuickCheck.hs, dist/build/Test/QuickCheck.dyn_o ) Registering QuickCheck-2.1.1.1... + '[' -x Setup ']' + ./Setup haddock --hyperlink-source Running Haddock for QuickCheck-2.1.1.1... Preprocessing library QuickCheck-2.1.1.1... Setup: hscolour version >=1.8 is required but it could not be found. error: Bad exit status from /var/tmp/rpm-tmp.42heGW (%build) RPM build errors: Bad exit status from /var/tmp/rpm-tmp.42heGW (%build) Child return code was: 1 EXCEPTION: Command failed. See logs for output. # ['bash', '--login', '-c', 'rpmbuild -bb --target i686 --nodeps builddir/build/SPECS/ghc-QuickCheck-2.1.1.1-1.el6.spec'] Traceback (most recent call last): File "/usr/lib/python2.6/site-packages/mockbuild/trace_decorator.py", line 70, in trace result = func(*args, **kw)
Version-Release number of selected component (if applicable):
ghc-QuickCheck-2.1.1.1-1.el6
Additional info:
I will have to suggest that adding BuildRequires: hscolour >= 1.8 in the spec file to resolve this issue.
Thanks.
Kindest regards, Giam Teck Choon