[MacPorts] #48569: gnuplot @5.0.1: problem with libgobject version (glib2 @2.44.1)
#48569: gnuplot @5.0.1: problem with libgobject version (glib2 @2.44.1) -----------------------------+-------------------------------- Reporter: stefan.becuwe@… | Owner: macports-tickets@… Type: defect | Status: new Priority: Normal | Milestone: Component: ports | Version: 2.3.3 Keywords: | Port: gnuplot -----------------------------+-------------------------------- Hello, Just updated the installed ports without any problem. However, running the latest gnuplot results in dyld: Library not loaded: /opt/local/lib/libgobject-2.0.0.dylib Referenced from: /opt/local/bin/gnuplot Reason: Incompatible library version: gnuplot requires version 4401.0.0 or later, but libgobject-2.0.0.dylib provides version 2401.0.0 Trace/BPT trap: 5 Is there a newer version of glib2 coming? Thanks! -- Ticket URL: <https://trac.macports.org/ticket/48569> MacPorts <https://www.macports.org/> Ports system for OS X
#48569: gnuplot @5.0.1: problem with libgobject version (glib2 @2.44.1) ------------------------------+--------------------- Reporter: stefan.becuwe@… | Owner: mojca@… Type: defect | Status: new Priority: Normal | Milestone: Component: ports | Version: Resolution: | Keywords: Port: gnuplot | ------------------------------+--------------------- Changes (by devans@…): * owner: macports-tickets@… => mojca@… * version: 2.3.3 => Comment: In the future, be sure and CC the maintainer of the port to ensure that she is notified. {{{ $ port info --maintainer gnuplot maintainer: mojca@macports.org, openmaintainer@macports.org }}} -- Ticket URL: <https://trac.macports.org/ticket/48569#comment:1> MacPorts <https://www.macports.org/> Ports system for OS X
#48569: gnuplot @5.0.1: problem with libgobject version (glib2 @2.44.1) ------------------------------+--------------------- Reporter: stefan.becuwe@… | Owner: mojca@… Type: defect | Status: new Priority: Normal | Milestone: Component: ports | Version: Resolution: | Keywords: Port: gnuplot | ------------------------------+--------------------- Comment (by devans@…): Replying to [ticket:48569 stefan.becuwe@…]:
Hello,
Just updated the installed ports without any problem. However, running the latest gnuplot results in
dyld: Library not loaded: /opt/local/lib/libgobject-2.0.0.dylib Referenced from: /opt/local/bin/gnuplot Reason: Incompatible library version: gnuplot requires version 4401.0.0 or later, but libgobject-2.0.0.dylib provides version 2401.0.0 Trace/BPT trap: 5
libgobject-2.0.0.dylib version 4401.0.0 is provided by glib2 @2.44.1 which is the current version. This message is saying that gnuplot was built with glib2 @2.44.1 but the current active version of glib2 (an older version not 2.44.1) only provides 2401.0.0. This implies that you have an old version of glib2 active. You should check which versions of glib2 are installed on your system and make sure that glib2 @2.44.1 is installed and active. The solution may be as simple as executing {{{ sudo port selfupdate sudo port install glib2 }}} -- Ticket URL: <https://trac.macports.org/ticket/48569#comment:2> MacPorts <https://www.macports.org/> Ports system for OS X
#48569: gnuplot @5.0.1: problem with libgobject version (glib2 @2.44.1) ------------------------------+--------------------- Reporter: stefan.becuwe@… | Owner: mojca@… Type: defect | Status: closed Priority: Normal | Milestone: Component: ports | Version: Resolution: invalid | Keywords: Port: gnuplot | ------------------------------+--------------------- Changes (by ryandesign@…): * cc: ryandesign@… (added) * status: new => closed * resolution: => invalid Old description:
Hello,
Just updated the installed ports without any problem. However, running the latest gnuplot results in
dyld: Library not loaded: /opt/local/lib/libgobject-2.0.0.dylib Referenced from: /opt/local/bin/gnuplot Reason: Incompatible library version: gnuplot requires version 4401.0.0 or later, but libgobject-2.0.0.dylib provides version 2401.0.0 Trace/BPT trap: 5
Is there a newer version of glib2 coming?
Thanks!
New description: Hello, Just updated the installed ports without any problem. However, running the latest gnuplot results in {{{ dyld: Library not loaded: /opt/local/lib/libgobject-2.0.0.dylib Referenced from: /opt/local/bin/gnuplot Reason: Incompatible library version: gnuplot requires version 4401.0.0 or later, but libgobject-2.0.0.dylib provides version 2401.0.0 Trace/BPT trap: 5 }}} Is there a newer version of glib2 coming? Thanks! -- -- Ticket URL: <https://trac.macports.org/ticket/48569#comment:3> MacPorts <https://www.macports.org/> Ports system for OS X
participants (1)
-
MacPorts