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(a)gmail.com
ReportedBy: jochen(a)herr-schmitt.de
QAContact: extras-qa(a)fedoraproject.org
CC: petersen(a)redhat.com, loupgaroublond(a)gmail.com,
fedora-haskell-list(a)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
--
Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.
Please do not reply directly to this email. All additional
comments should be made in the comments box of this bug.
Summary: ghc-6.12.3 is available
https://bugzilla.redhat.com/show_bug.cgi?id=604592
Summary: ghc-6.12.3 is available
Product: Fedora
Version: rawhide
Platform: All
OS/Version: Linux
Status: ASSIGNED
Keywords: FutureFeature
Severity: medium
Priority: low
Component: ghc
AssignedTo: petersen(a)redhat.com
ReportedBy: upstream-release-monitoring(a)fedoraproject.org
QAContact: extras-qa(a)fedoraproject.org
CC: petersen(a)redhat.com, bos(a)serpentine.com,
loupgaroublond(a)gmail.com,
fedora-haskell-list(a)redhat.com
Classification: Fedora
Latest upstream release: 6.12.3
Current version in Fedora Rawhide: 6.12.2
URL: http://haskell.org/ghc/
Please consult the package update guidelines before you issue an update to a
stable branch: https://fedoraproject.org/wiki/Package_update_guidelines
More information about the service that created this bug can be found at:
https://fedoraproject.org/wiki/Upstream_Release_Monitoring
--
Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.
Please do not reply directly to this email. All additional
comments should be made in the comments box of this bug.
Summary: [gold] ld.gold does not work with ncurses linker script
https://bugzilla.redhat.com/show_bug.cgi?id=635965
Summary: [gold] ld.gold does not work with ncurses linker
script
Product: Fedora
Version: rawhide
Platform: All
OS/Version: Linux
Status: NEW
Severity: medium
Priority: low
Component: binutils
AssignedTo: nickc(a)redhat.com
ReportedBy: petersen(a)redhat.com
QAContact: extras-qa(a)fedoraproject.org
CC: jakub(a)redhat.com, petersen(a)redhat.com,
bos(a)serpentine.com, nickc(a)redhat.com,
mnowak(a)redhat.com, loupgaroublond(a)gmail.com,
fedora-haskell-list(a)redhat.com, dvlasenk(a)redhat.com
Depends on: 635581,635935
Classification: Fedora
Target Release: ---
Clone Of: 635581
The ncurses link script in Fedora for a long time now
seems not to work with ld.gold.
$ cat /usr/lib64/libncursesw.so
INPUT(libncursesw.so.5 -ltinfo)
>From building less with ld.gold:
configure:3697: checking for initscr in -lncursesw
configure:3722: gcc -o conftest -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2
-fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic
conftest.c -lncursesw >&5
/usr/bin/ld: error: cannot open : No such file or directory
/usr/bin/ld: /tmp/ccVkMvCS.o: in function main:conftest.c:20: error: undefined
reference to 'initscr'
collect2: ld returned 1 exit status
configure:3722: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "less"
| #define PACKAGE_TARNAME "less"
| #define PACKAGE_VERSION "1"
| #define PACKAGE_STRING "less 1"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| /* end confdefs.h. */
|
| /* Override any GCC internal prototype to avoid an error.
| Use char because int might match the return type of a GCC
| builtin and then its argument prototype would still apply. */
| #ifdef __cplusplus
| extern "C"
| #endif
| char initscr ();
| int
| main ()
| {
| return initscr ();
| ;
| return 0;
| }
+++ This bug was initially created as a clone of Bug #635581 +++
--- Additional comment from petersen(a)redhat.com on 2010-09-21 13:21:28 EST ---
Ah I reproduced the ncurses problem with binutils-2.20.51.0.11-1.fc15.
Interesting that binutils-2.20.51.0.7-5.fc14 is ok.
That is known issue with the libncurses*.so link script "hacks" in Fedora.
I already have a workaround patch for ghc-terminfo (in package review)
which could be applied to ghc's internal copy of terminfo too.
--- Additional comment from petersen(a)redhat.com on 2010-09-21 17:20:39 EST ---
Note that the ncurses issue is not ghc specific: I tested
less and w3m for example and they also fail to configure
ncurses. less builds with ncurses, but w3m fails to link.
I guess ld.gold is not compatible with current ld.scripts.
--
Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.
Please do not reply directly to this email. All additional
comments should be made in the comments box of this bug.
Summary: [gold] ld.script with relative paths breaks with ld.gold linker
https://bugzilla.redhat.com/show_bug.cgi?id=635935
Summary: [gold] ld.script with relative paths breaks with
ld.gold linker
Product: Fedora
Version: rawhide
Platform: All
OS/Version: Linux
Status: NEW
Severity: medium
Priority: low
Component: binutils
AssignedTo: nickc(a)redhat.com
ReportedBy: petersen(a)redhat.com
QAContact: extras-qa(a)fedoraproject.org
CC: jakub(a)redhat.com, petersen(a)redhat.com,
bos(a)serpentine.com, nickc(a)redhat.com,
mnowak(a)redhat.com, loupgaroublond(a)gmail.com,
fedora-haskell-list(a)redhat.com, dvlasenk(a)redhat.com
Depends on: 635581
Classification: Fedora
Target Release: ---
Clone Of: 635581
ld.gold seems to not like relative paths in link scripts:
[ghc-6.12.3]$ /usr/bin/gcc -nostdlib -nodefaultlibs -Wl,-r -Wl,-x -o
libraries/ghc-prim/dist-install/build/GHC/Generics.o
libraries/ghc-prim/dist-install/build/GHC/Generics_o_split/ld.script
/usr/bin/ld: error: cannot find
libraries/ghc-prim/dist-install/build/GHC/Generics_o_split/Generics__1.o
/usr/bin/ld: error: cannot find
libraries/ghc-prim/dist-install/build/GHC/Generics_o_split/.o::Generics(void)
/usr/bin/ld: error: cannot find
libraries/ghc-prim/dist-install/build/GHC/Generics_o_split/Generics__3.o
:
/usr/bin/ld: error: cannot find
libraries/ghc-prim/dist-install/build/GHC/Generics_o_split/Generics__16.o
collect2: ld returned 1 exit status
[ghc-6.12.3]$ cat
libraries/ghc-prim/dist-install/build/GHC/Generics_o_split/ld.script
INPUT(libraries/ghc-prim/dist-install/build/GHC/Generics_o_split/Generics__1.o
libraries/ghc-prim/dist-install/build/GHC/Generics_o_split/Generics__2.o
libraries/ghc-prim/dist-install/build/GHC/Generics_o_split/Generics__3.o
:
libraries/ghc-prim/dist-install/build/GHC/Generics_o_split/Generics__16.o)
It links ok with ld.bfd
Here is how I ran into this in bug 635581:
"inplace/bin/ghc-stage1" -H32m -O -package-name ghc-prim-0.2.0.0
-hide-all-packages -i -ilibraries/ghc-prim/.
-ilibraries/ghc-prim/dist-install/build
-ilibraries/ghc-prim/dist-install/build/autogen
-Ilibraries/ghc-prim/dist-install/build
-Ilibraries/ghc-prim/dist-install/build/autogen -Ilibraries/ghc-prim/.
-optP-include -optPlibraries/ghc-prim/dist-install/build/autogen/cabal_macros.h
-package rts-1.0 -split-objs -package-name ghc-prim -XCPP -XMagicHash
-XForeignFunctionInterface -XUnliftedFFITypes -XUnboxedTuples -XEmptyDataDecls
-XNoImplicitPrelude -O2 -XGenerics -fno-warn-deprecated-flags -odir
libraries/ghc-prim/dist-install/build -hidir
libraries/ghc-prim/dist-install/build -stubdir
libraries/ghc-prim/dist-install/build -hisuf hi -osuf o -hcsuf hc -c
libraries/ghc-prim/./GHC/Generics.hs -o
libraries/ghc-prim/dist-install/build/GHC/Generics.o
/usr/bin/ld: error: cannot find
libraries/ghc-prim/dist-install/build/GHC/Generics_o_split/Generics__1.o
/usr/bin/ld: error: cannot find
libraries/ghc-prim/dist-install/build/GHC/Generics_o_split/.o::Generics(void)
/usr/bin/ld: error: cannot find
libraries/ghc-prim/dist-install/build/GHC/Generics_o_split/Generics__3.o
/usr/bin/ld: error: cannot find
libraries/ghc-prim/dist-install/build/GHC/Generics_o_split/Generics__4.o
/usr/bin/ld: error: cannot find
libraries/ghc-prim/dist-install/build/GHC/Generics_o_split/Generics__5.o
/usr/bin/ld: error: cannot find
libraries/ghc-prim/dist-install/build/GHC/Generics_o_split/Generics__6.o
/usr/bin/ld: error: cannot find
libraries/ghc-prim/dist-install/build/GHC/Generics_o_split/Generics__7.o
/usr/bin/ld: error: cannot find
libraries/ghc-prim/dist-install/build/GHC/Generics_o_split/Generics__8.o
/usr/bin/ld: error: cannot find
libraries/ghc-prim/dist-install/build/GHC/Generics_o_split/Generics__9.o
/usr/bin/ld: error: cannot find
libraries/ghc-prim/dist-install/build/GHC/Generics_o_split/Generics__10.o
/usr/bin/ld: error: cannot find
libraries/ghc-prim/dist-install/build/GHC/Generics_o_split/Generics__11.o
/usr/bin/ld: error: cannot find
libraries/ghc-prim/dist-install/build/GHC/Generics_o_split/Generics__12.o
/usr/bin/ld: error: cannot find
libraries/ghc-prim/dist-install/build/GHC/Generics_o_split/Generics__13.o
/usr/bin/ld: error: cannot find
libraries/ghc-prim/dist-install/build/GHC/Generics_o_split/Generics__14.o
/usr/bin/ld: error: cannot find
libraries/ghc-prim/dist-install/build/GHC/Generics_o_split/Generics__15.o
/usr/bin/ld: error: cannot find
libraries/ghc-prim/dist-install/build/GHC/Generics_o_split/Generics__16.o
collect2: ld returned 1 exit status
make[1]: *** [libraries/ghc-prim/dist-install/build/GHC/Generics.o] Error 1
make: *** [all] Error 2
I see a link script:
[ghc-6.12.3]$ ls libraries/ghc-prim/dist-install/build/GHC/Generics_o_split/
Generics__1.o Generics__12.o Generics__15.o Generics__3.o Generics__6.o
Generics__9.o
Generics__10.o Generics__13.o Generics__16.o Generics__4.o Generics__7.o
ld.script
Generics__11.o Generics__14.o Generics__2.o Generics__5.o Generics__8.o
[petersen@localhost ghc-6.12.3]$ cat
libraries/ghc-prim/dist-install/build/GHC/Generics_o_split/ld.script
INPUT(libraries/ghc-prim/dist-install/build/GHC/Generics_o_split/Generics__1.o
libraries/ghc-prim/dist-install/build/GHC/Generics_o_split/Generics__2.o
libraries/ghc-prim/dist-install/build/GHC/Generics_o_split/Generics__3.o
libraries/ghc-prim/dist-install/build/GHC/Generics_o_split/Generics__4.o
libraries/ghc-prim/dist-install/build/GHC/Generics_o_split/Generics__5.o
libraries/ghc-prim/dist-install/build/GHC/Generics_o_split/Generics__6.o
libraries/ghc-prim/dist-install/build/GHC/Generics_o_split/Generics__7.o
libraries/ghc-prim/dist-install/build/GHC/Generics_o_split/Generics__8.o
libraries/ghc-prim/dist-install/build/GHC/Generics_o_split/Generics__9.o
libraries/ghc-prim/dist-install/build/GHC/Generics_o_split/Generics__10.o
libraries/ghc-prim/dist-install/build/GHC/Generics_o_split/Generics__11.o
libraries/ghc-prim/dist-install/build/GHC/Generics_o_split/Generics__12.o
libraries/ghc-prim/dist-install/build/GHC/Generics_o_split/Generics__13.o
libraries/ghc-prim/dist-install/build/GHC/Generics_o_split/Generics__14.o
libraries/ghc-prim/dist-install/build/GHC/Generics_o_split/Generics__15.o
libraries/ghc-prim/dist-install/build/GHC/Generics_o_split/Generics__16.o)
Checking the verbose ghc output the problem occurs here with :
/usr/bin/gcc -nostdlib -nodefaultlibs -Wl,-r -Wl,-x -o
libraries/ghc-prim/dist-install/build/GHC/Generics.o
libraries/ghc-prim/dist-install/build/GHC/Generics_o_split/ld.script
Editing the linking script generated by ghc-split:
[ghc-6.12.3]$ sed -i.orig -e
"s%libraries/ghc-prim/dist-install/build/GHC/Generics_o_split/%%g"
libraries/ghc-prim/dist-install/build/GHC/Generics_o_split/ld.script
[ghc-6.12.3]$ /usr/bin/gcc -nostdlib -nodefaultlibs -Wl,-r -Wl,-x -o
libraries/ghc-prim/dist-install/build/GHC/Generics.o
libraries/ghc-prim/dist-install/build/GHC/Generics_o_split/ld.script
[ghc-6.12.3]$
So question that arises is should ld.gold support relative paths in
link scripts or should ghc be changes to just like the local objects?
--- Additional comment from petersen(a)redhat.com on 2010-09-21 12:51:14 EST ---
The above sed change only works with ld.gold not ld.bfd.
So it seems to be a ld.gold change of behaviour or regression
compared to ld.bfd. I would be willing to patch ghc for
Fedora if ld.gold and ld.bfd can agree on at least one of
the versions of link scripts working.
--
Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.
Please do not reply directly to this email. All additional
comments should be made in the comments box of this bug.
Summary: ghc-haskell-src-exts-1.9.3 is available
https://bugzilla.redhat.com/show_bug.cgi?id=637108
Summary: ghc-haskell-src-exts-1.9.3 is available
Product: Fedora
Version: rawhide
Platform: All
OS/Version: Linux
Status: ASSIGNED
Keywords: FutureFeature, Triaged
Severity: medium
Priority: low
Component: ghc-haskell-src-exts
AssignedTo: konrad(a)tylerc.org
ReportedBy: upstream-release-monitoring(a)fedoraproject.org
QAContact: extras-qa(a)fedoraproject.org
CC: konrad(a)tylerc.org, loupgaroublond(a)gmail.com,
fedora-haskell-list(a)redhat.com
Classification: Fedora
Latest upstream release: 1.9.3
Current version in Fedora Rawhide: 1.9.0
URL: http://hackage.haskell.org/packages/archive/haskell-src-exts/
Please consult the package update guidelines before you issue an update to a
stable branch: https://fedoraproject.org/wiki/Package_update_guidelines
More information about the service that created this bug can be found at:
https://fedoraproject.org/wiki/Upstream_Release_Monitoring
--
Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.
Please do not reply directly to this email. All additional
comments should be made in the comments box of this bug.
Summary: hlint-1.8 is available
https://bugzilla.redhat.com/show_bug.cgi?id=632975
Summary: hlint-1.8 is available
Product: Fedora
Version: rawhide
Platform: All
OS/Version: Linux
Status: ASSIGNED
Keywords: FutureFeature, Triaged
Severity: medium
Priority: low
Component: hlint
AssignedTo: konrad(a)tylerc.org
ReportedBy: upstream-release-monitoring(a)fedoraproject.org
QAContact: extras-qa(a)fedoraproject.org
CC: konrad(a)tylerc.org, fedora-haskell-list(a)redhat.com
Classification: Fedora
Latest upstream release: 1.8
Current version in Fedora Rawhide: 1.7.3
URL: http://hackage.haskell.org/packages/archive/hlint/
Please consult the package update guidelines before you issue an update to a
stable branch: https://fedoraproject.org/wiki/Package_update_guidelines
More information about the service that created this bug can be found at:
https://fedoraproject.org/wiki/Upstream_Release_Monitoring
--
Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.
Please do not reply directly to this email. All additional
comments should be made in the comments box of this bug.
Summary: bootstrap ghc for EPEL-6
https://bugzilla.redhat.com/show_bug.cgi?id=637053
Summary: bootstrap ghc for EPEL-6
Product: Fedora
Version: rawhide
Platform: All
OS/Version: Linux
Status: NEW
Severity: medium
Priority: low
Component: ghc
AssignedTo: petersen(a)redhat.com
ReportedBy: petersen(a)redhat.com
QAContact: extras-qa(a)fedoraproject.org
CC: petersen(a)redhat.com, bos(a)serpentine.com,
loupgaroublond(a)gmail.com,
fedora-haskell-list(a)redhat.com
Classification: Fedora
Target Release: ---
Description of problem:
This bug is to request and track porting the ghc package to EPEL-6.
--
Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.
Please do not reply directly to this email. All additional
comments should be made in the comments box of this bug.
Summary: Review Request: ghc-GLUT - bindings to the C GLUT library
https://bugzilla.redhat.com/show_bug.cgi?id=517197
Summary: Review Request: ghc-GLUT - bindings to the C GLUT
library
Product: Fedora
Version: rawhide
Platform: All
OS/Version: Linux
Status: NEW
Severity: medium
Priority: medium
Component: Package Review
AssignedTo: nobody(a)fedoraproject.org
ReportedBy: bos(a)serpentine.com
QAContact: extras-qa(a)fedoraproject.org
CC: notting(a)redhat.com, fedora-package-review(a)redhat.com,
fedora-haskell-list(a)redhat.com
Depends on: 517155
Classification: Fedora
Bryan O'Sullivan <bos(a)serpentine.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Flag| |fedora-review?
Spec: http://www.serpentine.com/bos/files/ghc-GLUT.spec
SRPM: http://www.serpentine.com/bos/files/ghc-GLUT-2.1.1.2-1.fc11.src.rpm
Description:
This package provides the Haskell GLUT library for ghc.
This is a set of bindings to the C freeglut library.
--
Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.
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=615692
Fedora Update System <updates(a)fedoraproject.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|MODIFIED |ON_QA
--- Comment #16 from Fedora Update System <updates(a)fedoraproject.org> 2010-09-30 17:18:50 EDT ---
ghc-gtk-0.11.2-4.fc14 has been pushed to the Fedora 14 testing repository. If
problems still persist, please make note of it in this bug report.
If you want to test the update, you can install it with
su -c 'yum --enablerepo=updates-testing update ghc-gtk'. You can provide
feedback for this update here:
https://admin.fedoraproject.org/updates/ghc-gtk-0.11.2-4.fc14
--
Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.