From owner-freebsd-bugs Mon Jul 31 1:36:28 2000 Delivered-To: freebsd-bugs@freebsd.org Received: from femail1.sdc1.sfba.home.com (femail1.sdc1.sfba.home.com [24.0.95.81]) by hub.freebsd.org (Postfix) with ESMTP id 14B1837BB07 for ; Mon, 31 Jul 2000 01:36:24 -0700 (PDT) (envelope-from bri@sonicboom.org) Received: from cx175057b ([24.13.23.147]) by femail1.sdc1.sfba.home.com (InterMail vM.4.01.03.00 201-229-121) with SMTP id <20000731083622.CZHM1841.femail1.sdc1.sfba.home.com@cx175057b>; Mon, 31 Jul 2000 01:36:22 -0700 Message-ID: <003e01bffaca$0b9f72c0$93170d18@ocnsd1.sdca.home.com> From: "Brian" To: Cc: Subject: ssh-1.2.30 Date: Mon, 31 Jul 2000 01:33:46 -0700 MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_NextPart_000_003B_01BFFA8F.5EE386A0" X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.50.4133.2400 X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4133.2400 Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org 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
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.
 
sshd.c: In function=20 `do_authenticated':
sshd.c:2972: parse error before = `<'
sshd.c:3032:=20 break statement not within loop or switch
sshd.c:3034: case label not = within=20 a switch statement
sshd.c:3078: break statement not within loop or=20 switch
sshd.c:3088: case label not within a switch = statement
sshd.c:3105:=20 break statement not within loop or switch
sshd.c:3107: case label not = within=20 a switch statement
sshd.c:3122: break statement not within loop or=20 switch
sshd.c:3125: case label not within a switch = statement
sshd.c:3140:=20 case label not within a switch statement
sshd.c:3162: default label = not=20 within a switch statement
sshd.c:3131: label `do_forced_command' used = but not=20 defined
sshd.c:2862: label `fail' used but not defined
sshd.c: At = top=20 level:
sshd.c:3171: parse error before `14'
sshd.c:3171: = conflicting types=20 for `packet_start'
packet.h:109: previous declaration of=20 `packet_start'
sshd.c:3171: warning: data definition has no type or = storage=20 class
sshd.c:3172: conflicting types for = `packet_send'
packet.h:125:=20 previous declaration of `packet_send'
sshd.c:3172: warning: data = definition=20 has no type or storage class
sshd.c:3173: conflicting types for=20 `packet_write_wait'
packet.h:191: previous declaration of=20 `packet_write_wait'
sshd.c:3173: warning: data definition has no type = or=20 storage class
sshd.c:3176: parse error before `if'
sshd.c:3179: = warning:=20 parameter names (without types) in function declaration
sshd.c:3179:=20 conflicting types for `packet_start_compression'
packet.h:99: = previous=20 declaration of `packet_start_compression'
sshd.c:3179: warning: data=20 definition has no type or storage class
sshd.c:3180: parse error = before=20 `}'
sshd.c:3187: parse error before `15'
sshd.c:3187: warning: = data=20 definition has no type or storage class
sshd.c:3188: warning: data = definition=20 has no type or storage class
sshd.c:3189: warning: data definition = has no=20 type or storage class
sshd.c:3190: parse error before = `continue'
*** Error=20 code 1
------=_NextPart_000_003B_01BFFA8F.5EE386A0-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message