#17123 closed defect (fixed)
GHC 6.10.1_0 on PPC (both MacOS 10.5 and 10.4) [hsc2hs not found]
Reported by: | marco.comini@… | Owned by: | gwright@… |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | ports | Version: | 1.6.0 |
Keywords: | ghc hsc2hs not found | Cc: | dbueno@…, arcadiorubiogarcia@…, baguasquirrel@… |
Port: | ghc |
Description
Below is the last excerpt from the build transcript (with the error at the bottom). I am attempting to build the GHC port on both MacOS 10.4 PPC G4 PowerBook and MacOS 10.5 PPC G5 PowerMac.
Configuring hpc-0.5.0.2... cd hpc && /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_ghc/work/ghc-6.10.1/libraries/cabal-bin /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_ghc/work/ghc-bootstrap/bin/ghc /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_ghc/work/ghc-6.10.1/libraries/bootstrapping.conf build --distpref=dist-bootstrapping Preprocessing library hpc-0.5.0.2... cabal-bin: The program hsc2hs is required but it could not be found make[1]: *** [bootstrapping.conf] Error 1 make: *** [stage1] Error 2
Change History (10)
comment:1 Changed 16 years ago by blb@…
Owner: | changed from macports-tickets@… to gwright@… |
---|
comment:6 follow-up: 7 Changed 16 years ago by gwright@…
Status: | new → assigned |
---|
OK, it looks like the bootstrap compilers need to be rebuilt to include hsc2hs, which was not required previously.
comment:7 Changed 16 years ago by marco.comini@…
Replying to gwright@…:
OK, it looks like the bootstrap compilers need to be rebuilt to include hsc2hs, which was not required previously.
Now I have the problem on Intel as well. It seems that in the meantime they rebuilt the only bootstrap that was working.
I bet you're not the one who's in charge of this builds. Is there something we could/should do to ask for a working build?
Thanks for your job "gwright" (I don't know your name)
comment:8 Changed 16 years ago by gwright@…
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
r41873 should fix this.
comment:9 Changed 16 years ago by gwright@…
This is a combination of two upstream bugs; it looks as if the hpc library is using an external hsc2hs instead of the one built in place and cabal used an hsc2hs that didn't match the bootstrap compiler without a warning.
I'll file bug reports with ghc central.
That's odd, hsc2hs appears to be provided by ghc...