[Nagiosplug-devel] [ nagiosplug-Bugs-1652625 ] po/Makefile broken

SourceForge.net noreply at sourceforge.net
Fri Feb 9 17:10:58 CET 2007


Bugs item #1652625, was opened at 2007-02-05 19:20
Message generated for change (Comment added) made by hweiss
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=397597&aid=1652625&group_id=29880

Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: Compilation
Group: Release (specify)
>Status: Closed
>Resolution: Fixed
Priority: 5
Private: No
Submitted By: jspilon (jspilon)
Assigned to: Nobody/Anonymous (nobody)
Summary: po/Makefile broken

Initial Comment:
Version: 1.4.6
O/S: debian sarge 3.1


make[1]: Leaving directory `/tmp/nagios-plugins-1.4.6/plugins-root'
Making install in po
make[1]: Entering directory `/tmp/nagios-plugins-1.4.6/po'
/bin/sh @MKINSTALLDIRS@ /var/nagios/share
@MKINSTALLDIRS@: @MKINSTALLDIRS@: No such file or directory
make[1]: *** [install-data-yes] Error 127
make[1]: Leaving directory `/tmp/nagios-plugins-1.4.6/po'
make: *** [install-recursive] Error 1

The problem appeared to be in po/Makefile

I changed the following to get it working.

33c33
< MKINSTALLDIRS = ../mkinstalldirs
---
> MKINSTALLDIRS = @MKINSTALLDIRS@


----------------------------------------------------------------------

>Comment By: Holger Weiss (hweiss)
Date: 2007-02-09 17:10

Message:
Logged In: YES 
user_id=759506
Originator: NO

Yes, I've seen the same thing (on Debian Sarge).  Ton has fixed this in
CVS today.  Thanks!

----------------------------------------------------------------------

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=397597&aid=1652625&group_id=29880




More information about the Devel mailing list