Bug#664547: spatialite: FTBFS on some archs (test failures)
peter green
plugwash at p10link.net
Sat Jul 28 12:54:50 UTC 2012
01234567890123456789012345678901234567890123456789012345678901234567890123456789
> Current version 3.1.0~rc2-1 seems ok on all archs, but for ppc where it fails
> to build with something that looks like a compiler issue.
Based on https://bugs.launchpad.net/ubuntu/+source/spatialite/+bug/1012976 and
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=28904 it would appear that the
issue is that gcc chokes on building massive files on powerpc with PIC (your
file compiles sucessfully if -fPIC is removed) and the gcc developers don't
consider this a bug.
The ubuntu guys suggested soloution is to modify the program that generates
the massive C files to generate a collection of smaller C files instead.
More information about the Pkg-grass-devel
mailing list