Re: svn commit: r346315 - head/lib/libcasper/services/cap_fileargs

2019-09-03 Thread Yoshihiro Ota
with both "arm" and "mips" for TARGET and TARGET_ARCH. Both fail same way. Please check your /usr/include/casper/ca_fileargs.h and I suspect that's where you pick up FA_OPEN. I attached a log file this time. Regards, Hiro On Tue, 23 Apr 2019 09:49:00 -0400 Ed Maste wrote

Re: svn commit: r346315 - head/lib/libcasper/services/cap_fileargs

2019-09-03 Thread Yoshihiro Ota
It looks this change is causing 'make xdev TARGET=mips TARGET_ARCH=mips' to fail as the following with HEAD checked out under "/usr/obj/freebsd": cc -O2 -pipe -DWITH_CASPER -I/usr/obj/freebsd/contrib/elftoolchain/libelftc - I/usr/obj/freebsd/contrib/elftoolchain/common -g -MD -MF.depend.strin

Re: svn commit: r345804 - head/usr.bin/systat

2019-09-03 Thread Yoshihiro Ota
bin/systat/devs.c > > == > > --- head/usr.bin/systat/devs.c Tue Apr 2 13:59:04 2019 > > (r345803) > > +++ head/usr.bin/systat/devs.c Tue Apr 2 14:01:03 2019 > > (

Re: svn commit: r347968 - head/sys/kern

2019-05-19 Thread Yoshihiro Ota
Hi Konstantin, I coundn't remount ro->rw a few days ago. This change isn't related, then. I will check/tesst it again later, then. Thanks, Hiro On Sun, 19 May 2019 20:51:04 +0300 Konstantin Belousov wrote: > On Sun, May 19, 2019 at 11:52:28AM -0400, Yoshihiro Ota wrote: >

Re: svn commit: r347968 - head/sys/kern

2019-05-19 Thread Yoshihiro Ota
Hi, Does this change fix 'mount -u -rw /path' to remount read-only device with write mode? I moticed an issue a couple of days ago but didn't have time to conform nor report. Thanks, Hiro On Sun, 19 May 2019 09:18:10 + (UTC) Konstantin Belousov wrote: > Author: kib > Date: Sun May 19 09:

Re: svn commit: r346315 - head/lib/libcasper/services/cap_fileargs

2019-04-30 Thread Yoshihiro Ota
ile errors by: % make xdev-build TARGET_ARCH=mips TARGET=mips -C /usr/src In other words, if I don't run explict xdev command, buildworld and buildkernel compile okay. Hiro On Wed, 24 Apr 2019 00:24:34 -0400 Yoshihiro Ota wrote: > Hi Ed and thank you for taking a look. > > my sv

Re: svn commit: r346315 - head/lib/libcasper/services/cap_fileargs

2019-04-23 Thread Yoshihiro Ota
with both "arm" and "mips" for TARGET and TARGET_ARCH. Both fail same way. Please check your /usr/include/casper/ca_fileargs.h and I suspect that's where you pick up FA_OPEN. I attached a log file this time. Regards, Hiro On Tue, 23 Apr 2019 09:49:00 -0400 Ed Maste wrote

Re: svn commit: r346315 - head/lib/libcasper/services/cap_fileargs

2019-04-22 Thread Yoshihiro Ota
It looks this change is causing 'make xdev TARGET=mips TARGET_ARCH=mips' to fail as the following with HEAD checked out under "/usr/obj/freebsd": cc -O2 -pipe -DWITH_CASPER -I/usr/obj/freebsd/contrib/elftoolchain/libelftc - I/usr/obj/freebsd/contrib/elftoolchain/common -g -MD -MF.depend.strin

Re: svn commit: r345804 - head/usr.bin/systat

2019-04-02 Thread Yoshihiro Ota
bin/systat/devs.c > > == > > --- head/usr.bin/systat/devs.c Tue Apr 2 13:59:04 2019 > > (r345803) > > +++ head/usr.bin/systat/devs.c Tue Apr 2 14:01:03 2019 > > (

Re: svn commit: r342375 - head/sys/dev/md

2018-12-23 Thread Yoshihiro Ota
Thanks. I noticed when this was broken upon a new release long time ago but couldn't get any clue nor when this was broken (since I hadn't started following trunk/stable back then.) Was that 7.0-RELEASE or 8.0-RELEASE? Anyway, good news and I will try to bring this to local 12.0-RELEASE.