GNU bug report logs -
#16240
Images from SVG test suite not displayed correctly on Windows
Previous Next
Reported by: Juanma Barranquero <lekktu <at> gmail.com>
Date: Tue, 24 Dec 2013 13:21:01 UTC
Severity: normal
Found in version 24.3.50
Done: Eli Zaretskii <eliz <at> gnu.org>
Bug is archived. No further changes may be made.
Full log
View this message in rfc822 format
> From: Juanma Barranquero <lekktu <at> gmail.com>
> Date: Wed, 25 Dec 2013 03:53:06 +0100
> Cc: Stephen Turnbull <stephen <at> xemacs.org>, 16240 <at> debbugs.gnu.org
>
> > Please, before you update these 2 files, try simply removing or
> > renaming them, and see if that makes the package work without the
> > error message.
>
> After removing them, Emacs still outputs the error message.
>
> After creating pango.modules the error disappears and Emacs shows the
> SVG image with appropriate text (I'm testing with color-prof-01-f.svg
> and I see "DRAFT" and "$Revision: 1.9$"). However, the color squares
> aren't drawn.
It seems like Pango code already supports what we need: if the file
names in the pango.modules file are relative, not absolute, it looks
for these files in the lib/pango/1.8.0/modules/ subdirectory of where
you unzipped the archive. Assuming you didn't move the files after
installing them, could you please edit pango.modules, leaving only the
base names of the modules on each line, without any leading
directories, and see if SVG images in the test suite still display
correctly in Emacs? If that works, I will update the binary archive
with this change, and it should work for everybody else.
(I already tried this on my system, and it worked, but since I install
the packages in the same directory for which they were configured, I
cannot easily make sure it's not the default that works for me.)
> Creating loaders.cache does not seem to affect the result.
loaders.cache have a similar, but slightly different facility: the
file names that appear there _must_ be absolute, and must have the
prefix that was specified at configure time. Then the
(Windows-specific) code replaces that prefix with the actual root of
the library installation tree. So that part is already taken care of.
Thanks.
This bug report was last modified 11 years and 201 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.