/usr/ports/devel/hs-ghc-paths>sudo make install clean ===> hs-ghc-paths-0.1.0.5_1 depends on executable: ghc - found ===> Configuring for hs-ghc-paths-0.1.0.5_1 [1 of 1] Compiling Main ( Setup.hs, Setup.o ) Setup.hs:18:22: Not in scope: `preMakefile' *** Error code 1 Stop in /usr/ports/devel/hs-ghc-paths. Sincerely! ----- e^(π⋅i) + 1 = 0 -- View this message in context: http://old.nabble.com/How-to-fix-this-problem-in-FreeBSD---tp28714271p287142... Sent from the Haskell - Haskell-Cafe mailing list archive at Nabble.com.
Which version of GHC, which version of Cabal, and what is the Makefile? zaxis <z_axis@163.com> writes:
/usr/ports/devel/hs-ghc-paths>sudo make install clean ===> hs-ghc-paths-0.1.0.5_1 depends on executable: ghc - found ===> Configuring for hs-ghc-paths-0.1.0.5_1 [1 of 1] Compiling Main ( Setup.hs, Setup.o )
Setup.hs:18:22: Not in scope: `preMakefile' *** Error code 1
Stop in /usr/ports/devel/hs-ghc-paths.
Sincerely!
----- e^(π⋅i) + 1 = 0
-- Ivan Lazar Miljenovic Ivan.Miljenovic@gmail.com IvanMiljenovic.wordpress.com
ghc --version The Glorious Glasgow Haskell Compilation System, version 6.10.4
cabal --version cabal-install version 0.8.2 using version 1.8.0.2 of the Cabal library
cat Makefile # New ports collection makefile for: hs-ghc-paths # Date created: July 09 2009 # Whom: Giuseppe Pilichi aka Jacula Modyun <jacula@gmail.com> # # $FreeBSD: ports/devel/hs-ghc-paths/Makefile,v 1.3 2010/05/26 11:18:37 jacula Exp $
PORTNAME= ghc-paths PORTVERSION= 0.1.0.5 PORTREVISION= 1 CATEGORIES= devel haskell MAINTAINER= haskell@FreeBSD.org COMMENT= Utility looking for GHC installation directories CABAL_SETUP= Setup.hs .if defined(SLAVE) GHC_CMD= ghc .endif .include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk" .include <bsd.port.mk> Ivan Miljenovic wrote:
Which version of GHC, which version of Cabal, and what is the Makefile?
zaxis <z_axis@163.com> writes:
/usr/ports/devel/hs-ghc-paths>sudo make install clean ===> hs-ghc-paths-0.1.0.5_1 depends on executable: ghc - found ===> Configuring for hs-ghc-paths-0.1.0.5_1 [1 of 1] Compiling Main ( Setup.hs, Setup.o )
Setup.hs:18:22: Not in scope: `preMakefile' *** Error code 1
Stop in /usr/ports/devel/hs-ghc-paths.
Sincerely!
----- e^(π⋅i) + 1 = 0
-- Ivan Lazar Miljenovic Ivan.Miljenovic@gmail.com IvanMiljenovic.wordpress.com _______________________________________________ Haskell-Cafe mailing list Haskell-Cafe@haskell.org http://www.haskell.org/mailman/listinfo/haskell-cafe
----- e^(π⋅i) + 1 = 0 -- View this message in context: http://old.nabble.com/How-to-fix-this-problem-in-FreeBSD---tp28714271p287144... Sent from the Haskell - Haskell-Cafe mailing list archive at Nabble.com.
I have to use openbox instead of xmonad now. As a reward , i can `make config` in any ports using openbox. (xmonad canot) zaxis wrote:
/usr/ports/devel/hs-ghc-paths>sudo make install clean ===> hs-ghc-paths-0.1.0.5_1 depends on executable: ghc - found ===> Configuring for hs-ghc-paths-0.1.0.5_1 [1 of 1] Compiling Main ( Setup.hs, Setup.o )
Setup.hs:18:22: Not in scope: `preMakefile' *** Error code 1
Stop in /usr/ports/devel/hs-ghc-paths.
Sincerely!
----- e^(π⋅i) + 1 = 0 -- View this message in context: http://old.nabble.com/How-to-fix-this-problem-in-FreeBSD---tp28714271p287258... Sent from the Haskell - Haskell-Cafe mailing list archive at Nabble.com.
participants (2)
-
Ivan Lazar Miljenovic -
zaxis