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 _______________________________________________ freebsd-current@freebsd.org mailing list https://lists.freebsd.org/mailman/listinfo/freebsd-current To unsubscribe, send any mail to "freebsd-current-unsubscr...@freebsd.org"