Opened 15 years ago

Closed 13 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 15 years ago by martini@…

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

$ gnucash
dyld: Symbol not found: _gll_noop
  Referenced from: /System/Library/Frameworks/OpenGL.framework/Versions/A/OpenGL
  Expected in: /opt/local/lib/libGL.dylib

Trace/BPT trap

comment:2 Changed 15 years ago by (none)

Milestone: Port Bugs

Milestone Port Bugs deleted

comment:3 Changed 14 years ago by ryandesign (Ryan Carsten Schmidt)

Description: modified (diff)

comment:4 in reply to:  description Changed 14 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 13 years ago by mkae (Marko Käning)

Resolution: fixed
Status: newclosed

This ticket is ancient and outdated.

Note: See TracTickets for help on using tickets.