From owner-freebsd-gnome Thu Apr 25 19: 5:59 2002 Delivered-To: freebsd-gnome@freebsd.org Received: from shumai.marcuscom.com (rdu57-17-158.nc.rr.com [66.57.17.158]) by hub.freebsd.org (Postfix) with ESMTP id 5CD9D37B419; Thu, 25 Apr 2002 19:05:53 -0700 (PDT) Received: from shumai.marcuscom.com (marcus@localhost.marcuscom.com [127.0.0.1]) by shumai.marcuscom.com (8.12.3/8.12.2) with ESMTP id g3Q2696L089404; Thu, 25 Apr 2002 22:06:09 -0400 (EDT) (envelope-from marcus@marcuscom.com) Received: from localhost (marcus@localhost) by shumai.marcuscom.com (8.12.3/8.12.3/Submit) with ESMTP id g3Q269E3089401; Thu, 25 Apr 2002 22:06:09 -0400 (EDT) X-Authentication-Warning: shumai.marcuscom.com: marcus owned process doing -bs Date: Thu, 25 Apr 2002 22:06:09 -0400 (EDT) From: Joe Clarke To: JT Traub Cc: sobomax@FreeBSD.ORG, Subject: Re: Issue with -stable evolution port In-Reply-To: Message-ID: <20020425220346.Y89367-100000@shumai.marcuscom.com> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII 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 PGP Key : http://www.marcuscom.com/pgp.asc On Thu, 25 Apr 2002, JT Traub wrote: > Yesterday/today I was updating my ports collection and evolution failed to > rebuild with the following error. > > checking for pilot-link version >= 0.9.5... yes (found 0.9.5) > checking if pilot-link handles UTF-8 conversions... no > configure: error: evolution requires pilot-link to have working UTF-8 > conversion routines Make sure you have pilot-link-0.9.5_4 installed, then make clean in Evolution, and rebuild. Joe > ---- > configure:11078: checking if pilot-link handles UTF-8 conversions > configure:11107: cc -o conftest -O2 -pipe -I/usr/X11R6/include -Wall > -Wunused -I/usr/local/include > -I/usr/ports/mail/evolution/work/db-3.1.17/build_unix -I/usr/local/include > -I/usr/X11R6/include/gtk12 -I/usr/local/include/glib12 > -I/usr/local/include -I/usr/X11R6/include -L/usr/X11R6/lib > -L/usr/local/lib -lpisock conftest.c -pthread -L/usr/local/lib 1>&5 > configure: failed program was: > #line 11086 "configure" > #include "confdefs.h" > > #include > #include > #include > > int main (int argc, char **argv) > { > const char *utf8 = "\x66\x66\x66\x66\x66\x66\x66\xC2\xA9"; > size_t utf8_real_len = strlen (utf8); > char *pstring; > > if (convert_ToPilotChar ("UTF-8", utf8, utf8_real_len, &pstring) == -1) > exit (1); > > exit (0); > } > > ------------ > > I have verified that I have the pilot-link-0.9.5_4 port installed, and > it's been installed for a while. I have also verified that > convert_ToPilotChar() is in fact returning -1 in the test program > above. However, I don't know how to resolve the problem. The evolution > 1.0.3 port is the only one that failed to build (though it caused > gnome-fifth-toe to report failure as well). > > Any assistance in clearing this up would be appreciated. > > --JT > > > > 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