New Ticket     Tickets     Wiki     Browse Source     Timeline     Roadmap     Ticket Reports     Search

Ticket #25247 (closed defect: fixed)

Opened 3 years ago

Last modified 3 years ago

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

main.log (24.4 KB) - added by ryandesign@… 3 years ago.
full log
ManOpen-no-parallel.diff (411 bytes) - added by ryandesign@… 3 years ago.
proposed patch

Change History

Changed 3 years ago by ryandesign@…

full log

Changed 3 years ago by ryandesign@…

proposed patch

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.