#47204: qtscriptgenerator @0.2.0_0: build error (command execution failed) --------------------------------+------------------------- Reporter: victor.tran1@… | Owner: michaelld@… Type: defect | Status: new Priority: Normal | Milestone: Component: ports | Version: Resolution: | Keywords: Port: qtscriptgenerator | --------------------------------+------------------------- Comment (by rjvbertin@…): Got a bit further, but still blocked. Comparing to a build on Linux, something must go wrong generating the code for QtScriptFutureIterator. On linux this class gets a well-filled implementation, on OS X the corresponding .cpp file remains in skeletal form. I haven't tried to understand why. The attached patch basically removes the QtScriptFutureIterator class to avoid the whole issue, but then the build fails later on because of missing targets (which I doubt are related to my patch): {{{ make[2]: Entering directory `.../work/qtscriptgenerator- src-0.2.0/qtbindings/qtscript_gui' make[2]: *** No rule to make target `../../generated_cpp/com_trolltech_qt_gui/plugin.cpp', needed by `plugin.o'. Stop. make[2]: Leaving directory `.../work/qtscriptgenerator- src-0.2.0/qtbindings/qtscript_gui' make[1]: *** [sub-qtscript_gui-all] Error 2 make[1]: *** Waiting for unfinished jobs.... make[2]: Entering directory `.../work/qtscriptgenerator- src-0.2.0/qtbindings/qtscript_network' make[2]: *** No rule to make target `../../generated_cpp/com_trolltech_qt_network/plugin.cpp', needed by `plugin.o'. Stop. make[2]: Leaving directory `.../work/qtscriptgenerator- src-0.2.0/qtbindings/qtscript_network' make[2]: Entering directory `.../work/qtscriptgenerator- src-0.2.0/qtbindings/qtscript_core' make[2]: Nothing to be done for `all'. make[2]: Leaving directory `.../work/qtscriptgenerator- src-0.2.0/qtbindings/qtscript_core' make[1]: *** [sub-qtscript_network-all] Error 2 make[2]: Entering directory `.../work/qtscriptgenerator- src-0.2.0/qtbindings/qtscript_opengl' make[2]: *** No rule to make target `../../generated_cpp/com_trolltech_qt_opengl/plugin.cpp', needed by `plugin.o'. Stop. }}} Hopefully Michaelld can get this a working. In the meantime, Amarok really isn't the best mediaplayer around O:-) -- Ticket URL: <https://trac.macports.org/ticket/47204#comment:5> MacPorts <https://www.macports.org/> Ports system for OS X