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 322663 - Procman installation failure
Procman installation failure
Status: RESOLVED DUPLICATE of bug 323282
Product: system-monitor
Classification: Core
Component: general
git master
Other Linux
: High critical
: ---
Assigned To: System-monitor maintainers
System-monitor maintainers
: 322845 (view as bug list)
Depends on:
Blocks:
 
 
Reported: 2005-11-28 15:44 UTC by Ali Akcaagac
Modified: 2011-11-11 10:03 UTC
See Also:
GNOME target: ---
GNOME version: 2.13/2.14



Description Ali Akcaagac 2005-11-28 15:44:01 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.
Comment 1 Benoît Dejean 2005-11-30 15:42:44 UTC
*** Bug 322845 has been marked as a duplicate of this bug. ***
Comment 2 Kjartan Maraas 2005-12-04 21:07:35 UTC
This is stopping me from further testing. Cc:ing the intltool maintainer
Comment 3 Christian Kirbach 2005-12-04 22:14:13 UTC
Ran into this today as well.
It also applies to the Gnome 2.12 branch.

Raising severity and priority.

Adding build keyword.
Comment 4 Christian Kirbach 2005-12-04 23:04:25 UTC
Ali,

if I am not mistaken it has to point to
$(top_builddir)/install-sh
in the Makefile
Comment 5 sobhi 2005-12-05 15:40:28 UTC
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?
Comment 6 Rodney Dawes 2005-12-05 16:10:50 UTC
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.
Comment 7 Christian Kirbach 2005-12-05 16:27:00 UTC
and Bug #322659 -- I'll open a new report and dupe them.
Comment 8 Christian Kirbach 2005-12-05 16:35:45 UTC

*** This bug has been marked as a duplicate of 323282 ***