Ticket #25247 (closed defect: fixed)
ManOpen parallel build fails
| Reported by: | ryandesign@… | Owned by: | waqar@… |
|---|---|---|---|
| Priority: | Normal | Milestone: | |
| Component: | ports | Version: | 1.9.0 |
| Keywords: | haspatch | Cc: | snc@… |
| Port: | ManOpen |
Description
ManOpen fails to build when building in parallel (which is the default since a few versions of MacPorts ago):
:info:build openman.m:6:28: error: ManOpenProtocol.h: No such file or directory
The full error log and a patch are attached.
Attachments
Change History
comment:1 follow-up: ↓ 2 Changed 3 years ago by snc@…
In 10.6 the patch results in another failed build:
ManDocument.m:328: error: 'NSSimpleHorizontalTypesetter' undeclared (first use in this function) ManDocument.m:328: error: (Each undeclared identifier is reported only once ManDocument.m:328: error: for each function it appears in.)
comment:2 in reply to: ↑ 1 Changed 3 years ago by ryandesign@…
- Cc snc@… added
- Status changed from new to closed
- Resolution set to fixed
Replying to ryandesign@…:
ManOpen fails to build when building in parallel
Turned off parallel building in r68991.
Replying to snc@…:
In 10.6 the patch results in another failed build:
ManDocument.m:328: error: 'NSSimpleHorizontalTypesetter' undeclared (first use in this function)
That's because in r68943 you removed the patchfile that had been added in r48503 to fix #13787. I put it back in r68992.
Note: See
TracTickets for help on using
tickets.


full log