Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 9 Sep 2000 21:39:42 -0500
From:      "Robert Banniza" <robert@rootprompt.net>
To:        <freebsd-stable@freebsd.org>
Subject:   ssh -1.2.30 won't compile...
Message-ID:  <NCBBJOFDILAPLLGMNBONKEFACMAA.robert@rootprompt.net>
In-Reply-To: <200009100200.WAA19191@world.std.com>

next in thread | previous in thread | raw e-mail | index | archive | help
This may be a little off topic but I would like to know if anyone has tried
to compile ssh-1.2.30 from a tarball (outside of ports). I tried compiling
this on 4.1-Release tonight and I'm getting errors. I have not CVSUP'ed
ports to see if it is now coming with some higher version than 1.2.27.
Anyway, here are the errors I'm getting (this looks like a sshd.c code
problem but nonetheless):

#########################################################################
gcc -pipe -c -I.  -I./gmp-2.0.2-ssh-2 -I./zlib-1.0.4 -DHAVE_CONFIG_H  -DHOST
_KEY_FILE=\"/etc/ssh_host_key\" -DHOST_CONFIG_FILE=\"/etc/ssh_config\" -DSER
VER_CONFIG_FILE=\"/etc/sshd_config\" -DSSH_PROGRAM=\"/usr/local/bin/ssh1\" -
DETCDIR=\"/etc\" -DPIDDIR=\"/var/run\" -DSSH_BINDIR=\"/usr/local/bin\" -DTIS
_MAP_FILE=\"/etc/sshd_tis.map\" -g -O2 -I/usr/X11R6/include sshd.c
sshd.c: In function `do_authenticated':
sshd.c:2972: syntax 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: syntax 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: syntax error before `if'
*** Error code 1
#########################################################################

This was a generic tarball that I was trying to install using:
./configure
make



To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-stable" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?NCBBJOFDILAPLLGMNBONKEFACMAA.robert>