Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 20 Jul 2007 17:03:30 +0400
From:      "A.Rymkus" <rymkus@inbox.ru>
To:        Tankko <tankko@gmail.com>
Cc:        questions@freebsd.org
Subject:   Re: Haskell and nox11
Message-ID:  <1354918019.20070720170330@inbox.ru>
In-Reply-To: <7fec743f0707190736t1876a1c5w2746a61b4e281d72@mail.gmail.com>
References:  <7fec743f0707190736t1876a1c5w2746a61b4e281d72@mail.gmail.com>

next in thread | previous in thread | raw e-mail | index | archive | help
Hi, Tankko.

You wrote at 19 èþëÿ 2007 ã., 18:36:24:

T> I need to install darcs on my server, and it requires Haskell (ghc)
T> which in turn seems to require the x11 system which is not installed
T> on my headless sever.

T> I have WITHOUT_X11=true set in /etc/make.conf

===>>  Extracting for darcs-1.0.9
=>> MD5 Checksum OK for darcs-1.0.9.tar.gz.
===>>   darcs-1.0.9 depends on file: /usr/local/sbin/pkg_info - found
===>>  Patching for darcs-1.0.9
===>>   darcs-1.0.9 depends on executable: ghc - not found
===>>    Verifying install for ghc in /usr/ports/lang/ghc
===>>  ghc-nox11-6.6.1 unsupported at the moment.
T> *** Error code 1

T> Is this correct or I am doing something wrong?  It seems strange that
T> a programming language would require x11.

T> Is there a better was to get darcs and/or Haskell on my server without
T> installing x11?   Do most people that run backend server just install
T> x11 anyway?

T> Thanks, Tankko.
T> _______________________________________________
T> freebsd-questions@freebsd.org mailing list
T> http://lists.freebsd.org/mailman/listinfo/freebsd-questions
T> To unsubscribe, send any mail to
T> "freebsd-questions-unsubscribe@freebsd.org"

   You can try to install it as a precompiled package - you can try to
use following command 'pkg_add -r ghc-nox11-6.6.1' or 'pkg_add -r ghc-nox11-6.6.1.tbz' (it
will try to fetch that package). If pkg_add can't find that package,
you have to search over the net for ghc-nox11-6.6.1.tbz file and use
pkg_add without '-r' option.

-- 
WBR, A.Rymkus




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?1354918019.20070720170330>