Goaccess: Error al ejecutar el comando make y compilar desde Github

Creado en 7 abr. 2017  ·  3Comentarios  ·  Fuente: allinurl/goaccess

Recibo el siguiente error al ejecutar el comando make mientras lo construyo desde git. Puedo hacerlo cuando obtengo el código a través de wget. Lo estoy ejecutando en 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

Comentario más útil

¿Tiene gettext instalado?

# apt-get install gettext

Luego, vuelva a ejecutar:

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

Todos 3 comentarios

¿Tiene gettext instalado?

# apt-get install gettext

Luego, vuelva a ejecutar:

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

Es posible que también necesite instalar autopoint en Debian.
# apt-get install autopoint
Este es un paso necesario para la compilación de travis basada en Debian.

Cerrando esto. No dude en volver a abrirlo si es necesario.

¿Fue útil esta página
0 / 5 - 0 calificaciones

Temas relacionados

eroldru picture eroldru  ·  3Comentarios

g33kphr33k picture g33kphr33k  ·  3Comentarios

LoanDEV picture LoanDEV  ·  3Comentarios

SerenaAi picture SerenaAi  ·  3Comentarios

domainoverflow picture domainoverflow  ·  3Comentarios