[MacPorts] #35922: link error installing scite port
#35922: link error installing scite port -----------------------------------+---------------------------------------- Reporter: paul.d.rose@… | Owner: macports-tickets@… Type: defect | Status: new Priority: Normal | Milestone: Component: ports | Version: 2.1.2 Keywords: | Port: -----------------------------------+---------------------------------------- when running: port install scite getting undefined symbol errors linking for symbols like: _g_module_close I locally changed the scite makefile line: CONFIGLIB:=$(shell pkg-config --libs $(GTKVERSION) gthread-2.0) to include gthread-2.0: CONFIGLIB:=$(shell pkg-config --libs $(GTKVERSION) gthread-2.0 gthread-2.0) which works for me running: OS X 10.8.1 Xcode 4.4.1 XQuartx 2.7.3 not sure how to submit this as a patch, hopefully somebody can handle it -- Ticket URL: <https://trac.macports.org/ticket/35922> MacPorts <http://www.macports.org/> Ports system for Mac OS
#35922: link error installing scite port -----------------------------------+---------------------------------------- Reporter: paul.d.rose@… | Owner: macports-tickets@… Type: defect | Status: new Priority: Normal | Milestone: Component: ports | Version: 2.1.2 Keywords: | Port: -----------------------------------+---------------------------------------- Comment(by paul.d.rose@…): Wow, I messed up this submission in two ways. Should have marked '''Port:''' as scite. Should have said gmodule-2.0 instead of gthread-2.0 so: CONFIGLIB:=$(shell pkg-config --libs $(GTKVERSION) gthread-2.0) becomes: CONFIGLIB:=$(shell pkg-config --libs $(GTKVERSION) gthread-2.0 '''gmodule-2.0''') -- Ticket URL: <https://trac.macports.org/ticket/35922#comment:1> MacPorts <http://www.macports.org/> Ports system for Mac OS
#35922: scite: Undefined symbols _g_module_close _g_module_open _g_module_symbol -----------------------------------+---------------------------------------- Reporter: paul.d.rose@… | Owner: macports-tickets@… Type: defect | Status: new Priority: Normal | Milestone: Component: ports | Version: 2.1.2 Keywords: | Port: scite -----------------------------------+---------------------------------------- Changes (by ryandesign@…): * port: => scite Old description:
when running: port install scite
getting undefined symbol errors linking for symbols like: _g_module_close
I locally changed the scite makefile line:
CONFIGLIB:=$(shell pkg-config --libs $(GTKVERSION) gthread-2.0)
to include gthread-2.0:
CONFIGLIB:=$(shell pkg-config --libs $(GTKVERSION) gthread-2.0 gthread-2.0)
which works for me running: OS X 10.8.1 Xcode 4.4.1 XQuartx 2.7.3
not sure how to submit this as a patch, hopefully somebody can handle it
New description: when running: `port install scite` getting undefined symbol errors linking for symbols like: _g_module_close I locally changed the scite makefile line: {{{ CONFIGLIB:=$(shell pkg-config --libs $(GTKVERSION) gthread-2.0) }}} to include gthread-2.0: {{{ CONFIGLIB:=$(shell pkg-config --libs $(GTKVERSION) gthread-2.0 gthread-2.0) }}} which works for me running: * OS X 10.8.1 * Xcode 4.4.1 * XQuartx 2.7.3 not sure how to submit this as a patch, hopefully somebody can handle it -- -- Ticket URL: <https://trac.macports.org/ticket/35922#comment:2> MacPorts <http://www.macports.org/> Ports system for Mac OS
#35922: scite: Undefined symbols _g_module_close _g_module_open _g_module_symbol -----------------------------------+---------------------------------------- Reporter: paul.d.rose@… | Owner: ryandesign@… Type: defect | Status: assigned Priority: Normal | Milestone: Component: ports | Version: 2.1.2 Keywords: | Port: scite -----------------------------------+---------------------------------------- Changes (by ryandesign@…): * owner: macports-tickets@… => ryandesign@… * status: new => assigned -- Ticket URL: <https://trac.macports.org/ticket/35922#comment:3> MacPorts <http://www.macports.org/> Ports system for Mac OS
#35922: scite: Undefined symbols _g_module_close _g_module_open _g_module_symbol ------------------------------------+--------------------------------------- Reporter: paul.d.rose@… | Owner: ryandesign@… Type: defect | Status: closed Priority: Normal | Milestone: Component: ports | Version: 2.1.2 Resolution: fixed | Keywords: Port: scite | ------------------------------------+--------------------------------------- Changes (by ryandesign@…): * status: assigned => closed * resolution: => fixed Comment: Fixed in r97262 by updating scite to 3.2.2. -- Ticket URL: <https://trac.macports.org/ticket/35922#comment:4> MacPorts <http://www.macports.org/> Ports system for Mac OS
participants (1)
-
MacPorts