On Sat, Jan 19, 2008 at 06:16:41AM +0000, Ted Gould wrote:
On Fri, 2008-01-18 at 20:09 -0800, Bryce Harrington wrote:
I got the following error trying to build a hardy deb:
dh_testdir cd po; intltool-update -p xgettext: error while opening "./../src/extension/dxf2svg/aci2rgb.cpp" for reading: No such file or directory ERROR: xgettext failed to generate PO template file. Please consult error message above if there is any. make: *** [build] Error 1 dpkg-buildpackage: failure: debian/rules build gave error exit status 2 pbuilder: Failed autobuilding of package
Yes, you need the POTFILES.in that I checked into SVN this morning :-/
We're thinking about the same things, I set up a launchpad team in order to have a PPA for building Inkscape. It is "inkscape.testers", but the reason for it to exist is this:
https://launchpad.net/~inkscape.testers/+archive
I think I finally have a package that is all happy. If you add those lines to your apt-sources System->Administration->Software Sources, Third Party Sources tab. Then you'll get your Inkscape upgraded to pre0. You'll also get pre1, etc. when they get added to the PPA.
Cool. So Ubuntu Hardy users can add this to /etc/apt/sources.list:
deb http://ppa.launchpad.net/inkscape.testers/ubuntu hardy main deb-src http://ppa.launchpad.net/inkscape.testers/ubuntu hardy main
then do:
sudo apt-get update sudo apt-get inkscape
Would you mind also putting up a gutsy version?
Bryce