bugzilla-daemon at mindrot.org
2003-Dec-30 05:39 UTC
[Bug 651] SCO 3.2v4.2 and OpenSSH 3.7.1p1 --> connection hangs and does not close (ssh2 only)
http://bugzilla.mindrot.org/show_bug.cgi?id=651 ------- Additional Comments From vikashb at comparexafrica.co.za 2003-12-30 16:39 ------- tried openssh-SNAP-20031223 does not compile: (cd openbsd-compat && make) gcc -g -O2 -Wall -Wpointer-arith -Wno-uninitialized -I. -I.. -I. -I./.. -I/usr/local/ssl/include -Dftruncate=chsize -I/usr/local/include -DHAVE_CONFIG_H -c bsd-arc4random.c In file included from ../includes.h:170, from bsd-arc4random.c:25: ../defines.h:146: #error "8 bit int type not found." ../defines.h:158: #error "16 bit int type not found." ../defines.h:167: #error "32 bit int type not found." ../defines.h:183: #error "8 bit int type not found." ../defines.h:195: #error "16 bit int type not found." ../defines.h:204: #error "32 bit int type not found." ../defines.h:243: warning: `SIZE_T_MAX' redefined ../defines.h:237: warning: this is the location of the previous definition In file included from ../openbsd-compat/getrrsetbyname.h:57, from ../openbsd-compat/openbsd-compat.h:40, from ../includes.h:173, from bsd-arc4random.c:25: /usr/include/arpa/nameser.h:48: warning: `/*' within comment In file included from ../openbsd-compat/openbsd-compat.h:128, from ../includes.h:173, from bsd-arc4random.c:25: ../openbsd-compat/bsd-waitpid.h:42: warning: `WEXITSTATUS' redefined /usr/include/sys/wait.h:82: warning: this is the location of the previous definition ../openbsd-compat/bsd-waitpid.h:43: warning: `WTERMSIG' redefined /usr/include/sys/wait.h:84: warning: this is the location of the previous definition ../openbsd-compat/bsd-waitpid.h:45: warning: `WCOREDUMP' redefined /usr/include/sys/wait.h:94: warning: this is the location of the previous definition *** Error code 1 *** Error code 1 [root at sco]: /usr/home/dev/openssh # ls .. please advise ------- You are receiving this mail because: ------- You are the assignee for the bug, or are watching the assignee.
bugzilla-daemon at mindrot.org
2003-Dec-30 09:41 UTC
[Bug 651] SCO 3.2v4.2 and OpenSSH 3.7.1p1 --> connection hangs and does not close (ssh2 only)
http://bugzilla.mindrot.org/show_bug.cgi?id=651 ------- Additional Comments From dtucker at zip.com.au 2003-12-30 20:41 ------- Which gcc version? ------- You are receiving this mail because: ------- You are the assignee for the bug, or are watching the assignee.
bugzilla-daemon at mindrot.org
2003-Dec-30 09:47 UTC
[Bug 651] SCO 3.2v4.2 and OpenSSH 3.7.1p1 --> connection hangs and does not close (ssh2 only)
http://bugzilla.mindrot.org/show_bug.cgi?id=651 ------- Additional Comments From vikashb at comparexafrica.co.za 2003-12-30 20:47 ------- gcc version 2.7.2.3 ------- You are receiving this mail because: ------- You are the assignee for the bug, or are watching the assignee.
bugzilla-daemon at mindrot.org
2003-Dec-30 10:56 UTC
[Bug 651] SCO 3.2v4.2 and OpenSSH 3.7.1p1 --> connection hangs and does not close (ssh2 only)
http://bugzilla.mindrot.org/show_bug.cgi?id=651 ------- Additional Comments From dtucker at zip.com.au 2003-12-30 21:56 ------- Please check config.log for the results of the "checking for intXX_t types" test. ------- You are receiving this mail because: ------- You are the assignee for the bug, or are watching the assignee.
bugzilla-daemon at mindrot.org
2003-Dec-30 11:06 UTC
[Bug 651] SCO 3.2v4.2 and OpenSSH 3.7.1p1 --> connection hangs and does not close (ssh2 only)
http://bugzilla.mindrot.org/show_bug.cgi?id=651 ------- Additional Comments From vikashb at comparexafrica.co.za 2003-12-30 22:06 ------- Created an attachment (id=518) --> (http://bugzilla.mindrot.org/attachment.cgi?id=518&action=view) compressed config.log configure:11392: checking for intXX_t types configure:11411: gcc -c -g -O2 -Wall -Wpointer-arith -Wno-uninitialized -I/usr/l ocal/ssl/include -Dftruncate=chsize -I/usr/local/include conftest.c >&5 configure: In function `main': configure:11404: `int8_t' undeclared (first use this function) configure:11404: (Each undeclared identifier is reported only once configure:11404: for each function it appears in.) configure:11404: parse error before `a' configure:11404: `int16_t' undeclared (first use this function) configure:11404: `int32_t' undeclared (first use this function) configure:11404: `a' undeclared (first use this function) configure:11404: `b' undeclared (first use this function) configure:11404: `c' undeclared (first use this function) configure:11414: $? = 1 I've attached the config.log (compressed) if more information is required. ------- You are receiving this mail because: ------- You are the assignee for the bug, or are watching the assignee.
bugzilla-daemon at mindrot.org
2003-Dec-30 11:20 UTC
[Bug 651] SCO 3.2v4.2 and OpenSSH 3.7.1p1 --> connection hangs and does not close (ssh2 only)
http://bugzilla.mindrot.org/show_bug.cgi?id=651 ------- Additional Comments From dtucker at zip.com.au 2003-12-30 22:20 ------- The fragments of defines.h look like this: # if (SIZEOF_CHAR == 1) typedef char int8_t; # else # error "8 bit int type not found." # endif Is SIZEOF_CHAR defined in config.h? (I see it's in config.log.) ------- You are receiving this mail because: ------- You are the assignee for the bug, or are watching the assignee.
bugzilla-daemon at mindrot.org
2003-Dec-30 11:49 UTC
[Bug 651] SCO 3.2v4.2 and OpenSSH 3.7.1p1 --> connection hangs and does not close (ssh2 only)
http://bugzilla.mindrot.org/show_bug.cgi?id=651 ------- Additional Comments From vikashb at comparexafrica.co.za 2003-12-30 22:49 ------- Created an attachment (id=519) --> (http://bugzilla.mindrot.org/attachment.cgi?id=519&action=view) compressed config.h from config.h : /* The size of a `char', as computed by sizeof. */ /* #undef SIZEOF_CHAR */ I've attached the config.h (compressed). after looking through config.h, its seems like nothing is defined I am not sure what is causing this. using 3.5p1 (last version that works), the following are defined: #define _CONFIG_H #define BROKEN_SYS_TERMIO_H 1 #define HAVE_SECUREWARE 1 #define LOGIN_PROGRAM_FALLBACK "/bin/login" #define HAVE_ACCRIGHTS_IN_MSGHDR 1 #define HAVE_SYS_ERRLIST 1 #define HAVE_SYS_NERR 1 #define USE_PIPES 1 #define ENTROPY_TIMEOUT_MSEC 200 #define SSH_PRIVSEP_USER "sshd" #define HAVE_OPENSSL 1 #define HAVE_STRUCT_TIMEVAL 1 #define HAVE_PID_IN_UTMP 1 #define HAVE_TYPE_IN_UTMP 1 #define HAVE_ID_IN_UTMP 1 #define HAVE_EXIT_IN_UTMP 1 #define HAVE_TIME_IN_UTMP 1 #define DISABLE_UTMPX 1 #define DISABLE_WTMPX 1 #define HAVE___FUNCTION__ 1 #define DISABLE_SHADOW 1 #define MAIL_DIRECTORY "" #define HAVE_U_INT 1 #define HAVE_U_CHAR 1 #define HAVE_SIZE_T 1 #define HAVE_CLOCK_T 1 #define HAVE_MODE_T 1 #define HAVE_PID_T 1 #define USER_PATH "/usr/bin:/bin:/usr/sbin:/sbin:/usr/home/work/bin/bin" #define _PATH_SSH_PIDDIR "/usr/home/work/bin/etc" #define BROKEN_SAVED_UIDS 1 #define BROKEN_ONE_BYTE_DIRENT_D_NAME 1 #define GETPGRP_VOID 1 #define HAVE_BCOPY 1 #define HAVE_CLOCK 1 #define HAVE_ENDUTENT 1 #define HAVE_GETCWD 1 #define HAVE_GETLUID 1 #define HAVE_GETOPT 1 #define HAVE_GETTIMEOFDAY 1 #define HAVE_GETUTENT 1 #define HAVE_GETUTID 1 #define HAVE_GETUTLINE 1 #define HAVE_GLOB 1 #define HAVE_INET_NTOA 1 #define HAVE_LIBSOCKET 1 #define HAVE_LIBZ 1 #define HAVE_LIMITS_H 1 #define HAVE_LOGWTMP 1 #define HAVE_MEMMOVE 1 #define HAVE_MEMORY_H 1 #define HAVE_NETDB_H 1 #define HAVE_NETINET_IN_SYSTM_H 1 #define HAVE_PUTUTLINE 1 #define HAVE_SETEGID 1 #define HAVE_SETEUID 1 #define HAVE_SETGROUPS 1 #define HAVE_SETLUID 1 #define HAVE_SETREUID 1 #define HAVE_SETSID 1 #define HAVE_SETUTENT 1 #define HAVE_SETVBUF 1 #define HAVE_SHADOW_H 1 #define HAVE_SIGACTION 1 #define HAVE_SIG_ATOMIC_T 1 #define HAVE_STDDEF_H 1 #define HAVE_STDLIB_H 1 #define HAVE_STRERROR 1 #define HAVE_STRFTIME 1 #define HAVE_STRINGS_H 1 #define HAVE_STRING_H 1 #define HAVE_SYSCONF 1 #define HAVE_SYS_SELECT_H 1 #define HAVE_SYS_STAT_H 1 #define HAVE_SYS_STROPTS_H 1 #define HAVE_SYS_SYSMACROS_H 1 #define HAVE_SYS_TIME_H 1 #define HAVE_SYS_TYPES_H 1 #define HAVE_TCGETPGRP 1 #define HAVE_TIME 1 #define HAVE_TIME_H 1 #define HAVE_UNISTD_H 1 #define HAVE_UTIL_H 1 #define HAVE_UTIME_H 1 #define HAVE_UTMPNAME 1 #define HAVE_UTMP_H 1 #define HAVE_WAITPID 1 #define PACKAGE_BUGREPORT "" #define PACKAGE_NAME "" #define PACKAGE_STRING "" #define PACKAGE_TARNAME "" #define PACKAGE_VERSION "" #define SIZEOF_CHAR 1 #define SIZEOF_INT 4 #define SIZEOF_LONG_INT 4 #define SIZEOF_LONG_LONG_INT 8 #define SIZEOF_SHORT_INT 2 #define STDC_HEADERS 1 #define socklen_t int will try adding the #defines from the config.log to see what happens. ------- You are receiving this mail because: ------- You are the assignee for the bug, or are watching the assignee.
bugzilla-daemon at mindrot.org
2003-Dec-30 12:03 UTC
[Bug 651] SCO 3.2v4.2 and OpenSSH 3.7.1p1 --> connection hangs and does not close (ssh2 only)
http://bugzilla.mindrot.org/show_bug.cgi?id=651 ------- Additional Comments From vikashb at comparexafrica.co.za 2003-12-30 23:03 ------- after adding the #defines from config.log and from 3.5p1 ( deplicates removed) compilation now fails at : getrrsetbyname.c: In function `getrrsetbyname': getrrsetbyname.c:164: warning: initialization from incompatible pointer type getrrsetbyname.c:193: dereferencing pointer to incomplete type getrrsetbyname.c:193: warning: implicit declaration of function `res_init' getrrsetbyname.c:209: warning: implicit declaration of function `res_query' getrrsetbyname.c:212: `h_errno' undeclared (first use this function) getrrsetbyname.c:212: (Each undeclared identifier is reported only once getrrsetbyname.c:212: for each function it appears in.) getrrsetbyname.c:267: `T_SIG' undeclared (first use this function) getrrsetbyname.c: In function `parse_dns_response': getrrsetbyname.c:368: `HFIXEDSZ' undeclared (first use this function) getrrsetbyname.c: In function `parse_dns_qsection': getrrsetbyname.c:439: warning: implicit declaration of function `dn_expand' *** Error code 1 *** Error code 1 ------- You are receiving this mail because: ------- You are the assignee for the bug, or are watching the assignee.
bugzilla-daemon at mindrot.org
2003-Dec-30 12:13 UTC
[Bug 651] SCO 3.2v4.2 and OpenSSH 3.7.1p1 --> connection hangs and does not close (ssh2 only)
http://bugzilla.mindrot.org/show_bug.cgi?id=651 ------- Additional Comments From dtucker at zip.com.au 2003-12-30 23:13 ------- OK, we still don't know why config.h was not generated properly. The error you're having now is because DNS support is now always enabled and your OS doesn't support the DNS functionality SSH now needs. We have had reports of people working around this on earlier HP-UXes by using the BIND9 package, see: http://marc.theaimsgroup.com/?m=106994993504962 ------- You are receiving this mail because: ------- You are the assignee for the bug, or are watching the assignee.
Seemingly Similar Threads
- [Bug 651] SCO 3.2v4.2 and OpenSSH 3.7.1p1 --> connection hangs and does not close (ssh2 only)
- [Bug 615] OpenSSH 3.6.1p2 ON SCO 3.2v4.2 + STRICTMODES -->yes (broken dirname in libgen)
- [Bug 615] OpenSSH 3.6.1p2 ON SCO 3.2v4.2 + STRICTMODES -->yes (broken dirname in libgen)
- OpenSSH 3.6.1p2 ON SCO 3.2v4.2 + STRICTMODES -->yes
- [Bug 615] OpenSSH 3.6.1p2 ON SCO 3.2v4.2 + STRICTMODES -->yes