/!\ This page is not a bug tracker. If you run into a problem not listed here, please file a bug.
When entering a new problem, please enter it above the others, and follow the format of the JhbuildIssues/JhbuildIssueTemplate for new problems/modules.

List of common errors for the module gnome-icon-theme.

Error - 'legacy-icon-mapping.dtd' does not exist

System details: January 22nd, 2006 - GNOME 2.13 - Ubuntu

Stage: Compile

/home/smitten/bin/install-check -m 644 'zoom-out.png' '/opt/gnome2/share/icons/gnome/16x16/actions/zoom-out.png'
(cd /opt/gnome2/share/icons/gnome/16x16 && /opt/gnome2/libexec/icon-name-mapping -c actions)

404 File `/opt/gnome2/share/icon-naming-utils/legacy-icon-mapping.dtd' does not exist file:///opt/gnome2/share/icon-naming-utils/legacy-icon-mapping.dtd
Handler couldn't resolve external entity at line 2, column 50, byte 73
error in processing external entity reference at line 2, column 50, byte 73 at /usr/lib/perl5/XML/Parser.pm line 187
make[3]: *** [install-data-local] Error 2
make[3]: Leaving directory `/home/smitten/cvs/gnome2/gnome-icon-theme/16x16/actions'
make[2]: *** [install-am] Error 2
make[2]: Leaving directory `/home/smitten/cvs/gnome2/gnome-icon-theme/16x16/actions'
make[1]: *** [install-recursive] Error 1
make[1]: Leaving directory `/home/smitten/cvs/gnome2/gnome-icon-theme/16x16'
make: *** [install-recursive] Error 1
*** error during stage install of gnome-icon-theme: could not make module *** [37/40]

Cause:

The DTD is not found.

Solution:

Copy the DTD from $prefix/share/dtds/ to the $prefix/share/icon-naming-utils/ directory

$ cd /opt/gnome2/share/icon-naming-utils
$ cp ../dtds/legacy-icon-mapping.dtd .


CategoryJhbuildIssues

Projects/Jhbuild/Issues/gnome-icon-theme (last edited 2013-11-25 16:29:21 by WilliamJonMcCann)