
#13375: ghc-pkg "cache is out of date" message breaks testsuite -------------------------------------+------------------------------------- Reporter: bgamari | Owner: (none) Type: bug | Status: closed Priority: highest | Milestone: 8.2.1 Component: ghc-pkg | Version: 8.0.1 Resolution: fixed | Keywords: Operating System: Unknown/Multiple | Architecture: | Unknown/Multiple Type of failure: Other | Test Case: Blocked By: | Blocking: Related Tickets: | Differential Rev(s): Wiki Page: | -------------------------------------+------------------------------------- Comment (by arybczak): The problem is that `make install` script, after installing all packages, does this: `for f in '/home/unknown/Media/GHC/8.2.1_rc2/lib/ghc-8.2.0.20170507/package.conf.d'/*; do create () { touch "$1" && chmod 644 "$1" ; } && create "$f"; done` which puts modification time of several .conf packages ahead of package.cache. -- Ticket URL: http://ghc.haskell.org/trac/ghc/ticket/13375#comment:10 GHC http://www.haskell.org/ghc/ The Glasgow Haskell Compiler