Comment 6 for bug 933058

Revision history for this message
su_v (suv-lp) wrote :

The build log for most recent Oneiric 64bit build of trunk (inkscape.dev PPA) indicates to me that the problem is not really a glib bug, but an issue with the GDL sources in Inkscape:
<https://launchpadlibrarian.net/93162544/buildlog_ubuntu-oneiric-amd64.inkscape-trunk_1%3A0.48%2Bdevel%2B10992%2B30~oneiric1_FAILEDTOBUILD.txt.gz>

<quote>
Finished at 20120217-1248
Build needed 00:29:26, 1721220k disk space
Can't open average time db /var/debbuild/avg-build-times
Can't open average space db /var/debbuild/avg-build-space
Function `g_relation_new' implicitly converted to pointer at libgdl/gdl-dock-object.c:902
Function `g_relation_select' implicitly converted to pointer at libgdl/gdl-dock-object.c:924
Function `g_tuples_index' implicitly converted to pointer at libgdl/gdl-dock-object.c:925

Our automated build log filter detected the problem(s) above that will
likely cause your package to segfault on architectures where the size of
a pointer is greater than the size of an integer, such as ia64 and amd64.

This is often due to a missing function prototype definition.

Since use of implicitly converted pointers is always fatal to the application
on ia64, they are errors. Please correct them for your next upload.

More information can be found at:
http://wiki.debian.org/ImplicitPointerConversions
</quote>