Re: Can't buildworld at r350321

2019-07-25 Thread Masachika ISHIZUKA
>>I want to update 13-current from r349989 to r350321 as follows.
>
> This should have been fixed, or at least worked around, in r350322, as
> I understand it.
> Regards

  Thank you, Niclas.
  I'm very happy because I can make buildworld in r350322.
-- 
Masachika ISHIZUKA
___
freebsd-current@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-current
To unsubscribe, send any mail to "freebsd-current-unsubscr...@freebsd.org"


Re: [package - head-i386-default][sysutils/lsof] Failed for lsof-4.93.2_2,8 in build

2019-07-25 Thread Konstantin Belousov
On Thu, Jul 25, 2019 at 02:10:46PM -0500, Larry Rosenman wrote:
> On 07/25/2019 1:40 pm, Justin Hibbits wrote:
> > On Thu, 25 Jul 2019 12:35:32 -0600
> > Alan Somers  wrote:
> > 
> >> On Thu, Jul 25, 2019 at 12:13 PM Larry Rosenman 
> >> wrote:
> >> >
> >> > On 07/25/2019 1:10 pm, Alan Somers wrote:
> >> > > On Thu, Jul 25, 2019 at 12:05 PM Larry Rosenman 
> >> > > wrote:
> >> > >>
> >> > >> Um  Who broke this?
> > ...
> >> > > "svn blame" suggests r350199 by kib.  However, refcount.h should
> >> > > only be included if lsof defines _KERNEL, which normal programs
> >> > > shouldn't. So I think this should be considered a bug in lsof.
> >> > > -Alan
> >> >
> >> >
> >> > we *HAVE* to define _KERNEL, to get at the kernel structures.
> >> 
> >> Then I think you have to live with this amount of instability.
> >> refcount(9) says that you should include .  Did you do
> >> that?  If so, then this is a man page bug and refcount(9) should also
> >> specify stdbool.h.
> >> -Alan
> > 
> >  includes  already, which typedefs bool.  So
> >  should suffice to include in lsof.
> > 
> > - Justin
> > ___
> > freebsd-current@freebsd.org mailing list
> > https://lists.freebsd.org/mailman/listinfo/freebsd-current
> > To unsubscribe, send any mail to 
> > "freebsd-current-unsubscr...@freebsd.org"
> 
> Thanks all!  I've got a PR into the lsof repo, and I'll fix it there.
> 
> If we can't get a release out in the next day or 2, I'll patch it in the 
> port.
> 
> https://github.com/lsof-org/lsof/pull/70

Absolutely minimal change to accomodate updated refcount.h would be
inclusion of stdbool.h.
___
freebsd-current@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-current
To unsubscribe, send any mail to "freebsd-current-unsubscr...@freebsd.org"


Re: [package - head-i386-default][sysutils/lsof] Failed for lsof-4.93.2_2,8 in build

2019-07-25 Thread Larry Rosenman

On 07/25/2019 1:40 pm, Justin Hibbits wrote:

On Thu, 25 Jul 2019 12:35:32 -0600
Alan Somers  wrote:


On Thu, Jul 25, 2019 at 12:13 PM Larry Rosenman 
wrote:
>
> On 07/25/2019 1:10 pm, Alan Somers wrote:
> > On Thu, Jul 25, 2019 at 12:05 PM Larry Rosenman 
> > wrote:
> >>
> >> Um  Who broke this?

...

> > "svn blame" suggests r350199 by kib.  However, refcount.h should
> > only be included if lsof defines _KERNEL, which normal programs
> > shouldn't. So I think this should be considered a bug in lsof.
> > -Alan
>
>
> we *HAVE* to define _KERNEL, to get at the kernel structures.

Then I think you have to live with this amount of instability.
refcount(9) says that you should include .  Did you do
that?  If so, then this is a man page bug and refcount(9) should also
specify stdbool.h.
-Alan


 includes  already, which typedefs bool.  So
 should suffice to include in lsof.

- Justin
___
freebsd-current@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-current
To unsubscribe, send any mail to 
"freebsd-current-unsubscr...@freebsd.org"


Thanks all!  I've got a PR into the lsof repo, and I'll fix it there.

If we can't get a release out in the next day or 2, I'll patch it in the 
port.


https://github.com/lsof-org/lsof/pull/70
--
Larry Rosenman http://people.freebsd.org/~ler
Phone: +1 214-642-9640 E-Mail: l...@freebsd.org
US Mail: 5708 Sabbia Dr, Round Rock, TX 78665-2106
___
freebsd-current@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-current
To unsubscribe, send any mail to "freebsd-current-unsubscr...@freebsd.org"


