[Bug 553] configure fails to acknowledge availability of utimes()

bugzilla-daemon at mindrot.org bugzilla-daemon at mindrot.org
Sat May 3 08:51:52 EST 2003


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

           Summary: configure fails to acknowledge availability of utimes()
           Product: Portable OpenSSH
           Version: older versions
          Platform: HPPA
        OS/Version: HP-UX
            Status: NEW
          Severity: normal
          Priority: P2
         Component: Build system
        AssignedTo: openssh-unix-dev at mindrot.org
        ReportedBy: dwyatt at kohlmansystems.com


Running configure for OpenSSH-3.6.1p2 indicates that utimes()
is not found.  This leads to a type conflict error which
prevents Making the package.  The problem did not exist under
3.6p1 and all previous versions that I've built.  It appears
to be a result of a new automake version, but that is only
wild speculation.

Changing line 6187 in the configure file from 'char utimes ();'
to 'int utimes ();' appears to provide a workaround so that
OpenSSH can be configured and built.

I'm working under HP-UX 10.20 using Gcc 3.0 and mostly Gnu tools.



------- 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