After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 362174 - Compiling from CVS HEAD failed (& update intltool to 0.35)
Compiling from CVS HEAD failed (& update intltool to 0.35)
Status: RESOLVED FIXED
Product: nautilus-vcs
Classification: Deprecated
Component: general
CVS HEAD
Other All
: Normal normal
: ---
Assigned To: Dave Camp
Dave Camp
Depends on:
Blocks:
 
 
Reported: 2006-10-14 16:15 UTC by Marc-Andre Lureau
Modified: 2007-01-03 13:11 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
jump auomake requirement to 1.9 (install_sh fix) + bump intltool to 0.35 with po/LINGUAS trick (1.37 KB, patch)
2006-10-14 16:30 UTC, Marc-Andre Lureau
none Details | Review
the po/LINGUAS file (167 bytes, text/plain)
2006-10-14 16:32 UTC, Marc-Andre Lureau
  Details

Description Marc-Andre Lureau 2006-10-14 16:15:36 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
Comment 1 Marc-Andre Lureau 2006-10-14 16:30:56 UTC
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)
Comment 2 Marc-Andre Lureau 2006-10-14 16:32:00 UTC
Created attachment 74695 [details]
the po/LINGUAS file
Comment 3 Rouslan Solomakhin (Руслан Соломахин) 2006-10-23 23:29:34 UTC
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."
Comment 4 Christian Persch 2007-01-03 13:11:46 UTC
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.)