From owner-freebsd-ports@FreeBSD.ORG Thu Oct 7 19:07:59 2004 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C36AA16A4CE; Thu, 7 Oct 2004 19:07:59 +0000 (GMT) Received: from corbulon.video-collage.com (aldan.algebra.com [216.254.65.224]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6070043D46; Thu, 7 Oct 2004 19:07:59 +0000 (GMT) (envelope-from mi+mxmoz@aldan.algebra.com) Received: from 250-217.customer.cloud9.net (195-11.customer.cloud9.net [168.100.195.11])i97J7vME006122 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK); Thu, 7 Oct 2004 15:07:58 -0400 (EDT) (envelope-from mi+mxmoz@aldan.algebra.com) Received: from [127.0.0.1] (mteterin@localhost [127.0.0.1]) i97J7mDH008967; Thu, 7 Oct 2004 15:07:51 -0400 (EDT) (envelope-from mi+mxmoz@aldan.algebra.com) Message-ID: <41659404.9080408@aldan.algebra.com> Date: Thu, 07 Oct 2004 15:07:48 -0400 From: Mikhail Teterin User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; uk-UA; rv:1.7.2) Gecko/20041006 X-Accept-Language: uk, en-us, en MIME-Version: 1.0 To: Sean McNeil References: <1097173121.4190.31.camel@server> In-Reply-To: <1097173121.4190.31.camel@server> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Scanned: clamd / ClamAV version devel-20040615, clamav-milter version 0.73a on corbulon.video-collage.com X-Virus-Status: Clean X-Scanned-By: MIMEDefang 2.43 cc: dinoex@freebsd.org cc: freebsd-ports@freebsd.org Subject: Re: tcllib install problem X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 07 Oct 2004 19:07:59 -0000 Sean McNeil wrote: >I have a -CURRENT/amd64 box that I am trying to install devel/tcllib >on. It hangs when it gets to the test for pop3. At some point, >however, I had set my DISPLAY variable to do some editing. If I run >make with it set I find that I get a window labeled all.tcl that pops >up. Closing that window got it past that problem. > > > Depending on whether DISPLAY is set or not, the test will include Tk tests (or not). Pop3 does not depend on DISPLAY, and -- last I checked -- it worked on amd64. Now, however, with the newly rebuilt Tcl-8.4 it does, indeed, hang and my amd64-current box (still works on i386)... Let me see, what I can figure out. Yours, -mi >Let me know if there is anything I can do to assist in fixing tcllib so >it will install properly. > >Thanks, >Sean >