[MacPorts] #27875: ggobi fails to build: graphviz plugin
#27875: ggobi fails to build: graphviz plugin ----------------------------------+----------------------------------------- Reporter: dmmonarres@… | Owner: macports-tickets@… Type: defect | Status: new Priority: Normal | Milestone: Component: ports | Version: 1.9.2 Keywords: | Port: ggobi ----------------------------------+----------------------------------------- Error occurs in the process of building the graphviz plugin of ggobi. I think that this is the most pertinent portion of the build log. A complete build log is attached. In file included from /opt/local/include/graphviz/types.h:36, from /opt/local/include/graphviz/gvc.h:20, from graphviz.c:16: /opt/local/include/graphviz/gvcext.h:83: error: conflicting types for 'lt__PROGRAM__LTX_preloaded_symbols' /opt/local/include/ltdl.h:106: error: previous declaration of 'lt__PROGRAM__LTX_preloaded_symbols' was here make[3]: *** [plugin_la-graphviz.lo] Error 1 make[3]: *** Waiting for unfinished jobs.... mv -f .deps/plugin_la-glayout.Tpo .deps/plugin_la-glayout.Plo make[2]: *** [all] Error 2 make[1]: *** [all-recursive] Error 1 make: *** [all-recursive] Error 1 -- Ticket URL: <https://trac.macports.org/ticket/27875> MacPorts <http://www.macports.org/> Ports system for Mac OS
#27875: ggobi fails to build: graphviz plugin ----------------------------------+----------------------------------------- Reporter: dmmonarres@… | Owner: adfernandes@… Type: defect | Status: new Priority: Normal | Milestone: Component: ports | Version: 1.9.2 Keywords: | Port: ggobi ----------------------------------+----------------------------------------- Changes (by ryandesign@…): * owner: macports-tickets@… => adfernandes@… * cc: ryandesign@… (added) Old description:
Error occurs in the process of building the graphviz plugin of ggobi. I think that this is the most pertinent portion of the build log. A complete build log is attached.
In file included from /opt/local/include/graphviz/types.h:36, from /opt/local/include/graphviz/gvc.h:20, from graphviz.c:16: /opt/local/include/graphviz/gvcext.h:83: error: conflicting types for 'lt__PROGRAM__LTX_preloaded_symbols' /opt/local/include/ltdl.h:106: error: previous declaration of 'lt__PROGRAM__LTX_preloaded_symbols' was here make[3]: *** [plugin_la-graphviz.lo] Error 1 make[3]: *** Waiting for unfinished jobs.... mv -f .deps/plugin_la-glayout.Tpo .deps/plugin_la-glayout.Plo make[2]: *** [all] Error 2 make[1]: *** [all-recursive] Error 1 make: *** [all-recursive] Error 1
New description: Error occurs in the process of building the graphviz plugin of ggobi. I think that this is the most pertinent portion of the build log. A complete build log is attached. {{{ In file included from /opt/local/include/graphviz/types.h:36, from /opt/local/include/graphviz/gvc.h:20, from graphviz.c:16: /opt/local/include/graphviz/gvcext.h:83: error: conflicting types for 'lt__PROGRAM__LTX_preloaded_symbols' /opt/local/include/ltdl.h:106: error: previous declaration of 'lt__PROGRAM__LTX_preloaded_symbols' was here make[3]: *** [plugin_la-graphviz.lo] Error 1 make[3]: *** Waiting for unfinished jobs.... mv -f .deps/plugin_la-glayout.Tpo .deps/plugin_la-glayout.Plo make[2]: *** [all] Error 2 make[1]: *** [all-recursive] Error 1 make: *** [all-recursive] Error 1 }}} -- -- Ticket URL: <https://trac.macports.org/ticket/27875#comment:1> MacPorts <http://www.macports.org/> Ports system for Mac OS
#27875: ggobi fails to build: graphviz plugin ----------------------------------+----------------------------------------- Reporter: dmmonarres@… | Owner: adfernandes@… Type: defect | Status: new Priority: Normal | Milestone: Component: ports | Version: 1.9.2 Keywords: | Port: ggobi ----------------------------------+----------------------------------------- Comment(by ryandesign@…): Maybe your graphviz port was installed with an older version of libtool active, and by now libtool has been updated? Maybe graphviz needs to be rebuilt? {{{ sudo port clean graphviz ggobi sudo port -n upgrade --force graphviz }}} -- Ticket URL: <https://trac.macports.org/ticket/27875#comment:2> MacPorts <http://www.macports.org/> Ports system for Mac OS
#27875: ggobi fails to build: graphviz plugin ----------------------------------+----------------------------------------- Reporter: dmmonarres@… | Owner: adfernandes@… Type: defect | Status: new Priority: Normal | Milestone: Component: ports | Version: 1.9.2 Keywords: | Port: ggobi ----------------------------------+----------------------------------------- Comment(by dmmonarres@…): Replying to [comment:2 ryandesign@…]:
Maybe your graphviz port was installed with an older version of libtool active, and by now libtool has been updated? Maybe graphviz needs to be rebuilt?
{{{ sudo port clean graphviz ggobi sudo port -n upgrade --force graphviz }}}
Thanks for the tip. Cleaned out graphviz and ggobi and forced a rebuild of graphviz and am still getting the same issue. Anything else you think I could try? -- Ticket URL: <https://trac.macports.org/ticket/27875#comment:3> MacPorts <http://www.macports.org/> Ports system for Mac OS
#27875: ggobi fails to build: graphviz plugin ----------------------------------+----------------------------------------- Reporter: dmmonarres@… | Owner: adfernandes@… Type: defect | Status: new Priority: Normal | Milestone: Component: ports | Version: 1.9.2 Keywords: | Port: ggobi ----------------------------------+----------------------------------------- Comment(by ryandesign@…): On second thought, this is a problem in graphviz 2.26.3 (related to [http://www.graphviz.org/bugs/b2050.html graphviz bug 2050]). You can uninstall the graphviz port and install the graphviz-devel port instead to get a newer development version of graphviz that has fixed this problem. {{{ sudo port -f uninstall graphviz sudo port install graphviz-devel }}} I'll also see if I can identify and back-port the fix to graphviz 2.26.x. -- Ticket URL: <https://trac.macports.org/ticket/27875#comment:4> MacPorts <http://www.macports.org/> Ports system for Mac OS
#27875: ggobi fails to build: graphviz plugin -----------------------------------+---------------------------------------- Reporter: dmmonarres@… | Owner: adfernandes@… Type: defect | Status: closed Priority: Normal | Milestone: Component: ports | Version: 1.9.2 Resolution: fixed | Keywords: Port: graphviz, ggobi | -----------------------------------+---------------------------------------- Changes (by ryandesign@…): * status: new => closed * resolution: => fixed * port: ggobi => graphviz, ggobi Comment: Fixed graphviz port in r74896. -- Ticket URL: <https://trac.macports.org/ticket/27875#comment:5> MacPorts <http://www.macports.org/> Ports system for Mac OS
participants (1)
-
MacPorts