Opened 15 years ago

Last modified 13 years ago

#19319 closed defect

qt3 3.3.8 builds but fails to install — at Version 3

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 (3)

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)
Note: See TracTickets for help on using tickets.