#40137: mythtv-core.26 @0.26-Fixes-20130720 frontend crashes at Program Details -----------------------------+-------------------------- Reporter: ylee@… | Owner: ctreleaven@… Type: defect | Status: new Priority: Normal | Milestone: Component: ports | Version: 2.2.0 Resolution: | Keywords: Port: mythtv-core.26 | -----------------------------+-------------------------- Comment (by ctreleaven@…): This appears to be the same issue that arose with mythtv-core.25: https://trac.macports.org/ticket/35934 Of which, I never did determine the root cause. Eventually, clearing all of the default MacPorts compile and link flags seemed to alleviate the problem but I have not found the right combination for 0.26. As with 0.25, I've found that choosing another compiler seems to work: clang-3.0 in this case. Could you please try the following: Install clang-3.0: {{{ sudo port install clang-3.0 }}} Build myth 0.26 with it: {{{ sudo port -d install mythtv-core.26 configure.compiler=macports-clang-3.0 }}} So far, I've tested clang 3.4, 3.2 and 3.0. Myth builds with all three but only the 3.0 build starts up successfully. If I get a couple of reports of success, I'll modify the portfile to do this automatically. Also, if anyone experiences this issue on 10.6 or 10.7, please speak up. -- Ticket URL: <https://trac.macports.org/ticket/40137#comment:2> MacPorts <http://www.macports.org/> Ports system for OS X