From owner-freebsd-gnome Thu Apr 25 16:26: 6 2002 Delivered-To: freebsd-gnome@freebsd.org Received: from isilon.com (isilon.com [65.101.129.58]) by hub.freebsd.org (Postfix) with ESMTP id EA71B37B417; Thu, 25 Apr 2002 16:26:01 -0700 (PDT) Received: from localhost (localhost [127.0.0.1]) by isilon.com (8.12.2/8.11.1) with ESMTP id g3PNQ15T077917; Thu, 25 Apr 2002 16:26:01 -0700 (PDT) (envelope-from jtraub@isilon.com) Date: Thu, 25 Apr 2002 16:26:01 -0700 (PDT) From: JT Traub To: sobomax@freebsd.org, gnome@freebsd.org Subject: Issue with -stable evolution port Message-ID: 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 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 ---- 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