From owner-freebsd-current@FreeBSD.ORG Mon Feb 14 02:30:52 2005 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4944316A4CE; Mon, 14 Feb 2005 02:30:52 +0000 (GMT) Received: from mail.mcneil.com (mcneil.com [24.199.45.54]) by mx1.FreeBSD.org (Postfix) with ESMTP id EB77843D2D; Mon, 14 Feb 2005 02:30:51 +0000 (GMT) (envelope-from sean@mcneil.com) Received: from localhost (localhost.mcneil.com [127.0.0.1]) by mail.mcneil.com (Postfix) with ESMTP id 98C07F33AD; Sun, 13 Feb 2005 18:30:49 -0800 (PST) Received: from mail.mcneil.com ([127.0.0.1]) by localhost (server.mcneil.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 00723-10; Sun, 13 Feb 2005 18:30:48 -0800 (PST) Received: from mcneil.com (mcneil.com [24.199.45.54]) by mail.mcneil.com (Postfix) with ESMTP id E944BF338F; Sun, 13 Feb 2005 18:30:47 -0800 (PST) From: Sean McNeil To: Steve Kargl In-Reply-To: <20050214020127.GA44039@troutmask.apl.washington.edu> References: <1108344209.2954.2.camel@server.mcneil.com> <20050214020127.GA44039@troutmask.apl.washington.edu> Content-Type: text/plain Date: Sun, 13 Feb 2005 18:30:47 -0800 Message-Id: <1108348247.26515.17.camel@server.mcneil.com> Mime-Version: 1.0 X-Mailer: Evolution 2.0.3 FreeBSD GNOME Team Port Content-Transfer-Encoding: 7bit X-Virus-Scanned: by amavisd-new at mcneil.com cc: das@freebsd.org cc: current@freebsd.org Subject: palm/pilot-link needs to be fixed for matherr change (was Re: matherr disappeared?) X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 14 Feb 2005 02:30:52 -0000 On Sun, 2005-02-13 at 18:01 -0800, Steve Kargl wrote: > On Sun, Feb 13, 2005 at 05:23:29PM -0800, Sean McNeil wrote: > > I was refreshing my system and do not know when this happened, but this > > same port use to work: > > > > /usr/ports/palm/pilot-link/work/pilot-link-0.11.8/bindings/Tcl/tclAppInit.c:53: undefined reference to `matherr' > > *** Error code 1 > > > > See the thread and you should read freebsd-current list. First of all, I do read current as I am subscribed. > http://lists.freebsd.org/pipermail/freebsd-current/2005-February/046426.html Finally, that thread is related to tcl 8.0.5 for i386. I had no reason to suspect it had anything to do with my situation as I have an amd64 system with tcl-8.4.7 which compiled without any issue. Perhaps I simply deleted it since I am not using i386. So, the answer to my question is yes and matherr has disappeared. However, it would appear that this is related to the previous thread so I have changed the subject line and I'm CCing das. He had asked to be notified if anything else breaks. Cheers, Sean P.S. Aren't changes like that suppose to go in UPDATING?