From owner-freebsd-current@freebsd.org Sat Aug 4 23:33:01 2018 Return-Path: Delivered-To: freebsd-current@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 0E0DE105764D for ; Sat, 4 Aug 2018 23:33:01 +0000 (UTC) (envelope-from imb@protected-networks.net) Received: from mail.protected-networks.net (mail.protected-networks.net [IPv6:2001:470:8d59:1::8]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mail.protected-networks.net", Issuer "Protected Networks CA" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id 9470D8E4CA for ; Sat, 4 Aug 2018 23:33:00 +0000 (UTC) (envelope-from imb@protected-networks.net) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d= protected-networks.net; h=content-transfer-encoding :content-language:content-type:content-type:mime-version :user-agent:date:date:message-id:subject:subject:from:from :resent-message-id:resent-date:resent-from; s=201508; t= 1533425579; bh=JcV3O8glRm7oxMbzofTIN4DgpCftOH9eUihXv9QdRAI=; b=W BaRF+C0YmZuso6DC3wo8CLZokppUP3frNDguB6cpRyCkHAXaIjb8UokFMRdaz8uF pxzjTA63uKH43MfIgY8z90op24l/kTr7H6lUDAQNCrxMyKPTNvQNsU80sW0nq6Oy +m89PRMlR3a2MNJOOSaRMER3DkqhYG9GyJmTSGPQYs= 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.protected-networks.net) by mail.protected-networks.net (Postfix) with ESMTPSA id 9C3322FCE9 for ; Sat, 4 Aug 2018 19:32:59 -0400 (EDT) Resent-From: Michael Butler Resent-To: freebsd-current Resent-Date: Sat, 4 Aug 2018 19:32:59 -0400 Resent-Message-ID: Resent-User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:60.0) Gecko/20100101 Thunderbird/60.0 To: brd@freebsd.org Cc: freebsd-current , Will Andrews From: Michael Butler Subject: SVN r337340 breaks installworld and mergemaster Openpgp: preference=signencrypt Message-ID: <3a1d3074-82be-60a6-d162-895cb37ea850@protected-networks.net> Date: Sat, 4 Aug 2018 19:31:14 -0400 User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:60.0) Gecko/20100101 Thunderbird/60.0 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Language: en-US Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.27 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, 04 Aug 2018 23:33:01 -0000 make installworld results in .. (cd /usr/src/etc; make MK_MAKE_CHECK_USE_SANDBOX=yes etc-examples) cd /usr/src/etc; install -o root -g wheel -m 444 crontab devd.conf devfs.conf ddb.conf dhclient.conf disktab fbtab gettytab group hosts hosts.allow hosts.equiv libalias.conf libmap.conf login.access login.conf mac.conf motd netconfig networks newsyslog.conf nsswitch.conf phones profile protocols rc.bsdextended rc.firewall remote rpc services sysctl.conf syslog.conf termcap.small etc.amd64/ttys amd.map auto_master ftpusers inetd.conf /usr/src/usr.bin/locate/locate/locate.rc /usr/src/usr.bin/mail/misc/mail.rc ntp.conf pf.os rc.sendmail csh.cshrc csh.login csh.logout regdomain.xml nsmb.conf opieaccess /usr/share/examples/etc install: auto_master: No such file or directory *** Error code 71 Stop. make[6]: stopped in /usr/src/etc *** Error code 1 Stop. mergemaster complains of .. imb@vm01:/home/imb> sudo mergemaster -FUi *** Creating the temporary root environment in /var/tmp/temproot *** /var/tmp/temproot ready for use *** Creating and populating directory structure in /var/tmp/temproot install: auto_master: No such file or directory *** FATAL ERROR: Cannot 'cd' to /usr/src and install files to the temproot environment imb