From owner-freebsd-gnome Sat Apr 13 8:35:26 2002 Delivered-To: freebsd-gnome@freebsd.org Received: from omega.lovett.com (omega.lovett.com [209.249.90.123]) by hub.freebsd.org (Postfix) with ESMTP id 0788037B400 for ; Sat, 13 Apr 2002 08:35:24 -0700 (PDT) Received: from [24.243.55.247] (helo=[10.0.0.2] ident=ident) by omega.lovett.com with esmtp (Exim 3.34 #1) id 16wPYg-000DlS-00; Sat, 13 Apr 2002 08:35:22 -0700 User-Agent: Microsoft-Entourage/10.0.0.1331 Date: Sat, 13 Apr 2002 10:35:37 -0500 Subject: Re: gettext upgrade breaks lots of things From: Ade Lovett To: Mike Harding , Message-ID: In-Reply-To: <20020413054711.85F3D13107@netcom1.netcom.com> Mime-version: 1.0 Content-type: text/plain; charset="US-ASCII" Content-transfer-encoding: 7bit Sender: owner-freebsd-gnome@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On 04/13/02 00:47, "Mike Harding" wrote: > > Just a head's up - I upgraded my ports today, and /usr/ports/x11/gnome > and /usr/ports/x11/gnome-fifth-toe punked out fairly early in their > builds, leaving me with a fairly disfunctionaly computer. I had > backed out both versions of gettext from my system and then rebuilt - > the ports generally fail like this Which ports in particular? I purposely ran through a full x11/gnome build (and x11/kde2) before committing to avoid this kind of stuff. > /usr/local/bin/msgfmt -o zh_TW.Big5.mo zh_TW.Big5.po > zh_TW.Big5.po:588:13: invalid multibyte sequence > zh_TW.Big5.po:588:14: invalid multibyte sequence > /usr/local/bin/msgfmt: found 2 fatal errors Easy to fix: In Makefile - add: BUILD_DEPENDS= msgfmt-old:${PORTSDIR}/devel/gettext-old - add MSGFMT="${LOCALBASE}/bin/msgfmt-old" XGETTEXT="${LOCALBASE}/bin/xgettext-old" to CONFIGURE_ENV. I'll go restart a gnome build now.. It's possible that I didn't commit the entire patchset.. Apologies for any confusion. -aDe To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-gnome" in the body of the message