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;
 localedef.h:extern int yydebug;

 I see the same in the 13-CURRENT source and it builds successfully.
>>>
>>> If I diff the two source trees, I see that the 13-CURRENT references are
>>> guarded by #if YYDEBUG.
>> 
>> Looks like we need this MFC:
>> 
>> %svn log -c 362569
>> 
>> r362569 | jkim | 2020-06-23 19:08:08 -0700 (Tue, 23 Jun 2020) | 2 lines
>> 
>> Fix build with recent byacc.
>> 
>> 
> 
> Just checked that I see this too trying to build stable/12 on recent 
> head, failing while bootstrapping tools where we use the host system 
> binaries.

I just did the MFC, so it should be fixed now.

___
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-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 builds successfully.


If I diff the two source trees, I see that the 13-CURRENT references are
guarded by #if YYDEBUG.


Looks like we need this MFC:

%svn log -c 362569

r362569 | jkim | 2020-06-23 19:08:08 -0700 (Tue, 23 Jun 2020) | 2 lines

Fix build with recent byacc.




Just checked that I see this too trying to build stable/12 on recent 
head, failing while bootstrapping tools where we use the host system 
binaries.

___
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-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 builds successfully.
> 
> If I diff the two source trees, I see that the 13-CURRENT references are
> guarded by #if YYDEBUG.

Looks like we need this MFC:

%svn log -c 362569

r362569 | jkim | 2020-06-23 19:08:08 -0700 (Tue, 23 Jun 2020) | 2 lines

Fix build with recent byacc.



___
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-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 two source trees, I see that the 13-CURRENT references are
guarded by #if YYDEBUG.

___
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-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:
> 
>> 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
>> -I/var/poudriere/jails/12STABLEamd64/usr/src/lib/libc/stdtime -g -std=gnu99
>> -Qunused-arguments
>> -I/usr/obj/var/poudriere/jails/12STABLEamd64/usr/src/amd64.amd64/tmp/legacy/usr/include
>> -static
>> -L/usr/obj/var/poudriere/jails/12STABLEamd64/usr/src/amd64.amd64/tmp/legacy/usr/lib
>> -o localedef.full charmap.o collate.o ctype.o localedef.o messages.o
>> monetary.o numeric.o parser.o scanner.o time.o wide.o  -legacy
>> ld: error: undefined symbol: yydebug
>> >>> referenced by localedef.c:276
>> (/var/poudriere/jails/12STABLEamd64/usr/src/usr.bin/localedef/localedef.c:276)
>> >>>   localedef.o:(main)
>> cc: error: linker command failed with exit code 1 (use -v to see
>> invocation)
>> *** [localedef.full] Error code 1
>>
>> I hadn't done a build in a while, so I don't know how long this has been
>> broken.  My builds last night failed and things are still broken right
>> now.
>>
>> ___
>> 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"
>>

___
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-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.
> -I/var/poudriere/jails/12STABLEamd64/usr/src/usr.bin/localedef
> -I/var/poudriere/jails/12STABLEamd64/usr/src/lib/libc/locale
> -I/var/poudriere/jails/12STABLEamd64/usr/src/lib/libc/stdtime -g -std=gnu99
> -Qunused-arguments
> -I/usr/obj/var/poudriere/jails/12STABLEamd64/usr/src/amd64.amd64/tmp/legacy/usr/include
> -static
> -L/usr/obj/var/poudriere/jails/12STABLEamd64/usr/src/amd64.amd64/tmp/legacy/usr/lib
> -o localedef.full charmap.o collate.o ctype.o localedef.o messages.o
> monetary.o numeric.o parser.o scanner.o time.o wide.o  -legacy
> ld: error: undefined symbol: yydebug
> >>> referenced by localedef.c:276
> (/var/poudriere/jails/12STABLEamd64/usr/src/usr.bin/localedef/localedef.c:276)
> >>>   localedef.o:(main)
> cc: error: linker command failed with exit code 1 (use -v to see
> invocation)
> *** [localedef.full] Error code 1
>
> I hadn't done a build in a while, so I don't know how long this has been
> broken.  My builds last night failed and things are still broken right
> now.
>
> ___
> 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"
>
___
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-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 
> -I/var/poudriere/jails/12STABLEamd64/usr/src/lib/libc/locale 
> -I/var/poudriere/jails/12STABLEamd64/usr/src/lib/libc/stdtime -g -std=gnu99 
> -Qunused-arguments 
> -I/usr/obj/var/poudriere/jails/12STABLEamd64/usr/src/amd64.amd64/tmp/legacy/usr/include
>   -static  
> -L/usr/obj/var/poudriere/jails/12STABLEamd64/usr/src/amd64.amd64/tmp/legacy/usr/lib
>  -o localedef.full charmap.o collate.o ctype.o localedef.o messages.o 
> monetary.o numeric.o parser.o scanner.o time.o wide.o  -legacy
> ld: error: undefined symbol: yydebug
> >>> referenced by localedef.c:276 
> >>> (/var/poudriere/jails/12STABLEamd64/usr/src/usr.bin/localedef/localedef.c:276)
> >>>   localedef.o:(main)
> cc: error: linker command failed with exit code 1 (use -v to see invocation)
> *** [localedef.full] Error code 1
>
> I hadn't done a build in a while, so I don't know how long this has been
> broken.  My builds last night failed and things are still broken right
> now.

It must be something recent, as my last build of 12-STABLE at r363443
(~23 Jul) succeeded.

Cheers.
-- 
Jonathan Chen 
___
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"


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 
-I/var/poudriere/jails/12STABLEamd64/usr/src/lib/libc/stdtime -g -std=gnu99 
-Qunused-arguments 
-I/usr/obj/var/poudriere/jails/12STABLEamd64/usr/src/amd64.amd64/tmp/legacy/usr/include
  -static  
-L/usr/obj/var/poudriere/jails/12STABLEamd64/usr/src/amd64.amd64/tmp/legacy/usr/lib
 -o localedef.full charmap.o collate.o ctype.o localedef.o messages.o 
monetary.o numeric.o parser.o scanner.o time.o wide.o  -legacy
ld: error: undefined symbol: yydebug
>>> referenced by localedef.c:276 
>>> (/var/poudriere/jails/12STABLEamd64/usr/src/usr.bin/localedef/localedef.c:276)
>>>   localedef.o:(main)
cc: error: linker command failed with exit code 1 (use -v to see invocation)
*** [localedef.full] Error code 1

I hadn't done a build in a while, so I don't know how long this has been
broken.  My builds last night failed and things are still broken right
now.

___
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"