On my Linux platform, with an in-place build, I get a consistent failure of ghcpkg05. Any ideas how I can fix it? Thanks Simon =====> ghcpkg05(normal) 1 of 1 [0, 0, 0] cd "./ghcpkg05.run" && $MAKE -s --no-print-directory ghcpkg05 Actual stderr output differs from expected: diff -uw "./ghcpkg05.run/ghcpkg05.stderr.normalised" "./ghcpkg05.run/ghcpkg05.run.stderr.normalised" --- ./ghcpkg05.run/ghcpkg05.stderr.normalised 2018-03-19 11:31:12.533918366 +0000 +++ ./ghcpkg05.run/ghcpkg05.run.stderr.normalised 2018-03-19 11:31:12.533918366 +0000 @@ -10,6 +10,13 @@ cannot find any of ["C/D.hi","C/D.p_hi","C/D.dyn_hi"] cannot find any of ["C/E.hi","C/E.p_hi","C/E.dyn_hi"] cannot find any of ["libtestpkg-2.0-XXX.a","libtestpkg-2.0-XXX.p_a","libtestpkg-2.0-XXX-ghc<VERSION>.so","libtestpkg-2.0-XXX-ghc<VERSION>.dylib","testpkg-2.0-XXX-ghc<VERSION>.dll"] on library path +Warning: include-dirs: /5playpen/simonpj/HEAD-1/compiler/stage2/build/utils doesn't exist or isn't a directory +Warning: include-dirs: /5playpen/simonpj/HEAD-1/compiler/stage2/build/../rts/dist/build doesn't exist or isn't a directory +Warning: include-dirs: /5playpen/simonpj/HEAD-1/compiler/stage2/build/stage2 doesn't exist or isn't a directory +Warning: include-dirs: /5playpen/simonpj/HEAD-1/libraries/haskeline/dist-install/build/includes doesn't exist or isn't a directory +Warning: include-dirs: /5playpen/simonpj/HEAD-1/libraries/text/dist-install/build/include doesn't exist or isn't a directory +Warning: include-dirs: /5playpen/simonpj/HEAD-1/libraries/containers/dist-install/build/include doesn't exist or isn't a directory +Warning: include-dirs: /5playpen/simonpj/HEAD-1/libraries/bytestring/dist-install/build/include doesn't exist or isn't a directory The following packages are broken, either because they have a problem listed above, or because they depend on a broken package. *** unexpected failure for ghcpkg05(normal) Unexpected results from: TEST="ghcpkg05"
Simon Peyton Jones via ghc-devs <ghc-devs@haskell.org> writes:
On my Linux platform, with an in-place build, I get a consistent failure of ghcpkg05.
Hmm, interesting. I've seen this before but it seemingly vanished before I was able to identify the cause. Does /5playpen/simonpj/HEAD-1/compiler/stage2/build/utils exist? Cheers, - Ben
| Hmm, interesting. I've seen this before but it seemingly vanished | before I was able to identify the cause. Does /5playpen/simonpj/HEAD- | 1/compiler/stage2/build/utils exist? No, it does not. Should it? Simon | -----Original Message----- | From: Ben Gamari <ben@smart-cactus.org> | Sent: 19 March 2018 15:27 | To: Simon Peyton Jones <simonpj@microsoft.com>; ghc-devs <ghc- | devs@haskell.org> | Subject: Re: ghcpkg05 | | Simon Peyton Jones via ghc-devs <ghc-devs@haskell.org> writes: | | > On my Linux platform, with an in-place build, I get a consistent | failure of ghcpkg05. | | Hmm, interesting. I've seen this before but it seemingly vanished | before I was able to identify the cause. Does /5playpen/simonpj/HEAD- | 1/compiler/stage2/build/utils exist? | | Cheers, | | - Ben
participants (2)
-
Ben Gamari -
Simon Peyton Jones