From owner-freebsd-stable@freebsd.org Fri Jul 8 10:28:00 2016 Return-Path: Delivered-To: freebsd-stable@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 DD523B76F8F for ; Fri, 8 Jul 2016 10:28:00 +0000 (UTC) (envelope-from markmi@dsl-only.net) Received: from asp.reflexion.net (outbound-mail-211-153.reflexion.net [208.70.211.153]) (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 7844D1E3A for ; Fri, 8 Jul 2016 10:27:59 +0000 (UTC) (envelope-from markmi@dsl-only.net) Received: (qmail 16827 invoked from network); 8 Jul 2016 10:27:59 -0000 Received: from unknown (HELO mail-cs-01.app.dca.reflexion.local) (10.81.19.1) by 0 (rfx-qmail) with SMTP; 8 Jul 2016 10:27:59 -0000 Received: by mail-cs-01.app.dca.reflexion.local (Reflexion email security v7.90.3) with SMTP; Fri, 08 Jul 2016 06:28:47 -0400 (EDT) Received: (qmail 30822 invoked from network); 8 Jul 2016 10:28:46 -0000 Received: from unknown (HELO iron2.pdx.net) (69.64.224.71) by 0 (rfx-qmail) with (AES256-SHA encrypted) SMTP; 8 Jul 2016 10:28:46 -0000 X-No-Relay: not in my network X-No-Relay: not in my network X-No-Relay: not in my network X-No-Relay: not in my network Received: from [192.168.0.105] (ip70-189-131-151.lv.lv.cox.net [70.189.131.151]) by iron2.pdx.net (Postfix) with ESMTPSA id 521E51C405F; Fri, 8 Jul 2016 03:27:43 -0700 (PDT) From: Mark Millard Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: quoted-printable Subject: 11.0 -r302412: check-old does not list older /usr/libsoft/. . . materials; delete-old and delete-old-libs do not delete them Message-Id: Date: Fri, 8 Jul 2016 03:27:56 -0700 To: freebsd-arm , freebsd-stable@freebsd.org, FreeBSD Toolchain , FreeBSD Current Mime-Version: 1.0 (Mac OS X Mail 9.3 \(3124\)) X-Mailer: Apple Mail (2.3124) X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 08 Jul 2016 10:28:01 -0000 I just did a amd64 -> armv6 cross-build/update for -r302331 -> -r302412. -r302331's build had WITH_LIBSOFT=3Dyes -r302412's build was WITHOUT_LIBSOFT (by not specifying WITH_LIBSOFT=3Dyes= ) (I had rebuilt all the installed ports [-r417989 update] under = -r302331.) The check-old stage did not report anything about /usr/libsoft materials = as to be deleted. Nor did delete-old or delete-old-libs remove any of them. Looking in the DESTDIR tree shows that the libsoft files are still there = and are old: libsoft was not rebuilt. -r302412's build was WITHOUT_META_MODE because of a different issue when = WITH_META_MODE was attempted. =3D=3D=3D Mark Millard markmi at dsl-only.net