Status: New
Owner: ----
New issue 1012 by [email protected]: Cannot install
https://code.google.com/p/ganeti/issues/detail?id=1012
Ubuntu 14.10,
The Glorious Glasgow Haskell Compilation System, version 7.8.3,
When running
"./configure --localstatedir=/var --sysconfdir=/etc && make && make install"
I get:
for p in src/htools test/hs/hpc-htools test/hs/hpc-mon-collector
src/ganeti-kvmd src/ganeti-wconfd src/hconfd src/hluxid src/hs2py
src/rpc-test src/ganeti-mond src/ganeti-metad ; do \
echo >> ganeti.cabal; \
echo "executable `basename $p`" >> ganeti.cabal; \
echo " hs-source-dirs: apps" >> ganeti.cabal; \
echo " main-is: `basename $p`.hs" >> ganeti.cabal; \
echo " default-language: Haskell2010" >> ganeti.cabal; \
echo " build-depends:" >> ganeti.cabal; \
echo " base" >> ganeti.cabal; \
echo " , ganeti" >> ganeti.cabal; \
if [ $p == test/hs/htest ]; then \
echo " , hslogger" >> ganeti.cabal; \
echo " , test-framework" >> ganeti.cabal; \
elif [ $p == src/rpc-test ]; then \
echo " , json" >> ganeti.cabal; \
fi \
done
touch empty-cabal-config
cabal --config-file=empty-cabal-config configure --user \
-f`test True == True && echo "mond" || echo "-mond"` \
-f`test True == True && echo "metad" || echo "-metad"`
Warning: No remote package servers have been specified. Usually you would
have
one specified in the config file.
Resolving dependencies...
Configuring ganeti-2.14...
runhaskell
/home/kristian/Documents/haskell/ganeti/cabal/CabalDependenciesMacros.hs \
ganeti.cabal \
ganeti.depsflags \
cabal_macros.h
CabalDependenciesMacros.hs: could not read dist/setup-config
make: *** [cabal_macros.h] Error 1
--
You received this message because this project is configured to send all
issue notifications to this address.
You may adjust your notification preferences at:
https://code.google.com/hosting/settings