#47121: hs-language-c: "runhaskell" command fails during build ----------------------------+---------------------- Reporter: twilsonco@… | Owner: cal@… Type: defect | Status: assigned Priority: Normal | Milestone: Component: ports | Version: 2.3.3 Resolution: | Keywords: Port: hs-language-c | ----------------------------+---------------------- Comment (by twilsonco@…): Ahh. That makes more sense :) You're a wealth of knowledge. Changed to most recent version (0.4.7), updated checksums, and test built gave no errors. Running sudo port install installed successfully. (Unfortunately, the port hsshellscript, which I was trying to install in the first place, has its own errors that are different from those encountered here. Maybe I can help with that one too!) Thanks for the help! Here's the diff with {Portfile, Portfile.bak} as the arguments: {{{ --- ./Portfile 2015-03-12 11:07:58.000000000 -0600 +++ ./Portfile.bak 2015-03-12 10:33:48.000000000 -0600 @@ -4,9 +4,10 @@ PortSystem 1.0 PortGroup haskell 1.0 -haskell.setup language-c 0.4.7 -checksums rmd160 fed78e53d478df1e93aa95fc7299a4c83f3d887b \ - sha256 5f6dc9d86b1f88dec1800e1a4fc43aa52f85fe4bb865ba268aca34b399a512e4 +haskell.setup language-c 0.4.2 +revision 5 +checksums rmd160 9c20128ec44585bbb3a7079ba78b802c173dabb9 \ + sha256 6384cf03a00008b65ad126c2582699b3de52de594468386d2c79cf63c926ee1e license BSD maintainers nomaintainer }}} And another diff with the arguments reversed, just for the hell of it: {{{ --- ./Portfile.bak 2015-03-12 10:33:48.000000000 -0600 +++ ./Portfile 2015-03-12 11:07:58.000000000 -0600 @@ -4,10 +4,9 @@ PortSystem 1.0 PortGroup haskell 1.0 -haskell.setup language-c 0.4.2 -revision 5 -checksums rmd160 9c20128ec44585bbb3a7079ba78b802c173dabb9 \ - sha256 6384cf03a00008b65ad126c2582699b3de52de594468386d2c79cf63c926ee1e +haskell.setup language-c 0.4.7 +checksums rmd160 fed78e53d478df1e93aa95fc7299a4c83f3d887b \ + sha256 5f6dc9d86b1f88dec1800e1a4fc43aa52f85fe4bb865ba268aca34b399a512e4 license BSD maintainers nomaintainer }}} -- Ticket URL: <https://trac.macports.org/ticket/47121#comment:7> MacPorts <https://www.macports.org/> Ports system for OS X