Comment 31 for bug 673258

Revision history for this message
JimBo (barreda-jm) wrote :

Colin's patch worked for me (Ubuntu 10.04 32bits).
Needed to install before compiling : bzr g++ devscripts debhelper
Modified command for compiling (just added "sudo" in the last dpkg -i command :

rm -rf ~/wiithon-compilation && mkdir wiithon-compilation && cd wiithon-compilation && wget https://bugs.launchpad.net/wiithon/+bug … 20493.diff && bzr branch lp:wiithon trunk && cd trunk && patch -p0 -i ../Wiithon\ trunk\ -\ Fix\ Error\ importando\ wiitdb.xml\:\ No\ existe\ el\ XML-\ WORKING\ with\ trunk\ revision\ 493.diff && DEBEMAIL="COLIN Stephane <email address hidden>" dch --create --package "wiithon" --newversion "1.21-trunk-revision-$(cat .bzr/branch/last-revision | awk '{print $1}')" Trunk new upstream release ... && dpkg-buildpackage -rfakeroot ; sudo dpkg -i ../wiithon_1.21-trunk-revision-493_i386.deb

Tada !

For people who doesn't want to compile, my i386 (32bits) deb package is here :
http://jmbhome.ovh.org/linux/wiithon_1.21-trunk-revision-493_i386.deb
And the 64bits version by Hizoka in forum.ubuntu-fr.org :
http://hizoka.funcenter.fr/linux/wiithon_1.21-trunk-revision-493_amd64.deb
(See our posts in French forum : http://forum.ubuntu-fr.org/viewtopic.php?id=431675 )

Thanks all guys for the patch !!!