Skip to content

Instantly share code, notes, and snippets.

@pioto
Created April 5, 2014 01:54
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save pioto/9986478 to your computer and use it in GitHub Desktop.
Save pioto/9986478 to your computer and use it in GitHub Desktop.
libtool: compile: x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -march=native -pipe -O2 -c malloca.c -o malloca.o >/dev/null 2>&1
libtool: compile: x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -march=native -pipe -O2 -c printf-args.c -fPIC -DPIC -o .libs/printf-args.o
Makefile:1067: recipe for target 'localcharset.lo' failed
Makefile:1067: recipe for target 'printf-args.lo' failed
make[4]: Leaving directory '/var/tmp/paludis/build/app-admin-augeas-0.7.4/work/augeas-0.7.4/gnulib/lib'
Makefile:1085: recipe for target 'all-recursive' failed
make[3]: Leaving directory '/var/tmp/paludis/build/app-admin-augeas-0.7.4/work/augeas-0.7.4/gnulib/lib'
Makefile:948: recipe for target 'all' failed
make[2]: Leaving directory '/var/tmp/paludis/build/app-admin-augeas-0.7.4/work/augeas-0.7.4/gnulib/lib'
Makefile:1002: recipe for target 'all-recursive' failed
make[1]: Leaving directory '/var/tmp/paludis/build/app-admin-augeas-0.7.4/work/augeas-0.7.4'
Makefile:867: recipe for target 'all' failed
make -j4
In file included from localcharset.c:28:0:
./stdio.h:456:1: error: 'gets' undeclared here (not in a function)
_GL_WARN_ON_USE (gets, "gets is a security hole - use fgets instead");
^
make[4]: *** [localcharset.lo] Error 1
make[4]: *** Waiting for unfinished jobs....
In file included from ./wchar.h:63:0,
from printf-args.h:42,
from printf-args.c:30:
./stdio.h:456:1: error: 'gets' undeclared here (not in a function)
_GL_WARN_ON_USE (gets, "gets is a security hole - use fgets instead");
^
make[4]: *** [printf-args.lo] Error 1
make[3]: *** [all-recursive] Error 1
make[2]: *** [all] Error 2
make[1]: *** [all-recursive] Error 1
make: *** [all] Error 2
!!! ERROR in app-admin/augeas-0.7.4::replica:
!!! In /usr/libexec/paludis/utils/exheres-0/emake at line 30
!!! emake returned error 2
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment