Code: Select all
make[1]: Entering directory `/var/tmp/portage/gnome-doc-utils-0.6.1/work/gnome-doc-utils-0.6.1/doc'
Making all in gnome-doc-make
make[2]: Entering directory `/var/tmp/portage/gnome-doc-utils-0.6.1/work/gnome-doc-utils-0.6.1/doc/gnome-doc-make'
xsltproc -o gnome-doc-make-C.omf --stringparam db2omf.basename gnome-doc-make --stringparam db2omf.format 'docbook' --stringparam db2omf.dtd "-//OASIS//DTD DocBook XML V4.4//EN" --stringparam db2omf.lang C --stringparam db2omf.omf_dir "/usr/share/omf" --stringparam db2omf.help_dir "/usr/share/gnome/help" --stringparam db2omf.omf_in "`pwd`/./gnome-doc-make.omf.in" ../../xslt/docbook/omf/db2omf.xsl C/gnome-doc-make.xml
make[2]: *** [gnome-doc-make-C.omf] Segmentation fault
make[2]: Leaving directory `/var/tmp/portage/gnome-doc-utils-0.6.1/work/gnome-doc-utils-0.6.1/doc/gnome-doc-make'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/var/tmp/portage/gnome-doc-utils-0.6.1/work/gnome-doc-utils-0.6.1/doc'
make: *** [all-recursive] Error 1
!!! ERROR: app-text/gnome-doc-utils-0.6.1 failed.
Call stack:
ebuild.sh, line 1539: Called dyn_compile
ebuild.sh, line 939: Called src_compile
ebuild.sh, line 1248: Called gnome2_src_compile
gnome2.eclass, line 64: Called die
!!! compile failure
!!! If you need support, post the topmost build error, and the call stack if relevant.Here is some info about xsltproc:
Can anyone help?xsltproc --version
Using libxml 20626, libxslt 10108 and libexslt 806
xsltproc was compiled against libxml 20626, libxslt 10117 and libexslt 813
libxslt 10108 was compiled against libxml 20611
libexslt 806 was compiled against libxml 20611
I had old libxml2 and libxslt stuff in /usr/local/include and /usr/local/lib . After removing them and recompiling libxml2 and libxslt, all is now well
