Opened 11 years ago

Closed 11 years ago

Last modified 11 years ago

#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)

main.log (51.2 KB) - added by cooljeanius (Eric Gallager) 11 years ago.
main.log for launch's build failure

Download all attachments as: .zip

Change History (4)

Changed 11 years ago by cooljeanius (Eric Gallager)

Attachment: main.log added

main.log for launch's build failure

comment:1 Changed 11 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 11 years ago by ryandesign (Ryan Carsten Schmidt)

Resolution: fixed
Status: newclosed

Fixed in r104672. I also included this earlier upstream revision to handle some newer OS X error codes:

http://dev.sabi.net/trac/dev/changeset/314/trunk/launch

comment:3 Changed 11 years ago by cooljeanius (Eric Gallager)

Thanks!

Note: See TracTickets for help on using tickets.