Re: [package - head-i386-default][sysutils/lsof] Failed for lsof-4.93.2_2,8 in build

2019-07-25 Thread Justin Hibbits
On Thu, 25 Jul 2019 12:35:32 -0600
Alan Somers  wrote:

> On Thu, Jul 25, 2019 at 12:13 PM Larry Rosenman 
> wrote:
> >
> > On 07/25/2019 1:10 pm, Alan Somers wrote:  
> > > On Thu, Jul 25, 2019 at 12:05 PM Larry Rosenman 
> > > wrote:  
> > >>
> > >> Um  Who broke this?
...
> > > "svn blame" suggests r350199 by kib.  However, refcount.h should
> > > only be included if lsof defines _KERNEL, which normal programs
> > > shouldn't. So I think this should be considered a bug in lsof.
> > > -Alan  
> >
> >
> > we *HAVE* to define _KERNEL, to get at the kernel structures.  
> 
> Then I think you have to live with this amount of instability.
> refcount(9) says that you should include .  Did you do
> that?  If so, then this is a man page bug and refcount(9) should also
> specify stdbool.h.
> -Alan

 includes  already, which typedefs bool.  So
 should suffice to include in lsof.

- Justin
___
freebsd-current@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-current
To unsubscribe, send any mail to "freebsd-current-unsubscr...@freebsd.org"


Re: [package - head-i386-default][sysutils/lsof] Failed for lsof-4.93.2_2,8 in build

2019-07-25 Thread Alan Somers
On Thu, Jul 25, 2019 at 12:13 PM Larry Rosenman  wrote:
>
> On 07/25/2019 1:10 pm, Alan Somers wrote:
> > On Thu, Jul 25, 2019 at 12:05 PM Larry Rosenman 
> > wrote:
> >>
> >> Um  Who broke this?
> >>
> >> /usr/src/sys/sys/refcount.h:65:12: error: use of undeclared identifier
> >> 'false'
> >>  return (false);
> >>  ^
> >> /usr/src/sys/sys/refcount.h:68:12: error: use of undeclared identifier
> >> 'true'
> >>  return (true);
> >>  ^
> >> /usr/src/sys/sys/refcount.h:81:11: error: use of undeclared identifier
> >> 'false'
> >>  return (false);
> >>  ^
> >> /usr/src/sys/sys/refcount.h:90:10: error: use of undeclared identifier
> >> 'true'
> >>  return (true);
> >>  ^
> >> /usr/src/sys/sys/refcount.h:106:12: error: use of undeclared
> >> identifier
> >> 'false'
> >>  return (false);
> >>  ^
> >> /usr/src/sys/sys/refcount.h:108:12: error: use of undeclared
> >> identifier
> >> 'true'
> >>  return (true);
> >>  ^
> >> /usr/src/sys/sys/refcount.h:121:12: error: use of undeclared
> >> identifier
> >> 'false'
> >>  return (false);
> >>  ^
> >> /usr/src/sys/sys/refcount.h:123:12: error: use of undeclared
> >> identifier
> >> 'true'
> >>  return (true);
> >>  ^
> >> 8 errors generated.
> >> *** Error code 1
> >>
> >> Stop.
> >> make[2]: stopped in
> >> /wrkdirs/usr/ports/sysutils/lsof/work/lsof-4.93.2/lib
> >> *** Error code 1
> >>
> >> Stop.
> >> make[1]: stopped in /wrkdirs/usr/ports/sysutils/lsof/work/lsof-4.93.2
> >> *** Error code 1
> >>
> >> Stop.
> >> make: stopped in /usr/ports/sysutils/lsof
> >>
> >> --
> >> Larry Rosenman http://people.freebsd.org/~ler
> >> Phone: +1 214-642-9640 E-Mail: l...@freebsd.org
> >> US Mail: 5708 Sabbia Dr, Round Rock, TX 78665-2106
> >> ___
> >> freebsd-current@freebsd.org mailing list
> >> https://lists.freebsd.org/mailman/listinfo/freebsd-current
> >> To unsubscribe, send any mail to
> >> "freebsd-current-unsubscr...@freebsd.org"
> >
> >
> > "svn blame" suggests r350199 by kib.  However, refcount.h should only
> > be included if lsof defines _KERNEL, which normal programs shouldn't.
> > So I think this should be considered a bug in lsof.
> > -Alan
>
>
> we *HAVE* to define _KERNEL, to get at the kernel structures.

