Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 26 May 2004 10:38:11 -0700
From:      Marcel Moolenaar <marcel@xcllnt.net>
To:        Pawel Jakub Dawidek <pjd@freebsd.org>
Cc:        ia64@freebsd.org
Subject:   Re: [current tinderbox] failure on ia64/ia64
Message-ID:  <20040526173811.GA49985@ns1.xcllnt.net>
In-Reply-To: <20040526160532.GB9611@darkness.comp.waw.pl>
References:  <20040526145942.46BEB7303E@freebsd-current.sentex.ca> <20040526160532.GB9611@darkness.comp.waw.pl>

next in thread | previous in thread | raw e-mail | index | archive | help
On Wed, May 26, 2004 at 06:05:32PM +0200, Pawel Jakub Dawidek wrote:
> +> [...]
> +> cc -O2 -pipe  -DCLASSDIR=\"/lib/geom\" -I/other/tinderbox/CURRENT/ia64/ia64/src/sbin/geom/core/../../../sys -I/other/tinderbox/CURRENT/ia64/ia64/src/sbin/geom/core -I/other/tinderbox/CURRENT/ia64/ia64/src/sbin/geom/core/.. -Wsystem-headers -Werror -Wall -Wno-format-y2k -W -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wreturn-type -Wcast-qual -Wwrite-strings -Wswitch -Wshadow -Wcast-align -Wchar-subscripts -Winline -Wnested-externs -Wredundant-decls  -static -o geom geom.o subr.o -lbsdxml -lgeom -lsbuf -lutil
> +> /home/tinderbox/sandbox/CURRENT/ia64/ia64/obj/ia64/other/tinderbox/CURRENT/ia64/ia64/src/i386/usr/lib/libgeom.a(geom_xml2tree.o): In function `geom_xml2tree':
> +> geom_xml2tree.o(.text+0x1542): undefined reference to `XML_ParserCreate'
> +> geom_xml2tree.o(.text+0x1592): undefined reference to `XML_SetUserData'
> +> geom_xml2tree.o(.text+0x15c2): undefined reference to `XML_SetElementHandler'
> +> geom_xml2tree.o(.text+0x15e2): undefined reference to `XML_SetCharacterDataHandler'
> +> geom_xml2tree.o(.text+0x1612): undefined reference to `XML_Parse'
> +> geom_xml2tree.o(.text+0x1642): undefined reference to `XML_ParserFree'
> +> *** Error code 1
> 
> Could someone explain to me how is it possible?

-lbsdxml is before -lgeom

> pluto[12] seems to be broken and I'm not able to reproduce it.

Define broken. It's a highly overloaded term.

> I changed libraries order in DPADD/LDADD. Is that important?

Yes.

-- 
 Marcel Moolenaar	  USPA: A-39004		 marcel@xcllnt.net



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