Date: Thu, 25 Apr 2002 16:26:01 -0700 (PDT) From: JT Traub <jtraub@isilon.com> To: sobomax@freebsd.org, gnome@freebsd.org Subject: Issue with -stable evolution port Message-ID: <Pine.BSF.4.21.0204251620240.47996-100000@isilon.com>
next in thread | raw e-mail | index | archive | help
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 <stdlib.h> #include <string.h> #include <pi-util.h> 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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?Pine.BSF.4.21.0204251620240.47996-100000>