<?xml version="1.0" encoding="utf-8"?>
<feed xml:lang="en" xmlns="http://www.w3.org/2005/Atom"><title>Recent changes to 6: make install: [install-data-yes] error 127</title><link href="https://sourceforge.net/p/infinity-plugin/bugs/6/" rel="alternate"/><link href="https://sourceforge.net/p/infinity-plugin/bugs/6/feed.atom" rel="self"/><id>https://sourceforge.net/p/infinity-plugin/bugs/6/</id><updated>2004-09-15T15:13:08Z</updated><subtitle>Recent changes to 6: make install: [install-data-yes] error 127</subtitle><entry><title>make install: [install-data-yes] error 127</title><link href="https://sourceforge.net/p/infinity-plugin/bugs/6/" rel="alternate"/><published>2004-09-15T15:13:08Z</published><updated>2004-09-15T15:13:08Z</updated><author><name>Anonymous</name><uri>https://sourceforge.net/u/userid-None/</uri></author><id>https://sourceforge.net567ed4d52de64fe2254c2fdff7679bb7a4858751</id><summary type="html">&lt;div class="markdown_content"&gt;&lt;p&gt;I encountered this problem when running "make install"&lt;br /&gt;
for Infinity-0.5.8:&lt;/p&gt;
&lt;p&gt;OUTPUT:&lt;br /&gt;
Making install in po&lt;br /&gt;
make[1]: Entering directory&lt;br /&gt;
`/home/[...]/infinity-plugin-0.5.8/po'&lt;br /&gt;
/bin/sh `case "@MKINSTALLDIRS@" in /*) echo&lt;br /&gt;
"@MKINSTALLDIRS@" ;; *) echo "../@MKINSTALLDIRS@" ;;&lt;br /&gt;
esac` /usr/share&lt;br /&gt;
../@MKINSTALLDIRS@: ../@MKINSTALLDIRS@: Datei oder&lt;br /&gt;
Verzeichnis nicht gefunden&lt;br /&gt;
make[1]: *** [install-data-yes] Fehler 127&lt;/p&gt;
&lt;p&gt;Last two lines in English would be:&lt;br /&gt;
../@MKINSTALLDIRS@: ../@MKINSTALLDIRS@: no such file or&lt;br /&gt;
directory&lt;br /&gt;
make[1]: *** [install-data-yes] error 127&lt;/p&gt;
&lt;p&gt;I fixed this successfully by doing this:&lt;br /&gt;
In file po/Makefile:&lt;br /&gt;
replace "MKINSTALLDIRS = @MKINSTALLDIRS@" by&lt;br /&gt;
"MKINSTALLDIRS = mkinstalldirs"&lt;/p&gt;
&lt;p&gt;System:&lt;br /&gt;
SuSE Linux 9.1&lt;br /&gt;
gcc 3.3.3&lt;br /&gt;
GNU Make 3.80&lt;/p&gt;
&lt;p&gt;Hope, this is useful.&lt;br /&gt;
Greetz,&lt;br /&gt;
Sebastian&lt;/p&gt;&lt;/div&gt;</summary></entry></feed>