GNOME Bugzilla – Bug 322663
Procman installation failure
Last modified: 2011-11-11 10:03:55 UTC
Making install in po make[1]: Entering directory `/mnt/gnome/procman/po' make[1]: install_sh@: Command not found make[1]: *** [install-data-yes] Error 127 make[1]: Leaving directory `/mnt/gnome/procman/po' make: *** [install-recursive] Error 1 There's an installation failure because the po Makefile.in.in has a variable install_sh = @install_sh@ that it can't resolve. This is due to new changes from intltool. Once the correct Makefile is created it has to point to ${topdir}/install-sh. Please have a look and fix.
*** Bug 322845 has been marked as a duplicate of this bug. ***
This is stopping me from further testing. Cc:ing the intltool maintainer
Ran into this today as well. It also applies to the Gnome 2.12 branch. Raising severity and priority. Adding build keyword.
Ali, if I am not mistaken it has to point to $(top_builddir)/install-sh in the Makefile
The issue of @install_sh@ also shows up in other Gnome 2.12 modules: http://bugzilla.gnome.org/show_bug.cgi?id=322847 http://bugzilla.gnome.org/show_bug.cgi?id=322875 http://bugzilla.gnome.org/show_bug.cgi?id=322876 http://bugzilla.gnome.org/show_bug.cgi?id=322878 so what is the source of this mishap?
That's a good question. It works fine when I autogen something. Please file an intltool bug and mark all of those bugs as duplicates for the time being. I think it /may/ have something to do with conflicting intltool installs, but I am not sure. I don't use jhbuild or anything like it with installs into multiple prefixes for development.
and Bug #322659 -- I'll open a new report and dupe them.
*** This bug has been marked as a duplicate of 323282 ***