[Bug 320] Cannot build 3.4p1

bugzilla-daemon at mindrot.org bugzilla-daemon at mindrot.org
Fri Jul 19 05:49:14 EST 2002


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





------- Additional Comments From ddkilzer at theracingworld.com  2002-07-19 05:49 -------
The version of (g)cc being used by the reporter doesn't support the
__func__ directive from the ISO C99 standard.  See this web page
for details:

  http://gcc.gnu.org/onlinedocs/gcc/Function-Names.html

A similar bug for openssh-3.1p1-6 for Red Hat Linux has more
information:

  https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=67621

And here's the patch attached to that bug that corrects the problem
for older versions of gcc.

  https://bugzilla.redhat.com/bugzilla/showattachment.cgi?attach_id=65825

NOTE: I haven't looked at the source for openssh-3.4p1 so there could
be an issue with checking for the availability of __func__ in the
configure script that could be the cause of this issue.  The patch
above fixed the issue for me when building openssh-3.4p1-6 SRPM on
Red Hat 6.2, though.



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



More information about the openssh-unix-dev mailing list