#29634: phonon: configure errors QMAKESPEC not set ----------------------------------+----------------------------------------- Reporter: pixilla@… | Owner: macports-tickets@… Type: defect | Status: new Priority: Normal | Milestone: Component: ports | Version: 1.9.2 Keywords: haspatch | Port: phonon ----------------------------------+----------------------------------------- Comment(by pixilla@…): I have a clean MacPorts (no ports installed) with a prefix of /opt /macports-clean.[[BR]] [[BR]] I have some variants set in variants.conf. {{{ $ grep -E "^[^#]" /opt/macports-clean/etc/macports/variants.conf +no_startupitem +no_x11 -x11 +quartz }}} When building the skrooge port I get several failures on dependent ports with this error: {{{ QMAKESPEC has not been set, so configuration cannot be deduced }}} Some of these ports are: * phonon * qca * strigi (strigi has an undeclared dependency on qmake) Added qmake "QMAKESPEC" env var to configure.env, build.env, destroot.env and cmake with value "macx-g++" to the qt4 PortGroup (r79057).[[BR]] Now phonon, qca and strigi (after adding PortGroup qt4 to strigi) install without error. -- Ticket URL: <https://trac.macports.org/ticket/29634#comment:5> MacPorts <http://www.macports.org/> Ports system for Mac OS