Opened 9 years ago
Closed 8 years ago
#48981 closed defect (fixed)
openssh-6.9p1 fails to build due to missing sandbox/private.h on OSX10.7.5
Reported by: | p.ohanlon@… | Owned by: | Ionic (Mihai Moldovan) |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | ports | Version: | |
Keywords: | lion | Cc: | |
Port: | openssh |
Description
Configure complains:
configure: WARNING: sandbox.h: present but cannot be compiled
The build fails at:
In file included from sandbox-darwin.c:23: /usr/include/sandbox.h:98:29: error: sandbox/private.h: No such file or directory
It's possible to get it to compile by defining __APPLE_API_STRICT_CONFORMANCE
when compiling sandbox-darwin.c (as suggested by: https://lists.mindrot.org/pipermail/openssh-unix-dev/2012-December/030895.html)
Change History (2)
comment:1 Changed 8 years ago by Ionic (Mihai Moldovan)
Owner: | changed from macports-tickets@… to ionic@… |
---|---|
Status: | new → assigned |
comment:2 Changed 8 years ago by Ionic (Mihai Moldovan)
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
Version: | 2.3.3 |
Note: See
TracTickets for help on using
tickets.
Defined in r153360.