GNOME Bugzilla – Bug 362174
Compiling from CVS HEAD failed (& update intltool to 0.35)
Last modified: 2007-01-03 13:11:46 UTC
Please describe the problem: Weird error with Makefile from po directory. make[1]: entrant dans le répertoire « /home/elmarco/cvs/gnome2/nautilus-vcs/po » make[1]: install_sh@ : commande introuvable make[1]: *** [install-data-yes] Erreur 127 Steps to reproduce: 1. compile with jhbuild from CVS HEAD Actual results: "install_sh@" error message, install failed Expected results: Does this happen every time? yes Other information: I will add a GnomeGoal for intltool, and provide a patch that should fix the problem. http://live.gnome.org/GnomeGoals/PoLinguas
Created attachment 74694 [details] [review] jump auomake requirement to 1.9 (install_sh fix) + bump intltool to 0.35 with po/LINGUAS trick (patch autogen.sh & configure.in)
Created attachment 74695 [details] the po/LINGUAS file
I got the same error: here is a jhbuild log: http://jhbuild.bxlug.be/builds/2006-10-22-0001/logs/nautilus-vcs/#install. To repeat the text to which the link is pointing: "nautilus-vcs install fails because of line 'isntall_sh = @install_sh@' in Makefile. Removing this line solves the problem, but it's not the cleanest solution."
I took the liberty of committing this patch to fix the build. (Seeing as nautilus-vcs hasn't had a non-translator commit in > 2 year, it looks unmaintained.)