Then I think you have to live with this amount of instability.
refcount(9) says that you should include .  Did you do
that?  If so, then this is a man page bug and refcount(9) should also
specify stdbool.h.
-Alan
___
freebsd-current@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-current
To unsubscribe, send any mail to "freebsd-current-unsubscr...@freebsd.org"


Re: [package - head-i386-default][sysutils/lsof] Failed for lsof-4.93.2_2,8 in build

2019-07-25 Thread Ian Lepore
On Thu, 2019-07-25 at 13:13 -0500, Larry Rosenman wrote:
> On 07/25/2019 1:10 pm, Alan Somers wrote:
> > On Thu, Jul 25, 2019 at 12:05 PM Larry Rosenman  
> > wrote:
> > > 
> > > Um  Who broke this?
> > > 
> > > /usr/src/sys/sys/refcount.h:65:12: error: use of undeclared
> > > identifier
> > > 'false'
> > >  return (false);
> > >  ^
> > > [...]
> > > 
> > "svn blame" suggests r350199 by kib.  However, refcount.h should
> > only
> > be included if lsof defines _KERNEL, which normal programs
> > shouldn't.
> > So I think this should be considered a bug in lsof.
> > -Alan
> 
> 
> we *HAVE* to define _KERNEL, to get at the kernel structures.

Then you have to follow the rules (from style(9))...

   If either  or  is needed, include it
   before other include files.  ( includes ;
   do not include both.)

Typically, if you're including anything from sys/ you'll need
sys/types.h first.

-- Ian


___
freebsd-current@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-current
To unsubscribe, send any mail to "freebsd-current-unsubscr...@freebsd.org"


Re: [package - head-i386-default][sysutils/lsof] Failed for lsof-4.93.2_2,8 in build

2019-07-25 Thread Larry Rosenman

On 07/25/2019 1:10 pm, Alan Somers wrote:
On Thu, Jul 25, 2019 at 12:05 PM Larry Rosenman  
wrote:


Um  Who broke this?

/usr/src/sys/sys/refcount.h:65:12: error: use of undeclared identifier
'false'
 return (false);
 ^
/usr/src/sys/sys/refcount.h:68:12: error: use of undeclared identifier
'true'
 return (true);
 ^
/usr/src/sys/sys/refcount.h:81:11: error: use of undeclared identifier
'false'
 return (false);
 ^
/usr/src/sys/sys/refcount.h:90:10: error: use of undeclared identifier
'true'
 return (true);
 ^
/usr/src/sys/sys/refcount.h:106:12: error: use of undeclared 
identifier

'false'
 return (false);
 ^
/usr/src/sys/sys/refcount.h:108:12: error: use of undeclared 
identifier

'true'
 return (true);
 ^
/usr/src/sys/sys/refcount.h:121:12: error: use of undeclared 
identifier

'false'
 return (false);
 ^
/usr/src/sys/sys/refcount.h:123:12: error: use of undeclared 
identifier

'true'
 return (true);
 ^
8 errors generated.
*** Error code 1

Stop.
make[2]: stopped in
/wrkdirs/usr/ports/sysutils/lsof/work/lsof-4.93.2/lib
*** Error code 1

Stop.
make[1]: stopped in /wrkdirs/usr/ports/sysutils/lsof/work/lsof-4.93.2
*** Error code 1

Stop.
make: stopped in /usr/ports/sysutils/lsof

--
Larry Rosenman http://people.freebsd.org/~ler
Phone: +1 214-642-9640 E-Mail: l...@freebsd.org
US Mail: 5708 Sabbia Dr, Round Rock, TX 78665-2106
___
freebsd-current@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-current
To unsubscribe, send any mail to 
"freebsd-current-unsubscr...@freebsd.org"



"svn blame" suggests r350199 by kib.  However, refcount.h should only
be included if lsof defines _KERNEL, which normal programs shouldn't.
So I think this should be considered a bug in lsof.
-Alan



we *HAVE* to define _KERNEL, to get at the kernel structures.


--
Larry Rosenman http://people.freebsd.org/~ler
Phone: +1 214-642-9640 E-Mail: l...@freebsd.org
US Mail: 5708 Sabbia Dr, Round Rock, TX 78665-2106
___
freebsd-current@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-current
To unsubscribe, send any mail to "freebsd-current-unsubscr...@freebsd.org"


Re: [package - head-i386-default][sysutils/lsof] Failed for lsof-4.93.2_2,8 in build

