From owner-svn-src-all@FreeBSD.ORG Tue May 11 19:34:50 2010 Return-Path: Delivered-To: svn-src-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 4C6A1106564A; Tue, 11 May 2010 19:34:50 +0000 (UTC) (envelope-from yanefbsd@gmail.com) Received: from mail-pz0-f174.google.com (mail-pz0-f174.google.com [209.85.222.174]) by mx1.freebsd.org (Postfix) with ESMTP id 0BFC38FC1C; Tue, 11 May 2010 19:34:49 +0000 (UTC) Received: by pzk4 with SMTP id 4so2637780pzk.7 for ; Tue, 11 May 2010 12:34:49 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:subject:mime-version :content-type:from:in-reply-to:date:cc:content-transfer-encoding :message-id:references:to:x-mailer; bh=5M2mm8WR7czKYWSlcAtGjHWmWqEV2991+4hspZh7TMc=; b=md4MyIDZUgcURWGBaNZyfs+lfCkVhNgefmK377VwpL/0lYfVSFVUh7SlUKx8A4Ol8m nyB7C5IC3umedGihVjgvdV2s8IWsO70rWxH2s35OK6HT0TEz4KQmg4T6drRyz3582ykf QaarlrOSyNW7WoSUntuSzAAXkRp+ebLuJDc+g= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=subject:mime-version:content-type:from:in-reply-to:date:cc :content-transfer-encoding:message-id:references:to:x-mailer; b=uGpEzQeSeq+WhVlmsw4SC8VOGAP+emYZvphPSMQn782HsBqWyVhDe6CYBalEfFPNJm LbdvFOzumCHi3od8hopxD0yVTv5QgLp8sYYQ+s7RAE0Zc1fHT8ig+4xeCtJXWS5gkude rNAETrQ20IPZ4YnoZJ80i2VJLqO7169uCA/Og= Received: by 10.143.193.8 with SMTP id v8mr3971952wfp.162.1273606489370; Tue, 11 May 2010 12:34:49 -0700 (PDT) Received: from [172.24.100.15] ([192.75.139.254]) by mx.google.com with ESMTPS id s21sm941947wff.0.2010.05.11.12.34.46 (version=TLSv1/SSLv3 cipher=RC4-MD5); Tue, 11 May 2010 12:34:47 -0700 (PDT) Mime-Version: 1.0 (Apple Message framework v1078) Content-Type: text/plain; charset=us-ascii From: Garrett Cooper In-Reply-To: <20100511190224.GA90875@titania.njm.me.uk> Date: Tue, 11 May 2010 15:34:54 -0400 Content-Transfer-Encoding: quoted-printable Message-Id: <25885E8D-93A9-47C7-BC55-AEE2D3773010@gmail.com> References: <201005101528.o4AFSiMx091913@svn.freebsd.org> <20100511190224.GA90875@titania.njm.me.uk> To: N.J. Mann X-Mailer: Apple Mail (2.1078) Cc: svn-src-head@FreeBSD.org, svn-src-all@FreeBSD.org, src-committers@FreeBSD.org, Martin Matuska Subject: Re: svn commit: r207849 - in head: . lib/libarchive rescue/rescue usr.bin/ar usr.bin/cpio usr.bin/cpio/test usr.bin/tar usr.bin/tar/test X-BeenThere: svn-src-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "SVN commit messages for the entire src tree \(except for " user" and " projects" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 11 May 2010 19:34:50 -0000 On May 11, 2010, at 3:02 PM, N.J. Mann wrote: > In message <201005101528.o4AFSiMx091913@svn.freebsd.org>, > Martin Matuska (mm@FreeBSD.org) wrote: >> Author: mm >> Date: Mon May 10 15:28:44 2010 >> New Revision: 207849 >> URL: http://svn.freebsd.org/changeset/base/207849 >>=20 >> Log: >> Enable liblzma support in libarchive >> Adjust dependencies for programs using libarchive >> Add xz and linkage against liblzma to rescue system >>=20 >> Approved by: kientzle, delphij (mentor) >> MFC after: 2 weeks >>=20 >> Modified: >> head/Makefile.inc1 >> head/lib/libarchive/Makefile >> head/rescue/rescue/Makefile >> head/usr.bin/ar/Makefile >> head/usr.bin/cpio/Makefile >> head/usr.bin/cpio/test/Makefile >> head/usr.bin/tar/Makefile >> head/usr.bin/tar/test/Makefile > [...] >=20 > This commit breaks the build for me. I am building on a i386 system > running FreeBSD 7.3-STABLE r205828. Prior to this commit I could = build > HEAD fine. Here are the last few lines of the build up to the point = it > fails: >=20 > =3D=3D=3D> usr.bin/ar (obj,depend,all,install) > = /usr/obj/home/FreeBSD.svn/base/head/tmp/home/FreeBSD.svn/base/head/usr.bin= /ar created for /home/FreeBSD.svn/base/head/usr.bin/ar > lex -t /home/FreeBSD.svn/base/head/usr.bin/ar/acplex.l > acplex.c > yacc -d /home/FreeBSD.svn/base/head/usr.bin/ar/acpyacc.y > cp y.tab.c acpyacc.c > rm -f .depend > mkdep -f .depend -a -I. -I/home/FreeBSD.svn/base/head/usr.bin/ar = -I/usr/obj/home/FreeBSD.svn/base/head/tmp/legacy/usr/include = /home/FreeBSD.svn/base/head/usr.bin/ar/ar.c acplex.c acpyacc.c = /home/FreeBSD.svn/base/head/usr.bin/ar/read.c = /home/FreeBSD.svn/base/head/usr.bin/ar/util.c = /home/FreeBSD.svn/base/head/usr.bin/ar/write.c > echo ar: /usr/lib/libc.a /usr/lib/libarchive.a /usr/lib/libbz2.a = /usr/lib/libz.a /usr/lib/liblzma.a /usr/lib/libelf.a = /usr/obj/home/FreeBSD.svn/base/head/tmp/legacy/usr/lib/libegacy.a >> = .depend > cc -O2 -pipe -I. -I/home/FreeBSD.svn/base/head/usr.bin/ar -std=3Dgnu99 = -I/usr/obj/home/FreeBSD.svn/base/head/tmp/legacy/usr/include -c = /home/FreeBSD.svn/base/head/usr.bin/ar/ar.c > cc -O2 -pipe -I. -I/home/FreeBSD.svn/base/head/usr.bin/ar -std=3Dgnu99 = -I/usr/obj/home/FreeBSD.svn/base/head/tmp/legacy/usr/include -c = acplex.c > cc -O2 -pipe -I. -I/home/FreeBSD.svn/base/head/usr.bin/ar -std=3Dgnu99 = -I/usr/obj/home/FreeBSD.svn/base/head/tmp/legacy/usr/include -c = acpyacc.c > cc -O2 -pipe -I. -I/home/FreeBSD.svn/base/head/usr.bin/ar -std=3Dgnu99 = -I/usr/obj/home/FreeBSD.svn/base/head/tmp/legacy/usr/include -c = /home/FreeBSD.svn/base/head/usr.bin/ar/read.c > cc -O2 -pipe -I. -I/home/FreeBSD.svn/base/head/usr.bin/ar -std=3Dgnu99 = -I/usr/obj/home/FreeBSD.svn/base/head/tmp/legacy/usr/include -c = /home/FreeBSD.svn/base/head/usr.bin/ar/util.c > cc -O2 -pipe -I. -I/home/FreeBSD.svn/base/head/usr.bin/ar -std=3Dgnu99 = -I/usr/obj/home/FreeBSD.svn/base/head/tmp/legacy/usr/include -c = /home/FreeBSD.svn/base/head/usr.bin/ar/write.c > make: don't know how to make /usr/lib/liblzma.a. Stop > *** Error code 2 >=20 > Stop in /home/FreeBSD.svn/base/head. > *** Error code 1 >=20 > Stop in /home/FreeBSD.svn/base/head. > *** Error code 1 >=20 > Stop in /home/FreeBSD.svn/base/head. >=20 >=20 > I have removed my /etc/make.conf and /etc/src.conf and deleted = /usr/obj > before starting the build. Hi Nick, Please detail the steps that you did to actually reproduce the = problem. Just to let you know though, piecewise updating of just = libarchive isn't possible; you need to update some Makefiles and other = pieces that Martin touched in the lzma import (in particular = Makefile.inc1). Otherwise things will break quickly. HTH, -Garrett=