From owner-freebsd-questions@FreeBSD.ORG Tue Nov 28 05:58:06 2006 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 F191616A407 for ; Tue, 28 Nov 2006 05:58:06 +0000 (UTC) (envelope-from josh.carroll@gmail.com) Received: from nf-out-0910.google.com (nf-out-0910.google.com [64.233.182.187]) by mx1.FreeBSD.org (Postfix) with ESMTP id 781694457F for ; Tue, 28 Nov 2006 05:16:24 +0000 (GMT) (envelope-from josh.carroll@gmail.com) Received: by nf-out-0910.google.com with SMTP id x37so2317237nfc for ; Mon, 27 Nov 2006 21:15:45 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:reply-to:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=P64d+XLi8voEpAI4RY8rExAuSh6PhpSxgBwZfpYvbo3uGDl2xKuAgtGWyHb4wa+wQQRCpfuye/IvPhIzz5rYs7xafDrEMEdCU5NbBUxt8PQWOrRfUlvT1hvRC69D2+lAZLZZjk/8J/tpTftBkhM0x+W5UT9bF9eXSLYAHwpeq8U= Received: by 10.82.113.6 with SMTP id l6mr93314buc.1164690526709; Mon, 27 Nov 2006 21:08:46 -0800 (PST) Received: by 10.82.163.16 with HTTP; Mon, 27 Nov 2006 21:08:46 -0800 (PST) Message-ID: <8cb6106e0611272108kf30c94dsc804ac243a90a7dc@mail.gmail.com> Date: Mon, 27 Nov 2006 21:08:46 -0800 From: "Josh Carroll" To: "Jim Pazarena" In-Reply-To: <456B6EC6.7050905@ccstores.com> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <456B6EC6.7050905@ccstores.com> Cc: freebsd-questions@freebsd.org Subject: Re: trouble compiling a port - expect on 6.2RC1 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: josh.carroll@psualum.com List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 28 Nov 2006 05:58:07 -0000 > How do I go about determining outstanding issues for any given port? You can search existing PRs here: http://www.freebsd.org/cgi/query-pr-summary.cgi?query If the port itself is broken, it will be marked as such, but those ports compile fine on my 6.2-RC1 system, so it's unlikely they are broken. Perhaps you can paste the last 15-20 lines of the output when you try to compile the tcl port? It might be more appropriate to troubleshoot on the ports mailing list if it's a ports issue. Josh