[Bug 209449] Buildworld fails because of bad flag in substitute command
bugzilla-noreply at freebsd.org
bugzilla-noreply at freebsd.org
Sun May 29 10:09:37 UTC 2016
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=209449
--- Comment #5 from tschweikle at gmail.com ---
If sed was broken in base r299279 and reverted in base r299294. Shouldn't sed
be rebuild with:
chflags -R noschg /usr/obj/*
rm -rf /usr/obj
cd /usr/src
make cleandir
make cleandir
svn up
make buildworld
make buildkernel KERNCONF=FBSD
make installkernel KERNCONF=FBSD
thus installkernel using the corrected sed? I've found a newly build sed in
./usr.bin/sed/sed seems copied to ./rescue/rescue/usr/src/usr.bin/sed but this
sed seemed to have the bug too.
--
You are receiving this mail because:
You are the assignee for the bug.
More information about the freebsd-bugs
mailing list