darcs patch: Don't ever enable editline when building the stage 1 compiler (+ 1 more)

Judah Jacobson judah.jacobson at gmail.com
Mon Jul 21 01:46:24 EDT 2008


Building against the HEAD currently fails (when configuring the stage1
compiler) if you have editline already installed in your bootstrapping
GHC:

Configuring ghc-6.9...
cabal-bin: At least the following dependencies are missing:
editline -any
make[1]: *** [boot.stage.1] Error 1
make: *** [stage1] Error 1


The attached patches fix that error.


Sun Jul 20 22:18:39 PDT 2008  Judah Jacobson <judah.jacobson at gmail.com>
  * Don't ever enable editline when building the stage 1 compiler.

    M ./compiler/Makefile -9 +3

Sun Jul 20 21:23:13 PDT 2008  Judah Jacobson <judah.jacobson at gmail.com>
  * #1389: Remove unused configure variable GhcHasEditline, which
detects whether editline is installed in the bootstrapping compiler.
That information is irrelevant since we never build ghci in the stage
1 compiler.

    M ./Makefile -1
    M ./aclocal.m4 -14
    M ./configure.ac -3
    M ./mk/config.mk.in -3
-------------- next part --------------
A non-text attachment was scrubbed...
Name: ghc-has-editline.patch
Type: application/octet-stream
Size: 65405 bytes
Desc: not available
Url : http://www.haskell.org/pipermail/cvs-ghc/attachments/20080720/fdb3a81e/ghc-has-editline-0001.obj


More information about the Cvs-ghc mailing list