From owner-freebsd-ports@freebsd.org Mon Mar 6 00:36:33 2017 Return-Path: Delivered-To: freebsd-ports@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id C266ACF7452 for ; Mon, 6 Mar 2017 00:36:33 +0000 (UTC) (envelope-from tech-lists@zyxst.net) Received: from out4-smtp.messagingengine.com (out4-smtp.messagingengine.com [66.111.4.28]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 9669711F9 for ; Mon, 6 Mar 2017 00:36:33 +0000 (UTC) (envelope-from tech-lists@zyxst.net) Received: from compute4.internal (compute4.nyi.internal [10.202.2.44]) by mailout.nyi.internal (Postfix) with ESMTP id 2F8E1205BA; Sun, 5 Mar 2017 19:36:32 -0500 (EST) Received: from web4 ([10.202.2.214]) by compute4.internal (MEProxy); Sun, 05 Mar 2017 19:36:32 -0500 DKIM-Signature: v=1; a=rsa-sha1; c=relaxed/relaxed; d=zyxst.net; h=cc :content-transfer-encoding:content-type:date:from:in-reply-to :message-id:mime-version:references:subject:to:x-me-sender :x-me-sender:x-sasl-enc; s=mesmtp; bh=xtisJYQhekAPsMJTJu3sZvvbQT E=; b=T8+IdqOmvFMxWm1siFQEnnzYxmmY5pbEUSSrdl3z1PXbwHTKvduZsLRYS5 qdzLC8fbCxgFF0BkZIF22BZ1XoRnRPNcdzbDSoJyMa2qsu7DRo7mKeOVjSZtYFOs Psv5XFuNqsTsu8lzck1HpBRHIxbLLJ8tYt/051DCTzgnxGSQ8= DKIM-Signature: v=1; a=rsa-sha1; c=relaxed/relaxed; d= messagingengine.com; h=cc:content-transfer-encoding:content-type :date:from:in-reply-to:message-id:mime-version:references :subject:to:x-me-sender:x-me-sender:x-sasl-enc; s=smtpout; bh=xt isJYQhekAPsMJTJu3sZvvbQTE=; b=UhdQvgxatE9T3C3vUN73UNEXecePOQcqND DDHLSKYWw0hm1sMtBWGkFt4UoWQ8+MCuIZqdRba2JCljGuq80C243dxMXd1LqLK9 igogs4CGzYC90E/ETInZ/UgSeSMYKrGWQvT0IEjJZV/8yw82YPl7S2AQWAl9ADIZ mGkshkQHY= X-ME-Sender: Received: by mailuser.nyi.internal (Postfix, from userid 99) id 0DD21BAB59; Sun, 5 Mar 2017 19:36:32 -0500 (EST) Message-Id: <1488760591.113814.901321736.78067F18@webmail.messagingengine.com> From: John To: Walter Schwarzenfeld Cc: freebsd-ports@freebsd.org MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Type: text/plain; charset="utf-8" X-Mailer: MessagingEngine.com Webmail Interface - ajax-1f3b8e78 Subject: Re: archivers/libarchive fails to build In-Reply-To: Date: Mon, 06 Mar 2017 00:36:31 +0000 References: <1488758782.108559.901300512.27398E46@webmail.messagingengine.com> X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 06 Mar 2017 00:36:33 -0000 Hi, On Mon, 6 Mar 2017, at 00:12, Walter Schwarzenfeld wrote: > The old problem > Either you deinstall lzmalib > or > add to the Makefile > > .if ${OSVERSION} < 1000000 > CFLAGS+= "-I${LOCALBASE}/include" > CPPFLAGS+= "-I${LOCALBASE}/include" > LDFLAGS+= "-L${LOCALBASE}/lib" > .endif > > https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=209437 Many thanks, that fixed it. Surprised it's still not fixed 10 months after the bug was reported, though. I changed the makefile as lzmalib is required on this machine. -- J.