Opened 3 years ago
Closed 2 years ago
#64797 closed defect (fixed)
ghc: Error: Unable to open port: can't read "ghc_build_arch": no such variable
Reported by: | ryandesign (Ryan Carsten Schmidt) | Owned by: | essandess (Steve Smith) |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | ports | Version: | |
Keywords: | Cc: | MarcusCalhoun-Lopez (Marcus Calhoun-Lopez) | |
Port: | ghc |
Description
The ghc portfile fails to parse when os.arch
is neither arm
nor i386
(for example: when it is powerpc
):
$ port info ghc os.arch=powerpc Error: Unable to open port: can't read "ghc_build_arch": no such variable
Even if a port does not work on all platforms, the portfile should still parse on all platforms.
Change History (1)
comment:1 Changed 2 years ago by ryandesign (Ryan Carsten Schmidt)
Cc: | MarcusCalhoun-Lopez added |
---|---|
Resolution: | → fixed |
Status: | assigned → closed |
Note: See
TracTickets for help on using
tickets.
Fixed for powerpc in [c7d02b3a597a7ed0683524d381856473bd730b52/macports-ports].