Date: Fri, 21 Jan 2005 12:00:54 GMT From: Sergey Matveychuk <sem@FreeBSD.org> To: freebsd-ports-bugs@FreeBSD.org Subject: Re: ports/76495: port-update: net/sipp: 0.3 to 1.0 Message-ID: <200501211200.j0LC0sIW003474@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
The following reply was made to PR ports/76495; it has been noted by GNATS. From: Sergey Matveychuk <sem@FreeBSD.org> To: freebsd-gnats-submit@FreeBSD.org, hendrik@scholz.net, jesper@jdn.dk Cc: Subject: Re: ports/76495: port-update: net/sipp: 0.3 to 1.0 Date: Fri, 21 Jan 2005 14:54:32 +0300 Does not build on 4.x: ===> Building for sipp-1.0 make OSNAME=`uname|sed -e "s/CYGWIN.*/CYGWIN/"` MODELNAME=`uname -m` sipp cc -D__LINUX -pthread -D__3PCC__ -I. -c -o xp_parser.o xp_parser.c g++ -D__LINUX -pthread -D__3PCC__ -I. -c -o scenario.o scenario.cpp g++ -D__LINUX -pthread -D__3PCC__ -I. -c -o screen.o screen.cpp g++ -D__LINUX -pthread -D__3PCC__ -I. -c -o call.o call.cpp cc -D__LINUX -pthread -D__3PCC__ -I. -c -o comp.o comp.c In file included from comp.h:22, from comp.c:24: /usr/include/sys/socket.h:52: syntax error before `sa_family_t' /usr/include/sys/socket.h:52: warning: data definition has no type or storage class /usr/include/sys/socket.h:163: syntax error before `u_char' /usr/include/sys/socket.h:174: syntax error before `u_short' /usr/include/sys/socket.h:188: syntax error before `u_char' /usr/include/sys/socket.h:190: `int64_t' undeclared here (not in a function) /usr/include/sys/socket.h:190: `u_char' undeclared here (not in a function) /usr/include/sys/socket.h:190: size of array `__ss_pad1' is too large /usr/include/sys/socket.h:191: syntax error before `int64_t' /usr/include/sys/socket.h:192: `u_char' undeclared here (not in a function) /usr/include/sys/socket.h:192: `int64_t' undeclared here (not in a function) /usr/include/sys/socket.h:192: `u_char' undeclared here (not in a function) /usr/include/sys/socket.h:192: `int64_t' undeclared here (not in a function) /usr/include/sys/socket.h:359: syntax error before `pid_t' /usr/include/sys/socket.h:364: syntax error before `gid_t' /usr/include/sys/socket.h:399: syntax error before `u_short' /usr/include/sys/socket.h:407: syntax error before `caddr_t' /usr/include/sys/socket.h:411: syntax error before `caddr_t' In file included from comp.h:22, from comp.c:24: /usr/include/sys/socket.h:444: syntax error before `recv' /usr/include/sys/socket.h:444: syntax error before `size_t' /usr/include/sys/socket.h:444: warning: data definition has no type or storage class /usr/include/sys/socket.h:445: syntax error before `recvfrom' /usr/include/sys/socket.h:445: syntax error before `size_t' /usr/include/sys/socket.h:445: warning: data definition has no type or storage class /usr/include/sys/socket.h:446: syntax error before `recvmsg' /usr/include/sys/socket.h:446: warning: data definition has no type or storage class /usr/include/sys/socket.h:447: syntax error before `send' /usr/include/sys/socket.h:447: syntax error before `size_t' /usr/include/sys/socket.h:447: warning: data definition has no type or storage class /usr/include/sys/socket.h:448: syntax error before `sendto' /usr/include/sys/socket.h:449: syntax error before `size_t' /usr/include/sys/socket.h:449: warning: data definition has no type or storage class /usr/include/sys/socket.h:450: syntax error before `sendmsg' /usr/include/sys/socket.h:450: warning: data definition has no type or storage class /usr/include/sys/socket.h:451: syntax error before `off_t' comp.c: In function `comp_load': comp.c:43: warning: assignment discards qualifiers from pointer target type comp.c:47: warning: assignment discards qualifiers from pointer target type comp.c:51: warning: assignment discards qualifiers from pointer target type *** Error code 1 Stop in /usr/build/usr/ports/net/sipp/work/sipp. *** Error code 1 Stop in /usr/build/usr/ports/net/sipp/work/sipp. *** Error code 1 Stop in /usr/ports/net/sipp. -- Sem.
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200501211200.j0LC0sIW003474>