[MacPorts] #44017: qt4-mac does not currently build on OSX later than 10.9 'Mavericks'
MacPorts
noreply at macports.org
Thu Oct 2 10:42:18 PDT 2014
#44017: qt4-mac does not currently build on OSX later than 10.9 'Mavericks'
----------------------+-------------------------
Reporter: pdm@… | Owner: michaelld@…
Type: defect | Status: new
Priority: Normal | Milestone:
Component: ports | Version: 2.3.0
Resolution: | Keywords: yosemite
Port: qt4-mac |
----------------------+-------------------------
Comment (by michaelld@…):
NP. Let's assume you've downloaded the patch to
"~/Downloads/patch-10.10.diff". Then, you'd do:
{{{
cd `port dir qt4-mac`
sudo patch -p0 < ~/Downloads/patch-10.10.diff
}}}
and assuming "patch" does not complain, then it worked. Next, you'll want
to clean the build and try again:
{{{
sudo port clean qt4-mac
sudo port install qt4-mac
}}}
and if all goes well then things compile for a long time and eventually
Qt4 is installed. If the build fails for some reason, then you'd want to
do:
{{{
tar jcf ~/Desktop/qt4-mac_10.10_fail_log.tar.bz2 `port logfile qt4-mac`
}}}
to create the compressed log file (in a tarball, but whatever). Then,
you'd post the file "~/Desktop/qt4-mac_10.10_fail_log.tar.bz2" to this
ticket.
--
Ticket URL: <https://trac.macports.org/ticket/44017#comment:20>
MacPorts <http://www.macports.org/>
Ports system for OS X
More information about the macports-tickets
mailing list