Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 11 Mar 2002 10:55:54 -0500 (EST)
From:      Joe Clarke <marcus@marcuscom.com>
To:        Steve Sielaff <sk1@thule.ne.mediaone.net>
Cc:        gnome@FreeBSD.ORG
Subject:   Re: Evolution is not compiling from ports
Message-ID:  <20020311105259.P77201-100000@creme-brulee.marcuscom.com>
In-Reply-To: <20020311072831.M65747-100000@thule.ne.mediaone.net>

next in thread | previous in thread | raw e-mail | index | archive | help


On Mon, 11 Mar 2002, Steve Sielaff wrote:

> You guys are my heros, I hope you can help with something.
>
> I update my ports on a daily basis.  I am sure I have the lateset port but
> Evolution fails to compile...
>
> I get the following error:

It looks like your pilot stuff might be out of place.  A while back there
was a shift in where the pilot header files went.  You should make sure
you have the latest pilot-link (0.9.5_3 as of this writing) or define
WITHOUT_PILOT when building.

Joe

>
> configure: In function `main':
> configure:8947: invalid lvalue in assignment
> configure: failed program was:
> #line 8941 "configure"
> #include "confdefs.h"
>
>                 #include <time.h>
>
> int main() {
>
>                 timezone = 1;
>
> ; return 0; }
> configure:8972: checking for tm_gmtoff in struct tm
> configure:8989: cc -c -O -pipe -march=pentiumpro -I/usr/X11R6/include
> -Wall -Wunused  -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
> conftest.c 1>&5
> configure:9015: checking for mkstemp
> configure:9043: cc -o conftest -O -pipe -march=pentiumpro
> -I/usr/X11R6/include -Wall -Wunused
> -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 conftest.c
> -pthread -L/usr/local/lib 1>&5
> configure:9015: checking for mkdtemp
> configure:9043: cc -o conftest -O -pipe -march=pentiumpro
> -I/usr/X11R6/include -Wall -Wunused
> -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 conftest.c
> -pthread -L/usr/local/lib 1>&5
> configure:9015: checking for isblank
> configure:9043: cc -o conftest -O -pipe -march=pentiumpro
> -I/usr/X11R6/include -Wall -Wunused
> -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 conftest.c
> -pthread -L/usr/local/lib 1>&5
> configure:9070: checking if ctime_r wants three arguments
> configure:9089: cc -c -O -pipe -march=pentiumpro -I/usr/X11R6/include
> -Wall -Wunused  -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
> conftest.c 1>&5
> configure: In function `main':
> configure:9084: too many arguments to function `ctime_r'
> configure:9082: warning: `buf' might be used uninitialized in this
> function
> configure: failed program was:
> #line 9076 "configure"
> #include "confdefs.h"
>
>                 #include <time.h>
>
> int main() {
>
>                 char *buf;
>                 time_t date;
>                 ctime_r( &date, buf, 100 );
>
> ; return 0; }
> configure:9119: checking for gethostbyname_r
> configure:9147: cc -o conftest -O -pipe -march=pentiumpro
> -I/usr/X11R6/include -Wall -Wunused
> -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 conftest.c
> -pthread -L/usr/local/lib 1>&5
> /tmp/ccHSCCRN.o: In function `main':
> /tmp/ccHSCCRN.o(.text+0x7): undefined reference to `gethostbyname_r'
> configure: failed program was:
> #line 9124 "configure"
> #include "confdefs.h"
> /* System header to define __stub macros and hopefully few prototypes,
>     which can conflict with char gethostbyname_r(); below.  */ #include
> <assert.h>
> /* Override any gcc2 internal prototype to avoid an error.  */
> /* We use char because int might match the return type of a gcc2
>     builtin and then its argument prototype would still apply.  */ char
> gethostbyname_r();
>
> int main() {
>
> /* The GNU C library defines this for functions which it implements
>     to always fail with ENOSYS.  Some functions are actually named
>     something starting with __ and the normal name is an alias.  */ #if
> defined (__stub_gethostbyname_r) || defined (__stub___gethostbyname_r)
> choke me #else gethostbyname_r(); #endif
>
> ; return 0; }
> configure:9275: checking for db3 compiler flags
> configure:9296: checking for db3/db.h
> configure:9306: cc -E
> -I/usr/ports/mail/evolution/work/db-3.1.17/build_unix
> -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 conftest.c >/dev/null
> 2>conftest.out
> configure:9334: checking db3 header version
> configure:9359: cc -c -O -pipe -march=pentiumpro -I/usr/X11R6/include
> -Wall -Wunused  -I/usr/ports/mail/evolution/work/db-3.1.17/build_unix
> -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 conftest.c 1>&5
> configure:9377: checking for db3 library name
> configure:9404: cc -o conftest -O -pipe -march=pentiumpro
> -I/usr/X11R6/include -Wall -Wunused
> -I/usr/ports/mail/evolution/work/db-3.1.17/build_unix
> -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 conftest.c
> -pthread -L/usr/local/lib
> /usr/ports/mail/evolution/work/db-3.1.17/build_unix/libdb.a 1>&5
> configure:9429: checking that db3 library version matches header version
> configure:9460: cc -o conftest -O -pipe -march=pentiumpro
> -I/usr/X11R6/include -Wall -Wunused
> -I/usr/ports/mail/evolution/work/db-3.1.17/build_unix
> -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 conftest.c
> /usr/ports/mail/evolution/work/db-3.1.17/build_unix/libdb.a -pthread
> -L/usr/local/lib 1>&5
> configure:9497: checking for OpenLDAP
> configure:9857: checking for pthread_create in -pthread
> configure:10134: checking for SunOS broken spool format
> configure:10164: checking for Bonobo
> configure:10212: checking for OAF
> configure:10260: checking for libglade
> configure:10308: checking for gdk-pixbuf with GNOME canvas support
> configure:10356: checking for GNOME-VFS
> configure:10404: checking for libxml
> configure:10452: checking for bonobo-conf
> configure:10501: checking for GAL
> configure:10549: checking for GtkHTML
> configure:10692: checking for gnome-config
> configure:10726: checking for gnome-pilot environment
> configure:11079: checking if pilot-link handles UTF-8 conversions
> configure:11108: cc -o conftest -O -pipe -march=pentiumpro
> -I/usr/X11R6/include -Wall -Wunused
> -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  conftest.c
> -pthread -L/usr/local/lib 1>&5
> configure:11092: pi-util.h: No such file or directory
> configure: In function `main':
> configure:11100: warning: implicit declaration of function
> `convert_ToPilotChar'
> configure: failed program was:
> #line 11087 "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);
> }
>
> (end of "config.log")
> *** Error code 1
>
> Stop in /usr/ports/mail/evolution.
> *** Error code 1
>
> Stop in /usr/ports/mail/evolution.
> *** Error code 1
>
> Stop in /usr/ports/mail/evolution.
> *** Error code 1
>
> Stop in /usr/ports/mail/evolution.
> *** Error code 1
>
>
>
> Thanks for your help.
>
> -Steve
>
>
>
> 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?20020311105259.P77201-100000>