From owner-freebsd-questions@FreeBSD.ORG Wed Mar 19 00:34:19 2014 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 13DE39A8 for ; Wed, 19 Mar 2014 00:34:19 +0000 (UTC) Received: from mail-oa0-x234.google.com (mail-oa0-x234.google.com [IPv6:2607:f8b0:4003:c02::234]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id D14B0678 for ; Wed, 19 Mar 2014 00:34:18 +0000 (UTC) Received: by mail-oa0-f52.google.com with SMTP id l6so7794837oag.11 for ; Tue, 18 Mar 2014 17:34:18 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=subject:from:content-type:message-id:date:to :content-transfer-encoding:mime-version; bh=9i/+3G0F6nTcyE2s2RKItBBCDkQHSeqqDyh99UEFCcQ=; b=gNRFj1TVfTfqUTeWq/cgzPR2W6piq1DoPIKV7n3wRCktatphcIogPFRskwNWovI2vy k5Y9a9Zw8jutEGvLrO8lKfvy9938p0RxveuW86Z3QE8pAPi3QAUq7j5yReyj350UmYjO 9pOTZbnW8zSgF/g1rVA4ieDaoM0mv6jMo5d6T5s/mfrp64FYjktIohdDam0lRHNN4XId YC3A5pBjRnwLD2se5tEhsy6+q3c7zsWk4QRAoj+XMATwFBMJRw/BXFFgz6L/Zv37c30M el4q3i24cU0cSJHxEbLZAlex3Cm0fkeTZpUiymQqX8SWi1IEZFUAq02CJgePjPP7q2XX 5WIw== X-Received: by 10.60.54.138 with SMTP id j10mr5709734oep.51.1395189258101; Tue, 18 Mar 2014 17:34:18 -0700 (PDT) Received: from [192.168.1.64] (pool-71-170-112-253.dllstx.fios.verizon.net. [71.170.112.253]) by mx.google.com with ESMTPSA id u4sm89257006oev.1.2014.03.18.17.34.16 for (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Tue, 18 Mar 2014 17:34:16 -0700 (PDT) Subject: lang/nimrod doesn't compile anything From: Matthew Pherigo Content-Type: text/plain; charset=us-ascii X-Mailer: iPad Mail (11D167) Message-Id: <85FE6DC9-3D0D-4AAE-BEF7-5F0649DE1E14@gmail.com> Date: Tue, 18 Mar 2014 19:34:17 -0500 To: freebsd-questions@freebsd.org Content-Transfer-Encoding: quoted-printable Mime-Version: 1.0 (1.0) X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 19 Mar 2014 00:34:19 -0000 Hey all, Whenever attempting to compile a program using nimrod, I get this error: Hint: system [Processing] Error: cannot open 'lib/system.nim' I'm using the latest binary package from the freebsd repos. I was going to r= eport it as a bug, but I figured I should ask here to see if anyone else has= encountered this before. If it does turn out to be a bug, i'll report it to= the maintainer, but I'm hoping it's just some stupid mistake. :) --Matt