#18039 closed defect (fixed)
Omega-1.4.2_1 build fail.
Reported by: | dmathers@… | Owned by: | ggreif@… |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | ports | Version: | 1.7.0 |
Keywords: | Cc: | ||
Port: | Omega |
Description
It's a readline problem. I don't know if the problem is with Omega or with ghc since this is the only thing I've tried to compile with ghc so far. I note that Omega depends on port:readline and ghc doesn't. My ghc is 6.10.1_8.
---> Building Omega Error: Target org.macports.build returned: shell command " cd "/ports/var/macports/build/_ports_var_macports_sources_rsync.macports.org_release_ports_lang_Omega/work/Omega" && make strip " returned error 2 Command output: ghc -O -auto-all -fglasgow-exts -fallow-undecidable-instances -o omega --make Main on the commandline: Warning: -fallow-undecidable-instances is deprecated: use -XUndecidableInstances or pragma {-# LANGUAGE UndecidableInstances#-} instead Toplevel.hs:40:7: Could not find module `System.Console.Readline': Use -v to see a list of the files searched for. make: *** [all] Error 1
Attachments (1)
Change History (6)
comment:1 Changed 16 years ago by jmroot (Joshua Root)
Owner: | changed from macports-tickets@… to ggreif@… |
---|---|
Port: | Omega added |
comment:2 follow-up: 3 Changed 16 years ago by ggreif@…
Changed 16 years ago by ggreif@…
Attachment: | ticket-18039.tgz added |
---|
patch 2 more files to compile with ghc 6.10.1
comment:3 Changed 16 years ago by ggreif@…
Replying to ggreif@…:
http://hackage.haskell.org/cgi-bin/hackage-scripts/package/editline
is the way to go. I'll try some experiments in the next days and come back with my findings.
I have attached a fix. Of course the patchlevel needs to be bumped.
Could a committer be so kind and svn add those 2 files?
Thanks a bunch!!
Note: See
TracTickets for help on using
tickets.
http://hackage.haskell.org/cgi-bin/hackage-scripts/package/editline
is the way to go. I'll try some experiments in the next days and come back with my findings.