
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").
An alternative, more useful if you do not want to modify your source tree, is to do 'svn diff' (and perhaps save the result to a file) showing you whether you have any patches in your tree.
The Gentoo emerge operation updates your entire Gentoo installation, and this is not what I had in mind, though I see how I confused you. You will need to use the Gentoo emerge operations to get the tools and libraries that you need, but otherwise building Inkscape from source is independent of Gentoo.
[ snip ]
If so, does internationalisation work as expected (if you know what to expect)?
Actually I don't. All programs I've ever used were in English. I don't even know how to run any app to use Serbian localization. :(
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.
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.?
Ben
On Wed, Jul 19, 2006 at 08:57:41PM +0000, Vladimir Savic wrote:
Hi,
Can someone please help me with this one. It breaks my building every time (and persists for months now) at po/ directory.
Must be some outdated package, but I can't figure out which one. Posting terminal messages (I'm building from the source -- svn):
Running intltoolize --copy --force --automake ... patching file po/Makefile.in.in Hunk #4 FAILED at 95. Hunk #5 succeeded at 194 (offset 15 lines). Hunk #6 succeeded at 223 (offset 15 lines). 1 out of 6 hunks FAILED -- saving rejects to file po/Makefile.in.in.rej
Done! Please run './configure' now. localhost inkscape #
Do you want me to send Makefile.in.in and Makefile.in.in.rej? Would that help?