11-STABLE and 12-STABLE build failures

2020-07-25 Thread Don Lewis
I'm seeing this failure when building 11-STABLE and 12-STABLE poudriere jails: --- localedef.full --- cc -O2 -pipe -fno-common -I. -I/var/poudriere/jails/12STABLEamd64/usr/src/usr.bin/localedef -I/var/poudriere/jails/12STABLEamd64/usr/src/lib/libc/locale

Re: 11-STABLE and 12-STABLE build failures

2020-07-25 Thread Jonathan Chen
On Sun, 26 Jul 2020 at 08:05, Don Lewis wrote: > > I'm seeing this failure when building 11-STABLE and 12-STABLE poudriere > jails: > > --- localedef.full --- > cc -O2 -pipe -fno-common -I. > -I/var/poudriere/jails/12STABLEamd64/usr/src/usr.bin/localedef >

Re: 11-STABLE and 12-STABLE build failures

2020-07-25 Thread Don Lewis
On 25 Jul, Don Lewis wrote: > On 25 Jul, Don Lewis wrote: >> On 25 Jul, Warner Losh wrote: >>> Liby.a was retired. Maybe there is some dangling references? >> >> # grep yydebug * >> localedef.c: yydebug = 0; >> localedef.h:extern int yydebug; >> >> I see the same in the 13-CURRENT source and it

Re: 11-STABLE and 12-STABLE build failures

2020-07-25 Thread Yuri Pankov
Don Lewis wrote: On 25 Jul, Don Lewis wrote: On 25 Jul, Don Lewis wrote: On 25 Jul, Warner Losh wrote: Liby.a was retired. Maybe there is some dangling references? # grep yydebug * localedef.c:yydebug = 0; localedef.h:extern int yydebug; I see the same in the 13-CURRENT source and it

Re: 11-STABLE and 12-STABLE build failures

2020-07-25 Thread Don Lewis
On 25 Jul, Don Lewis wrote: > On 25 Jul, Warner Losh wrote: >> Liby.a was retired. Maybe there is some dangling references? > > # grep yydebug * > localedef.c: yydebug = 0; > localedef.h:extern int yydebug; > > I see the same in the 13-CURRENT source and it builds successfully. If I diff the

Re: 11-STABLE and 12-STABLE build failures

2020-07-25 Thread Warner Losh
Liby.a was retired. Maybe there is some dangling references? On Sat, Jul 25, 2020, 2:05 PM Don Lewis wrote: > I'm seeing this failure when building 11-STABLE and 12-STABLE poudriere > jails: > > --- localedef.full --- > cc -O2 -pipe -fno-common -I. >

Re: 11-STABLE and 12-STABLE build failures

2020-07-25 Thread Don Lewis
On 25 Jul, Warner Losh wrote: > Liby.a was retired. Maybe there is some dangling references? # grep yydebug * localedef.c:yydebug = 0; localedef.h:extern int yydebug; I see the same in the 13-CURRENT source and it builds successfully. > On Sat, Jul 25, 2020, 2:05 PM Don Lewis wrote: > >>

Re: 11-STABLE and 12-STABLE build failures

2020-07-25 Thread Don Lewis
On 25 Jul, Yuri Pankov wrote: > Don Lewis wrote: >> On 25 Jul, Don Lewis wrote: >>> On 25 Jul, Don Lewis wrote: On 25 Jul, Warner Losh wrote: > Liby.a was retired. Maybe there is some dangling references? # grep yydebug * localedef.c: yydebug = 0;