| Summary: | version 3.9p1 fails to compile under Tru 64 Unix 4.0f | ||||||
|---|---|---|---|---|---|---|---|
| Product: | Portable OpenSSH | Reporter: | Scott McAskill <mcaskill.scott> | ||||
| Component: | Build system | Assignee: | OpenSSH Bugzilla mailing list <openssh-bugs> | ||||
| Status: | CLOSED DUPLICATE | ||||||
| Severity: | critical | ||||||
| Priority: | P2 | ||||||
| Version: | -current | ||||||
| Hardware: | Alpha | ||||||
| OS: | OSF/1 | ||||||
| Attachments: |
|
||||||
Created attachment 714 [details]
compilation log
Please see the comments under bug #940 for a potential fix. *** This bug has been marked as a duplicate of 940 *** Change all RESOLVED bug to CLOSED with the exception of the ones fixed post-4.4. |
version 3.9p1 fails to compile under Tru 64 Unix 4.0f (see attached full compilation log): . . . cc -std1 -g -I. -I.. -I. -I./.. -I/usr/local/ssl/include -DHAVE_CONFIG_H -c xmmap.c cc: Error: xmmap.c, line 50: In this statement, "address" and "(-1)" cannot be compared for equality or inequality. (noequality) if (address == MAP_FAILED) { ------------^ *** Exit 1 Stop. *** Exit 1 Stop.