Opened 15 years ago

Closed 15 years ago

Last modified 13 years ago

#21058 closed defect (fixed)

quickascii build failure: Jam is deprecated and has been removed

Reported by: ryandesign (Ryan Carsten Schmidt) Owned by: ryandesign (Ryan Carsten Schmidt)
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 (1)

quickascii.txt (4.4 KB) - added by ryandesign (Ryan Carsten Schmidt) 15 years ago.

Download all attachments as: .zip

Change History (6)

Changed 15 years ago by ryandesign (Ryan Carsten Schmidt)

Attachment: quickascii.txt added

comment:1 Changed 15 years ago by ryandesign (Ryan Carsten Schmidt)

I filed a bug with the developers here.

comment:2 Changed 15 years ago by tobypeterson

Resolution: fixed
Status: newclosed

comment:3 Changed 15 years ago by nerdling (Jeremy Lavergne)

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

comment:4 in reply to:  3 Changed 15 years ago by ryandesign (Ryan Carsten Schmidt)

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 13 years ago by ryandesign (Ryan Carsten Schmidt)

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

Note: See TracTickets for help on using tickets.