Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 8 Feb 2002 12:29:12 -0500 (EST)
From:      Joe Clarke <marcus@marcuscom.com>
To:        Dave Goode <dave@davegoode.net>
Cc:        gnome@FreeBSD.ORG
Subject:   Re: libxslt
Message-ID:  <20020208122817.V67438-100000@shumai.marcuscom.com>
In-Reply-To: <200202081725.g18HPZ565328@dave.davegoode.net>

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



On Fri, 8 Feb 2002, Dave Goode wrote:

> I don't like to make a fuss - I know you are overworked and unpaid. But, I
> can't build libxslt on my system (4.4). Here's the last few lines of output
> from a make. I'd be grateful if you could find time to advise me what the
> problem/solution is as I don't have sufficient knowledge or experience to go
> any further. This is preventing me installing kdelibs2.2.2 - an essential
> upgrade, really.

Looks like you don't have a recent version of libxml2 installed.

Try a portupgrade -f libxml2

and see where that gets you.  You need the latest, libxml2-2.4.13.

Joe

>
> ; return 0; }
> configure:5759: checking for pow in -lm
> configure:5778: cc -o conftest -O -pipe  -I/usr/local/include  conftest.c -lm
>   1>&5
> configure:5805: checking for floor
> configure:5833: cc -o conftest -O -pipe  -I/usr/local/include  conftest.c
> 1>&5
> /tmp/ccIhZO24.o: In function `main':
> /tmp/ccIhZO24.o(.text+0x7): undefined reference to `floor'
> configure: failed program was:
> #line 5810 "configure"
> #include "confdefs.h"
> /* System header to define __stub macros and hopefully few prototypes,
>     which can conflict with char floor(); 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 floor();
>
> 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_floor) || defined (__stub___floor)
> choke me
> #else
> floor();
> #endif
>
> ; return 0; }
> configure:5851: checking for floor in -lm
> configure:5870: cc -o conftest -O -pipe  -I/usr/local/include  conftest.c -lm
>   1>&5
> configure:5897: checking for fabs
> configure:5925: cc -o conftest -O -pipe  -I/usr/local/include  conftest.c
> 1>&5
> configure:5909: warning: conflicting types for built-in function `fabs'
> configure:5990: checking for gettimeofday
> configure:6018: cc -o conftest -O -pipe  -I/usr/local/include  conftest.c
> 1>&5
> configure:6045: checking for mktime
> configure:6073: cc -o conftest -O -pipe  -I/usr/local/include  conftest.c
> 1>&5
> configure:6045: checking for localtime
> configure:6073: cc -o conftest -O -pipe  -I/usr/local/include  conftest.c
> 1>&5
> configure:6045: checking for asctime
> configure:6073: cc -o conftest -O -pipe  -I/usr/local/include  conftest.c
> 1>&5
> configure:6045: checking for time
> configure:6073: cc -o conftest -O -pipe  -I/usr/local/include  conftest.c
> 1>&5
> configure:6045: checking for gmtime
> configure:6073: cc -o conftest -O -pipe  -I/usr/local/include  conftest.c
> 1>&5
> configure:6102: checking for perl
> configure:6241: checking for libxml libraries >= 2.4.13
> (end of "config.log")
> *** Error code 1
>
> Stop in /usr/ports/textproc/libxslt.
> *** Error code 1
>
> Dave
> --
> www.davegoode.net
>
> 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



help

Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20020208122817.V67438-100000>