2019-07-25 Thread Alan Somers
On Thu, Jul 25, 2019 at 12:05 PM Larry Rosenman  wrote:
>
> Um  Who broke this?
>
> ===>  Building for lsof-4.93.2_2,8
> (cd lib; /usr/bin/make DEBUG="-O2" CFGF="-pipe -fstack-protector-strong
> -fno-strict-aliasing -DNEEDS_BOOL_TYPEDEF -DHASTASKS -DHAS_PAUSE_SBT
> -DHAS_DUP2 -DHAS_CLOSEFROM -DHASEFFNLINK=i_effnlink -DHASF_VNODE
> -DHAS_FILEDESCENT -DHAS_TMPFS -DHASWCTYPE_H -DHASSBSTATE -DHAS_KVM_VNODE
> -DHAS_UFS1_2 -DHAS_NO_IDEV -DHAS_VM_MEMATTR_T -DNEEDS_DEVICE_T
> -DHAS_CDEV2PRIV -DHAS_NO_SI_UDEV -DHAS_SYS_SX_H -DHASFUSEFS -DHAS_ZFS
> -DHAS_V_LOCKF -DHAS_LOCKF_ENTRY -DHAS_NO_6PORT -DHAS_NO_6PPCB
> -DNEEDS_BOOLEAN_T -DHAS_SB_CCC -DHAS_FDESCENTTBL -DFREEBSDV=13000
> -DHASFDESCFS=2 -DHASPSEUDOFS -DHASNULLFS -DHASIPv6 -DHASUTMPX
> -DHAS_STRFTIME -DLSOF_VSTR=\"13.0-CURRENT\"")
> cc   -pipe -fstack-protector-strong -fno-strict-aliasing
> -DNEEDS_BOOL_TYPEDEF -DHASTASKS -DHAS_PAUSE_SBT -DHAS_DUP2
> -DHAS_CLOSEFROM -DHASEFFNLINK=i_effnlink -DHASF_VNODE -DHAS_FILEDESCENT
> -DHAS_TMPFS -DHASWCTYPE_H -DHASSBSTATE -DHAS_KVM_VNODE -DHAS_UFS1_2
> -DHAS_NO_IDEV -DHAS_VM_MEMATTR_T -DNEEDS_DEVICE_T -DHAS_CDEV2PRIV
> -DHAS_NO_SI_UDEV -DHAS_SYS_SX_H -DHASFUSEFS -DHAS_ZFS -DHAS_V_LOCKF
> -DHAS_LOCKF_ENTRY -DHAS_NO_6PORT -DHAS_NO_6PPCB -DNEEDS_BOOLEAN_T
> -DHAS_SB_CCC -DHAS_FDESCENTTBL -DFREEBSDV=13000 -DHASFDESCFS=2
> -DHASPSEUDOFS -DHASNULLFS -DHASIPv6 -DHASUTMPX -DHAS_STRFTIME
> -DLSOF_VSTR="13.0-CURRENT" -I/usr/src/sys -O2 -c ckkv.c -o ckkv.o
> In file included from ckkv.c:43:
> In file included from ./../lsof.h:221:
> In file included from ./../dlsof.h:406:
> In file included from /usr/src/sys/sys/file.h:44:
> /usr/src/sys/sys/refcount.h:65:12: error: use of undeclared identifier
> 'false'
>  return (false);
>  ^
> /usr/src/sys/sys/refcount.h:68:12: error: use of undeclared identifier
> 'true'
>  return (true);
>  ^
> /usr/src/sys/sys/refcount.h:81:11: error: use of undeclared identifier
> 'false'
>  return (false);
>  ^
> /usr/src/sys/sys/refcount.h:90:10: error: use of undeclared identifier
> 'true'
>  return (true);
>  ^
> /usr/src/sys/sys/refcount.h:106:12: error: use of undeclared identifier
> 'false'
>  return (false);
>  ^
> /usr/src/sys/sys/refcount.h:108:12: error: use of undeclared identifier
> 'true'
>  return (true);
>  ^
> /usr/src/sys/sys/refcount.h:121:12: error: use of undeclared identifier
> 'false'
>  return (false);
>  ^
> /usr/src/sys/sys/refcount.h:123:12: error: use of undeclared identifier
> 'true'
>  return (true);
>  ^
> 8 errors generated.
> *** Error code 1
>
> Stop.
> make[2]: stopped in
> /wrkdirs/usr/ports/sysutils/lsof/work/lsof-4.93.2/lib
> *** Error code 1
>
> Stop.
> make[1]: stopped in /wrkdirs/usr/ports/sysutils/lsof/work/lsof-4.93.2
> *** Error code 1
>
> Stop.
> make: stopped in /usr/ports/sysutils/lsof
>
>  Original Message 
> Subject: [package - head-i386-default][sysutils/lsof] Failed for
> lsof-4.93.2_2,8 in build
> Date: 07/25/2019 12:50 pm
>  From: pkg-fall...@freebsd.org
> To: l...@freebsd.org
> Cc: pkg-fall...@freebsd.org
>
> You are receiving this mail as a port that you maintain
> is failing to build on the FreeBSD package build server.
> Please investigate the failure and submit a PR to fix
> build.
>
> Maintainer: l...@freebsd.org
> Last committer: l...@freebsd.org
> Ident:  $FreeBSD: head/sysutils/lsof/Makefile 505444 2019-06-30
> 19:15:30Z ler $
> Log URL:
> http://beefy11.nyi.freebsd.org/data/head-i386-default/p507306_s350311/logs/lsof-4.93.2_2,8.log
> Build URL:
> http://beefy11.nyi.freebsd.org/build.html?mastername=head-i386-default=p507306_s350311
> Log:
>
> =>> Building sysutils/lsof
> build started at Thu Jul 25 17:50:05 UTC 2019
> port directory: /usr/ports/sysutils/lsof
> package name: lsof-4.93.2_2,8
> building for: FreeBSD head-i386-default-job-17 13.0-CURRENT FreeBSD
> 13.0-CURRENT 1300037 i386
> maintained by: l...@freebsd.org
> Makefile ident:  $FreeBSD: head/sysutils/lsof/Makefile 505444
> 2019-06-30 19:15:30Z ler $
> Poudriere version: 3.2.8-5-gc81843e5
> Host OSVERSION: 1300031
> Jail OSVERSION: 1300037
> Job Id: 17
>
>
>
>
> !!! Jail is newer than host. (Jail: 1300037, Host: 1300031) !!!
> !!! This is not supported. !!!
> !!! Host kernel must be same or newer than jail. !!!
> !!! Expect build failures. !!!
>
>
>
> ---Begin Environment---
> SHELL=/bin/csh
> UNAME_p=i386
> UNAME_m=i386
> OSVERSION=1300037
> UNAME_v=FreeBSD 13.0-CURRENT 1300037
> UNAME_r=13.0-CURRENT
> BLOCKSIZE=K
> MAIL=/var/mail/root
> STATUS=1
> HOME=/root
> PATH=/sbin:/bin:/usr/sbin:/usr/bin:/usr/local/sbin:/usr/local/bin:/root/bin
> LOCALBASE=/usr/local

