Goaccess: Fehler beim Ausführen des Befehls make und beim Erstellen von Github

Erstellt am 7. Apr. 2017  ·  3Kommentare  ·  Quelle: allinurl/goaccess

Ich erhalte den folgenden Fehler, während ich den Befehl make ausführe, während ich ihn aus git erstelle. Ich kann es tun, wenn ich den Code über wget bekomme. Ich führe es unter Ubuntu 14.04 aus

./bin2c resources/tpls.html src/tpls.h tpls
./bin2c resources/css/bootstrap.min.css src/bootstrapcss.h bootstrap_css
./bin2c resources/css/fa.min.css src/facss.h fa_css
./bin2c resources/css/app.css src/appcss.h app_css
./bin2c resources/js/d3.v3.min.js src/d3js.h d3_js
./bin2c resources/js/hogan.min.js src/hoganjs.h hogan_js
./bin2c resources/js/charts.js src/chartsjs.h charts_js
./bin2c resources/js/app.js src/appjs.h app_js
make all-recursive
make[1]: Entering directory /home/ubuntu/goaccess' Making all in po make[2]: Entering directory/home/ubuntu/goaccess/po'
test ! -f ./goaccess.pot || 
test -z "fr.gmo" || make fr.gmo
make[3]: Entering directory /home/ubuntu/goaccess/po' rm -f fr.gmo && : -c --statistics --verbose -o fr.gmo fr.po mv: cannot stat ‘t-fr.gmo’: No such file or directory make[3]: *** [fr.gmo] Error 1 make[3]: Leaving directory/home/ubuntu/goaccess/po'
make[2]: *** [stamp-po] Error 2
make[2]: Leaving directory /home/ubuntu/goaccess/po' make[1]: *** [all-recursive] Error 1 make[1]: Leaving directory/home/ubuntu/goaccess'
make: *** [all] Error 2
build documentation

Hilfreichster Kommentar

Hast du gettext installiert?

# apt-get install gettext

Dann bitte nochmal ausführen:

$ autoreconf -fiv
$ ./configure --enable-utf8 --enable-geoip=legacy
$ make
# make install

Alle 3 Kommentare

Hast du gettext installiert?

# apt-get install gettext

Dann bitte nochmal ausführen:

$ autoreconf -fiv
$ ./configure --enable-utf8 --enable-geoip=legacy
$ make
# make install

Möglicherweise müssen Sie auch autopoint auf Debian-Basis installieren
# apt-get install autopoint
Dies ist ein notwendiger Schritt für travis build debian based

Schließen Sie dies. Fühlen Sie sich frei, es bei Bedarf wieder zu öffnen.

War diese Seite hilfreich?
0 / 5 - 0 Bewertungen

Verwandte Themen

konungrl picture konungrl  ·  3Kommentare

olimpo88 picture olimpo88  ·  3Kommentare

vivekkrish picture vivekkrish  ·  3Kommentare

Gill-Bates picture Gill-Bates  ·  3Kommentare

SerenaAi picture SerenaAi  ·  3Kommentare