Menu

#6 make install: [install-data-yes] error 127

v0.5.x
open-accepted
5
2004-09-21
2004-09-15
Anonymous
No

I encountered this problem when running "make install"
for Infinity-0.5.8:

OUTPUT:
Making install in po
make[1]: Entering directory
`/home/[...]/infinity-plugin-0.5.8/po'
/bin/sh `case "@MKINSTALLDIRS@" in /*) echo
"@MKINSTALLDIRS@" ;; *) echo "../@MKINSTALLDIRS@" ;;
esac` /usr/share
../@MKINSTALLDIRS@: ../@MKINSTALLDIRS@: Datei oder
Verzeichnis nicht gefunden
make[1]: *** [install-data-yes] Fehler 127

Last two lines in English would be:
../@MKINSTALLDIRS@: ../@MKINSTALLDIRS@: no such file or
directory
make[1]: *** [install-data-yes] error 127

I fixed this successfully by doing this:
In file po/Makefile:
replace "MKINSTALLDIRS = @MKINSTALLDIRS@" by
"MKINSTALLDIRS = mkinstalldirs"

System:
SuSE Linux 9.1
gcc 3.3.3
GNU Make 3.80

Hope, this is useful.
Greetz,
Sebastian

Discussion

  • Duilio J. Protti

    • assigned_to: nobody --> dprotti
     
  • Duilio J. Protti

    • status: open --> open-accepted
     

Log in to post a comment.

MongoDB Logo MongoDB