#38600 closed defect (fixed)
launch @1.1: Build failure on Mountain Lion
Reported by: | cooljeanius (Eric Gallager) | Owned by: | macports-tickets@… |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | ports | Version: | 2.1.3 |
Keywords: | mountainlion | Cc: | ryandesign (Ryan Carsten Schmidt) |
Port: | launch |
Description
The last time I build launch
on Lion, it built okay. But since all the school computers have switched to Mountain Lion, it's started failing to build. Logfile attached.
Attachments (1)
Change History (4)
Changed 12 years ago by cooljeanius (Eric Gallager)
comment:1 Changed 12 years ago by ryandesign (Ryan Carsten Schmidt)
Cc: | ryandesign@… added |
---|
The error is:
error: use of undeclared identifier 'kCGErrorApplicationRequiresNewerSystem'
It looks like the application is trying to ensure that you have a new enough version of OS X. Ironically, this method of checking for a new enough version of OS X is obsolete and was removed in OS X 10.8.
There is no newer version of launch
released, however the developer has fixed this and a few other problems a few months ago:
http://dev.sabi.net/trac/dev/changeset/651/trunk/launch
We should add a patch for those changes to the MacPorts port.
comment:2 Changed 12 years ago by ryandesign (Ryan Carsten Schmidt)
Resolution: | → fixed |
---|---|
Status: | new → closed |
Fixed in r104672. I also included this earlier upstream revision to handle some newer OS X error codes:
Note: See
TracTickets for help on using
tickets.
main.log for launch's build failure