From owner-freebsd-ports@FreeBSD.ORG Thu Apr 18 01:25:49 2013 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id D781E604 for ; Thu, 18 Apr 2013 01:25:49 +0000 (UTC) (envelope-from fports@paz.bz) Received: from mail.qcislands.net (mail.qcislands.net [207.34.147.83]) by mx1.freebsd.org (Postfix) with ESMTP id 8FDD9179 for ; Thu, 18 Apr 2013 01:25:49 +0000 (UTC) Received: from 100-236-53-209.qcislands.net ([209.53.236.100] helo=[192.168.1.6]) by mail.qcislands.net with esmtp (Exim 4.80) (envelope-from ) id 1USdUc-000Gfh-2T; Wed, 17 Apr 2013 18:18:30 -0700 Message-ID: <516F49DD.4010600@paz.bz> Date: Wed, 17 Apr 2013 18:18:21 -0700 From: Jim Pazarena User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:17.0) Gecko/20130328 Thunderbird/17.0.5 MIME-Version: 1.0 To: freebsd-ports@freebsd.org Subject: textproc / libxml2 failure to compile Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-local_scan: locally submitted (100) X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 18 Apr 2013 01:25:49 -0000 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.