[MacPorts] #38326: The objc port could use an update (to 3.2.11)
#38326: The objc port could use an update (to 3.2.11) ---------------------+-------------------------------- Reporter: egall@… | Owner: macports-tickets@… Type: defect | Status: new Priority: Normal | Milestone: Component: ports | Version: 2.1.3 Keywords: | Port: objc ---------------------+-------------------------------- I was having problems building the objc port, but then I ran `port livecheck` on it and saw that it's been updated, so maybe it builds properly in the new version? {{{ gl00b05047:~ root# port livecheck objc objc seems to have been updated (port version: 3.2.8, new version: 3.2.11) }}} -- Ticket URL: <https://trac.macports.org/ticket/38326> MacPorts <http://www.macports.org/> Ports system for OS X
#38326: The objc port could use an update (to 3.2.11) ----------------------+-------------------------------- Reporter: egall@… | Owner: macports-tickets@… Type: defect | Status: new Priority: Normal | Milestone: Component: ports | Version: 2.1.3 Resolution: | Keywords: Port: objc | ----------------------+-------------------------------- Comment (by egall@…): crap I forgot to set this to "update" instead of "defect" -- Ticket URL: <https://trac.macports.org/ticket/38326#comment:1> MacPorts <http://www.macports.org/> Ports system for OS X
#38326: objc @3.2.8: update available to 3.2.11 ----------------------+------------------- Reporter: egall@… | Owner: mww@… Type: update | Status: new Priority: Normal | Milestone: Component: ports | Version: Resolution: | Keywords: Port: objc | ----------------------+------------------- Changes (by larryv@…): * owner: macports-tickets@… => mww@… * cc: mww@… (removed) * version: 2.1.3 => * type: defect => update -- Ticket URL: <https://trac.macports.org/ticket/38326#comment:2> MacPorts <http://www.macports.org/> Ports system for OS X
#38326: objc @3.2.8: update available to 3.2.11 ----------------------+------------------- Reporter: egall@… | Owner: mww@… Type: update | Status: new Priority: Normal | Milestone: Component: ports | Version: Resolution: | Keywords: Port: objc | ----------------------+------------------- Comment (by egall@…):
so maybe it builds properly in the new version?
Note: it doesn't. I've been working on trying to write a new portfile and it looks like it's going to be a lot more complicated than simply updating the version number and checksums... You can check out my WIP here: https://github.com/cooljeanius/LocalPorts/tree/master/lang/objc -- Ticket URL: <https://trac.macports.org/ticket/38326#comment:3> MacPorts <http://www.macports.org/> Ports system for OS X
#38326: objc @3.2.8: update available to 3.2.11 ----------------------+------------------- Reporter: egall@… | Owner: mww@… Type: update | Status: new Priority: Normal | Milestone: Component: ports | Version: Resolution: | Keywords: Port: objc | ----------------------+------------------- Comment (by egall@…): Replying to [comment:3 egall@…]:
so maybe it builds properly in the new version?
Note: it doesn't. I've been working on trying to write a new portfile and it looks like it's going to be a lot more complicated than simply updating the version number and checksums... You can check out my WIP here: https://github.com/cooljeanius/LocalPorts/tree/master/lang/objc
So I have been working on this some more, and I have now split off the bootstrap compiler into a separate port: https://github.com/cooljeanius/LocalPorts/blob/master/lang/objc- bootstrap/Portfile [[BR]] The bootstrap compiler compiles successfully, but it still fails to bootstrap the objc port though, with this error: {{{ Block.m:41: fatal: syntax error "@implementation" }}} which makes no sense because "`@implementation`" is something that you would expect an Objective-C compiler to understand... I am thinking that I will have to get in touch with the upstream project for help with this... -- Ticket URL: <https://trac.macports.org/ticket/38326#comment:4> MacPorts <http://www.macports.org/> Ports system for OS X
participants (1)
-
MacPorts