Cannot build GHC using the Newcomers guide

Matthew Pickering matthewtpickering at gmail.com
Thu Jan 26 11:05:24 UTC 2017


Can you try with the "--no-ghc-package-path" option in your wrapper?

Matt


On Thu, Jan 26, 2017 at 10:22 AM, Marius Ghita <mhitza at gmail.com> wrote:
> Following is a list of steps that I ran and their output linked:
>
>  - clone repo
> https://gist.github.com/mhitza/f5d4516b6c8386fe8e064f95b5ad620b
>  - build.mk configuration
> https://gist.github.com/mhitza/2d979c64a646bdd3e097f65fd650c675
>  - boot https://gist.github.com/mhitza/e23df8b9ed2aac5b1b8881c70165bf3f
>  - configure https://gist.github.com/mhitza/88c09179be3bb82024192bf6181aef13
>  - make FAILS
> https://gist.github.com/mhitza/95738bf49c8c87ce46c9319b4c266a2c
>
> I'm using a 'stack-ghc' executable, that's only a shell wrapper to run ghc
> from stack (since I don't have a globally installed ghc) (source
> https://gist.github.com/mhitza/38fe96fb440daab28e57a50de47863d5 ), and I
> also have 'ghc-pkg' wrapped in the same way with
> a stack-ghc-pkg script (source
> https://gist.github.com/mhitza/6c2b1978ef802707161041abe1d2699e )
>
> --
> Google+: https://plus.google.com/111881868112036203454
>
> _______________________________________________
> ghc-devs mailing list
> ghc-devs at haskell.org
> http://mail.haskell.org/cgi-bin/mailman/listinfo/ghc-devs
>


More information about the ghc-devs mailing list