Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 29 May 2016 10:09:37 +0000
From:      bugzilla-noreply@freebsd.org
To:        freebsd-bugs@FreeBSD.org
Subject:   [Bug 209449] Buildworld fails because of bad flag in substitute command
Message-ID:  <bug-209449-8-Wy7N1tZKvF@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-209449-8@https.bugs.freebsd.org/bugzilla/>
References:  <bug-209449-8@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D209449

--- Comment #5 from tschweikle@gmail.com ---
If sed was broken in base r299279 and reverted in base r299294. Shouldn't s=
ed
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=3DFBSD
make installkernel KERNCONF=3DFBSD

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 t=
his
sed seemed to have the bug too.

--=20
You are receiving this mail because:
You are the assignee for the bug.=



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-209449-8-Wy7N1tZKvF>