Build fails after new vector package configuration patch
Vivian McPhail
haskell.vivian.mcphail at gmail.com
Sat Sep 25 07:53:08 EDT 2010
Hi,
on linux x86_64 ghc HEAD of September 24:
Early in the build process there are a number of "missing .hi" errors
followed by "ignoring." Later I get the following error:
"inplace/bin/ghc-stage2" -H64m -O0 -fasm -package-name primitive-0.3.1
-hide-all-packages -i -ilibraries/primitive/.
-ilibraries/primitive/dist-install/build
-ilibraries/primitive/dist-install/build/autogen
-Ilibraries/primitive/dist-install/build
-Ilibraries/primitive/dist-install/build/autogen
-Ilibraries/primitive/cbits -optP-include
-optPlibraries/primitive/dist-install/build/autogen/cabal_macros.h -package
base-4.3.0.0 -package ghc-prim-0.2.0.0 -O2 -no-user-package-conf -rtsopts
-O0 -fasm -odir libraries/primitive/dist-install/build -hidir
libraries/primitive/dist-install/build -stubdir
libraries/primitive/dist-install/build -hisuf hi -osuf o -hcsuf hc -c
libraries/primitive/./Data/Primitive.hs -o
libraries/primitive/dist-install/build/Data/Primitive.o
Loading package ghc-prim ... linking ... done.
Loading package integer-gmp ... linking ... done.
Loading package base ... linking ... done.
Loading package primitive-0.3.1 ... <command line>: can't load .so/.DLL for:
HSprimitive-0.3.1 (libHSprimitive-0.3.1.so: cannot open shared object file:
No such file or directory)
make[1]: ***
[libraries/vector/dist-install/build/Data/Vector/Fusion/Stream/Monadic.o]
Error 1
make[1]: *** Waiting for unfinished jobs....
make: *** [all] Error 2
I know that there is a new configuration with the dph/vector/primitive
libraries. Is there some configuration setting I need to change?
It seems that perhaps the primitive package is not getting built in stage1?
Vivian
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://www.haskell.org/pipermail/cvs-ghc/attachments/20100925/de816b17/attachment.html
More information about the Cvs-ghc
mailing list