Opened 16 years ago
Closed 14 years ago
#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 (Ryan Carsten Schmidt))
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 (5)
comment:1 Changed 16 years ago by martini@…
comment:3 Changed 15 years ago by ryandesign (Ryan Carsten Schmidt)
Description: | modified (diff) |
---|
comment:4 Changed 15 years ago by ryandesign (Ryan Carsten Schmidt)
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.
comment:5 Changed 14 years ago by mkae (Marko Käning)
Resolution: | → fixed |
---|---|
Status: | new → closed |
This ticket is ancient and outdated.
Actually, this patch did not work. (or maybe it did but I got this error:)