Ticket #34161 (closed defect: fixed)
qt4-mac doesn't build on mac os 10.6.8 (snow leopard)
| Reported by: | mparchet@… | Owned by: | michaelld@… |
|---|---|---|---|
| Priority: | Normal | Milestone: | |
| Component: | ports | Version: | 2.0.4 |
| Keywords: | Cc: | mk@…, pixilla@… | |
| Port: | qt4-mac |
Description
Hello,
I have a machine with mac os 10.6.8 And I can't install qt4-mac.
Below, here is the console output
sudo port install qt4-mac---> Computing dependencies for qt4-mac---> Building qt4-mac sudo port install qt4-mac---> Computing dependencies for qt4-mac---> Building qt4-mac Error: Target org.macports.build returned: shell command failed (see log for details) Log for qt4-mac is at: /opt/local/var/macports/logs/_opt_local_var_macports_sources_rsync.macports.org_release_ports_aqua_qt4-mac/qt4-mac/main.log Error: Status 1 encountered during processing. To report a bug, see <http://guide.macports.org/#project.tickets>
See attachment the log file.
Can you help me please ?
Best regards
mparchet
Attachments
Change History
comment:1 Changed 13 months ago by michaelld@…
Do the following:
sudo port clean qt4-mac sudo port selfupdate sudo port install qt4-mac
If the build errors out again, copy the log file to your desktop, compress it, and attach that to this ticket. Somehow QMake is using clang++ for compiling instead of Apple's g++, which is causing issues because clang doesn't play nicely with pre-compiled headers.
comment:2 Changed 13 months ago by ryandesign@…
- Cc michaelld@… removed
- Keywords qt4-mac removed
- Owner changed from macports-tickets@… to michaelld@…
comment:4 Changed 12 months ago by mk@…
- Summary changed from qt4-mac don't don't build on mac os 10.6.8 (snow leopard) to qt4-mac doesn't build on mac os 10.6.8 (snow leopard)
comment:6 Changed 11 months ago by michaelld@…
- Status changed from new to closed
- Resolution set to fixed
FIxed in r94241. Please do the following
sudo port clean qt4-mac sudo port selfupdate
and then try to install or upgrade qt4-mac again. I'm closing this ticket, since it now refers to an old version of qt4-mac. Please open a new ticket if this issue persists with the new qt4-mac.
Note: See
TracTickets for help on using
tickets.

