From owner-freebsd-current@FreeBSD.ORG Thu May 8 16:04:55 2014 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 2068FA69 for ; Thu, 8 May 2014 16:04:55 +0000 (UTC) Received: from mail-pd0-f181.google.com (mail-pd0-f181.google.com [209.85.192.181]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id E7E7519C for ; Thu, 8 May 2014 16:04:54 +0000 (UTC) Received: by mail-pd0-f181.google.com with SMTP id w10so2478547pde.26 for ; Thu, 08 May 2014 09:04:54 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:sender:content-type:mime-version:subject:from :in-reply-to:date:cc:content-transfer-encoding:message-id:references :to; bh=PV9c7PxPOW3HWZQgDFexYP6at0IscU/UzPj76hJHUfA=; b=cC52q2nz0t7zTUZ4pRZGHrzbq8lDSS30cp5yKVXHUPBXcywSySs6ofWHsbUmledZZJ 4rC9hbCZ4EhNG6TYbNhTa/+kjj1Kz6PeVPNduSDg+CIIsHqP3MtU8ZRljx8aVw5Tbj48 JqBTeyYXmlUlU5nuU5iYMLQyFy3E5vv7Nrb+2UbFfPEJysSTHnHjOIJtjhC8mN4YYBdW Hd28OVYsP0aHi6f9TREVAXbqySz1RnjU1YWbWq8o5a57uKh+GV2dSPARTfQ4F17Fv5Il 1/Hzi2k4TPcPoLy9UPrele1JsU3uRVTJlsyzpDfD+eanuTdoFC1MDo+N3jmMrjuMz5qi WeHA== X-Gm-Message-State: ALoCoQlI9ajuHoznazrE8iidt3E29mvMMoygWSRVRqwJGQFz/OCMri49lfZd3YWPpkUu6ilmukhq X-Received: by 10.66.221.99 with SMTP id qd3mr9445339pac.46.1399565094026; Thu, 08 May 2014 09:04:54 -0700 (PDT) Received: from bsdimp.corp.netflix.com ([69.53.237.72]) by mx.google.com with ESMTPSA id pr4sm2745326pbb.53.2014.05.08.09.04.52 for (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Thu, 08 May 2014 09:04:52 -0700 (PDT) Sender: Warner Losh X-Google-Original-From: Warner Losh Content-Type: text/plain; charset=windows-1252 Mime-Version: 1.0 (Mac OS X Mail 7.2 \(1874\)) Subject: Re: ports broken in current From: Warner Losh In-Reply-To: <536AD2AB.7020103@ShaneWare.Biz> Date: Thu, 8 May 2014 09:04:51 -0700 Content-Transfer-Encoding: quoted-printable Message-Id: References: <536AD2AB.7020103@ShaneWare.Biz> To: Shane Ambler X-Mailer: Apple Mail (2.1874) Cc: FreeBSD Current X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.18 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: Thu, 08 May 2014 16:04:55 -0000 On May 7, 2014, at 5:41 PM, Shane Ambler wrote: > I have just updated my 11-CURRENT tinderbox machine and found an issue > that breaks ports building. >=20 > make: "/usr/share/mk/bsd.port.mk" line 15: Could not find bsd.own.mk Install again. This was fixed last night. You can fix it just by = updating and running make install in share/mk. > This is highlighted as tinderbox creates a clean build environment = while > the base system kept working with the old file being left behind - = make > delete-old doesn't remove bsd.own.mk from base but a clean system > doesn't get it installed. >=20 > In r265420 /head/share/mk/Makefile removed reference to bsd.own.mk and > replaced it with src.opts.mk Yea that=92s totally bogus. Which is why I fixed it. One too many = automatic replacements that slipped through the cracks. > bsd.port.mk was left unaltered still including bsd.own.mk which now > doesn't get installed but is still in svn, breaking ports building. Yea, bsd.port.mk is good. The above breakage was bad... > Should bsd.port.mk include src.opts.mk instead of bsd.own.mk or should > bsd.own.mk be re-added to the install list? The proper fix is in the tree: re-add bsd.own.mk. > This appears to carry on from the yesterdays build fails with > src.opts.mk not being found. Please update. If the problems persist, please let me know. Also, be = sure to remove /usr/share/mk/src.opts.mk, since if will cause you = head-aches in the future if you don=92t. Sorry for the bumps=85 Warner=