Re: RELENG_9 build error

2013-08-26 Thread Mike Tancsa
On 8/26/2013 3:59 PM, Schaich Alonso wrote:
> On Mon, 26 Aug 2013 15:07:42 -0400
> Mike Tancsa  wrote:
> 
>>
>> Does anyone have any idea how to correct this issue ?  Already blew away
>> /usr/src and /usr/obj in case something got corrupted.
>>
>>
> 
> Taking it you mean stable/9 by RELENG_9, it can be ``fixed'' by updating your
> sources, to any revision more recent than r254669 (which reverted the breaking
> commit)

Actually, I had done that. The correct solution was to rebuild and
install yacc first (as suggested by Herbert), as I was running

FreeBSD 9.2-PRERELEASE #0 r254663

So the bogus yacc was installed and I needed to clobber that.

---Mike

> 
> 


-- 
---
Mike Tancsa, tel +1 519 651 3400
Sentex Communications, m...@sentex.net
Providing Internet services since 1994 www.sentex.net
Cambridge, Ontario Canada   http://www.tancsa.com/
___
freebsd-stable@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-stable
To unsubscribe, send any mail to "freebsd-stable-unsubscr...@freebsd.org"


Re: RELENG_9 build error

2013-08-26 Thread Schaich Alonso
On Mon, 26 Aug 2013 15:07:42 -0400
Mike Tancsa  wrote:

> 
> Does anyone have any idea how to correct this issue ?  Already blew away
> /usr/src and /usr/obj in case something got corrupted.
> 
> 

Taking it you mean stable/9 by RELENG_9, it can be ``fixed'' by updating your
sources, to any revision more recent than r254669 (which reverted the breaking
commit)
___
freebsd-stable@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-stable
To unsubscribe, send any mail to "freebsd-stable-unsubscr...@freebsd.org"


Re: RELENG_9 build error

2013-08-26 Thread Herbert J. Skuhra
On Mon, 26 Aug 2013 15:07:42 -0400
Mike Tancsa wrote:

 
> Does anyone have any idea how to correct this issue ?  Already blew away
> /usr/src and /usr/obj in case something got corrupted.

I think I've resolved this issue by rebuilding and reinstalling yacc
from /usr/src/usr.bin/yacc before running 'make buildworld'.

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


RELENG_9 build error

2013-08-26 Thread Mike Tancsa

Does anyone have any idea how to correct this issue ?  Already blew away
/usr/src and /usr/obj in case something got corrupted.


cc -O2 -pipe  -DDES -std=gnu99 -fstack-protector -Wsystem-headers
-Werror -Wall -Wno-format-y2k -W -Wno-unused-parameter
-Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wreturn-type
-Wcast-qual -Wwrite-strings -Wswitch -Wshadow -Wunused-parameter
-Wcast-align -Wchar-subscripts -Winline -Wnested-externs
-Wredundant-decls -Wold-style-definition -Wno-pointer-sign  -o ed buf.o
cbc.o glbl.o io.o main.o re.o sub.o undo.o -lcrypto
gzip -cn /usr/src/bin/ed/ed.1 > ed.1.gz
===> bin/expr (all)
cc -O2 -pipe  -std=gnu99 -fstack-protector -Wsystem-headers -Werror
-Wall -Wno-format-y2k -W -Wno-unused-parameter -Wstrict-prototypes
-Wmissing-prototypes -Wpointer-arith -Wreturn-type -Wcast-qual
-Wwrite-strings -Wswitch -Wshadow -Wunused-parameter -Wcast-align
-Wchar-subscripts -Winline -Wnested-externs -Wredundant-decls
-Wold-style-definition -Wno-pointer-sign -c expr.c
cc1: warnings being treated as errors
expr.c:812: warning: redundant redeclaration of 'yyparse'
/usr/src/bin/expr/expr.y:77: warning: previous declaration of 'yyparse'
was here
*** [expr.o] Error code 1

Stop in /usr/src/bin/expr.
*** [all] Error code 1

Stop in /usr/src/bin.
*** [bin.all__D] Error code 1

Stop in /usr/src.
*** [everything] Error code 1

Stop in /usr/src.
*** [buildworld] Error code 1

Stop in /usr/src.
1(cage)# cd /usr


-- 
---
Mike Tancsa, tel +1 519 651 3400
Sentex Communications, m...@sentex.net
Providing Internet services since 1994 www.sentex.net
Cambridge, Ontario Canada   http://www.tancsa.com/
___
freebsd-stable@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-stable
To unsubscribe, send any mail to "freebsd-stable-unsubscr...@freebsd.org"