
On Thursday 20 July 2006 12:18, Ben Fowler wrote:
On 20/07/06, Vladimir Savic <vladimir@...958...> wrote:
On Wednesday 19 July 2006 22:02, Ben Fowler wrote:
On 19/07/06, Bryce Harrington <bryce@...961...> wrote:
Strange; it's trying to patch a makefile and failing. I would suggest trying to do a 'make distclean', and then re-run autogen.sh. If that doesn't do it, delete the po/ directory and re- svn up.
[ snip ]
I doubt that cleaning and re-sync'ing - though good advice - will help this problem.
In gentoo meaning? emerge --sync? "emerge inkscape" does nothing but unnecessary dragging of new version of perl (I'm not sure why, though). It's disabled in 0.44 official tarball, isn't it? With SVN it is...
Sorry I was paraphrasing:
make clean -> remove partially built products and unneeded intermediate files make distclean -> remove all intermediate files and products svn up -> sync (update) to latest sources
By doing an svn up you will get all the latest bugfixes (and all the current bugs), and you will correct any inconsistencies in your source tree (this is what I meant by synchronise, as in "synchronise watches").
I'm already doing 'svn update' every day, literally. Nice new features appear from time to time and I must stay "updated". :) And inkscape showed to be stable enough for everyday use, even that way.
I can't go back to 0.44! I'd be missing undo history dialog. Love it! Soon, I'd probably say the same for svg effects etc. Just to illustrate the problem. :)
Are you in the same situation that I am: Happy to have an English-only build, and meaning to investigate the problem in one's copious spare time, if it doesn't go away.
Yup! As happy as non English speaking person can be.
It is odd that this should happen with Gentoo: Is there anything special about your set-up?
No. Not really. I've mixed up "x86" and "~x86" USE flags in the past, but that shouldn't make any difference. I think?! I can't think of that as anything "special", taking into account that gentoo still has inkscape 0.43 marked as "x86" stable and version 0.44 for testing.
Are you using a Gentoo ebuild for this work.?
No. The last gentoo version I was using was 0.41. After that I've only been emerging depandancies from gentoo and build inkscape from sources. Right now emerge -pv inkscape shows:
--------------------------------------------------------------- localhost vlada # emerge -pv inkscape
These are the packages that would be merged, in order:
Calculating dependencies... done! [ebuild U ] sys-devel/libperl-5.8.8-r1 [5.8.7] USE="berkdb gdbm -debug -ithreads" 9,886 kB [ebuild U ] dev-lang/perl-5.8.8-r2 [5.8.7-r1] USE="berkdb gdbm -build -debug -doc* -ithreads -perlsuid" 0 kB [ebuild N ] virtual/perl-Digest-MD5-2.36 0 kB [ebuild U ] app-admin/perl-cleaner-1.04.1 [1.01] 5 kB [ebuild N ] perl-core/PodParser-1.34 USE="perl -minimal" 93 kB [ebuild N ] virtual/perl-libnet-1.19 0 kB [ebuild N ] virtual/perl-MIME-Base64-3.07 0 kB [ebuild N ] dev-perl/Crypt-SSLeay-0.51 USE="perl -minimal" 114 kB [ebuild N ] dev-perl/HTML-Tagset-3.10 USE="perl -minimal" 7 kB [ebuild N ] dev-perl/HTML-Parser-3.54 USE="perl -minimal -unicode" 82 kB [ebuild N ] dev-perl/URI-1.35 USE="perl -minimal" 93 kB [ebuild N ] dev-perl/HTML-Tree-3.19.01 USE="perl -minimal" 116 kB [ebuild N ] dev-perl/Compress-Zlib-1.42 USE="perl -minimal" 148 kB [ebuild N ] dev-perl/libwww-perl-5.805 USE="perl ssl -minimal" 231 kB [ebuild N ] dev-perl/libxml-perl-0.08 USE="perl -minimal" 62 kB [ebuild N ] dev-perl/XML-RegExp-0.03-r1 USE="perl -minimal" 0 kB [ebuild N ] dev-perl/XML-DOM-1.44 USE="perl -minimal" 114 kB [ebuild N ] dev-perl/Parse-Yapp-1.05-r1 USE="perl -minimal" 46 kB [ebuild N ] dev-perl/XML-XQL-0.68 USE="perl -minimal" 117 kB [ebuild N ] media-gfx/inkscape-0.44 USE="lcms mmx spell -bonobo -boost -debug -doc -gnome -inkjar -plugin" 6,353 kB
Total size of downloads: 17,475 kB ---------------------------------------------------------------
Which means I'll probably get all the packages, except inkscape itself, these days. Still I can't explain why perl-5.8.8 is needed, but nevermind...
I just want clean build... :)
Vladimir
Ben