| Summary: | Build on Linux fails due to syntax error in port-linux.c | ||||||||
|---|---|---|---|---|---|---|---|---|---|
| Product: | Portable OpenSSH | Reporter: | Steve Caligo <steve.caligo> | ||||||
| Component: | Miscellaneous | Assignee: | Assigned to nobody <unassigned-bugs> | ||||||
| Status: | CLOSED FIXED | ||||||||
| Severity: | normal | CC: | dtucker | ||||||
| Priority: | P2 | ||||||||
| Version: | 5.7p1 | ||||||||
| Hardware: | All | ||||||||
| OS: | All | ||||||||
| Bug Depends on: | |||||||||
| Bug Blocks: | 1845 | ||||||||
| Attachments: |
|
||||||||
Created attachment 1993 [details]
Same patch, previous one was truncated
Thanks, this was fixed in the development tree earlier today and it'll be in the next release. close resolved bugs now that openssh-5.9 has been released |
Created attachment 1992 [details] Patch that adds missing "{" Version should be 5.8p1, but that option isn't available yet. Build on Linux (in my case SLES 11 SP1 x86_64) fails due to a syntax error in port-linux.c port-linux.c: At top level: port-linux.c:220: error: expected identifier or ‘(’ before ‘if’ port-linux.c:222: error: expected identifier or ‘(’ before ‘}’ token Patch attached.