From owner-freebsd-stable@freebsd.org Fri Jul 8 13:23:55 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 6FE80B83CDB for ; Fri, 8 Jul 2016 13:23:55 +0000 (UTC) (envelope-from imb@protected-networks.net) Received: from mail.auburn.protected-networks.net (mail.auburn.protected-networks.net [IPv6:2001:470:1f07:4e1::3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mail.auburn.protected-networks.net", Issuer "Protected Networks Root CA" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id 38CDB1EE2 for ; Fri, 8 Jul 2016 13:23:55 +0000 (UTC) (envelope-from imb@protected-networks.net) Received: from toshi.auburn.protected-networks.net (toshi.auburn.protected-networks.net [192.168.1.10]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client did not present a certificate) (Authenticated sender: imb@mail.auburn.protected-networks.net) by mail.auburn.protected-networks.net (Postfix) with ESMTPSA id F2D571CC26; Fri, 8 Jul 2016 09:23:44 -0400 (EDT) Subject: Re: "make delete-old" failed: 11.0-ALPHA6 @r302388 -> stable/11 @r302412 To: Johan Hendriks , freebsd-stable@freebsd.org References: <20160708121726.GL1265@albert.catwhisker.org> From: Michael Butler Openpgp: id=6F63E6399DCC8E3E94D60F0642FF6BAE0442D492 Message-ID: <8a88a250-6212-eb80-b942-90926ee1511c@protected-networks.net> Date: Fri, 8 Jul 2016 09:23:43 -0400 User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:45.0) Gecko/20100101 Thunderbird/45.1.1 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 7bit 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 13:23:55 -0000 Seems to be a typo .. TARGET_CPUARCH should be TARGET_ARCH .. On 07/08/16 09:19, Johan Hendriks wrote: > > > Op 08/07/16 om 14:17 schreef David Wolfskill: >> After having built & smoke-tested: >> FreeBSD freebeast.catwhisker.org 11.0-ALPHA6 FreeBSD 11.0-ALPHA6 #36 r302388M/302389:1100120: Thu Jul 7 04:18:53 PDT 2016 root@freebeast.catwhisker.org:/common/S4/obj/usr/src/sys/GENERIC amd64 >> >> yesterday, I had "cloned" that slice to slice 3, then: >> svn switch ^/stable/11 /S3/usr/src >> >> to update slice 3's src to "Relative URL: ^/stable/11", then started >> the usual build world & kernel, install kernel & world, mergemaster, >> &c. from src/UPDATING. All went well, through "mergemaster," but >> the next step "make delete-old" failed for me (showing last bit of >> "mergemaster" run for context): >> >> ... >> *** You installed a services file, so make sure that you run >> '/usr/sbin/services_mkdb -q -o /var/db/services.db /etc/services' >> to rebuild your services database >> >> Would you like to run it now? y or n [n] y >> Running /usr/sbin/services_mkdb -q -o /var/db/services.db /etc/services >> >> >> Friday, July 8, 2016 at 05:05:23 AM PDT >> bmake[1]: "/usr/src/ObsoleteFiles.inc" line 8019: Malformed conditional (${TARGET_ARCH} != "aarch64" && ${TARGET_CPUARCH} != "arm" && ${TARGET_ARCH} != "powerpc" && ${TARGET_ARCH} != "powerpc64" && ${TARGET_ARCH} != "sparc64") >> bmake[1]: Fatal errors encountered -- cannot continue >> bmake[1]: stopped in /usr/src >> *** Error code 1 >> >> Stop. >> make: stopped in /usr/src >> .ERROR_TARGET='delete-old' >> .ERROR_META_FILE='' >> .MAKE.LEVEL='0' >> MAKEFILE='' >> .MAKE.MODE='normal' >> .CURDIR='/usr/src' >> .MAKE='make' >> .OBJDIR='/usr/obj/usr/src' >> .TARGETS='delete-old' >> DESTDIR='' >> LD_LIBRARY_PATH='' >> MACHINE='amd64' >> MACHINE_ARCH='amd64' >> MAKEOBJDIRPREFIX='/usr/obj' >> MAKESYSPATH='/usr/src/share/mk' >> MAKE_VERSION='20160606' >> PATH='/sbin:/bin:/usr/sbin:/usr/bin' >> SRCTOP='/usr/src' >> OBJTOP='/usr/obj/usr/src' >> freebeast(11.0)[2] >> >> svn info says: >> freebeast(11.0)[8] svn info /usr/src >> Path: /usr/src >> Working Copy Root Path: /usr/src >> URL: file:///svn/freebsd/src/base/stable/11 >> Relative URL: ^/stable/11 >> Repository Root: file:///svn/freebsd/src/base >> Repository UUID: ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f >> Revision: 302426 >> Node Kind: directory >> Schedule: normal >> Last Changed Author: gjb >> Last Changed Rev: 302412 >> Last Changed Date: 2016-07-07 17:26:38 -0700 (Thu, 07 Jul 2016) >> >> freebeast(11.0)[9] >> >> >> I'll go ahead & reboot for a smoke test, see how far I get (and probably >> go on to build & smoke-test today's head). >> >> Peace, >> david > > Just a me too, was running HEAD, switched to stable/11. > BTW i deleted the old /usr/src and installed a new source tree with a > new checkout. > > after make builworld cycle and a reboot, a make delete-old gives the > following error > > root@desk:~ # cd /usr/src/ > root@desk:/usr/src # make delete-old > make[1]: "/usr/src/ObsoleteFiles.inc" line 8019: Malformed conditional > (${TARGET_ARCH} != "aarch64" && ${TARGET_CPUARCH} != "arm" && > ${TARGET_ARCH} != "powerpc" && ${TARGET_ARCH} != "powerpc64" && > ${TARGET_ARCH} != "sparc64") > make[1]: Fatal errors encountered -- cannot continue > make[1]: stopped in /usr/src > *** Error code 1 > > Stop. > make: stopped in /usr/src > > regards > Johan > > > > > > _______________________________________________ > freebsd-stable@freebsd.org mailing list > https://lists.freebsd.org/mailman/listinfo/freebsd-stable > To unsubscribe, send any mail to "freebsd-stable-unsubscribe@freebsd.org" >