Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 1 Nov 2000 19:48:20 -0700 (MST)
From:      "Chad R. Larson" <chad@DCFinc.com>
To:        stable@freebsd.org
Subject:   RELENG_2_2 buildworld breakage
Message-ID:  <200011020248.TAA04055@freeway.dcfinc.com>

next in thread | raw e-mail | index | archive | help

--ELM973133299-4014-0_
Content-Type: text/plain; charset=US-ASCII
Content-Transfer-Encoding: 7bit

2.2.8-STABLE no longer builds.

It would seem it was broken by:

 Edit src/games/cribbage/io.c
  Add delta 1.1.1.1.8.2 2000.10.08.12.01.35 asmodai

	-crl
--
Chad R. Larson (CRL15)   602-953-1392   Brother, can you paradigm?
chad@dcfinc.com         chad@larsons.org          larson1@home.net   
DCF, Inc. - 14623 North 49th Place, Scottsdale, Arizona 85254-2207

--ELM973133299-4014-0_
Content-Type: text/plain; charset=US-ASCII
Content-Disposition: attachment; filename=make.broke
Content-Description: 2.2.8-STABLE make buildworld failure
Content-Transfer-Encoding: 7bit

===> games/cribbage
cc -nostdinc -O2 -pipe   -I/usr/obj/usr/src/tmp/usr/include -c /usr/src/games/cribbage/extern.c
cc -nostdinc -O2 -pipe   -I/usr/obj/usr/src/tmp/usr/include -c /usr/src/games/cribbage/crib.c
cc -nostdinc -O2 -pipe   -I/usr/obj/usr/src/tmp/usr/include -c /usr/src/games/cribbage/cards.c
cc -nostdinc -O2 -pipe   -I/usr/obj/usr/src/tmp/usr/include -c /usr/src/games/cribbage/instr.c
cc -nostdinc -O2 -pipe   -I/usr/obj/usr/src/tmp/usr/include -c /usr/src/games/cribbage/io.c
In file included from /usr/obj/usr/src/tmp/usr/include/ctype.h:51,
                 from /usr/src/games/cribbage/io.c:42:
/usr/obj/usr/src/tmp/usr/include/runetype.h:46: parse error before `typedef'
/usr/obj/usr/src/tmp/usr/include/runetype.h:67: parse error before `rune_t'
/usr/obj/usr/src/tmp/usr/include/runetype.h:67: warning: no semicolon at end of struct or union
/usr/obj/usr/src/tmp/usr/include/runetype.h:68: warning: data definition has no type or storage class
/usr/obj/usr/src/tmp/usr/include/runetype.h:69: parse error before `map'
/usr/obj/usr/src/tmp/usr/include/runetype.h:69: warning: data definition has no type or storage class
/usr/obj/usr/src/tmp/usr/include/runetype.h:71: parse error before `}'
/usr/obj/usr/src/tmp/usr/include/runetype.h:71: warning: data definition has no type or storage class
/usr/obj/usr/src/tmp/usr/include/runetype.h:75: parse error before `_RuneEntry'
/usr/obj/usr/src/tmp/usr/include/runetype.h:75: warning: no semicolon at end of struct or union
/usr/obj/usr/src/tmp/usr/include/runetype.h:76: warning: data definition has no type or storage class
/usr/obj/usr/src/tmp/usr/include/runetype.h:82: parse error before `rune_t'
/usr/obj/usr/src/tmp/usr/include/runetype.h:82: warning: no semicolon at end of struct or union
/usr/obj/usr/src/tmp/usr/include/runetype.h:85: parse error before `char'
/usr/obj/usr/src/tmp/usr/include/runetype.h:86: parse error before `invalid_rune'
/usr/obj/usr/src/tmp/usr/include/runetype.h:86: warning: data definition has no type or storage class
/usr/obj/usr/src/tmp/usr/include/runetype.h:89: parse error before `maplower'
/usr/obj/usr/src/tmp/usr/include/runetype.h:89: warning: data definition has no type or storage class
/usr/obj/usr/src/tmp/usr/include/runetype.h:90: parse error before `mapupper'
/usr/obj/usr/src/tmp/usr/include/runetype.h:90: warning: data definition has no type or storage class
/usr/obj/usr/src/tmp/usr/include/runetype.h:97: parse error before `runetype_ext'
/usr/obj/usr/src/tmp/usr/include/runetype.h:97: warning: data definition has no type or storage class
/usr/obj/usr/src/tmp/usr/include/runetype.h:98: parse error before `maplower_ext'
/usr/obj/usr/src/tmp/usr/include/runetype.h:98: warning: data definition has no type or storage class
/usr/obj/usr/src/tmp/usr/include/runetype.h:99: parse error before `mapupper_ext'
/usr/obj/usr/src/tmp/usr/include/runetype.h:99: warning: data definition has no type or storage class
/usr/obj/usr/src/tmp/usr/include/runetype.h:103: parse error before `}'
/usr/obj/usr/src/tmp/usr/include/runetype.h:103: warning: data definition has no type or storage class
/usr/obj/usr/src/tmp/usr/include/runetype.h:107: parse error before `_DefaultRuneLocale'
/usr/obj/usr/src/tmp/usr/include/runetype.h:107: warning: data definition has no type or storage class
/usr/obj/usr/src/tmp/usr/include/runetype.h:108: parse error before `*'
/usr/obj/usr/src/tmp/usr/include/runetype.h:108: warning: data definition has no type or storage class
/usr/obj/usr/src/tmp/usr/include/ctype.h: In function `__maskrune':
In file included from /usr/src/games/cribbage/io.c:42:
/usr/obj/usr/src/tmp/usr/include/ctype.h:148: request for member `runetype' in something not a structure or union
/usr/obj/usr/src/tmp/usr/include/ctype.h: In function `__isctype':
/usr/obj/usr/src/tmp/usr/include/ctype.h:155: request for member `runetype' in something not a structure or union
/usr/obj/usr/src/tmp/usr/include/ctype.h: In function `__toupper':
/usr/obj/usr/src/tmp/usr/include/ctype.h:162: request for member `mapupper' in something not a structure or union
/usr/obj/usr/src/tmp/usr/include/ctype.h: In function `__tolower':
/usr/obj/usr/src/tmp/usr/include/ctype.h:169: request for member `maplower' in something not a structure or union
*** Error code 1

Stop.
*** Error code 1

Stop.
*** Error code 1

Stop.
*** Error code 1

Stop.

--ELM973133299-4014-0_--


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-stable" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200011020248.TAA04055>