From owner-freebsd-java@FreeBSD.ORG Fri Nov 21 10:41:07 2003 Return-Path: Delivered-To: freebsd-java@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B79D116A4CE for ; Fri, 21 Nov 2003 10:41:07 -0800 (PST) Received: from hacking.kicks-ass.org (c-24-1-13-105.client.comcast.net [24.1.13.105]) by mx1.FreeBSD.org (Postfix) with ESMTP id C344443FDD for ; Fri, 21 Nov 2003 10:41:06 -0800 (PST) (envelope-from jeff@kreska.org) Received: from STATIC (gnat.xxi.com [209.176.38.93] (may be forged)) (authenticated bits=0)hALIf5QS031390 (version=TLSv1/SSLv3 cipher=RC4-MD5 bits=128 verify=NO) for ; Fri, 21 Nov 2003 12:41:06 -0600 (CST) (envelope-from jeff@kreska.org) From: "Jeff" To: Date: Fri, 21 Nov 2003 12:41:05 -0600 Message-ID: <01f901c3b05f$05dff190$db0aa8c0@xxi.com> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook, Build 10.0.2616 Importance: Normal X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1165 In-Reply-To: <20031121184019.GA84366@misty.eyesbeyond.com> Subject: RE: jdk1.4.2-p5 compile failure on 4.8-RELEASE X-BeenThere: freebsd-java@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting Java to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 21 Nov 2003 18:41:07 -0000 > -----Original Message----- > From: Greg Lewis [mailto:glewis@eyesbeyond.com] > Sent: Friday, November 21, 2003 12:40 PM > To: Jeff > Cc: freebsd-java@FreeBSD.org > Subject: Re: jdk1.4.2-p5 compile failure on 4.8-RELEASE > > > If only there was a way to go upgrade all installed ports/packages :) > > There is, its called portupgrade. Install sysutils/portupgrade and then > just run it. > > > /usr/libexec/ld-elf.so.1: Shared object "libintl.so.4" not found > > Hmmm, the current version of libintl is libintl.so.5. Maybe something > linked against that in between trying the builds and you updated > gettext in the mean time? Once again, you are right on the money. After the cvsup of ports I started trying to rebuild php which needed to rebuild ......... Thanks for all your help.