From owner-freebsd-current@FreeBSD.ORG Sat Aug 13 15:54:42 2011 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 525C0106564A; Sat, 13 Aug 2011 15:54:42 +0000 (UTC) (envelope-from yanegomi@gmail.com) Received: from mail-qy0-f182.google.com (mail-qy0-f182.google.com [209.85.216.182]) by mx1.freebsd.org (Postfix) with ESMTP id 01D868FC15; Sat, 13 Aug 2011 15:54:41 +0000 (UTC) Received: by qyk9 with SMTP id 9so2613334qyk.13 for ; Sat, 13 Aug 2011 08:54:41 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type:content-transfer-encoding; bh=p5gXj6l5MDegaZtW29A8/MUmbEwx6Zb2FVZOAiaVoak=; b=DJiNUDrz3W9NXFLCkXs9m4XZCObwDyA63QmkgilRkNjHfkulQkIfxwqjNuwPlXGr6h F9Lgvv06s26fMzkjH9jD3+XS66m0EjTRToo2eTdsmYpIJrSpSFCJ2BwhwY0SKp/LzWK7 hGcKd3NhT9OLPMpFcyw4kBZj2TveKqA7o5e0U= MIME-Version: 1.0 Received: by 10.224.200.3 with SMTP id eu3mr1330614qab.279.1313250881224; Sat, 13 Aug 2011 08:54:41 -0700 (PDT) Received: by 10.224.178.65 with HTTP; Sat, 13 Aug 2011 08:54:41 -0700 (PDT) In-Reply-To: References: <20110813103752.844555ossu60rksg@econet.encontacto.net> Date: Sat, 13 Aug 2011 08:54:41 -0700 Message-ID: From: Garrett Cooper To: Chris Rees Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Cc: freebsd-current , eculp Subject: Re: For about a week I've been trying to build a release that breaks at docproj. Just low priority break information. 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, 13 Aug 2011 15:54:42 -0000 On Sat, Aug 13, 2011 at 8:52 AM, Chris Rees wrote: > On 13 August 2011 16:37, eculp wrote: >> I've been building a release about once a week on current. =A0The last >> successful build was on august 8 but don't know when this started but in= the >> last few days. >> >> I am building on >> # uname -a >> FreeBSD Home.EnContacto.net 9.0-BETA1 FreeBSD 9.0-BETA1 #16: Sat Aug 13 >> 05:09:17 CDT 2011 >> root@Home.EnContacto.net:/usr/obj/usr/src/sys/ENCONTACTO =A0amd64 >> >> All builds include ports kernel updated ports, etc. =A0I build it with >> generate-release.sh script below. >> >> sh generate-release.sh head /local3/release >> >> The results that I get follow: >> >> =3D=3D=3D> =A0 Generating temporary packing list >> =3D=3D=3D> =A0Checking if textproc/docproj already installed >> =3D=3D=3D> =A0 docproj-1.17_4 is already installed >> =A0 =A0 =A0You may wish to ``make deinstall'' and install this port agai= n >> =A0 =A0 =A0by ``make reinstall'' to upgrade it properly. >> =A0 =A0 =A0If you really wish to overwrite the old port of textproc/docp= roj >> =A0 =A0 =A0without deleting it first, set the variable "FORCE_PKG_REGIST= ER" >> =A0 =A0 =A0in your environment or the "make install" command line. >> *** Error code 1 >> >> Stop in /usr/ports/textproc/docproj. >> Home.EnContacto.net >> /usr/src/release # >> Home.EnContacto.net >> /usr/src/release # portmaster textproc/docproj >> >> =3D=3D=3D>>> Port directory: /usr/ports/textproc/docproj >> >> =A0 =A0 =A0 =A0=3D=3D=3D>>> This port is marked IGNORE >> =A0 =A0 =A0 =A0=3D=3D=3D>>> user must set WITH_JADETEX variable to 'yes'= or 'no' > =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0^^^^^^= ^^^ > > You need to set WITH_JADETEX in /etc/make.conf. That's not the problem. The problem is that docproj already exists in the scratch directory because it's not deleted between runs. Thanks, -Garrett