From owner-freebsd-questions@FreeBSD.ORG Fri Jul 20 17:49:57 2007 Return-Path: Delivered-To: questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 5DAEC16A417 for ; Fri, 20 Jul 2007 17:49:57 +0000 (UTC) (envelope-from rymkus@inbox.ru) Received: from mx28.mail.ru (mx28.mail.ru [194.67.23.67]) by mx1.freebsd.org (Postfix) with ESMTP id 16E9113C478 for ; Fri, 20 Jul 2007 17:49:57 +0000 (UTC) (envelope-from rymkus@inbox.ru) Received: from mx27.mail.ru (mx27.mail.ru [194.67.23.64]) by mx28.mail.ru (mPOP.Fallback_MX) with ESMTP id 7A53D8D9FC for ; Fri, 20 Jul 2007 17:03:36 +0400 (MSD) Received: from [217.170.82.198] (port=26071 helo=sysadmin.modul.spb.ru) by mx27.mail.ru with esmtp id 1IBs8r-0001QY-00; Fri, 20 Jul 2007 17:03:33 +0400 Date: Fri, 20 Jul 2007 17:03:30 +0400 From: "A.Rymkus" X-Mailer: The Bat! (v3.99.3) Professional X-Priority: 3 (Normal) Message-ID: <1354918019.20070720170330@inbox.ru> To: Tankko In-Reply-To: <7fec743f0707190736t1876a1c5w2746a61b4e281d72@mail.gmail.com> References: <7fec743f0707190736t1876a1c5w2746a61b4e281d72@mail.gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=windows-1251 Content-Transfer-Encoding: 8bit Cc: questions@freebsd.org Subject: Re: Haskell and nox11 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: "A.Rymkus" List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 20 Jul 2007 17:49:57 -0000 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