#15856: GhostScript not available for hp2ps tests -------------------------------------+------------------------------------- Reporter: jrp | Owner: monoidal Type: bug | Status: patch Priority: normal | Milestone: Component: Test Suite | Version: 8.6.1 Resolution: | Keywords: ghostscript | gs hp2ps testsuite Operating System: Linux | Architecture: Type of failure: Incorrect result | Unknown/Multiple at runtime | Test Case: T7919 T14761c Blocked By: | Blocking: Related Tickets: #15736 | Differential Rev(s): Phab:D5298 Wiki Page: | -------------------------------------+------------------------------------- Comment (by Ben Gamari <ben@…>): In [changeset:"011e39d7fe533ca772beeed8529749c4750d4817/ghc" 011e39d7/ghc]: {{{ #!CommitTicketReference repository="ghc" revision="011e39d7fe533ca772beeed8529749c4750d4817" Fix GhostScript detection (Trac #15856) The option `confdir` (used in GhostScript test) was set correctly via `--config` in `test.mk` and incorrectly via `config/ghc`. AFAICT, some time ago this was working because the incorrect assignment was done first, and later it broke. Hardian doesn't pass `confdir`. I removed `confdir` and use `config.top` to determine the directory of the `good.ps` and `bad.ps` files. This is simpler. I also removed some redundant assignments in `config/ghc`. Test Plan: manually set config.have_profiling and make test Reviewers: bgamari Subscribers: rwbarton, carter GHC Trac Issues: #15856 Differential Revision: https://phabricator.haskell.org/D5298 }}} -- Ticket URL: <http://ghc.haskell.org/trac/ghc/ticket/15856#comment:6> GHC <http://www.haskell.org/ghc/> The Glasgow Haskell Compiler