[MacPorts] #24060: xsltproc segmentation fault on install of gnome-doc-utils
#24060: xsltproc segmentation fault on install of gnome-doc-utils --------------------------------------+------------------------------------- Reporter: chalin@… | Owner: macports-tickets@… Type: defect | Status: new Priority: Normal | Milestone: Component: ports | Version: 1.8.2 Keywords: | Port: --------------------------------------+------------------------------------- sudo port -d install gnome-doc-utils yields (log is also attached): /bin/sh: line 1: 88931 Segmentation fault xsltproc -o gnome-doc- make-C.omf --stringparam db2omf.basename gnome-doc-make --stringparam db2omf.format 'docbook' --stringparam db2omf.dtd --stringparam db2omf.lang C --stringparam db2omf.omf_dir "/opt/local/share/omf" --stringparam db2omf.help_dir "/opt/local/share/gnome/help" --stringparam db2omf.omf_in "/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports .org_release_ports_gnome_gnome-doc-utils/work/gnome-doc-utils-0.18.1/doc /gnome-doc-make/gnome-doc-make.omf.in" ../../xslt/docbook/omf/db2omf.xsl C /gnome-doc-make.xml -- Ticket URL: <http://trac.macports.org/ticket/24060> MacPorts <http://www.macports.org/> Ports system for Mac OS
#24060: xsltproc segmentation fault on install of gnome-doc-utils --------------------------------------+------------------------------------- Reporter: chalin@… | Owner: macports-tickets@… Type: defect | Status: new Priority: Normal | Milestone: Component: ports | Version: 1.8.2 Keywords: | Port: --------------------------------------+------------------------------------- Comment(by carlton@…): Happening to me to. -- Ticket URL: <http://trac.macports.org/ticket/24060#comment:2> MacPorts <http://www.macports.org/> Ports system for Mac OS
#24060: xsltproc segmentation fault on install of gnome-doc-utils --------------------------------------+------------------------------------- Reporter: chalin@… | Owner: macports-tickets@… Type: defect | Status: new Priority: Normal | Milestone: Component: ports | Version: 1.8.2 Keywords: | Port: --------------------------------------+------------------------------------- Comment(by carlton@…): too, rather. :-) -- Ticket URL: <http://trac.macports.org/ticket/24060#comment:3> MacPorts <http://www.macports.org/> Ports system for Mac OS
#24060: xsltproc segmentation fault on install of gnome-doc-utils --------------------------------------+------------------------------------- Reporter: chalin@… | Owner: macports-tickets@… Type: defect | Status: new Priority: Normal | Milestone: Component: ports | Version: 1.8.2 Keywords: | Port: --------------------------------------+------------------------------------- Comment(by matt.zucker@…): Ditto -- Ticket URL: <http://trac.macports.org/ticket/24060#comment:4> MacPorts <http://www.macports.org/> Ports system for Mac OS
#24060: xsltproc segmentation fault on install of gnome-doc-utils --------------------------------------+------------------------------------- Reporter: chalin@… | Owner: macports-tickets@… Type: defect | Status: new Priority: Normal | Milestone: Component: ports | Version: 1.8.2 Keywords: | Port: --------------------------------------+------------------------------------- Comment(by scottn@…): Cc Me! -- Ticket URL: <http://trac.macports.org/ticket/24060#comment:6> MacPorts <http://www.macports.org/> Ports system for Mac OS
#24060: xsltproc segmentation fault on install of gnome-doc-utils --------------------------------------+------------------------------------- Reporter: chalin@… | Owner: macports-tickets@… Type: defect | Status: new Priority: Normal | Milestone: Component: ports | Version: 1.8.2 Keywords: | Port: --------------------------------------+------------------------------------- Comment(by scottn@…): Tried: {{{ port install gnome-doc-utils @0.16.1 }}} Still got the segfault. Suggests the problem is in xsltproc, not a newish problem introduced in the latest gnome-doc-utils. -- Ticket URL: <http://trac.macports.org/ticket/24060#comment:7> MacPorts <http://www.macports.org/> Ports system for Mac OS
#24060: xsltproc segmentation fault on install of gnome-doc-utils --------------------------------------+------------------------------------- Reporter: chalin@… | Owner: macports-tickets@… Type: defect | Status: new Priority: Normal | Milestone: Component: ports | Version: 1.8.2 Keywords: | Port: --------------------------------------+------------------------------------- Comment(by scottn@…): Tried substituting libxslt 1.1.24 (rev 49182), same segfault installing gnome-doc-utils. libxslt 1.1.23 (rev 39719) wouldn't compile. Anyone have a workaround that works to suggest? -- Ticket URL: <http://trac.macports.org/ticket/24060#comment:9> MacPorts <http://www.macports.org/> Ports system for Mac OS
#24060: xsltproc segmentation fault on install of gnome-doc-utils --------------------------------------+------------------------------------- Reporter: chalin@… | Owner: macports-tickets@… Type: defect | Status: new Priority: Normal | Milestone: Component: ports | Version: 1.8.2 Keywords: | Port: --------------------------------------+------------------------------------- Comment(by karoly@…): It looks like "--stringparam db2omf.dtd" is missing a value in the troublesome command, so there is a problem with gnome-doc-utils as well. Segfaulting is somewhat suboptimal error reporting from xsltproc. Note that the version that ships with Snow Leopard handles this (slightly) better. -- Ticket URL: <http://trac.macports.org/ticket/24060#comment:11> MacPorts <http://www.macports.org/> Ports system for Mac OS
#24060: xsltproc segmentation fault on install of gnome-doc-utils --------------------------------------+------------------------------------- Reporter: chalin@… | Owner: nox@… Type: defect | Status: new Priority: Normal | Milestone: Component: ports | Version: 1.8.2 Keywords: | Port: libxslt gnome-doc-utils --------------------------------------+------------------------------------- Changes (by jmr@…): * owner: macports-tickets@… => nox@… * cc: devans@…, jeremyhu@… (added) * port: => libxslt gnome-doc-utils -- Ticket URL: <http://trac.macports.org/ticket/24060#comment:14> MacPorts <http://www.macports.org/> Ports system for Mac OS
#24060: xsltproc segmentation fault on install of gnome-doc-utils ---------------------------------------+------------------------------------ Reporter: chalin@… | Owner: nox@… Type: defect | Status: closed Priority: Normal | Milestone: Component: ports | Version: Resolution: worksforme | Keywords: Port: libxml2 | ---------------------------------------+------------------------------------ Changes (by nox@…): * status: new => closed * version: 1.8.2 => * resolution: => worksforme * port: libxslt gnome-doc-utils => libxml2 Comment: The segfault was happening in __xmlParserInputBufferCreateFilename, which is a libxml2 function. I upgraded to libxml2 to 2.7.7 and the problem disappeared. Please run `sudo port upgrade libxml2` and try again. -- Ticket URL: <http://trac.macports.org/ticket/24060#comment:15> MacPorts <http://www.macports.org/> Ports system for Mac OS
#24060: xsltproc segmentation fault on install of gnome-doc-utils ---------------------------------------+------------------------------------ Reporter: chalin@… | Owner: nox@… Type: defect | Status: closed Priority: Normal | Milestone: Component: ports | Version: Resolution: worksforme | Keywords: Port: libxml2 | ---------------------------------------+------------------------------------ Comment(by chalin@…): Doing "sudo port upgrade libxml2" has no effect for me (as libxml2 is already up-to-date). {{{
sudo port upgrade libxml2
port installed | grep libxml2 libxml2 @2.7.6_0 (active) py26-libxml2 @2.6.21_0 (active) }}} I still cannot install gnome-doc-utils (I get the same segmentation fault).
-- Ticket URL: <http://trac.macports.org/ticket/24060#comment:16> MacPorts <http://www.macports.org/> Ports system for Mac OS
#24060: xsltproc segmentation fault on install of gnome-doc-utils ---------------------------------------+------------------------------------ Reporter: chalin@… | Owner: nox@… Type: defect | Status: closed Priority: Normal | Milestone: Component: ports | Version: Resolution: worksforme | Keywords: Port: libxml2 | ---------------------------------------+------------------------------------ Comment(by nox@…): You think it is up-to-date. It is not. Latest version is 2.7.7, please run `sudo port sync`. -- Ticket URL: <http://trac.macports.org/ticket/24060#comment:17> MacPorts <http://www.macports.org/> Ports system for Mac OS
#24060: xsltproc segmentation fault on install of gnome-doc-utils ---------------------------------------+------------------------------------ Reporter: chalin@… | Owner: nox@… Type: defect | Status: closed Priority: Normal | Milestone: Component: ports | Version: Resolution: worksforme | Keywords: Port: libxml2 | ---------------------------------------+------------------------------------ Comment(by chalin@…): You're right! Still learning the ropes with Mac Ports. Thanks. sync followed by an update of libxml2 does indeed allow me to build gnome-doc- utils. -- Ticket URL: <http://trac.macports.org/ticket/24060#comment:18> MacPorts <http://www.macports.org/> Ports system for Mac OS
#24060: xsltproc segmentation fault on install of gnome-doc-utils ---------------------------------------+------------------------------------ Reporter: chalin@… | Owner: nox@… Type: defect | Status: closed Priority: Normal | Milestone: Component: ports | Version: Resolution: worksforme | Keywords: Port: libxml2 | ---------------------------------------+------------------------------------ Comment(by scottn@…): Worked like a charm. Many thanks! -- Ticket URL: <http://trac.macports.org/ticket/24060#comment:19> MacPorts <http://www.macports.org/> Ports system for Mac OS
#24060: xsltproc segmentation fault on install of gnome-doc-utils ---------------------------------------+------------------------------------ Reporter: chalin@… | Owner: nox@… Type: defect | Status: closed Priority: Normal | Milestone: Component: ports | Version: Resolution: worksforme | Keywords: Port: libxml2 | ---------------------------------------+------------------------------------ Comment(by matt.zucker@…): Works for me after updating libxml2 as well. -- Ticket URL: <http://trac.macports.org/ticket/24060#comment:20> MacPorts <http://www.macports.org/> Ports system for Mac OS
participants (1)
-
MacPorts