Date: Tue, 10 May 2016 12:39:44 +0200 From: Hannes Mehnert <hannes@mehnert.org> To: freebsd-current@freebsd.org Subject: Re: mergemaster broken in r299288 Message-ID: <4c2c160a-0a3f-0ffa-2b3f-f6e65b1f77a6@mehnert.org> In-Reply-To: <20d29828-ddfe-46cc-b8c3-ca580ae69a29@mehnert.org> References: <20d29828-ddfe-46cc-b8c3-ca580ae69a29@mehnert.org>
next in thread | previous in thread | raw e-mail | index | archive | help
On 10/05/2016 11:06, Hannes Mehnert wrote:
> # mergemaster
>
> *** Creating the temporary root environment in /var/tmp/temproot
> *** /var/tmp/temproot ready for use
> *** Creating and populating directory structure in /var/tmp/temproot
>
> sed: 1: "s/compat$/files/": bad flag in substitute command: 's'
>
> *** FATAL ERROR: Cannot 'cd' to ~/freebsd and install files to
> the temproot environment
>
> any hints?
cause is etc/Makefile line 333 (did sed change its semantics?)
.if ${MK_NIS} == "no"
sed -i "" -e 's/.*_compat:/# &/' -e 's/compat$$/files/' \
${DESTDIR}/etc/nsswitch.conf
.endif
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?4c2c160a-0a3f-0ffa-2b3f-f6e65b1f77a6>
