| Summary: | USE=doc emerge gimp-2.2.8: /etc/xml/catalog truncated | ||
|---|---|---|---|
| Product: | Gentoo Linux | Reporter: | crusaderky |
| Component: | Current packages | Assignee: | Text-Markup Team (OBSOLETE) <text-markup+disabled> |
| Status: | RESOLVED NEEDINFO | ||
| Severity: | normal | CC: | gnome, stian |
| Priority: | High | ||
| Version: | unspecified | ||
| Hardware: | All | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Package list: | Runtime testing required: | --- | |
|
Description
crusaderky
2005-07-01 02:57:09 UTC
# build-docbook-catalog add command failed add command failed add command failed add command failed add command failed add command failed add command failed Found DocBook XSL stylesheets in /usr/share/sgml/docbook/xsl-stylesheets-1.68.1 Found DocBook XML 4.2 in /usr/share/sgml/docbook/xml-dtd-4.2 Found DocBook XML 4.3 in /usr/share/sgml/docbook/xml-dtd-4.3 Found DocBook XML 4.1.2 in /usr/share/sgml/docbook/xml-dtd-4.1.2 Using ISO DocBook entities from /usr/share/sgml/docbook/xml-dtd-4.3/ent # cat /etc/xml/catalog # /etc/xml/catalog is setup in other packages, during post-install gentoo ~ # ls /etc/xml/catalog /etc/xml/catalog gentoo ~ # equery b /etc/xml/catalog [ Searching for file(s) /etc/xml/catalog in *... ] gentoo ~ # equery b /etc/xml [ Searching for file(s) /etc/xml in *... ] app-text/docbook-xml-dtd-4.1.2-r5 (/etc/xml) app-text/docbook-xml-dtd-4.2-r1 (/etc/xml) app-text/docbook-xml-dtd-4.3 (/etc/xml) gnome-base/libglade-2.5.0 (/etc/xml) # equery belongs /etc/xml [ Searching for file(s) /etc/xml in *... ] app-text/docbook-xml-dtd-4.2-r1 (/etc/xml) app-text/docbook-xml-dtd-4.3 (/etc/xml) app-text/docbook-xml-dtd-4.1.2-r5 (/etc/xml) gnome-base/libglade-2.5.0 (/etc/xml) # emerge -1 =app-text/docbook-xml-dtd-4.2-r1 =app-text/docbook-xml-dtd-4.3 =app-text/docbook-xml-dtd-4.1.2-r5 =gnome-base/libglade-2.5.0 [...] # cat /etc/xml/catalog # if you try build-docbook-catalog now ( after re-emerging that stuff ) is the file still empty? Yes. The output doesn't change, either. Something truncated your global catalog file; it may be a bug somewhere but I guess it would be almost impossible to track the cause at this point. If you have any ideas as to what could have touched that file, however, please let us know. To fix your catalog now, try running the following as root: rm -f /etc/xml/catalog build-docbook-catalog It works, thanks. I have no idea of what truncated my catalog, but it surely is some emerge command in the (near?) past since I've never used tetex or things like that in my life. |