Goaccess: Error while running make command and building from Github

Created on 7 Apr 2017  ·  3Comments  ·  Source: allinurl/goaccess

I am getting below error while running make command while building it from git. I am able to do it when I get the code through wget. I am running it on ubuntu 14.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

Most helpful comment

Do you have gettextinstalled?

# apt-get install gettext

Then please run again:

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

All 3 comments

Do you have gettextinstalled?

# apt-get install gettext

Then please run again:

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

You may also need to install autopoint on debian based
# apt-get install autopoint
This is a necessary step for travis build debian based

Closing this. Feel free to reopen it if needed.

Was this page helpful?
0 / 5 - 0 ratings

Related issues

tbarbette picture tbarbette  ·  3Comments

vivekkrish picture vivekkrish  ·  3Comments

olimpo88 picture olimpo88  ·  3Comments

Tassleh0ff picture Tassleh0ff  ·  4Comments

domainoverflow picture domainoverflow  ·  3Comments