Date: Wed, 17 Apr 2013 18:18:21 -0700 From: Jim Pazarena <fports@paz.bz> To: freebsd-ports@freebsd.org Subject: textproc / libxml2 failure to compile Message-ID: <516F49DD.4010600@paz.bz>
next in thread | raw e-mail | index | archive | help
On 9.1 amd, something has changed within my ports. This compiled fine the very first time I installed 9.1, but a recent re-install generates the following error(s) of failed references to lzma_*. I frequently run a portsnap fetch, (extract only once) and an update. Any suggestions would be much appreciated. Thanks, Jim CC parse4.o CC io2.o CC testWriter.o CC io1.o CC xpath1.o CC parse1.o CC tree1.o CCLD xpath2 CCLD reader1 ../../.libs/libxml2.so: undefined reference to `lzma_auto_decoder' ../../.libs/libxml2.so: undefined reference to `lzma_code' ../../.libs/libxml2.so: undefined reference to `lzma_end' ../../.libs/libxml2.so: undefined reference to `lzma_properties_decode' gmake[3]: *** [xpath2] Error 1 gmake[3]: *** Waiting for unfinished jobs.... ../../.libs/libxml2.so: undefined reference to `lzma_auto_decoder' ../../.libs/libxml2.so: undefined reference to `lzma_code' ../../.libs/libxml2.so: undefined reference to `lzma_end' ../../.libs/libxml2.so: undefined reference to `lzma_properties_decode' gmake[3]: *** [reader1] Error 1 gmake[3]: Leaving directory `/usr/ports/textproc/libxml2/work/libxml2-2.8.0/doc/examples' gmake[2]: *** [all-recursive] Error 1 gmake[2]: Leaving directory `/usr/ports/textproc/libxml2/work/libxml2-2.8.0/doc' gmake[1]: *** [all-recursive] Error 1 gmake[1]: Leaving directory `/usr/ports/textproc/libxml2/work/libxml2-2.8.0' gmake: *** [all] Error 2 *** [do-build] Error code 1 Stop in /usr/ports/textproc/libxml2.
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?516F49DD.4010600>