Thanks to JaMa for the fix.
patch attached. should this be added to shr-u? as I probably won't be
the last person to fall over this, or are there negative side effects to
the patch?
thx
Tim
Tim Abell wrote:
Hi all,
Anyone know what's up with my local build of navit?
bitbake navit
results in a failure of "navit-icons_svn.bb, do_install"
I have revision d83521d8d00232a03f4fa303b379b5ad3951148b of
openembedded checked out at the moment.
I've attached the full log, but it includes these suspicious looking
lines with a segfault in svg2png:
SRCDIR=/home/tim/projects/openmoko/shr/shr-unstable/tmp/work/all-oe-linux-gnueabi/navit-icons-0.1.0+svnr3526-r2/xpm
BUILDDIR=/home/tim/projects/openmoko/shr/shr-unstable/tmp/work/all-oe-linux-gnueabi/navit-icons-0.1.0+svnr3526-r2/xpm
./navit_svg2png "/usr/bin/ksvgtopng" "bank.png"
./navit_svg2png: line 5: 7221 Segmentation fault $svgtopng $*
Any ideas?
Thanks
Tim
------------------------------------------------------------------------
_______________________________________________
Shr-devel mailing list
[email protected]
http://lists.shr-project.org/mailman/listinfo/shr-devel
diff --git a/recipes/navit/navit-icons_svn.bb b/recipes/navit/navit-icons_svn.bb
index 779da87..b01a3bb 100644
--- a/recipes/navit/navit-icons_svn.bb
+++ b/recipes/navit/navit-icons_svn.bb
@@ -10,7 +10,7 @@ PACKAGE_ARCH = "all"
PV = "0.1.0+svnr${SRCPV}"
PR = "r2"
-EXTRA_OECONF = "--disable-binding-python --disable-gui-sdl --disable-samplemap --enable-avoid-float --enable-avoid-unaligned --enable-svg2png-scaling-flag=32 --disable-speech-speech-dispatcher"
+EXTRA_OECONF = "--disable-binding-python --disable-gui-sdl --disable-samplemap --enable-avoid-float --enable-avoid-unaligned --enable-svg2png-scaling-flag=32 --disable-speech-speech-dispatcher --with-svg2png-use-rsvg-convert"
S = "${WORKDIR}/xpm"
_______________________________________________
Shr-devel mailing list
[email protected]
http://lists.shr-project.org/mailman/listinfo/shr-devel