Fwd: [package - head-i386-default][sysutils/lsof] Failed for lsof-4.93.2_2,8 in build

2019-07-25 Thread Larry Rosenman

Um  Who broke this?

===>  Building for lsof-4.93.2_2,8
(cd lib; /usr/bin/make DEBUG="-O2" CFGF="-pipe -fstack-protector-strong 
-fno-strict-aliasing -DNEEDS_BOOL_TYPEDEF -DHASTASKS -DHAS_PAUSE_SBT 
-DHAS_DUP2 -DHAS_CLOSEFROM -DHASEFFNLINK=i_effnlink -DHASF_VNODE 
-DHAS_FILEDESCENT -DHAS_TMPFS -DHASWCTYPE_H -DHASSBSTATE -DHAS_KVM_VNODE 
-DHAS_UFS1_2 -DHAS_NO_IDEV -DHAS_VM_MEMATTR_T -DNEEDS_DEVICE_T 
-DHAS_CDEV2PRIV -DHAS_NO_SI_UDEV -DHAS_SYS_SX_H -DHASFUSEFS -DHAS_ZFS 
-DHAS_V_LOCKF -DHAS_LOCKF_ENTRY -DHAS_NO_6PORT -DHAS_NO_6PPCB 
-DNEEDS_BOOLEAN_T -DHAS_SB_CCC -DHAS_FDESCENTTBL -DFREEBSDV=13000 
-DHASFDESCFS=2 -DHASPSEUDOFS -DHASNULLFS -DHASIPv6 -DHASUTMPX 
-DHAS_STRFTIME -DLSOF_VSTR=\"13.0-CURRENT\"")
cc   -pipe -fstack-protector-strong -fno-strict-aliasing 
-DNEEDS_BOOL_TYPEDEF -DHASTASKS -DHAS_PAUSE_SBT -DHAS_DUP2 
-DHAS_CLOSEFROM -DHASEFFNLINK=i_effnlink -DHASF_VNODE -DHAS_FILEDESCENT 
-DHAS_TMPFS -DHASWCTYPE_H -DHASSBSTATE -DHAS_KVM_VNODE -DHAS_UFS1_2 
-DHAS_NO_IDEV -DHAS_VM_MEMATTR_T -DNEEDS_DEVICE_T -DHAS_CDEV2PRIV 
-DHAS_NO_SI_UDEV -DHAS_SYS_SX_H -DHASFUSEFS -DHAS_ZFS -DHAS_V_LOCKF 
-DHAS_LOCKF_ENTRY -DHAS_NO_6PORT -DHAS_NO_6PPCB -DNEEDS_BOOLEAN_T 
-DHAS_SB_CCC -DHAS_FDESCENTTBL -DFREEBSDV=13000 -DHASFDESCFS=2 
-DHASPSEUDOFS -DHASNULLFS -DHASIPv6 -DHASUTMPX -DHAS_STRFTIME 
-DLSOF_VSTR="13.0-CURRENT" -I/usr/src/sys -O2 -c ckkv.c -o ckkv.o

