Opened 18 years ago
Closed 18 years ago
#9979 closed defect (worksforme)
BUG: ghc currently broken
Reported by: | erickt@… | Owned by: | gwright@… |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | ports | Version: | 1.2 |
Keywords: | Cc: | gwright@… | |
Port: |
Description
Hello,
It looks like this is breaking because ghc is now using bzip2, but the happy package is still in gzip. This is causing the post-extract to fail, as it tries to use -jxf instead of -zxf. Not sure the best way to fix it though.
-e
Change History (2)
comment:1 Changed 18 years ago by gwright@…
Owner: | changed from darwinports-bugs@… to gwright@… |
---|
comment:2 Changed 18 years ago by markd@…
Resolution: | → worksforme |
---|---|
Status: | new → closed |
Works fine for me too.
Note: See
TracTickets for help on using
tickets.
Hi Erick,
I just extracted ghc and everything worked fine. The ghc distribution unpacks using bzip2 and there are specific instructions to unpack happy with gzip. I am using DP 1.300 on OS X 10.4.7 ppc. My portfile is for ghc 6.4.2 revision 2.
Clean, try it again and include the output of "sudo port -dv extract". Thanks.
Greg