Goaccess: makeコマンドの実行中およびGithubからのビルド中にエラーが発生しました

作成日 2017年04月07日  ·  3コメント  ·  ソース: allinurl/goaccess

gitからビルド中にmakeコマンドを実行しているときに、以下のエラーが発生します。 wgetを介してコードを取得すると、それを実行できます。 私はubuntu14.04でそれを実行しています

./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

最も参考になるコメント

gettextインストールしていますか?

# apt-get install gettext

その後、もう一度実行してください。

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

全てのコメント3件

gettextインストールしていますか?

# apt-get install gettext

その後、もう一度実行してください。

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

Debianベースにautopointをインストールする必要があるかもしれません
# apt-get install autopoint
これは、travisビルドdebianベースに必要なステップです

これを閉じます。 必要に応じて、お気軽に再開してください。

このページは役に立ちましたか?
0 / 5 - 0 評価