mergemaster broken in r299288

Hannes Mehnert hannes at mehnert.org
Tue May 10 10:40:05 UTC 2016


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



More information about the freebsd-current mailing list