Date: Mon, 31 Jul 2000 01:33:46 -0700 From: "Brian" <bri@sonicboom.org> To: <bugs@ssh.org> Cc: <freebsd-bugs@freebsd.org> Subject: ssh-1.2.30 Message-ID: <003e01bffaca$0b9f72c0$93170d18@ocnsd1.sdca.home.com>
next in thread | raw e-mail | index | archive | help
This is a multi-part message in MIME format. ------=_NextPart_000_003B_01BFFA8F.5EE386A0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable This is the first release I've tried that didn't compile initially and = easily. I wound up using a different ssh server, but here is the debug. = I did a plain ./configure with no options, did a make in freebsd 3.51, = 4.0, and 4.1. They all failed. This is the 3.51 debug. sshd.c: In function `do_authenticated': sshd.c:2972: parse error before `<' sshd.c:3032: break statement not within loop or switch sshd.c:3034: case label not within a switch statement sshd.c:3078: break statement not within loop or switch sshd.c:3088: case label not within a switch statement sshd.c:3105: break statement not within loop or switch sshd.c:3107: case label not within a switch statement sshd.c:3122: break statement not within loop or switch sshd.c:3125: case label not within a switch statement sshd.c:3140: case label not within a switch statement sshd.c:3162: default label not within a switch statement sshd.c:3131: label `do_forced_command' used but not defined sshd.c:2862: label `fail' used but not defined sshd.c: At top level: sshd.c:3171: parse error before `14' sshd.c:3171: conflicting types for `packet_start' packet.h:109: previous declaration of `packet_start' sshd.c:3171: warning: data definition has no type or storage class sshd.c:3172: conflicting types for `packet_send' packet.h:125: previous declaration of `packet_send' sshd.c:3172: warning: data definition has no type or storage class sshd.c:3173: conflicting types for `packet_write_wait' packet.h:191: previous declaration of `packet_write_wait' sshd.c:3173: warning: data definition has no type or storage class sshd.c:3176: parse error before `if' sshd.c:3179: warning: parameter names (without types) in function = declaration sshd.c:3179: conflicting types for `packet_start_compression' packet.h:99: previous declaration of `packet_start_compression' sshd.c:3179: warning: data definition has no type or storage class sshd.c:3180: parse error before `}' sshd.c:3187: parse error before `15' sshd.c:3187: warning: data definition has no type or storage class sshd.c:3188: warning: data definition has no type or storage class sshd.c:3189: warning: data definition has no type or storage class sshd.c:3190: parse error before `continue' *** Error code 1 ------=_NextPart_000_003B_01BFFA8F.5EE386A0 Content-Type: text/html; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"> <HTML><HEAD> <META content=3D"text/html; charset=3Diso-8859-1" = http-equiv=3DContent-Type> <META content=3D"MSHTML 5.00.3105.105" name=3DGENERATOR> <STYLE></STYLE> </HEAD> <BODY bgColor=3D#ffffff> <DIV><FONT face=3DArial size=3D2>This is the first release I've tried = that didn't=20 compile initially and easily. I wound up using a different ssh = server, but=20 here is the debug. I did a plain ./configure with no = options, did a=20 make in freebsd 3.51, 4.0, and 4.1. They all failed. This is the = 3.51=20 debug.</FONT></DIV> <DIV> </DIV> <DIV><FONT face=3DArial size=3D2>sshd.c: In function=20 `do_authenticated':<BR>sshd.c:2972: parse error before = `<'<BR>sshd.c:3032:=20 break statement not within loop or switch<BR>sshd.c:3034: case label not = within=20 a switch statement<BR>sshd.c:3078: break statement not within loop or=20 switch<BR>sshd.c:3088: case label not within a switch = statement<BR>sshd.c:3105:=20 break statement not within loop or switch<BR>sshd.c:3107: case label not = within=20 a switch statement<BR>sshd.c:3122: break statement not within loop or=20 switch<BR>sshd.c:3125: case label not within a switch = statement<BR>sshd.c:3140:=20 case label not within a switch statement<BR>sshd.c:3162: default label = not=20 within a switch statement<BR>sshd.c:3131: label `do_forced_command' used = but not=20 defined<BR>sshd.c:2862: label `fail' used but not defined<BR>sshd.c: At = top=20 level:<BR>sshd.c:3171: parse error before `14'<BR>sshd.c:3171: = conflicting types=20 for `packet_start'<BR>packet.h:109: previous declaration of=20 `packet_start'<BR>sshd.c:3171: warning: data definition has no type or = storage=20 class<BR>sshd.c:3172: conflicting types for = `packet_send'<BR>packet.h:125:=20 previous declaration of `packet_send'<BR>sshd.c:3172: warning: data = definition=20 has no type or storage class<BR>sshd.c:3173: conflicting types for=20 `packet_write_wait'<BR>packet.h:191: previous declaration of=20 `packet_write_wait'<BR>sshd.c:3173: warning: data definition has no type = or=20 storage class<BR>sshd.c:3176: parse error before `if'<BR>sshd.c:3179: = warning:=20 parameter names (without types) in function declaration<BR>sshd.c:3179:=20 conflicting types for `packet_start_compression'<BR>packet.h:99: = previous=20 declaration of `packet_start_compression'<BR>sshd.c:3179: warning: data=20 definition has no type or storage class<BR>sshd.c:3180: parse error = before=20 `}'<BR>sshd.c:3187: parse error before `15'<BR>sshd.c:3187: warning: = data=20 definition has no type or storage class<BR>sshd.c:3188: warning: data = definition=20 has no type or storage class<BR>sshd.c:3189: warning: data definition = has no=20 type or storage class<BR>sshd.c:3190: parse error before = `continue'<BR>*** Error=20 code 1</FONT></DIV></BODY></HTML> ------=_NextPart_000_003B_01BFFA8F.5EE386A0-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?003e01bffaca$0b9f72c0$93170d18>