From owner-freebsd-ports@FreeBSD.ORG Thu May 31 04:19:54 2007 Return-Path: X-Original-To: ports@freebsd.org Delivered-To: freebsd-ports@FreeBSD.ORG Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 7550E16A421 for ; Thu, 31 May 2007 04:19:54 +0000 (UTC) (envelope-from imp@bsdimp.com) Received: from harmony.bsdimp.com (bsdimp.com [199.45.160.85]) by mx1.freebsd.org (Postfix) with ESMTP id 20A0D13C45D for ; Thu, 31 May 2007 04:19:54 +0000 (UTC) (envelope-from imp@bsdimp.com) Received: from localhost (localhost [127.0.0.1]) by harmony.bsdimp.com (8.13.8/8.13.4) with ESMTP id l4V4ISOM058057 for ; Wed, 30 May 2007 22:18:28 -0600 (MDT) (envelope-from imp@bsdimp.com) Date: Wed, 30 May 2007 22:18:45 -0600 (MDT) Message-Id: <20070530.221845.1102527879.imp@bsdimp.com> To: ports@freebsd.org From: "M. Warner Losh" X-Mailer: Mew version 4.2 on Emacs 21.3 / Mule 5.0 (SAKAKI) Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-2.0 (harmony.bsdimp.com [127.0.0.1]); Wed, 30 May 2007 22:18:28 -0600 (MDT) Cc: Subject: My problem X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 31 May 2007 04:19:54 -0000 I think my problem was caused by a stale ruby18. When I did a make delete-old-libs, that program would no longer run due to a missing library. Rebuilding it, and then rebuilding portupgrade-devel was the ticket. You might want to suggest in the UPDATING file that people make sure their base system is up-to-date, and to update ruby as well after crossing the gcc 4.2/symbol versioning rubicon... Warner