Skip site navigation (1)Skip section navigation (2)
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

[-- Attachment #1 --]
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

[-- Attachment #2 --]
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META content="text/html; charset=iso-8859-1" http-equiv=Content-Type>
<META content="MSHTML 5.00.3105.105" name=GENERATOR>
<STYLE></STYLE>
</HEAD>
<BODY bgColor=#ffffff>
<DIV><FONT face=Arial size=2>This is the first release I've tried that didn't 
compile initially and easily.&nbsp; I wound up using a different ssh server, but 
here is the debug.&nbsp;&nbsp; I did a plain ./configure with no options, did a 
make in freebsd 3.51, 4.0, and 4.1. They all failed.&nbsp;This is the 3.51 
debug.</FONT></DIV>
<DIV>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>sshd.c: In function 
`do_authenticated':<BR>sshd.c:2972: parse error before `&lt;'<BR>sshd.c:3032: 
break statement not within loop or switch<BR>sshd.c:3034: case label not within 
a switch statement<BR>sshd.c:3078: break statement not within loop or 
switch<BR>sshd.c:3088: case label not within a switch statement<BR>sshd.c:3105: 
break statement not within loop or switch<BR>sshd.c:3107: case label not within 
a switch statement<BR>sshd.c:3122: break statement not within loop or 
switch<BR>sshd.c:3125: case label not within a switch statement<BR>sshd.c:3140: 
case label not within a switch statement<BR>sshd.c:3162: default label not 
within a switch statement<BR>sshd.c:3131: label `do_forced_command' used but not 
defined<BR>sshd.c:2862: label `fail' used but not defined<BR>sshd.c: At top 
level:<BR>sshd.c:3171: parse error before `14'<BR>sshd.c:3171: conflicting types 
for `packet_start'<BR>packet.h:109: previous declaration of 
`packet_start'<BR>sshd.c:3171: warning: data definition has no type or storage 
class<BR>sshd.c:3172: conflicting types for `packet_send'<BR>packet.h:125: 
previous declaration of `packet_send'<BR>sshd.c:3172: warning: data definition 
has no type or storage class<BR>sshd.c:3173: conflicting types for 
`packet_write_wait'<BR>packet.h:191: previous declaration of 
`packet_write_wait'<BR>sshd.c:3173: warning: data definition has no type or 
storage class<BR>sshd.c:3176: parse error before `if'<BR>sshd.c:3179: warning: 
parameter names (without types) in function declaration<BR>sshd.c:3179: 
conflicting types for `packet_start_compression'<BR>packet.h:99: previous 
declaration of `packet_start_compression'<BR>sshd.c:3179: warning: data 
definition has no type or storage class<BR>sshd.c:3180: parse error before 
`}'<BR>sshd.c:3187: parse error before `15'<BR>sshd.c:3187: warning: data 
definition has no type or storage class<BR>sshd.c:3188: warning: data definition 
has no type or storage class<BR>sshd.c:3189: warning: data definition has no 
type or storage class<BR>sshd.c:3190: parse error before `continue'<BR>*** Error 
code 1</FONT></DIV></BODY></HTML>

Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?003e01bffaca$0b9f72c0$93170d18>