Re: 11.1-prerelease buildworld fails at libpcap

2017-05-31 Thread Johan Hendriks
Thank you, It is stil building, but it looks like it is past libpcap.

Thanks again for your work.


Op 31/05/2017 om 10:21 schreef Xin Li:
> Should be fixed by r319297.
>
> Cheers,
>

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


Re: 11.1-prerelease buildworld fails at libpcap

2017-05-31 Thread Xin Li
Should be fixed by r319297.

Cheers,



signature.asc
Description: OpenPGP digital signature


Re: 11.1-prerelease buildworld fails at libpcap

2017-05-31 Thread Xin Li


On 5/31/17 00:25, Johan Hendriks wrote:
> I am on the following revision.
> 
> root@desk:/usr/src # uname -a
> FreeBSD desk.server.mylab.nl 11.1-PRERELEASE FreeBSD 11.1-PRERELEASE #89
> r319098: Mon May 29 10:55:56 CEST 2017
> r...@desk.server.mylab.nl:/usr/obj/usr/src/sys/KRNL  amd64
> 
> 
> I have updated to the following revision
> At revision 319292.
> 
> 
> When doing the buildworld it errors out with the following.
> 
> 
> ===> lib/libpcap (all)
> Building /usr/obj/usr/src/lib/libpcap/grammar.o
> /usr/src/contrib/libpcap/grammar.y:348:15: error: use of undeclared
> identifier 'cstate'; did you mean 'cstat'?
> finish_parse(cstate, yystack.l_mark[0].blk.b);
>  ^~
>  cstat
> grammar.c:1291:1: note: 'cstat' declared here
> YYPARSE_DECL()
> ^
> grammar.c:378:67: note: expanded from macro 'YYPARSE_DECL'
> # define YYPARSE_DECL() yyparse(void *yyscanne, compiler_state_t *cstat)
>   ^
> /usr/src/contrib/libpcap/grammar.y:365:28: error: use of undeclared
> identifier 'cstate'; did you mean 'cstat'?
> { yyval.blk.b = gen_ncode(cstate, NULL,
> (bpf_u_int32)yystack.l_mark[0].i,
>   ^~
>   cstat
> grammar.c:1291:1: note: 'cstat' declared here
> YYPARSE_DECL()
> ^
> grammar.c:378:67: note: expanded from macro 'YYPARSE_DECL'
> # define YYPARSE_DECL() yyparse(void *yyscanne, compiler_state_t *cstat)
>   ^
> /usr/src/contrib/libpcap/grammar.y:369:28: error: use of undeclared
> identifier 'cstate'; did you mean 'cstat'?
> { yyval.blk.b = gen_scode(cstate, yystack.l_mark[0].s,
> yyval.blk.q = yystack.l_mark[-1].blk.q); }
>   ^~
>   cstat
> grammar.c:1291:1: note: 'cstat' declared here
> YYPARSE_DECL()
> ^
> grammar.c:378:67: note: expanded from macro 'YYPARSE_DECL'
> # define YYPARSE_DECL() yyparse(void *yyscanne, compiler_state_t *cstat)
>   ^
> /usr/src/contrib/libpcap/grammar.y:370:28: error: use of undeclared
> identifier 'cstate'; did you mean 'cstat'?
> { yyval.blk.b = gen_mcode(cstate, yystack.l_mark[-2].s, NULL,
> yystack.l_mark[0].i,
>   ^~
>   cstat
> grammar.c:1291:1: note: 'cstat' declared here
> YYPARSE_DECL()
> ^
> grammar.c:378:67: note: expanded from macro 'YYPARSE_DECL'
> # define YYPARSE_DECL() yyparse(void *yyscanne, compiler_state_t *cstat)
>   ^
> /usr/src/contrib/libpcap/grammar.y:372:28: error: use of undeclared
> identifier 'cstate'; did you mean 'cstat'?
> { yyval.blk.b = gen_mcode(cstate, yystack.l_mark[-2].s,
> yystack.l_mark[0].s, 0,
>   ^~
>   cstat
> grammar.c:1291:1: note: 'cstat' declared here
> YYPARSE_DECL()
> ^
> grammar.c:378:67: note: expanded from macro 'YYPARSE_DECL'
> # define YYPARSE_DECL() yyparse(void *yyscanne, compiler_state_t *cstat)
>   ^
> /usr/src/contrib/libpcap/grammar.y:378:18: error: use of undeclared
> identifier 'cstate'; did you mean 'cstat'?
> bpf_error(cstate, "'port'
> modifier applied to ip host");
>   ^~
>   cstat
> grammar.c:1291:1: note: 'cstat' declared here
> YYPARSE_DECL()
> ^
> grammar.c:378:67: note: expanded from macro 'YYPARSE_DECL'
> # define YYPARSE_DECL() yyparse(void *yyscanne, compiler_state_t *cstat)
>   ^
> /usr/src/contrib/libpcap/grammar.y:380:18: error: use of undeclared
> identifier 'cstate'; did you mean 'cstat'?
> bpf_error(cstate, "'portrange'
> modifier applied to ip host");
>   ^~
>   cstat
> grammar.c:1291:1: note: 'cstat' declared here
> YYPARSE_DECL()
> ^
> grammar.c:378:67: note: expanded from macro 'YYPARSE_DECL'
> # define YYPARSE_DECL() yyparse(void *yyscanne, compiler_state_t *cstat)
>   ^
> /usr/src/contrib/libpcap/grammar.y:382:18: error: use of undeclared
> identifier 'cstate'; did you mean 'cstat'?
> bpf_error(cstate, "'proto'
> modifier applied to ip host");
>   ^~
>   cstat
> grammar.c:1291:1: note: 'cstat' declared here
> YYPARSE_DECL()
> ^
> grammar.c:378:67: note: expanded from macro 'YYPARSE_DECL'
> # define 

11.1-prerelease buildworld fails at libpcap

2017-05-31 Thread Johan Hendriks
I am on the following revision.

root@desk:/usr/src # uname -a
FreeBSD desk.server.mylab.nl 11.1-PRERELEASE FreeBSD 11.1-PRERELEASE #89
r319098: Mon May 29 10:55:56 CEST 2017
r...@desk.server.mylab.nl:/usr/obj/usr/src/sys/KRNL  amd64


I have updated to the following revision
At revision 319292.


When doing the buildworld it errors out with the following.


===> lib/libpcap (all)
Building /usr/obj/usr/src/lib/libpcap/grammar.o
/usr/src/contrib/libpcap/grammar.y:348:15: error: use of undeclared
identifier 'cstate'; did you mean 'cstat'?
finish_parse(cstate, yystack.l_mark[0].blk.b);
 ^~
 cstat
grammar.c:1291:1: note: 'cstat' declared here
YYPARSE_DECL()
^
grammar.c:378:67: note: expanded from macro 'YYPARSE_DECL'
# define YYPARSE_DECL() yyparse(void *yyscanne, compiler_state_t *cstat)
  ^
/usr/src/contrib/libpcap/grammar.y:365:28: error: use of undeclared
identifier 'cstate'; did you mean 'cstat'?
{ yyval.blk.b = gen_ncode(cstate, NULL,
(bpf_u_int32)yystack.l_mark[0].i,
  ^~
  cstat
grammar.c:1291:1: note: 'cstat' declared here
YYPARSE_DECL()
^
grammar.c:378:67: note: expanded from macro 'YYPARSE_DECL'
# define YYPARSE_DECL() yyparse(void *yyscanne, compiler_state_t *cstat)
  ^
/usr/src/contrib/libpcap/grammar.y:369:28: error: use of undeclared
identifier 'cstate'; did you mean 'cstat'?
{ yyval.blk.b = gen_scode(cstate, yystack.l_mark[0].s,
yyval.blk.q = yystack.l_mark[-1].blk.q); }
  ^~
  cstat
grammar.c:1291:1: note: 'cstat' declared here
YYPARSE_DECL()
^
grammar.c:378:67: note: expanded from macro 'YYPARSE_DECL'
# define YYPARSE_DECL() yyparse(void *yyscanne, compiler_state_t *cstat)
  ^
/usr/src/contrib/libpcap/grammar.y:370:28: error: use of undeclared
identifier 'cstate'; did you mean 'cstat'?
{ yyval.blk.b = gen_mcode(cstate, yystack.l_mark[-2].s, NULL,
yystack.l_mark[0].i,
  ^~
  cstat
grammar.c:1291:1: note: 'cstat' declared here
YYPARSE_DECL()
^
grammar.c:378:67: note: expanded from macro 'YYPARSE_DECL'
# define YYPARSE_DECL() yyparse(void *yyscanne, compiler_state_t *cstat)
  ^
/usr/src/contrib/libpcap/grammar.y:372:28: error: use of undeclared
identifier 'cstate'; did you mean 'cstat'?
{ yyval.blk.b = gen_mcode(cstate, yystack.l_mark[-2].s,
yystack.l_mark[0].s, 0,
  ^~
  cstat
grammar.c:1291:1: note: 'cstat' declared here
YYPARSE_DECL()
^
grammar.c:378:67: note: expanded from macro 'YYPARSE_DECL'
# define YYPARSE_DECL() yyparse(void *yyscanne, compiler_state_t *cstat)
  ^
/usr/src/contrib/libpcap/grammar.y:378:18: error: use of undeclared
identifier 'cstate'; did you mean 'cstat'?
bpf_error(cstate, "'port'
modifier applied to ip host");
  ^~
  cstat
grammar.c:1291:1: note: 'cstat' declared here
YYPARSE_DECL()
^
grammar.c:378:67: note: expanded from macro 'YYPARSE_DECL'
# define YYPARSE_DECL() yyparse(void *yyscanne, compiler_state_t *cstat)
  ^
/usr/src/contrib/libpcap/grammar.y:380:18: error: use of undeclared
identifier 'cstate'; did you mean 'cstat'?
bpf_error(cstate, "'portrange'
modifier applied to ip host");
  ^~
  cstat
grammar.c:1291:1: note: 'cstat' declared here
YYPARSE_DECL()
^
grammar.c:378:67: note: expanded from macro 'YYPARSE_DECL'
# define YYPARSE_DECL() yyparse(void *yyscanne, compiler_state_t *cstat)
  ^
/usr/src/contrib/libpcap/grammar.y:382:18: error: use of undeclared
identifier 'cstate'; did you mean 'cstat'?
bpf_error(cstate, "'proto'
modifier applied to ip host");
  ^~
  cstat
grammar.c:1291:1: note: 'cstat' declared here
YYPARSE_DECL()
^
grammar.c:378:67: note: expanded from macro 'YYPARSE_DECL'
# define YYPARSE_DECL() yyparse(void *yyscanne, compiler_state_t *cstat)
  ^
/usr/src/contrib/libpcap/grammar.y:384:18: error: use of undeclared
identifier 'cstate'; did you mean 'cstat'?