[haskell-platform] #107: building haskell platform yields unrecognized option error on ubuntu
haskell-platform
haskell-platform at projects.haskell.org
Mon Mar 15 18:06:31 EDT 2010
#107: building haskell platform yields unrecognized option error on ubuntu
----------------------+-----------------------------------------------------
Reporter: metaperl | Owner: dons
Type: defect | Status: new
Priority: major | Milestone:
Component: Platform | Keywords: ubuntu
----------------------+-----------------------------------------------------
I am using the latest ubuntu and tried to build haskell-
platform-2009.2.0.2
after running {{{ configure }}} I attempt to run {{{ make }}} and get the
following error
{{{
**************************************************
* Configuration completed successfully.
*
* Install prefix: /usr/local
* Haskell packages will be registered into
* the global ghc package database
*
* If you wish to change these settings then
* use --prefix= and/or --enable-user-install
*
* Now do "make" followed by "sudo make install"
**************************************************
scripts/build.sh
Building
"/usr/bin/ghc" "--make" "Setup" "-o" "Setup" "-package" "Cabal-1.6.0.3"
Linking Setup ...
"./Setup" "configure" "--package-db=../../packages/package.conf.inplace" "
--prefix=/usr/local" "--with-compiler=/usr/bin/ghc" "--with-hc-
pkg=/usr/bin/ghc-pkg" "--with-hsc2hs=/usr/bin/hsc2hs" "--with-
happy=../happy-1.18.4/dist/build/happy/happy" "--happy-
options=--template=../happy-1.18.4" "--with-
alex=../alex-2.3.1/dist/build/alex/alex" "--with-cabal-install=../cabal-
install-0.6.2/dist/build/cabal/cabal" "--enable-library-profiling"
unrecognized option `--with-cabal-install=../cabal-
install-0.6.2/dist/build/cabal/cabal'
Error:
Configuring the mtl-1.1.0.2 package failed
make: *** [build.stamp] Error 2
metaperl at locohost:~/tmp/haskell-platform-2009.2.0.2$
}}}
--
Ticket URL: <http://trac.haskell.org/haskell-platform/ticket/107>
haskell-platform <http://trac.haskell.org/haskell-platform>
The Haskell Platform: a comprehensive and robust collection of Haskell libraries
More information about the Haskell-platform
mailing list