In file included from ckkv.c:43:
In file included from ./../lsof.h:221:
In file included from ./../dlsof.h:406:
In file included from /usr/src/sys/sys/file.h:44:
/usr/src/sys/sys/refcount.h:65:12: error: use of undeclared identifier 
'false'

return (false);
^
/usr/src/sys/sys/refcount.h:68:12: error: use of undeclared identifier 
'true'

return (true);
^
/usr/src/sys/sys/refcount.h:81:11: error: use of undeclared identifier 
'false'

return (false);
^
/usr/src/sys/sys/refcount.h:90:10: error: use of undeclared identifier 
'true'

return (true);
^
/usr/src/sys/sys/refcount.h:106:12: error: use of undeclared identifier 
'false'

return (false);
^
/usr/src/sys/sys/refcount.h:108:12: error: use of undeclared identifier 
'true'

return (true);
^
/usr/src/sys/sys/refcount.h:121:12: error: use of undeclared identifier 
'false'

return (false);
^
/usr/src/sys/sys/refcount.h:123:12: error: use of undeclared identifier 
'true'

return (true);
^
8 errors generated.
*** Error code 1

Stop.
make[2]: stopped in 
/wrkdirs/usr/ports/sysutils/lsof/work/lsof-4.93.2/lib

*** Error code 1

Stop.
make[1]: stopped in /wrkdirs/usr/ports/sysutils/lsof/work/lsof-4.93.2
*** Error code 1

Stop.
make: stopped in /usr/ports/sysutils/lsof

 Original Message 
Subject: [package - head-i386-default][sysutils/lsof] Failed for 
lsof-4.93.2_2,8 in build

Date: 07/25/2019 12:50 pm
From: pkg-fall...@freebsd.org
To: l...@freebsd.org
Cc: pkg-fall...@freebsd.org

You are receiving this mail as a port that you maintain
is failing to build on the FreeBSD package build server.
Please investigate the failure and submit a PR to fix
build.

Maintainer: l...@freebsd.org
Last committer: l...@freebsd.org
Ident:  $FreeBSD: head/sysutils/lsof/Makefile 505444 2019-06-30 
19:15:30Z ler $
Log URL:
http://beefy11.nyi.freebsd.org/data/head-i386-default/p507306_s350311/logs/lsof-4.93.2_2,8.log
Build URL:  
http://beefy11.nyi.freebsd.org/build.html?mastername=head-i386-default=p507306_s350311

Log:

=>> Building sysutils/lsof
build started at Thu Jul 25 17:50:05 UTC 2019
port directory: /usr/ports/sysutils/lsof
package name: lsof-4.93.2_2,8
building for: FreeBSD head-i386-default-job-17 13.0-CURRENT FreeBSD 
13.0-CURRENT 1300037 i386

maintained by: l...@freebsd.org
Makefile ident:  $FreeBSD: head/sysutils/lsof/Makefile 505444 
2019-06-30 19:15:30Z ler $

Poudriere version: 3.2.8-5-gc81843e5
Host OSVERSION: 1300031
Jail OSVERSION: 1300037
Job Id: 17




!!! Jail is newer than host. (Jail: 1300037, Host: 1300031) !!!
!!! This is not supported. !!!
!!! Host kernel must be same or newer than jail. !!!
!!! Expect build failures. !!!



---Begin Environment---
SHELL=/bin/csh
UNAME_p=i386
UNAME_m=i386
OSVERSION=1300037
UNAME_v=FreeBSD 13.0-CURRENT 1300037
UNAME_r=13.0-CURRENT
BLOCKSIZE=K
MAIL=/var/mail/root
STATUS=1
HOME=/root
PATH=/sbin:/bin:/usr/sbin:/usr/bin:/usr/local/sbin:/usr/local/bin:/root/bin
LOCALBASE=/usr/local
USER=root
LIBEXECPREFIX=/usr/local/libexec/poudriere
POUDRIERE_VERSION=3.2.8-5-gc81843e5
MASTERMNT=/usr/local/poudriere/data/.m/head-i386-default/ref
POUDRIERE_BUILD_TYPE=bulk
PACKAGE_BUILDING=yes
SAVED_TERM=

