Date: Sat, 13 Apr 2002 09:31:40 -0700 (PDT) From: Mike Harding <mvh@ix.netcom.com> To: ade@FreeBSD.org Cc: gnome@freebsd.org Subject: Re: gettext upgrade breaks lots of things Message-ID: <20020413163140.E4C5813116@netcom1.netcom.com> In-Reply-To: <B8DDBA79.C74F%ade@FreeBSD.org> (message from Ade Lovett on Sat, 13 Apr 2002 10:35:37 -0500) References: <B8DDBA79.C74F%ade@FreeBSD.org>
next in thread | previous in thread | raw e-mail | index | archive | help
Sorry - this was in gtop I think, and gnome-fifth-toe died somewhere. I had to get some work done so I backed up the cvsup date and am rebuilding, so sorry about not having any particulars. I'll try again right now... Date: Sat, 13 Apr 2002 10:35:37 -0500 From: Ade Lovett <ade@FreeBSD.org> Sender: owner-freebsd-gnome@FreeBSD.ORG X-Loop: FreeBSD.ORG X-Spam-Status: No, hits=-5.0 required=5.0 tests=IN_REP_TO version=2.11 On 04/13/02 00:47, "Mike Harding" <mvh@ix.netcom.com> 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 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-gnome" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20020413163140.E4C5813116>