bugzilla-daemon at mindrot.org
2002-Jun-15 04:26 UTC
[Bug 276] openssh-3.2.3p1 does not compile on IRIX - SCM_RIGHTS undefined
http://bugzilla.mindrot.org/show_bug.cgi?id=276 ------- Additional Comments From stevesk at pobox.com 2002-06-15 14:26 ------- this is what i asked in a message a while back; can an IRIX expert help here? "should we be using a UNIX95 (or whatever) namespace for IRIX? what happens with D_XOPEN_SOURCE -D_XOPEN_SOURCE_EXTENDED=1" ------- You are receiving this mail because: ------- You are the assignee for the bug, or are watching the assignee.
bugzilla-daemon at mindrot.org
2002-Jun-15 06:24 UTC
[Bug 276] openssh-3.2.3p1 does not compile on IRIX - SCM_RIGHTS undefined
http://bugzilla.mindrot.org/show_bug.cgi?id=276 ------- Additional Comments From Al.Smith at gold.net 2002-06-15 16:24 ------- SCM_RIGHTS is indeed protected (in sys/socket.h) by an #ifdef _XOPEN_SOURCE However, trying this results in a multitude of other problems: In file included from includes.h:94, from monitor_fdpass.c:26: /usr/include/lastlog.h:61: parse error before "ulong" In file included from includes.h:134, from monitor_fdpass.c:26: /usr/include/netinet/in_systm.h:34: parse error before "n_short" In file included from includes.h:136, from monitor_fdpass.c:26: /usr/include/netinet/ip.h:45: parse error before "u_char" /usr/include/netinet/ip.h:49: parse error before "ip_len" /usr/include/netinet/ip.h:50: parse error before "ip_id" /usr/include/netinet/ip.h:51: parse error before "ip_off" /usr/include/netinet/ip.h:55: parse error before "ip_ttl" /usr/include/netinet/ip.h:56: parse error before "ip_p" /usr/include/netinet/ip.h:57: parse error before "ip_sum" /usr/include/netinet/ip.h:59: parse error before '}' token /usr/include/netinet/ip.h:118: parse error before "u_char" /usr/include/netinet/ip.h:120: parse error before "ipt_ptr" /usr/include/netinet/ip.h:126: parse error before "ipt_oflw" /usr/include/netinet/ip.h:136: parse error before '}' token In file included from includes.h:137, from monitor_fdpass.c:26: /usr/include/netinet/tcp.h:38: parse error before "u_short" /usr/include/netinet/tcp.h:52: parse error before "th_off" /usr/include/netinet/tcp.h:62: parse error before "th_win" /usr/include/netinet/tcp.h:63: parse error before "th_sum" /usr/include/netinet/tcp.h:64: parse error before "th_urp" ------- You are receiving this mail because: ------- You are the assignee for the bug, or are watching the assignee.
bugzilla-daemon at mindrot.org
2002-Jun-15 18:01 UTC
[Bug 276] openssh-3.2.3p1 does not compile on IRIX - SCM_RIGHTS undefined
http://bugzilla.mindrot.org/show_bug.cgi?id=276 tim at multitalents.net changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |FIXED ------- Additional Comments From tim at multitalents.net 2002-06-16 04:01 ------- This was fix 4 days after the release of 3.2.3p1 20020527 - (tim) [configure.ac.orig monitor_fdpass.c] Enahnce msghdr tests to address build problem on Irix reported by Dave Love <d.love at dl.ac.uk>. Back out last monitor_fdpass.c changes that are no longer needed with new tests. Patch tested on Irix by Jan-Frode Myklebust <janfrode at parallab.uib.no> Grab this configure http://www.multitalents.net/openssh/configure-msghdr-fix.gz ------- You are receiving this mail because: ------- You are the assignee for the bug, or are watching the assignee.
bugzilla-daemon at mindrot.org
2002-Jun-15 18:18 UTC
[Bug 276] openssh-3.2.3p1 does not compile on IRIX - SCM_RIGHTS undefined
http://bugzilla.mindrot.org/show_bug.cgi?id=276 ------- Additional Comments From stevesk at pobox.com 2002-06-16 04:18 ------- i consider that a workaround vs. a fix for this IRIX issue. ------- You are receiving this mail because: ------- You are the assignee for the bug, or are watching the assignee.
bugzilla-daemon at mindrot.org
2002-Jun-15 18:30 UTC
[Bug 276] openssh-3.2.3p1 does not compile on IRIX - SCM_RIGHTS undefined
http://bugzilla.mindrot.org/show_bug.cgi?id=276 ------- Additional Comments From tim at multitalents.net 2002-06-16 04:30 ------- The problem is that OpenSSH is expecting systems to have ethier msg_accrights OR msg_control but not both. IRIX, UnixWare, and possibly others have backward/forward compatiblity defines that caused configure to report both. OpenSSH's code could not handle having both. After reviewing sys/socket.h on IRIX and UnixWare I enhanced the configure test to find the struct and reject the define. What am I missing here? ------- You are receiving this mail because: ------- You are the assignee for the bug, or are watching the assignee.
Seemingly Similar Threads
- [Bug 276] New: openssh-3.2.3p1 does not compile on IRIX - SCM_RIGHTS undefined
- OpenSSH 3.2.3p1 won't compile under IRIX 6.5.14
- [Bug 311] Compile fails on MIPS Linux (Cobalt Raq2) - SCM_RIGHTS undeclared
- [Bug 280] New: make failed on IRIX - SCM_RIGHTS unknown
- Build problem on IRIX 6.5.16m