From owner-freebsd-current@freebsd.org Fri May 17 17:55:21 2019 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 51B50159BD1D for ; Fri, 17 May 2019 17:55:21 +0000 (UTC) (envelope-from pete@nomadlogic.org) Received: from mail.nomadlogic.org (mail.nomadlogic.org [174.136.98.114]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mail.nomadlogic.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 9C0E785CDE for ; Fri, 17 May 2019 17:55:20 +0000 (UTC) (envelope-from pete@nomadlogic.org) Received: from [192.168.1.206] (cpe-23-243-162-239.socal.res.rr.com [23.243.162.239]) by mail.nomadlogic.org (OpenSMTPD) with ESMTPSA id c4098cc1 TLS version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128 verify=NO; Fri, 17 May 2019 17:55:19 +0000 (UTC) Subject: Re: mergemaster still having issues To: David Wolfskill , FreeBSD Current References: <20190517175155.GN79998@albert.catwhisker.org> From: Pete Wright Message-ID: <695f979f-4253-75bf-8226-428b89fbd398@nomadlogic.org> Date: Fri, 17 May 2019 10:55:18 -0700 User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:60.0) Gecko/20100101 Thunderbird/60.6.1 MIME-Version: 1.0 In-Reply-To: <20190517175155.GN79998@albert.catwhisker.org> Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 8bit Content-Language: en-US X-Rspamd-Queue-Id: 9C0E785CDE X-Spamd-Bar: -- Authentication-Results: mx1.freebsd.org; spf=pass (mx1.freebsd.org: domain of pete@nomadlogic.org designates 174.136.98.114 as permitted sender) smtp.mailfrom=pete@nomadlogic.org X-Spamd-Result: default: False [-2.13 / 15.00]; ARC_NA(0.00)[]; RCVD_VIA_SMTP_AUTH(0.00)[]; NEURAL_HAM_MEDIUM(-0.93)[-0.926,0]; FROM_HAS_DN(0.00)[]; R_SPF_ALLOW(-0.20)[+mx]; NEURAL_HAM_LONG(-1.00)[-1.000,0]; MIME_GOOD(-0.10)[text/plain]; DMARC_NA(0.00)[nomadlogic.org]; NEURAL_SPAM_SHORT(0.16)[0.156,0]; TO_MATCH_ENVRCPT_SOME(0.00)[]; TO_DN_ALL(0.00)[]; MX_GOOD(-0.01)[cached: mail.nomadlogic.org]; RCPT_COUNT_TWO(0.00)[2]; IP_SCORE(-0.05)[asn: 25795(-0.19), country: US(-0.06)]; FROM_EQ_ENVFROM(0.00)[]; R_DKIM_NA(0.00)[]; MIME_TRACE(0.00)[0:+]; ASN(0.00)[asn:25795, ipnet:174.136.96.0/20, country:US]; MID_RHS_MATCH_FROM(0.00)[]; RCVD_TLS_ALL(0.00)[]; RCVD_COUNT_TWO(0.00)[2] X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.29 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: Fri, 17 May 2019 17:55:21 -0000 On 5/17/19 10:51 AM, David Wolfskill wrote: > On Fri, May 17, 2019 at 10:46:57AM -0700, Pete Wright wrote: >> hello - i am still having issues with mergemaster when >> building/installing current on my end as per this thread: >> https://lists.freebsd.org/pipermail/freebsd-current/2019-May/073403.html >> >> my source contains the fix that I think we committed to address the >> original issue, are there any other steps required to get things working: >> *** Creating the temporary root environment in /var/tmp/temproot >>  *** /var/tmp/temproot ready for use >>  *** Creating and populating directory structure in /var/tmp/temproot >> >> cp: /usr/home/pete/git/freebsd/etc/master.passwd: No such file or directory >> >>   *** FATAL ERROR: Cannot copy files to the temproot environment >> >> cheers, >> -pete > Yes: you need to actually install that (new) version of mergemaster > before you try to use it. > > E.g.: > pushd usr.bin/mergemaster && make install; popd > > Then re-start the userland installation (e.g., "mergemaster -p ...") and > proceed with the rest of the install as usual. Ah OK, i think missed that in the thread - and the promised update to the UPDATING file in the commit doesn't seem to have landed yet either. Thanks David! -pete -- Pete Wright pete@nomadlogic.org @nomadlogicLA