From owner-freebsd-current@FreeBSD.ORG Sat May 15 22:06:48 2010 Return-Path: Delivered-To: current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id A75DB1065670 for ; Sat, 15 May 2010 22:06:48 +0000 (UTC) (envelope-from luigi@onelab2.iet.unipi.it) Received: from onelab2.iet.unipi.it (onelab2.iet.unipi.it [131.114.59.238]) by mx1.freebsd.org (Postfix) with ESMTP id 70C4A8FC15 for ; Sat, 15 May 2010 22:06:48 +0000 (UTC) Received: by onelab2.iet.unipi.it (Postfix, from userid 275) id 90A8573098; Sun, 16 May 2010 00:18:01 +0200 (CEST) Date: Sun, 16 May 2010 00:18:01 +0200 From: Luigi Rizzo To: current@freebsd.org Message-ID: <20100515221801.GA25152@onelab2.iet.unipi.it> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.4.2.3i Cc: Subject: missing /usr/lib/liblzma.a during HEAD buildworld ? X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 15 May 2010 22:06:48 -0000 Hi, building HEAD on my laptop (stable/7 approx jun 2009) fails with the following error: sh /usr/home/luigi/FreeBSD/head/tools/install.sh -o root -g wheel -m 444 fr.ISO8859-1-s /home/luigi/FreeBSD/obj_head/usr/home/luigi/FreeBSD/head/tmp/legacy/usr/share/tmac/mdoc/fr.ISO8859-1 sh /usr/home/luigi/FreeBSD/head/tools/install.sh -o root -g wheel -m 444 ru.KOI8-R-s /home/luigi/FreeBSD/obj_head/usr/home/luigi/FreeBSD/head/tmp/legacy/usr/share/tmac/mdoc/ru.KOI8-R ===> usr.bin/ar (obj,depend,all,install) make: don't know how to make /usr/lib/liblzma.a. Stop *** Error code 2 Stop in /usr/home/luigi/FreeBSD/head. *** Error code 1 The build apparently works fine on my desktop, still stable/7 from Sep.2009) Any idea on what could be wrong ? cheers luigi