Ticket #19319 (closed defect: fixed)
qt3 3.3.8 builds but fails to install
| Reported by: | martini@… | Owned by: | macports-tickets@… |
|---|---|---|---|
| Priority: | Normal | Milestone: | |
| Component: | ports | Version: | 1.7.1 |
| Keywords: | Cc: | martini@… | |
| Port: | qt3 |
Description (last modified by ryandesign@…) (diff)
On leopard qt3 builds correctly, but fails to install.
The following patch to InstallScript.sh (line 33) makes it work correctly:
ORIG LINE:
mv /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_x11_qt3/work/destroot/opt/local/lib/*.* /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_x11_qt3/work/destroot/opt/local/lib/qt3/lib/
PATCHED LINE:
mv /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_x11_qt3/work/destroot/private/opt/local/lib/*.* /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_x11_qt3/work/destroot/opt/local/lib/qt3/lib/
Change History
comment:4 in reply to: ↑ description Changed 4 years ago by ryandesign@…
Replying to martini@…:
mv /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_x11_qt3/work/destroot/private/opt/local/lib/*.* /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_x11_qt3/work/destroot/opt/local/lib/qt3/lib/
You're suggesting on your system "opt" is inside "private"? That's odd and should not be. The only reason I know of why that might be is if you've installed and old version of Cisco's VPN client. It causes this oddness to happen. But I understood that Cisco fixed this problem years ago.
Replying to martini@…:
dyld: Symbol not found: _gll_noop
This situation was discussed on the mailing list here. The workaround seems to be to deactivate mesa. No word on a permanent solution though.


Actually, this patch did not work. (or maybe it did but I got this error:)