After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 552158 - UnKnown IO Error on Empathy omf file creation
UnKnown IO Error on Empathy omf file creation
Status: RESOLVED WONTFIX
Product: gnome-doc-utils
Classification: Deprecated
Component: build utils
unspecified
Other Linux
: Normal major
: ---
Assigned To: gnome-doc-utils maintainers
gnome-doc-utils maintainers
gnome[unmaintained]
Depends on:
Blocks:
 
 
Reported: 2008-09-13 20:14 UTC by Zenwalker
Modified: 2020-03-03 18:35 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Zenwalker 2008-09-13 20:14:48 UTC
The Make (Compile) step crashes while building empathy source tar ball with poping out a message of Unknown IO Error at below step:

 xsltproc -o empathy-C.omf --stringparam db2omf.basename empathy --stringparam db2omf.format 'docbook' --stringparam db2omf.dtd "-//OASIS//DTD DocBook XML V4.1.2//EN" --stringparam db2omf.lang C --stringparam db2omf.omf_dir "/usr/local/share/omf" --stringparam db2omf.help_dir "/usr/local/share/gnome/help" --stringparam db2omf.omf_in "/mnt/Personal_Data/Zenwalk_Projects/Empathy/empathy-2.23.92/SOURCE/help/empathy.omf.in"  `/usr/bin/pkg-config --variable db2omf gnome-doc-utils` C/empathy.xml || { rm -f "empathy-C.omf"; exit 1; }

After doing strace for the above command, i was able to figure out where exactly i am getting Unknown IO error. Here it is: http://pastebin.com/m2cfc3b16 

According to strace output, the stat64() sycall does not work for URL..
Comment 1 Frederic Peters 2008-09-19 14:41:51 UTC
This would be a bug in gnome-doc-utils, xsltproc or your DTD installation, certainly not in Empathy.  Wild guessing and reassigning to gnome-doc-utils as they should be knowledgeable about this.
Comment 2 Shaun McCance 2008-09-19 15:01:34 UTC
The line that concerns me is this:

stat64("/etc/xml/catalog", 0xbfe77844)  = -1 ENOENT (No such file or directory)

This seems to indicate that you don't have XML catalogs set up.  What distro are you running?
Comment 3 Zenwalker 2008-09-19 15:59:30 UTC
I am using Zenwalk (www.zenwalk.org) 5.2 as slackware family based. 

I have isntalled all the xml related packages from the zenwalk repo. Still same.
Comment 4 Dima 2010-01-07 02:21:05 UTC
Hello Zenwalker!

Have you been doing a parallel build by any chance? If yes please see Bug 606282. It might have an explanation why build was failing.

Pastebin has expired =(((((

With best regards,

Dmitrijs.
Comment 5 André Klapper 2020-03-03 18:35:43 UTC
gnome-doc-utils has been superseded by yelp-xsl, yelp-tools, and itstool.

gnome-doc-utils will not see any further development, hence closing as WONTFIX.

See https://gitlab.gnome.org/Infrastructure/Infrastructure/issues/255