Re: who broke dtrace and buildworld?

2015-01-18 Thread David Wolfskill
On Sat, Jan 17, 2015 at 11:02:05PM -0800, Steve Kargl wrote: ... Must be a problem with updating from a circa early December 2014 world to 277300. My newest attempt completed as expected. Have no idea what caused th build failure, but it appears fixed. Given my experience, I believe

who broke dtrace and buildworld?

2015-01-17 Thread Steve Kargl
% cd /usr/src % svn update Updating '.': At revision 277307. % make buildworld === cddl/usr.sbin/dtrace (all) cc -O2 -pipe -march=core2 -I/usr/src/cddl/usr.sbin/dtrace/../../../sys/cddl/compat/opensolaris -I/usr/src/cddl/usr.sbin/dtrace/../../../cddl/compat/opensolaris/include

Re: who broke dtrace and buildworld?

2015-01-17 Thread Steve Kargl
On Sun, Jan 18, 2015 at 01:40:09AM +, Steven Hartland wrote: % svn revert -r 377300:377299 . Just double checked and I can building r277307 without issue, build box is running 10.1-RELEASE. My head box is quite a bit slower and is still running, but it did complete a full

Re: who broke dtrace and buildworld?

2015-01-17 Thread Steve Kargl
On Sun, Jan 18, 2015 at 02:10:19AM +, Steven Hartland wrote: On 18/01/2015 01:44, Steve Kargl wrote: On Sun, Jan 18, 2015 at 01:40:09AM +, Steven Hartland wrote: % svn revert -r 377300:377299 . Just double checked and I can building r277307 without issue, build box is running

Re: who broke dtrace and buildworld?

2015-01-17 Thread Steven Hartland
On 18/01/2015 00:22, Steve Kargl wrote: On Sat, Jan 17, 2015 at 03:54:47PM -0800, Steve Kargl wrote: % cd /usr/src % svn update Updating '.': At revision 277307. % make buildworld === cddl/usr.sbin/dtrace (all) cc -O2 -pipe -march=core2

Re: who broke dtrace and buildworld?

2015-01-17 Thread Steven Hartland
On 18/01/2015 02:35, Steve Kargl wrote: On Sun, Jan 18, 2015 at 02:10:19AM +, Steven Hartland wrote: On 18/01/2015 01:44, Steve Kargl wrote: On Sun, Jan 18, 2015 at 01:40:09AM +, Steven Hartland wrote: % svn revert -r 377300:377299 . Just double checked and I can building r277307

Re: who broke dtrace and buildworld?

2015-01-17 Thread Steve Kargl
On Sat, Jan 17, 2015 at 04:22:46PM -0800, Steve Kargl wrote: To fix the build, % svn revert -r 377300:377299 . s/revert/merge -- Steve ___ freebsd-current@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-current To

Re: who broke dtrace and buildworld?

2015-01-17 Thread Steve Kargl
On Sat, Jan 17, 2015 at 03:54:47PM -0800, Steve Kargl wrote: % cd /usr/src % svn update Updating '.': At revision 277307. % make buildworld === cddl/usr.sbin/dtrace (all) cc -O2 -pipe -march=core2 -I/usr/src/cddl/usr.sbin/dtrace/../../../sys/cddl/compat/opensolaris

Re: who broke dtrace and buildworld?

2015-01-17 Thread Steven Hartland
On 18/01/2015 01:44, Steve Kargl wrote: On Sun, Jan 18, 2015 at 01:40:09AM +, Steven Hartland wrote: % svn revert -r 377300:377299 . Just double checked and I can building r277307 without issue, build box is running 10.1-RELEASE. My head box is quite a bit slower and is still running,

Re: who broke dtrace and buildworld?

2015-01-17 Thread Steve Kargl
I did all of the checking before I sent the first email (including multiple 'svn update' and 'svn status'). The tree before reverting your patch was an up-to-date head without any other patches. I use neither ccache nor -DNOCLEAN and use 'rm -rf /usr/obj/*' to clean out OBJDIR.

Re: who broke dtrace and buildworld?

2015-01-17 Thread Steve Kargl
On Sun, Jan 18, 2015 at 01:07:31AM +, Steven Hartland wrote: On 18/01/2015 00:23, Steve Kargl wrote: On Sat, Jan 17, 2015 at 04:22:46PM -0800, Steve Kargl wrote: To fix the build, % svn revert -r 377300:377299 . s/revert/merge Full buildworld completes here even did a