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

SourceForge.net noreply at sourceforge.net
Mon Feb 5 19:20:22 CET 2007


Bugs item #1652625, was opened at 2007-02-05 18:20
Message generated for change (Tracker Item Submitted) made by Item Submitter
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: Open
Resolution: None
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@


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

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