FreeBSD 9.1-RELEASE amd64 GENERIC
Attempting to install devel/hs-haskell-platform results in the following error while configuring dependency /devel/hs-stm:
Interestingly, devel/hs-haddock is not listed as a dependency in the Makefile for devel/hs-haskell-platform.
Also, when I attempt to install devel/hs-haddock stand-alone, I get the same error while configuring dependency devel-hs-random:
So it seems that devel/hs-haddock cannot be installed if an installation of haddock is not already present and neither can devel/hs-haskell-platform.
Anyone have any ideas?
Attempting to install devel/hs-haskell-platform results in the following error while configuring dependency /devel/hs-stm:
Code:
===> Patching for hs-stm-2.4_1
===> hs-stm-2.4_1 depends on executable: ghc - found
===> hs-stm-2.4_1 depends on package: ghc>=7.4.2 - found
===> hs-stm-2.4_1 depends on executable: gcc46 - found
===> hs-stm-2.4_1 depends on file: /usr/local/bin/as - found
===> Configuring for hs-stm-2.4_1
[1 of 1] Compiling Main ( Setup.hs, Setup.o )
Linking setup ...
Configuring stm-2.4...
setup: Cannot find the program 'haddock' at '/usr/local/bin/haddock' or on the
path
*** [do-configure] Error code 1
Stop in /usr/ports/devel/hs-stm.
*** [install] Error code 1
Stop in /usr/ports/devel/hs-stm.
*** [build-depends] Error code 1
Stop in /usr/ports/devel/hs-async.
*** [install] Error code 1
Stop in /usr/ports/devel/hs-async.
*** [build-depends] Error code 1
Stop in /usr/ports/devel/hs-haskell-platform.
*** [install] Error code 1
Interestingly, devel/hs-haddock is not listed as a dependency in the Makefile for devel/hs-haskell-platform.
Also, when I attempt to install devel/hs-haddock stand-alone, I get the same error while configuring dependency devel-hs-random:
Code:
===> Configuring for hs-random-1.0.1.1_3
[1 of 1] Compiling Main ( Setup.hs, Setup.o )
Linking setup ...
Configuring random-1.0.1.1...
setup: Cannot find the program 'haddock' at '/usr/local/bin/haddock' or on the
path
*** [do-configure] Error code 1
Stop in /usr/ports/devel/hs-random.
*** [install] Error code 1
Stop in /usr/ports/devel/hs-random.
*** [build-depends] Error code 1
Stop in /usr/ports/devel/hs-QuickCheck.
*** [install] Error code 1
Stop in /usr/ports/devel/hs-QuickCheck.
*** [build-depends] Error code 1
Stop in /usr/ports/devel/hs-alex.
*** [install] Error code 1
Stop in /usr/ports/devel/hs-alex.
*** [build-depends] Error code 1
Stop in /usr/ports/devel/hs-haddock.
*** [install] Error code 1
So it seems that devel/hs-haddock cannot be installed if an installation of haddock is not already present and neither can devel/hs-haskell-platform.
Anyone have any ideas?