Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 29 Jul 2013 16:17:50 +0200
From:      Henri Hennebert <hlh@restart.be>
To:        freebsd-stable@freebsd.org
Subject:   9.2-BETA2 bind  + WITH_BIND_XML=yes + libxml2-2.8.0
Message-ID:  <51F6798E.80602@restart.be>

next in thread | raw e-mail | index | archive | help
Hello,

When compiling world of 9.2-BETA2 and adding in /etc/src.conf

WITH_BIND_XML=yes

and with libxml2-2.8.0_2 (textproc/libxml2) installed in /usr/local

I get this link error:

===> usr.bin/dig (all)
/usr/local/lib/libxml2.a(xzlib.o): In function `__libxml2_xzclose':
xzlib.c:(.text+0x69): undefined reference to `lzma_end'
/usr/local/lib/libxml2.a(xzlib.o): In function `xz_decomp':
xzlib.c:(.text+0x4a6): undefined reference to `lzma_code'
/usr/local/lib/libxml2.a(xzlib.o): In function `xz_make':
xzlib.c:(.text+0x8cd): undefined reference to `lzma_auto_decoder'
xzlib.c:(.text+0xa04): undefined reference to `lzma_properties_decode'
clang: error: linker command failed with exit code 1 (use -v to see
invocation)
*** [dig] Error code 1

Stop in /usr/src/usr.bin/dig.
*** [all] Error code 1


Henri



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