bugzilla-daemon at mindrot.org
2004-Oct-30 00:53 UTC
[Bug 947] ssh-keyscan.c fails to compile on HP-UX 10.20
http://bugzilla.mindrot.org/show_bug.cgi?id=947 Summary: ssh-keyscan.c fails to compile on HP-UX 10.20 Product: Portable OpenSSH Version: 3.9p1 Platform: HPPA OS/Version: HP-UX Status: NEW Severity: normal Priority: P2 Component: Build system AssignedTo: openssh-bugs at mindrot.org ReportedBy: adam.bernstein at css-security.com The change to includes.h made between releases 3.8.1p1 and 3.9p1 broke the build of ssh-keyscan.c for HP-UX 10.20. Stubbing out lines 184-193 of includes.h fixes this problem. I am not sure what the portable automake method way of detecting HP-UX 10.20 is, but #ifdef'ing out this section of the header file according to a platform version less than HPUX11 is needed to fix the 10.20 build. After #if 0'ing out these lines I did a make clean and a make and everything then build successfully. ------- You are receiving this mail because: ------- You are the assignee for the bug, or are watching the assignee.
bugzilla-daemon at mindrot.org
2004-Oct-31 08:21 UTC
[Bug 947] ssh-keyscan.c fails to compile on HP-UX 10.20
http://bugzilla.mindrot.org/show_bug.cgi?id=947 ------- Additional Comments From dtucker at zip.com.au 2004-10-31 19:21 ------- Created an attachment (id=736) --> (http://bugzilla.mindrot.org/attachment.cgi?id=736&action=view) Check for conflicting getspnam declarations at configure time. Please try this patch (you will need to run "autoreconf" from autoconf-2.59 to rebuild configure). ------- You are receiving this mail because: ------- You are the assignee for the bug, or are watching the assignee.
bugzilla-daemon at mindrot.org
2004-Nov-01 20:13 UTC
[Bug 947] ssh-keyscan.c fails to compile on HP-UX 10.20
http://bugzilla.mindrot.org/show_bug.cgi?id=947 ------- Additional Comments From adam.bernstein at css-security.com 2004-11-02 07:13 ------- I tried out the GETSPNAM_CONFLICTING_DEFS patch on my HP-UX 10.20 build system. This change does resolve my build issue. ------- You are receiving this mail because: ------- You are the assignee for the bug, or are watching the assignee.
bugzilla-daemon at mindrot.org
2004-Nov-02 09:32 UTC
[Bug 947] ssh-keyscan.c fails to compile on HP-UX 10.20
http://bugzilla.mindrot.org/show_bug.cgi?id=947 dtucker at zip.com.au changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |FIXED ------- Additional Comments From dtucker at zip.com.au 2004-11-02 20:32 ------- Thanks for the confirmation, applied. ------- You are receiving this mail because: ------- You are the assignee for the bug, or are watching the assignee.
Reasonably Related Threads
- cc: "/usr/include/setjmp.h", line 53: error 1000: Unexpected symb ol: "int".HP-UX 10.20
- patch: openssh 3.9p1 on hp-ux 10.20
- Problems compiling OpenSSH [no version info] on HP-UX 10.20 w as: (no subject)
- Help with compile on HP-UX 11.0
- [Bug 3746] New: ssh-keyscan output format is not compatible with ssh-keygen -s