
On Sat, 26 Jan 2013 01:56:36 +0000
Ian Lynagh
On Fri, Jan 25, 2013 at 05:47:03PM -0800, Builder wrote:
pgj (x86 FreeBSD HEAD), build 925
Build failed Details: http://darcs.haskell.org/ghcBuilder/builders/pgj/925.html
checking for __gmpz_fdiv_qr in -lgmp... no checking for __gmpz_fdiv_qr in -lgmp3... no configure: error: Failed to compute size of sizeof (MP_INT) gmake[1]: *** [libraries/integer-gmp/dist-install/package-data.mk] Error 1 gmake: *** [all] Error 2 checking for sizeof (MP_INT) size...
My Win32 HEAD build failed the same way:
checking for __gmpz_fdiv_qr in -lgmp3... no checking for sizeof (MP_INT) size... configure: error: Failed to compute size of sizeof (MP_INT) libraries/integer-gmp/ghc.mk:4: recipe for target `libraries/integer-gmp/dist-install/package-data.mk' failed make[1]: *** [libraries/integer-gmp/dist-install/package-data.mk] Error 1
Does anyone know what's up?
I've broke it. Is there a config.log from that system? Looks like local include paths were not prepended correctly in missing libgmp case. -- Sergei