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.
This bug is in the tracker somewhere.
Really? I haven't found it!
Actually, I can reproduce it at will, but I have never quite got round to diagnosing and fixing the problem.
The file that you are patching is one that has been copied from your installed internationalisation libraries and support files (gettext), and the hunk that fails, I think, is already in. You should be able to build anyway.
I am. Just, it stops when po/ directory is reached.
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...
Could you state whether your build succeeds - for example, when you are urged to run configure, does this work?
Not sure if I understand... Configure runs just fine. Not a single error reported. Builds fine, too, until that notorious po/ is reached. I'm still able to use this application in Englesh. Make install fails at exactly the same point. Which means that inkscape binary and everything else is in my /usr/local/ except the internalization files.
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. :(
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.
Vladimir
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?