
I haven't seen anything like this before. Perhaps try:
$ git pull origin master && ./sync-all pull
$ make maintainer-clean
$ perl boot && ./configure
$ make -j2
which will 'really clean' everything. If it persists, file a bug please.
On Sun, Oct 13, 2013 at 3:37 PM, Roman Cheplyaka
Hi,
I tried again today[*] and it failed with the same error.
Any suggestions?
[*] I re-synced with:
% ./sync-all get && ./sync-all pull % perl boot && ./configure % make -j2
* Roman Cheplyaka
[2013-09-30 12:13:48+0300] Hi,
I tried to build GHC HEAD today, but eventually got this error:
ghc-cabal: No (or multiple) ghc rts package is registered!! make[1]: *** [libraries/ghc-prim/dist-install/package-data.mk] Error 1 make: *** [all] Error 2
I did "make clean" before starting the build — is it not sufficient?
Roman
_______________________________________________ ghc-devs mailing list ghc-devs@haskell.org http://www.haskell.org/mailman/listinfo/ghc-devs
-- Regards, Austin Seipp, Haskell Consultant Well-Typed LLP, http://www.well-typed.com/