Please do not reply directly to this email. All additional comments should be made in the comments box of this bug.
Summary: %{ghc_version} desn't expand properly
https://bugzilla.redhat.com/show_bug.cgi?id=547867
Summary: %{ghc_version} desn't expand properly Product: Fedora Version: 11 Platform: All OS/Version: Linux Status: NEW Severity: medium Priority: high Component: ghc-rpm-macros AssignedTo: loupgaroublond@gmail.com ReportedBy: jochen@herr-schmitt.de QAContact: extras-qa@fedoraproject.org CC: petersen@redhat.com, loupgaroublond@gmail.com, fedora-haskell-list@redhat.com Classification: Fedora
I want to tryout ghc-6.12.1 on my system and have installed ghc-rpm-macros-0.3.0-1 on my system.
Because I have trouble to compile my packages, I have try out the following command:
$ rpm -q --eval '%{ghc_version}'
and got the following output:
error: Recursion depth(17) greater than max(16) 15< (empty) 14< (empty) 13< (empty) 12< (empty) 11< (empty) 10< (empty) 9< (empty) 8< (empty) 7< (empty) 6< (empty) 5< (empty) 4< (empty) 3< (empty) 2< (empty) 1< (empty) 0< (empty)
If I type
$ ghc --numeric-version
I will get
6.12.1
which I expected for
$ rpm -q --eval '%{ghc_version}'
Best Regards:
Jochen Schmitt
Please do not reply directly to this email. All additional comments should be made in the comments box of this bug.
https://bugzilla.redhat.com/show_bug.cgi?id=547867
Jens Petersen petersen@redhat.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |ASSIGNED AssignedTo|loupgaroublond@gmail.com |petersen@redhat.com
--- Comment #1 from Jens Petersen petersen@redhat.com 2009-12-15 16:36:03 EDT --- Thanks for the report - I have a fix that will be coming out in rawhide shortly now that cvs and koji are back after the move. :)
Please do not reply directly to this email. All additional comments should be made in the comments box of this bug.
https://bugzilla.redhat.com/show_bug.cgi?id=547867
Jens Petersen petersen@redhat.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Version|11 |rawhide
Please do not reply directly to this email. All additional comments should be made in the comments box of this bug.
https://bugzilla.redhat.com/show_bug.cgi?id=547867
Jens Petersen petersen@redhat.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|ASSIGNED |MODIFIED
--- Comment #2 from Jens Petersen petersen@redhat.com 2009-12-15 16:56:56 EDT --- Please try 0.3.1 building now:
http://koji.fedoraproject.org/koji/taskinfo?taskID=1874097
Please do not reply directly to this email. All additional comments should be made in the comments box of this bug.
https://bugzilla.redhat.com/show_bug.cgi?id=547867
--- Comment #3 from Jens Petersen petersen@redhat.com 2009-12-15 17:00:30 EDT --- or better http://koji.fedoraproject.org/koji/buildinfo?buildID=147239
Please do not reply directly to this email. All additional comments should be made in the comments box of this bug.
https://bugzilla.redhat.com/show_bug.cgi?id=547867
--- Comment #4 from Jens Petersen petersen@redhat.com 2009-12-15 19:11:07 EDT --- Though I think I need to warn and post to fedora-haskell-list that there will likely be some more adjustments to the macros and an update needed for cabal2spec for 6.12.1.
So you may want to hold off testing a little longer if want something stable to work against, but early testing is welcome. :)
https://bugzilla.redhat.com/show_bug.cgi?id=547867
Jens Petersen petersen@redhat.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Summary|%{ghc_version} desn't |%{ghc_version} doesn't |expand properly |expand properly
haskell-devel@lists.fedoraproject.org