Re: make buildworld broken at r317821 (libsysdecode)

2017-05-07 Thread Cy Schubert
In message , Andrey Fesenko writes: > On Sat, May 6, 2017 at 2:52 AM, Ngie Cooper wrote: > > On Fri, May 5, 2017 at 4:43 PM, Cy Schubert wrot > e: > > > > ... > > > >> You have

Re: make buildworld broken at r317821 (libsysdecode)

2017-05-06 Thread Andrey Fesenko
On Sat, May 6, 2017 at 2:52 AM, Ngie Cooper wrote: > On Fri, May 5, 2017 at 4:43 PM, Cy Schubert wrote: > > ... > >> You have a bad DIMM. I had this same problem on my laptop but not on my >> servers downstairs. That suggested that since all four

Re: make buildworld broken at r317821 (libsysdecode)

2017-05-05 Thread Cy Schubert
In message

Re: make buildworld broken at r317821 (libsysdecode)

2017-05-05 Thread Alastair Hogge
On Fri, 5 May 2017 12:41:27 PM Kyle Evans wrote: [...] > FYI- This has now been committed as r317842. Apologies for the breakage, > and thanks for the reports! Thanks :-) ___ freebsd-current@freebsd.org mailing list

Re: make buildworld broken at r317821 (libsysdecode)

2017-05-05 Thread Vladimir Zakharov
On Fri, May 05, 2017, Kyle Evans wrote: >FYI- This has now been committed as r317842. Apologies for the >breakage, and thanks for the reports! Fixed for me after reinstalling usr.bin/grep. Thanks. -- Regards, | "In theory there is no difference between theory Vladimir

Re: make buildworld broken at r317821 (libsysdecode)

2017-05-05 Thread Ngie Cooper
On Fri, May 5, 2017 at 4:43 PM, Cy Schubert wrote: ... > You have a bad DIMM. I had this same problem on my laptop but not on my > servers downstairs. That suggested that since all four machines were > running the same software the difference between them was hardware.

Re: make buildworld broken at r317821 (libsysdecode)

2017-05-05 Thread Cy Schubert
In message , Andrey Fesenko writes: > On Fri, May 5, 2017 at 8:41 PM, Kyle Evans wrote: > > On Fri, May 5, 2017 at 9:31 AM, Kyle Evans wrote: > > > >> On May 5, 2017 8:39 AM, "Dimitry

Re: make buildworld broken at r317821 (libsysdecode)

2017-05-05 Thread Dimitry Andric
On 5 May 2017, at 20:02, Andrey Fesenko wrote: > > On Fri, May 5, 2017 at 8:41 PM, Kyle Evans wrote: ... > >> FYI- This has now been committed as r317842. Apologies for the breakage, >> and thanks for the reports! > > Build not fixed (but is built

Re: make buildworld broken at r317821 (libsysdecode)

2017-05-05 Thread Andrey Fesenko
On Fri, May 5, 2017 at 8:41 PM, Kyle Evans wrote: > On Fri, May 5, 2017 at 9:31 AM, Kyle Evans wrote: > >> On May 5, 2017 8:39 AM, "Dimitry Andric" wrote: >> >> >> This appears to be caused by bsdgrep. :-/ The build for lib/libsysdecode >>

Re: make buildworld broken at r317821 (libsysdecode)

2017-05-05 Thread Kyle Evans
On Fri, May 5, 2017 at 9:31 AM, Kyle Evans wrote: > On May 5, 2017 8:39 AM, "Dimitry Andric" wrote: > > > This appears to be caused by bsdgrep. :-/ The build for lib/libsysdecode > uses a shell script, mkioctls, to generate a ioctl.c file at build time. >

Re: make buildworld broken at r317821 (libsysdecode)

2017-05-05 Thread Kyle Evans
On May 5, 2017 8:39 AM, "Dimitry Andric" wrote: On 5 May 2017, at 11:31, Vladimir Zakharov wrote: > > Cannot build world due to error in compiling lib/libsysdecode. ... > --- all_subdir_lib/libsysdecode --- > ioctl.c:30:10: fatal error:

Re: make buildworld broken at r317821 (libsysdecode)

2017-05-05 Thread Dimitry Andric
On 5 May 2017, at 11:31, Vladimir Zakharov wrote: > > Cannot build world due to error in compiling lib/libsysdecode. ... > --- all_subdir_lib/libsysdecode --- > ioctl.c:30:10: fatal error: 'cam/cam_compat.h:#define' file not found > #include >

Re: make buildworld broken at r317821 (libsysdecode)

2017-05-05 Thread Vladimir Zakharov
On Fri, May 05, 2017, David Wolfskill wrote: > On Fri, May 05, 2017 at 07:05:14PM +0800, Alastair Hogge wrote: > > On Fri, 5 May 2017 12:31:41 PM Vladimir Zakharov wrote: > > > Hello! > > > > > > Cannot build world due to error in compiling lib/libsysdecode. Cleaning > > > (make clean, make

Re: make buildworld broken at r317821 (libsysdecode)

2017-05-05 Thread David Wolfskill
On Fri, May 05, 2017 at 07:05:14PM +0800, Alastair Hogge wrote: > On Fri, 5 May 2017 12:31:41 PM Vladimir Zakharov wrote: > > Hello! > > > > Cannot build world due to error in compiling lib/libsysdecode. Cleaning > > (make clean, make cleandepend and wiping out ccache data) does not help. > > >

Re: make buildworld broken at r317821 (libsysdecode)

2017-05-05 Thread Alastair Hogge
On Fri, 5 May 2017 12:31:41 PM Vladimir Zakharov wrote: > Hello! > > Cannot build world due to error in compiling lib/libsysdecode. Cleaning > (make clean, make cleandepend and wiping out ccache data) does not help. > > $ make -j 4 buildworld && make -j 4 buildkernel && make installkernel > ...

make buildworld broken at r317821 (libsysdecode)

2017-05-05 Thread Vladimir Zakharov
Hello! Cannot build world due to error in compiling lib/libsysdecode. Cleaning (make clean, make cleandepend and wiping out ccache data) does not help. $ make -j 4 buildworld && make -j 4 buildkernel && make installkernel ... --- all_subdir_lib/libstand --- --- strcat.o ---