#21003 closed defect (fixed)
Gnucash configure fails on 10.6
Reported by: | tph@… | Owned by: | macports-tickets@… |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | ports | Version: | 1.8.0 |
Keywords: | snowleopard | Cc: | |
Port: | gnucash |
Description
Running 10.6 on a Core Duo (32-bit only) Mac, gnucash fails to configure because it doesn't recognize the OS. Configuration fails with these errors:
checking for darwin... yes, but too old configure: error: This platform is not supported, please update to latest darwin while executing "$procedure $targetname" Warning: the following items did not execute (for gnucash): org.macports.activate org.macports.configure org.macports.build org.macports.destroot org.macports.install Error: Status 1 encountered during processing.
This appears to be because the host triplet is "i386-apple-darwin10.0.0", and configure.in errors out if the OS matches "rhapsody* | darwin1*". I don't know what led to this check on "darwin1*" but it was a time bomb waiting for Darwin 10 to be released.
Change History (2)
comment:1 Changed 15 years ago by jmroot (Joshua Root)
Resolution: | → fixed |
---|---|
Status: | new → closed |
comment:2 Changed 15 years ago by tph@…
Thank you. I had installed from source, but I'll try doing it from svn so I can get this.
Note: See
TracTickets for help on using
tickets.
r56736