Re: Can't buildworld at r350321

2019-07-25 Thread Niclas Zeising

On 2019-07-25 12:33, Masachika ISHIZUKA wrote:

   Hi.
   I want to update 13-current from r349989 to r350321 as follows.
   
% cd /usr/src

% pwd
/usr/altlocal/freebsd-current/src
% df -h .
Filesystem   SizeUsed   Avail Capacity  Mounted on
192.168.1.2:/usr/altlocal2.5T930G1.6T37%/usr/altlocal
% svn up -r 350321
% time make -j4 buildworld
(snip)
--- all_subdir_lib/libsysdecode ---
===> lib/libsysdecode (all)
make[5]: make[5]: don't know how to make 
/usr/altlocal/freebsd-current/obj/usr/altlocal/freebsd-current/src/amd64.amd64/obj-lib32/tmp/sys/netinet/in.h.
 Stop

make[5]: stopped in /usr/altlocal/freebsd-current/src/lib/libsysdecode
(snip)
make: stopped in /usr/altlocal/freebsd-current/src
20974.852u 3569.891s 2:17:32.86 297.4%  60110+3554k 183950+308232io 225686pf+0w

   I can buildworld at r349989 without errors.



This should have been fixed, or at least worked around, in r350322, as I 
understand it.

Regards
--
Niclas
___
freebsd-current@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-current
To unsubscribe, send any mail to "freebsd-current-unsubscr...@freebsd.org"


Can't buildworld at r350321

2019-07-25 Thread Masachika ISHIZUKA
  Hi.
  I want to update 13-current from r349989 to r350321 as follows.
  
% cd /usr/src
% pwd
/usr/altlocal/freebsd-current/src
% df -h .
Filesystem   SizeUsed   Avail Capacity  Mounted on
192.168.1.2:/usr/altlocal2.5T930G1.6T37%/usr/altlocal
% svn up -r 350321
% time make -j4 buildworld
(snip)
--- all_subdir_lib/libsysdecode ---
===> lib/libsysdecode (all)
make[5]: make[5]: don't know how to make 
/usr/altlocal/freebsd-current/obj/usr/altlocal/freebsd-current/src/amd64.amd64/obj-lib32/tmp/sys/netinet/in.h.
 Stop

make[5]: stopped in /usr/altlocal/freebsd-current/src/lib/libsysdecode
(snip)
make: stopped in /usr/altlocal/freebsd-current/src
20974.852u 3569.891s 2:17:32.86 297.4%  60110+3554k 183950+308232io 225686pf+0w

  I can buildworld at r349989 without errors.
-- 
Masachika ISHIZUKA
___
freebsd-current@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-current
To unsubscribe, send any mail to "freebsd-current-unsubscr...@freebsd.org"


FreeBSD CI Weekly Report 2019-07-21

2019-07-25 Thread Li-Wen Hsu
(Please send the followup to freebsd-testing@ and note Reply-To is set.)

FreeBSD CI Weekly Report 2019-07-21
===

Here is a summary of the FreeBSD Continuous Integration results for the period
from 2019-07-15 to 2019-07-21.

During this period, we have:

* 1659 builds (96.7% (-0.7) passed, 3.3% (+0.7) failed) were executed on
  aarch64, amd64, armv6, armv7, i386, mips, mips64, powerpc, powerpc64,
  powerpcspe, riscv64, sparc64 architectures for head, stable/12, stable/11
  branches.
* 306 test runs (56.2% (+1.9) passed, 43.1% (+5.6) unstable, 0.7% (-7.5)
  exception) were executed on amd64, i386, riscv64 architectures for head,
  stable/12, stable/11 branches.
* 18 doc builds (100% (+0) passed)

Test case status (by 2019-07-21 23:59):
| Branch/Architecture | Total | Pass | Fail | Skipped |
| --- | - |  |  | --- |
| head/amd64  | 7460  | 7411 | 0| 49  |
| head/i386   | 7458  | 7406 | 4| 48  |
| 12-STABLE/amd64 | 7388  | 7341 | 0| 47  |
| 12-STABLE/i386  | 7386  | 7335 | 5| 46  |
| 11-STABLE/amd64 | 6845  | 6800 | 0| 45  |
| 11-STABLE/i386  | 6843  | 6759 | 34   | 50  |

