Bug 25249

Summary: cc compiler not work
Product: Base System Reporter: stado_slonov <stado_slonov>
Component: miscAssignee: freebsd-bugs (Nobody) <bugs>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: Unspecified   
Hardware: Any   
OS: Any   

Description stado_slonov 2001-02-21 10:50:01 UTC
cd /usr/src
make world

How-To-Repeat: ===> lib/libtacplus
===> lib/libutil
cc -O -pipe -Wall -DLIBC_SCCS -I/usr/src/lib/libutil -I/usr/src/lib/libutil/../.
./sys -DINET6 -c /usr/src/lib/libutil/login_class.c -o login_class.o
cc -O -pipe -Wall -DLIBC_SCCS -I/usr/src/lib/libutil -I/usr/src/lib/libutil/../.
./sys -DINET6 -c /usr/src/lib/libutil/login_auth.c -o login_auth.o
In file included from /usr/src/lib/libutil/login_auth.c:49:
/usr/src/lib/libutil/../../sys/sys/socket.h:312: syntax error before `socklen_t'
/usr/src/lib/libutil/../../sys/sys/socket.h:316: syntax error before `socklen_t'
/usr/src/lib/libutil/../../sys/sys/socket.h:338: syntax error before `socklen_t'
/usr/src/lib/libutil/../../sys/sys/socket.h:433: syntax error before `socklen_t'
/usr/src/lib/libutil/../../sys/sys/socket.h:434: syntax error before `socklen_t'
/usr/src/lib/libutil/../../sys/sys/socket.h:435: syntax error before `socklen_t'
/usr/src/lib/libutil/../../sys/sys/socket.h:436: syntax error before `socklen_t'
/usr/src/lib/libutil/../../sys/sys/socket.h:437: syntax error before `socklen_t'
/usr/src/lib/libutil/../../sys/sys/socket.h:438: syntax error before `socklen_t'
/usr/src/lib/libutil/../../sys/sys/socket.h:441: syntax error before `socklen_t'
/usr/src/lib/libutil/../../sys/sys/socket.h:445: syntax error before `socklen_t'
/usr/src/lib/libutil/../../sys/sys/socket.h:448: syntax error before `socklen_t'
*** Error code 1

Stop in /usr/src/lib/libutil.
*** Error code 1

Stop in /usr/src/lib.
*** Error code 1

Stop in /usr/src.
*** Error code 1

Stop in /usr/src.
Comment 1 Peter Avalos 2001-02-28 19:37:58 UTC
Which version of socket.h do you have, and when did you last update your
source tree?

--Pete
Comment 2 Kris Kennaway freebsd_committer freebsd_triage 2001-03-13 02:27:31 UTC
State Changed
From-To: open->feedback

Awaiting feedback from originator
Comment 3 Jake Burkholder freebsd_committer freebsd_triage 2001-06-01 01:36:42 UTC
State Changed
From-To: feedback->closed

Old report of broken world - fixed.