From owner-freebsd-stable Sat Sep 9 19:38:46 2000 Delivered-To: freebsd-stable@freebsd.org Received: from savior.rootprompt.net (mail.rootprompt.net [208.53.161.253]) by hub.freebsd.org (Postfix) with SMTP id 902FB37B422 for ; Sat, 9 Sep 2000 19:38:41 -0700 (PDT) Received: (qmail 1698 invoked from network); 10 Sep 2000 02:38:40 -0000 Received: from unknown (HELO jove) (192.168.1.2) by mail.rootprompt.net with SMTP; 10 Sep 2000 02:38:40 -0000 From: "Robert Banniza" To: Subject: ssh -1.2.30 won't compile... Date: Sat, 9 Sep 2000 21:39:42 -0500 Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook IMO, Build 9.0.2416 (9.0.2910.0) Importance: Normal In-Reply-To: <200009100200.WAA19191@world.std.com> X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4133.2400 Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG 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