Date: Fri, 26 Apr 2002 08:47:25 -0700 (PDT) From: JT Traub <jtraub@isilon.com> To: Joe Clarke <marcus@marcuscom.com> Cc: sobomax@FreeBSD.ORG, gnome@FreeBSD.ORG Subject: Re: Issue with -stable evolution port Message-ID: <Pine.BSF.4.21.0204260844130.7403-100000@isilon.com> In-Reply-To: <20020425220346.Y89367-100000@shumai.marcuscom.com>
next in thread | previous in thread | raw e-mail | index | archive | help
On Thu, 25 Apr 2002, Joe Clarke wrote: > > 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. As I had stated further below in this mail, I had in fact had pilot-link-0.9.5_4 installed. Also the portupgrade system is cleaning both before and after the build of each port and handling both up-chain and down-chain dependancies. IE, it build pilot-link-0.9.5_4 first, then cleaned and then build the things that depended on it, cleaning each before building. I will attempt to force an update of pilot-link (rebuild it fresh) along with anything which depends on it, but given the process I took, I'm not expecting it to succeed. I will let you know the results. --JT > 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 <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 > > > > > > 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.0204260844130.7403-100000>