| Summary: | server broke connection without message | ||||||||
|---|---|---|---|---|---|---|---|---|---|
| Product: | Portable OpenSSH | Reporter: | Jean-Christophe Penalva <penalva> | ||||||
| Component: | Build system | Assignee: | OpenSSH Bugzilla mailing list <openssh-bugs> | ||||||
| Status: | CLOSED FIXED | ||||||||
| Severity: | normal | ||||||||
| Priority: | P2 | ||||||||
| Version: | 3.7.1p1 | ||||||||
| Hardware: | MIPS | ||||||||
| OS: | IRIX | ||||||||
| Attachments: |
|
||||||||
|
Description
Jean-Christophe Penalva
2003-09-22 22:38:54 AEST
Created attachment 444 [details]
trace of the sshd -ddd (server side)
Created attachment 445 [details]
trace of the ssh -vvv -l <user> <host> (client side)
If you apply the patch from bug #659 you will need to run "autoconf" or wait until tomorrow's snapshot (ie 20030923 or higher). ftp://ftp.openbsd.org/pub/OpenBSD/OpenSSH/portable/snapshot/ *** This bug has been marked as a duplicate of 659 *** *** This bug has been marked as a duplicate of 659 *** After the patch from bug#659, there's a pb during the build : /usr/local/bin/make gcc -g -O2 -Wall -Wpointer-arith -Wno-uninitialized -I/usr/local/include -I. -I.. -I. -I./.. -I/usr/local/ssl/include -I/usr/local/pub/tcp_wrappers_7.6 -I/usr/local/include -DHAVE_CONFIG_H -c bsd-arc4random.c In file included from ../openbsd-compat/openbsd-compat.h:160, from ../includes.h:173, from bsd-arc4random.c:25: ../openbsd-compat/fake-rfc2553.h:141: conflicting types for `gai_strerror' /usr/include/netdb.h:147: previous declaration of `gai_strerror' make: *** [bsd-arc4random.o] Error 1 Did you run "autoconf" to rebuild configure before running "./configure && make"? Yes, autoconf, then ./configure with options. And before the autoconf, a good make clean. This is fixed in 3.7.1p2: - (dtucker) [configure.ac openbsd-compat/fake-rfc2553.c openbsd-compat/fake-rfc2553.h] Bug #659: Test for and handle systems with where gai_strerror is defined as "const char *". Part of patch supplied by bugzilla-openssh at thewrittenword.com Mass change of RESOLVED bugs to CLOSED |