
Hi altogether!
On Sat, Jun 10, 2006 at 04:36:59PM -0700, Jon A. Cruz wrote:
On Jun 10, 2006, at 2:46 PM, David Christian Berg wrote:
What I get is:
** (inkscape:29395): CRITICAL **: Inkscape::XML::Document* sp_repr_read_file(con st gchar*, const gchar*): assertion `Inkscape::IO::file_test( filename, G_FILE_T EST_EXISTS )' failed
** (inkscape:29395): WARNING **: Unable to read keys file ${datarootdir}/inkscap e/keys/default.xml
** (inkscape:29395): WARNING **: failed to load icon 'file_import'
...
All the other icons to come after that.
I guess it's easy to fix, but how?
The first thing would be to run in gdb with inkscape fed the --g- fatal-warnings option. That should get it to stop at that first critical warning, and let you see what the filename it's trying to open is.
No need to. The problem here is that ${datarootdir} is not expanded by configure. I posted about this before. From some further investigation I guess it is the same problem as debian bug #368502 [1]. This is not really a bug however, but policy. It would be nice if someone could verify if this bug is really the reason for our experience, since I don't have knowlegde about the autotools. ATM this is not a very high priority to me as long as I can compile the tarballs for the debian package. I wanted to debug this after the release.
Thanks,
Wolfi