(The statistics from experimental jobs are omitted)

If any of the issues found by CI are in your area of interest or expertise
please investigate the PRs listed below.

The latest web version of this report is available at
https://hackmd.io/s/rJJdcpCbH and archive is available at
http://hackfoldr.org/freebsd-ci-report/, any help is welcome.

## Fixed Tests

* https://ci.freebsd.org/job/FreeBSD-stable-12-i386-test/
* sys.opencrypto.runtests.main
  Fixed in http://svnweb.freebsd.org/changeset/base/350164

## Failing Tests

* https://ci.freebsd.org/job/FreeBSD-head-i386-test/
* sys.netpfil.pf.forward.v6
* sys.netpfil.pf.forward.v4
* sys.netpfil.pf.set_tos.v4
* Analysis from kp@:
* 
https://lists.freebsd.org/pipermail/freebsd-testing/2019-June/001933.html
* 
https://lists.freebsd.org/pipermail/freebsd-testing/2019-June/001934.html

* https://ci.freebsd.org/job/FreeBSD-stable-12-i386-test/
* Same as -head:
* sys.netpfil.pf.forward.v6
* sys.netpfil.pf.forward.v4
* sys.netpfil.pf.set_tos.v4
* lib.libregex.exhaust_test.regcomp_too_big
* flaky, sometimes failed with:
  ```
  /usr/src/contrib/netbsd-tests/lib/libc/regex/t_exhaust.c:72: p != 
NULL not met
  ```

* https://ci.freebsd.org/job/FreeBSD-stable-11-i386-test/
* local.kyua.* (31 cases)
* local.lutok.* (3 cases)

## Failing and Flaky Tests (from experimental jobs)

* https://ci.freebsd.org/job/FreeBSD-head-amd64-dtrace_test/
* Flakey test case: common.misc.t_dtrace_contrib.tst_dynopt_d
  https://bugs.freebsd.org/237641

* https://ci.freebsd.org/job/FreeBSD-head-amd64-test_zfs/
* There are ~60 failing cases, including flakey ones, see 
https://ci.freebsd.org/job/FreeBSD-head-amd64-test_zfs/lastCompletedBuild/testReport/
 for more details

## Disabled Tests

* lib.libc.sys.mmap_test.mmap_truncate_signal
  https://bugs.freebsd.org/211924
* sys.fs.tmpfs.mount_test.large
  https://bugs.freebsd.org/212862
* sys.fs.tmpfs.link_test.kqueue
  https://bugs.freebsd.org/213662
* sys.kqueue.libkqueue.kqueue_test.main
  https://bugs.freebsd.org/233586
* usr.bin.procstat.procstat_test.command_loogle.com/ine_arguments
  https://bugs.freebsd.org/233587
* usr.bin.procstat.procstat_test.environment
  https://bugs.freebsd.org/233588
* sys.netinet.socket_afinet.socket_afinet_bind_zero (new)
  https://bugs.freebsd.org/238781

## Issues

### Cause build fails
* https://bugs.freebsd.org/233735
  Possible build race: genoffset.o /usr/src/sys/sys/types.h: error: 
machine/endian.h: No such file or directory
* https://bugs.freebsd.org/233769
  Possible build race: ld: error: unable to find library -lgcc_s
* https://bugs.freebsd.org/238828
  Possible build race: lib/libsysdecode/tables.h:948: error: 
'IPV6_MIN_MEMBERSHIPS' undeclared

### Cause kernel panics
* https://bugs.freebsd.org/238870
  sys.netpfil.pf.names.names and sys.netpfil.pf.synproxy.synproxy cause panic
  Patch exists:
* https://reviews.freebsd.org/D20868
* https://reviews.freebsd.org/D20869

### Open
* https://bugs.freebsd.org/237077
  possible race in build: /usr/src/sys/amd64/linux/linux_support.s:38:2: error: 
expected relocatable expression
* https://bugs.freebsd.org/237403
  Tests in sys/opencrypto should be converted to Python3
* https://bugs.freebsd.org/237641
  Flakey test case: common.misc.t_dtrace_contrib.tst_dynopt_d
* https://bugs.freebsd.org/237652
  tests.hotspare.hotspare_test.hotspare_snapshot_001_pos timeout since 
somewhere in (r346814, r 346845]
* https://bugs.freebsd.org/237655
  Non-deterministic panic when running pf tests in interface ioctl code (NULL 
passed to strncmp)
* https://bugs.freebsd.org/237656
  "Freed UMA keg (rtentry) was not empty (18