From owner-freebsd-questions@FreeBSD.ORG Thu Jul 19 20:50:41 2007 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 11F1116A40A for ; Thu, 19 Jul 2007 20:50:41 +0000 (UTC) (envelope-from tankko@gmail.com) Received: from wa-out-1112.google.com (wa-out-1112.google.com [209.85.146.181]) by mx1.freebsd.org (Postfix) with ESMTP id D10BA13C4C9 for ; Thu, 19 Jul 2007 20:50:40 +0000 (UTC) (envelope-from tankko@gmail.com) Received: by wa-out-1112.google.com with SMTP id j37so811761waf for ; Thu, 19 Jul 2007 13:50:40 -0700 (PDT) DKIM-Signature: a=rsa-sha1; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=NxVWN2V4Y+nVqVrFq+IvO/+NlhgxknuWSC1NpEj8CsXgefRnMYRX/HM9HKUp7/f8HubUFcLb8IUaOGuFKpOvKYe5DtV45yW3HE5cYuU02hKBD1S+oyWmSvnxKz/MCFW+oIVeaRomaOBpFCk9XpZt+DsmUYuO1/Py1PnGMmSQzyw= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=FYvju3mb+RVSeT1KlfQTfTSqjHrQrXJOxi/oAiJ3xWBnw2DPR5n6Jro8A7ehDIX6YiJcx5JA6F9ZS9SbwmT+HmA6gxd9HaZmyVmOfGRZNh7wPvFr7yIXH3W2JB/cWPTiUNwe3H/hqxshB7lo9FQltgMLb2h4+wh6scCL3If1jJA= Received: by 10.114.12.9 with SMTP id 9mr2923079wal.1184876485454; Thu, 19 Jul 2007 13:21:25 -0700 (PDT) Received: by 10.115.108.14 with HTTP; Thu, 19 Jul 2007 13:21:25 -0700 (PDT) Message-ID: <7fec743f0707191321u4d9e2fccxbcfb530b357cb760@mail.gmail.com> Date: Thu, 19 Jul 2007 13:21:25 -0700 From: Tankko To: "Sergey Zaharchenko" , freebsd-questions@freebsd.org In-Reply-To: <20070719192712.GA2132@shark.localdomain> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <7fec743f0707190736t1876a1c5w2746a61b4e281d72@mail.gmail.com> <20070719192712.GA2132@shark.localdomain> Cc: Subject: Re: Haskell and nox11 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 19 Jul 2007 20:50:41 -0000 On 7/19/07, Sergey Zaharchenko wrote: > It probably doesn't matter here whether you use X11 or not. It seems > like you're running -current, and you are hitting the `.if ${OSVERSION} > >= 700000' check in the Makefile. Try removing it, and it might work. It > works for me that way, at least... > > HTH, I removed a couple of those checks, and it gets father, but now I get: ===> Extracting for ghc-nox11-6.6.1 => MD5 Checksum OK for ghc-6.6.1-src.tar.bz2. => MD5 Checksum OK for ghc-6.6.1-src-extralibs.tar.bz2. ===> ghc-nox11-6.6.1 depends on file: /usr/local/bin/perl5.8.8 - found ===> ghc-nox11-6.6.1 depends on file: /usr/local/sbin/pkg_info - found ===> Patching for ghc-nox11-6.6.1 ===> ghc-nox11-6.6.1 depends on file: /usr/local/bin/perl5.8.8 - found ===> Applying FreeBSD patches for ghc-nox11-6.6.1 /usr/bin/sed -i.bak s+/usr/local/lib/ghc-6.6+/usr/ports/lang/ghc/work/ghc-6.6.1-boot/lib/i386-unknown-freebsd+ /usr/ports/lang/ghc/work/ghc-6.6.1-boot/bin/i386-unknown-freebsd/*.sh sed: /usr/ports/lang/ghc/work/ghc-6.6.1-boot/bin/i386-unknown-freebsd/*.sh: No such file or directory *** Error code 1 I am running 5.3, I don't know if that is messing things up, or if I need to modify the Makefile more to get it to work. I have a... /usr/ports/lang/ghc/work/ghc-6.6.1 ...but not a... /usr/ports/lang/ghc/work/ghc-6.6.1-boot ...as the Makefile seems to want. Thanks, Tankko