[Bug 640] Error when trying to run make on openssh-3.7p1 with AIX 4.3.3

bugzilla-daemon at mindrot.org bugzilla-daemon at mindrot.org
Fri Sep 19 20:47:52 EST 2003


http://bugzilla.mindrot.org/show_bug.cgi?id=640

dtucker at zip.com.au changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|REOPENED                    |RESOLVED
         Resolution|                            |FIXED



------- Additional Comments From dtucker at zip.com.au  2003-09-19 20:47 -------
The actual cause is spaces from after "\" in the AIX system headers audit.h and
proc.h, which gcc 2.x doesn't like.

Note that the patch #401 will fix the problem on AIX  < 5.2 by not including
those headers.  If you need to build on 5.2 I suggest using a newer gcc, but if
you can't then remove the trailing spaces from:

/usr/include/sys/audit.h lines 287 and 293
/usr/include/sys/proc.h lines 729 and 730

Anyway, have committed patch to HEAD and the 3.7 branch.



------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.




More information about the openssh-bugs mailing list