#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)
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)
comment:3 follow-up: 4 Changed 15 years ago by nerdling (Jeremy Lavergne)
Is there an advantage to using pre-configure over pre-fetch?
comment:4 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.
I filed a bug with the developers here.