Skip to content

Instantly share code, notes, and snippets.

@ntrel
Created October 19, 2019 13:31
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 ntrel/086a1f4dabbd18c2636c44cc0e315c69 to your computer and use it in GitHub Desktop.
Save ntrel/086a1f4dabbd18c2636c44cc0e315c69 to your computer and use it in GitHub Desktop.
$ ./autogen.sh
+ type autoreconf
autoreconf is /usr/bin/autoreconf
+ type pkg-config
pkg-config is /usr/bin/pkg-config
+ '[' -z '' ']'
+ type make
+ MAKE=make
++ make -s -f makefiles/list-optlib2c-input.mak
+ ctags_files='optlib/RSpec.ctags
optlib/cmake.ctags
optlib/ctags-optlib.ctags
optlib/elixir.ctags
optlib/elm.ctags
optlib/gdbinit.ctags
optlib/inko.ctags
optlib/man.ctags
optlib/markdown.ctags
optlib/passwd.ctags
optlib/pod.ctags
optlib/qemuhx.ctags
optlib/puppetManifest.ctags
optlib/scss.ctags
optlib/systemtap.ctags'
+ misc/dist-test-cases
misc/dist-test-cases: line 61: git: command not found
misc/dist-test-cases: line 61: git: command not found
+ autoreconf -vfi
autoreconf: Entering directory `.'
autoreconf: configure.ac: not using Gettext
autoreconf: running: aclocal --force
autoreconf: configure.ac: tracing
autoreconf: configure.ac: not using Libtool
autoreconf: running: /usr/bin/autoconf --force
autoreconf: running: /usr/bin/autoheader --force
autoreconf: running: automake --add-missing --copy --force-missing
configure.ac:234: installing './compile'
configure.ac:23: installing './config.guess'
configure.ac:23: installing './config.sub'
configure.ac:11: installing './install-sh'
configure.ac:11: installing './missing'
Makefile.am: installing './depcomp'
/usr/share/automake-1.16/am/tags.am: warning: redefinition of 'ctags' ...
/usr/share/automake-1.16/am/program.am: ... 'ctags$(EXEEXT)' previously defined here
Makefile.am:18: while processing program 'ctags'
autoreconf: Leaving directory `.'
+ type perl
+ for i in ${ctags_files}
+ o=optlib/RSpec.c
+ echo 'optlib2c: translating optlib/RSpec.ctags to optlib/RSpec.c'
optlib2c: translating optlib/RSpec.ctags to optlib/RSpec.c
+ ./misc/optlib2c optlib/RSpec.ctags
+ for i in ${ctags_files}
+ o=optlib/cmake.c
+ echo 'optlib2c: translating optlib/cmake.ctags to optlib/cmake.c'
optlib2c: translating optlib/cmake.ctags to optlib/cmake.c
+ ./misc/optlib2c optlib/cmake.ctags
Adding a map is allowed only to the language specified with --langdef: CMake at ./misc/optlib2c line 112, <$optlibfh> line 43.
+ echo 'failed in running optlib2c'
failed in running optlib2c
+ exit 1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment