New Ticket     Tickets     Wiki     Browse Source     Timeline     Roadmap     Ticket Reports     Search

Ticket #21058 (closed defect: fixed)

Opened 4 years ago

Last modified 2 years ago

quickascii build failure: Jam is deprecated and has been removed

Reported by: ryandesign@… Owned by: ryandesign@…
Priority: Normal Milestone:
Component: ports Version: 1.8.0
Keywords: snowleopard Cc:
Port: quickascii

Description

quickascii doesn't build on Snow Leopard. There are a lot of warnings

2009-09-03 11:18:13.247 xcodebuild[50606:60f] WARNING: Failed to load plugin at: /Developer/Library/Xcode/Plug-ins/XdesignCompilerPlugin.xcplugin, skipping.  Could not load bundle.

followed by the fatal error

Jam is deprecated and has been removed; targets that use Jam must be upgraded to native targets. For more information on doing this, consult the Xcode documentation.

Attachments

quickascii.txt (4.4 KB) - added by ryandesign@… 4 years ago.

Change History

Changed 4 years ago by ryandesign@…

comment:1 Changed 4 years ago by ryandesign@…

I filed a bug with the developers here.

comment:2 Changed 4 years ago by toby@…

  • Status changed from new to closed
  • Resolution set to fixed

comment:3 follow-up: ↓ 4 Changed 4 years ago by snc@…

Is there an advantage to using pre-configure over pre-fetch?

comment:4 in reply to: ↑ 3 Changed 4 years ago by ryandesign@…

Replying to snc@…:

Is there an advantage to using pre-configure over pre-fetch?

No; there is an advantage to using pre-fetch, namely that the distfile is not fetched unnecessarily.

Revised the message in r56938 using the strategy I previously employed in graphviz-gui.

These commits don't fix the problem, they just tells the user the port doesn't work on 10.6 or later. Upstream has not updated this software in almost seven years so I'm not holding my breath for a new version to fix this issue. But if they do release one, we can change the port then.

comment:5 Changed 2 years ago by ryandesign@…

Actually fixed in r78857, by ignoring the old Xcode project, and writing our own Makefile.

Note: See TracTickets for help on using tickets.