Skip site navigation (1)Skip section navigation (2)
Date:      26 Apr 2002 12:55:22 -0300
From:      Joe Marcus Clarke <marcus@marcuscom.com>
To:        JT Traub <jtraub@isilon.com>
Cc:        sobomax@FreeBSD.ORG, gnome@FreeBSD.ORG
Subject:   Re: Issue with -stable evolution port
Message-ID:  <1019836523.312.32.camel@gyros.marcuscom.com>
In-Reply-To: <Pine.BSF.4.21.0204260844130.7403-100000@isilon.com>
References:  <Pine.BSF.4.21.0204260844130.7403-100000@isilon.com>

next in thread | previous in thread | raw e-mail | index | archive | help
On Fri, 2002-04-26 at 12:47, JT Traub wrote:
> 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.

Hmmm....I ran into the same thing, but a forced upgrade of the pilot
stuff fixed it.  The problem may also be symptomatic of the recent I18N
changes.  You may want to make sure all gettext and libiconv ports are
up-to-date as well.

Joe

> 
> --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
> > >
> > >
> > 
> > 
> 
> 
> 
-- 
PGP Key: http://www.marcuscom.com/pgp.asc


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?1019836523.312.32.camel>