[MacPorts] #35379: fontforge @20110222 compile fails on Xcode 4.4 (OS X 10.8)
#35379: fontforge @20110222 compile fails on Xcode 4.4 (OS X 10.8) -----------------------------------------+---------------------------------- Reporter: j_mach_wust@… | Owner: macports-tickets@… Type: defect | Status: new Priority: Normal | Milestone: Component: ports | Version: 2.1.2 Keywords: | Port: fontforge -----------------------------------------+---------------------------------- I guess this might be pretty much the same error as Ticket #33284, an absolute path that no longer exists in the new Xcode version. {{{ :info:build giomime.c:68:10: fatal error: '/Applications/Xcode.app/Contents/Developer/Headers/FlatCarbon/Files.h' file not found :info:build #include </Applications/Xcode.app/Contents/Developer/Headers/FlatCarbon/Files.h> :info:build ^ }}} This issue (if I am not mistaken) has been reported to the fontforge developers: https://sourceforge.net/mailarchive/message.php?msg_id=29601573 -- Ticket URL: <https://trac.macports.org/ticket/35379> MacPorts <http://www.macports.org/> Ports system for Mac OS
#35379: fontforge @20110222 compile fails on Xcode 4.4 (OS X 10.8) -----------------------------------------+---------------------------------- Reporter: j_mach_wust@… | Owner: macports-tickets@… Type: defect | Status: new Priority: Normal | Milestone: Component: ports | Version: 2.1.2 Keywords: mountainlion | Port: fontforge -----------------------------------------+---------------------------------- Changes (by ryandesign@…): * keywords: => mountainlion -- Ticket URL: <https://trac.macports.org/ticket/35379#comment:1> MacPorts <http://www.macports.org/> Ports system for Mac OS
#35379: fontforge @20110222 compile fails on Xcode 4.4 (OS X 10.8) -----------------------------------------+---------------------------------- Reporter: j_mach_wust@… | Owner: macports-tickets@… Type: defect | Status: new Priority: Normal | Milestone: Component: ports | Version: 2.1.2 Keywords: mountainlion | Port: fontforge -----------------------------------------+---------------------------------- Changes (by ryandesign@…): * cc: rockinamadeus@… (added) Comment: Has duplicate #35411. -- Ticket URL: <https://trac.macports.org/ticket/35379#comment:2> MacPorts <http://www.macports.org/> Ports system for Mac OS
#35379: fontforge @20110222 compile fails on Xcode 4.4 (OS X 10.8) -----------------------------------------+---------------------------------- Reporter: j_mach_wust@… | Owner: macports-tickets@… Type: defect | Status: new Priority: Normal | Milestone: Component: ports | Version: 2.1.2 Keywords: mountainlion | Port: fontforge -----------------------------------------+---------------------------------- Comment(by snc@…): It looks like we may be able to simply change the post-patch phase to accomodate using the 10.7 SDK on 10.8. -- Ticket URL: <https://trac.macports.org/ticket/35379#comment:7> MacPorts <http://www.macports.org/> Ports system for Mac OS
#35379: fontforge @20110222 compile fails on Xcode 4.4 (OS X 10.8) -----------------------------------------+---------------------------------- Reporter: j_mach_wust@… | Owner: macports-tickets@… Type: defect | Status: new Priority: Normal | Milestone: Component: ports | Version: 2.1.2 Keywords: mountainlion | Port: fontforge -----------------------------------------+---------------------------------- Comment(by snc@…): By using the 10.7 SDK I get past the original error and down to this one: {{{ /System/Library/Frameworks/ApplicationServices.framework/Frameworks/ATS.framework/Headers/SFNTLayoutTypes.h:1791:41: error: typedef redefinition with different types ('struct AnchorPoint' vs 'struct anchorpoint') typedef struct AnchorPoint AnchorPoint; ^ ./splinefont.h:512:3: note: previous definition is here } AnchorPoint; ^ }}} -- Ticket URL: <https://trac.macports.org/ticket/35379#comment:8> MacPorts <http://www.macports.org/> Ports system for Mac OS
#35379: fontforge @20110222 compile fails on Xcode 4.4 (OS X 10.8) -----------------------------------------+---------------------------------- Reporter: j_mach_wust@… | Owner: macports-tickets@… Type: defect | Status: new Priority: Normal | Milestone: Component: ports | Version: 2.1.2 Keywords: mountainlion | Port: fontforge -----------------------------------------+---------------------------------- Comment(by snc@…): I have a successful build with the latest [attachment:Portfile- fontforge.2.diff suggested patch]. Anyone else have success or failure with it? -- Ticket URL: <https://trac.macports.org/ticket/35379#comment:9> MacPorts <http://www.macports.org/> Ports system for Mac OS
#35379: fontforge @20110222 compile fails on Xcode 4.4 (OS X 10.8) ------------------------------------------+--------------------------------- Reporter: j_mach_wust@… | Owner: macports-tickets@… Type: defect | Status: closed Priority: Normal | Milestone: Component: ports | Version: 2.1.2 Resolution: fixed | Keywords: mountainlion Port: fontforge | ------------------------------------------+--------------------------------- Changes (by snc@…): * status: new => closed * resolution: => fixed Comment: Committed in r96396. -- Ticket URL: <https://trac.macports.org/ticket/35379#comment:10> MacPorts <http://www.macports.org/> Ports system for Mac OS
#35379: fontforge @20110222 compile fails on Xcode 4.4 (OS X 10.8) ------------------------------------------+--------------------------------- Reporter: j_mach_wust@… | Owner: macports-tickets@… Type: defect | Status: closed Priority: Normal | Milestone: Component: ports | Version: 2.1.2 Resolution: fixed | Keywords: mountainlion Port: fontforge | ------------------------------------------+--------------------------------- Comment(by jmr@…): Using an older SDK isn't ideal; it would be better to use framework includes instead of FlatCarbon. -- Ticket URL: <https://trac.macports.org/ticket/35379#comment:11> MacPorts <http://www.macports.org/> Ports system for Mac OS
#35379: fontforge @20110222 compile fails on Xcode 4.4 (OS X 10.8) ------------------------------------------+--------------------------------- Reporter: j_mach_wust@… | Owner: macports-tickets@… Type: defect | Status: closed Priority: Normal | Milestone: Component: ports | Version: 2.1.2 Resolution: fixed | Keywords: mountainlion Port: fontforge | ------------------------------------------+--------------------------------- Comment(by ryandesign@…): Replying to [comment:9 snc@…]:
I have a successful build with the latest [attachment:Portfile- fontforge.2.diff suggested patch]. Anyone else have success or failure with it?
Wouldn't Xcode 4.4 on 10.7 still fail the same way? Shouldn't the test be for ${xcodeversion} and not ${os.major}? -- Ticket URL: <https://trac.macports.org/ticket/35379#comment:12> MacPorts <http://www.macports.org/> Ports system for Mac OS
#35379: fontforge @20110222 compile fails on Xcode 4.4 (OS X 10.8) ------------------------------------------+--------------------------------- Reporter: j_mach_wust@… | Owner: macports-tickets@… Type: defect | Status: reopened Priority: Normal | Milestone: Component: ports | Version: 2.1.2 Resolution: | Keywords: mountainlion Port: fontforge | ------------------------------------------+--------------------------------- Changes (by snc@…): * status: closed => reopened * resolution: fixed => Comment: Probably not a bad idea. Do you know if it's xcode 4.4 that should serve at the first version having issues? -- Ticket URL: <https://trac.macports.org/ticket/35379#comment:13> MacPorts <http://www.macports.org/> Ports system for Mac OS
#35379: fontforge @20110222 compile fails on Xcode 4.4 (OS X 10.8) ------------------------------------------+--------------------------------- Reporter: j_mach_wust@… | Owner: macports-tickets@… Type: defect | Status: reopened Priority: Normal | Milestone: Component: ports | Version: 2.1.2 Resolution: | Keywords: mountainlion Port: fontforge | ------------------------------------------+--------------------------------- Comment(by msandersen@…): fontforge fails to build for me as well on 10.8, I have no idea from the above on how to fix it. Hoping there will be a fix soon. -- Ticket URL: <https://trac.macports.org/ticket/35379#comment:14> MacPorts <http://www.macports.org/> Ports system for Mac OS
#35379: fontforge @20110222 compile fails on Xcode 4.4 (OS X 10.8) ------------------------------------------+--------------------------------- Reporter: j_mach_wust@… | Owner: macports-tickets@… Type: defect | Status: reopened Priority: Normal | Milestone: Component: ports | Version: 2.1.2 Resolution: | Keywords: mountainlion Port: fontforge | ------------------------------------------+--------------------------------- Comment(by truthbk@…): Replying to [comment:14 msandersen@…]:
fontforge fails to build for me as well on 10.8, I have no idea from the above on how to fix it. Hoping there will be a fix soon. Make sure you set developer_dir appropriately in macports.conf (typically /opt/local/etc/macports/macports.conf):
for instance... developer_dir /Applications/Xcode.app/Contents/Developer -- Ticket URL: <https://trac.macports.org/ticket/35379#comment:16> MacPorts <http://www.macports.org/> Ports system for Mac OS
#35379: fontforge @20110222 compile fails on Xcode 4.4 (OS X 10.8) ----------------------------+-------------------------------- Reporter: j_mach_wust@… | Owner: macports-tickets@… Type: defect | Status: closed Priority: Normal | Milestone: Component: ports | Version: 2.1.2 Resolution: fixed | Keywords: mountainlion Port: fontforge | ----------------------------+-------------------------------- Changes (by jmr@…): * status: reopened => closed * resolution: => fixed Comment: r98123 -- Ticket URL: <https://trac.macports.org/ticket/35379#comment:19> MacPorts <http://www.macports.org/> Ports system for Mac OS
participants (1)
-
MacPorts