Created
October 7, 2015 02:25
-
-
Save GUI/df6ae5a95b20ccc2ea1f to your computer and use it in GitHub Desktop.
lyaml config.log error
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains any messages produced by compilers while | |
running configure, to aid debugging if configure makes a mistake. | |
It was created by lyaml configure 6.0, which was | |
generated by GNU Autoconf 2.69. Invocation command line was | |
$ ./configure LUA=/tmp/api-umbrella-build/embedded/openresty/luajit//bin/luajit-2.1.0-alpha LUA_INCLUDE=-I/tmp/api-umbrella-build/embedded/openresty/luajit/include/luajit-2.1 CPPFLAGS=-I/tmp/api-umbrella-build/embedded/include LDFLAGS=-L/tmp/api-umbrella-build/embedded/lib --prefix=/vagrant/lua/vendor//lib/luarocks/rocks/lyaml/6.0-1 --libdir=/vagrant/lua/vendor//lib/luarocks/rocks/lyaml/6.0-1/lib --datadir=/vagrant/lua/vendor//lib/luarocks/rocks/lyaml/6.0-1/lua --datarootdir=/vagrant/lua/vendor//lib/luarocks/rocks/lyaml/6.0-1 | |
## --------- ## | |
## Platform. ## | |
## --------- ## | |
hostname = api.vagrant | |
uname -m = x86_64 | |
uname -r = 2.6.32-504.el6.x86_64 | |
uname -s = Linux | |
uname -v = #1 SMP Wed Oct 15 04:27:16 UTC 2014 | |
/usr/bin/uname -p = unknown | |
/bin/uname -X = unknown | |
/bin/arch = x86_64 | |
/usr/bin/arch -k = unknown | |
/usr/convex/getsysinfo = unknown | |
/usr/bin/hostinfo = unknown | |
/bin/machine = unknown | |
/usr/bin/oslevel = unknown | |
/bin/universe = unknown | |
PATH: /vagrant/workspace/router/bin | |
PATH: /opt/api-umbrella/sbin | |
PATH: /opt/api-umbrella/bin | |
PATH: /opt/api-umbrella/embedded/sbin | |
PATH: /opt/api-umbrella/embedded/bin | |
PATH: /usr/local/bin | |
PATH: /bin | |
PATH: /usr/bin | |
PATH: /usr/local/sbin | |
PATH: /usr/sbin | |
PATH: /sbin | |
PATH: /home/vagrant/bin | |
## ----------- ## | |
## Core tests. ## | |
## ----------- ## | |
configure:2286: checking for a BSD-compatible install | |
configure:2354: result: /usr/bin/install -c | |
configure:2365: checking whether build environment is sane | |
configure:2420: result: yes | |
configure:2571: checking for a thread-safe mkdir -p | |
configure:2610: result: /bin/mkdir -p | |
configure:2617: checking for gawk | |
configure:2633: found /bin/gawk | |
configure:2644: result: gawk | |
configure:2655: checking whether make sets $(MAKE) | |
configure:2677: result: yes | |
configure:2706: checking whether make supports nested variables | |
configure:2723: result: yes | |
configure:2860: checking whether make supports nested variables | |
configure:2877: result: yes | |
configure:2902: checking for style of include used by make | |
configure:2930: result: GNU | |
configure:3001: checking for gcc | |
configure:3017: found /usr/bin/gcc | |
configure:3028: result: gcc | |
configure:3257: checking for C compiler version | |
configure:3266: gcc --version >&5 | |
gcc (GCC) 4.4.7 20120313 (Red Hat 4.4.7-11) | |
Copyright (C) 2010 Free Software Foundation, Inc. | |
This is free software; see the source for copying conditions. There is NO | |
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. | |
configure:3277: $? = 0 | |
configure:3266: gcc -v >&5 | |
Using built-in specs. | |
Target: x86_64-redhat-linux | |
Configured with: ../configure --prefix=/usr --mandir=/usr/share/man --infodir=/usr/share/info --with-bugurl=http://bugzilla.redhat.com/bugzilla --enable-bootstrap --enable-shared --enable-threads=posix --enable-checking=release --with-system-zlib --enable-__cxa_atexit --disable-libunwind-exceptions --enable-gnu-unique-object --enable-languages=c,c++,objc,obj-c++,java,fortran,ada --enable-java-awt=gtk --disable-dssi --with-java-home=/usr/lib/jvm/java-1.5.0-gcj-1.5.0.0/jre --enable-libgcj-multifile --enable-java-maintainer-mode --with-ecj-jar=/usr/share/java/eclipse-ecj.jar --disable-libjava-multilib --with-ppl --with-cloog --with-tune=generic --with-arch_32=i686 --build=x86_64-redhat-linux | |
Thread model: posix | |
gcc version 4.4.7 20120313 (Red Hat 4.4.7-11) (GCC) | |
configure:3277: $? = 0 | |
configure:3266: gcc -V >&5 | |
gcc: '-V' option must have argument | |
configure:3277: $? = 1 | |
configure:3266: gcc -qversion >&5 | |
gcc: unrecognized option '-qversion' | |
gcc: no input files | |
configure:3277: $? = 1 | |
configure:3297: checking whether the C compiler works | |
configure:3319: gcc -I/tmp/api-umbrella-build/embedded/include -L/tmp/api-umbrella-build/embedded/lib conftest.c >&5 | |
configure:3323: $? = 0 | |
configure:3371: result: yes | |
configure:3374: checking for C compiler default output file name | |
configure:3376: result: a.out | |
configure:3382: checking for suffix of executables | |
configure:3389: gcc -o conftest -I/tmp/api-umbrella-build/embedded/include -L/tmp/api-umbrella-build/embedded/lib conftest.c >&5 | |
configure:3393: $? = 0 | |
configure:3415: result: | |
configure:3437: checking whether we are cross compiling | |
configure:3445: gcc -o conftest -I/tmp/api-umbrella-build/embedded/include -L/tmp/api-umbrella-build/embedded/lib conftest.c >&5 | |
configure:3449: $? = 0 | |
configure:3456: ./conftest | |
configure:3460: $? = 0 | |
configure:3475: result: no | |
configure:3480: checking for suffix of object files | |
configure:3502: gcc -c -I/tmp/api-umbrella-build/embedded/include conftest.c >&5 | |
configure:3506: $? = 0 | |
configure:3527: result: o | |
configure:3531: checking whether we are using the GNU C compiler | |
configure:3550: gcc -c -I/tmp/api-umbrella-build/embedded/include conftest.c >&5 | |
configure:3550: $? = 0 | |
configure:3559: result: yes | |
configure:3568: checking whether gcc accepts -g | |
configure:3588: gcc -c -g -I/tmp/api-umbrella-build/embedded/include conftest.c >&5 | |
configure:3588: $? = 0 | |
configure:3629: result: yes | |
configure:3646: checking for gcc option to accept ISO C89 | |
configure:3709: gcc -c -g -O2 -I/tmp/api-umbrella-build/embedded/include conftest.c >&5 | |
configure:3709: $? = 0 | |
configure:3722: result: none needed | |
configure:3747: checking whether gcc understands -c and -o together | |
configure:3769: gcc -c conftest.c -o conftest2.o | |
configure:3772: $? = 0 | |
configure:3769: gcc -c conftest.c -o conftest2.o | |
configure:3772: $? = 0 | |
configure:3784: result: yes | |
configure:3803: checking dependency style of gcc | |
configure:3914: result: gcc3 | |
configure:3979: checking for ar | |
configure:3995: found /usr/bin/ar | |
configure:4006: result: ar | |
configure:4032: checking the archiver (ar) interface | |
configure:4048: gcc -c -g -O2 -I/tmp/api-umbrella-build/embedded/include conftest.c >&5 | |
configure:4048: $? = 0 | |
configure:4050: ar cru libconftest.a conftest.o >&5 | |
configure:4053: $? = 0 | |
configure:4081: result: ar | |
configure:4132: checking build system type | |
configure:4146: result: x86_64-unknown-linux-gnu | |
configure:4166: checking host system type | |
configure:4179: result: x86_64-unknown-linux-gnu | |
configure:4220: checking how to print strings | |
configure:4247: result: printf | |
configure:4268: checking for a sed that does not truncate output | |
configure:4332: result: /bin/sed | |
configure:4350: checking for grep that handles long lines and -e | |
configure:4408: result: /bin/grep | |
configure:4413: checking for egrep | |
configure:4475: result: /bin/grep -E | |
configure:4480: checking for fgrep | |
configure:4542: result: /bin/grep -F | |
configure:4577: checking for ld used by gcc | |
configure:4644: result: /usr/bin/ld | |
configure:4651: checking if the linker (/usr/bin/ld) is GNU ld | |
configure:4666: result: yes | |
configure:4678: checking for BSD- or MS-compatible name lister (nm) | |
configure:4732: result: /usr/bin/nm -B | |
configure:4862: checking the name lister (/usr/bin/nm -B) interface | |
configure:4869: gcc -c -g -O2 -I/tmp/api-umbrella-build/embedded/include conftest.c >&5 | |
configure:4872: /usr/bin/nm -B "conftest.o" | |
configure:4875: output | |
0000000000000000 B some_variable | |
configure:4882: result: BSD nm | |
configure:4885: checking whether ln -s works | |
configure:4889: result: yes | |
configure:4897: checking the maximum length of command line arguments | |
configure:5028: result: 1966080 | |
configure:5076: checking how to convert x86_64-unknown-linux-gnu file names to x86_64-unknown-linux-gnu format | |
configure:5116: result: func_convert_file_noop | |
configure:5123: checking how to convert x86_64-unknown-linux-gnu file names to toolchain format | |
configure:5143: result: func_convert_file_noop | |
configure:5150: checking for /usr/bin/ld option to reload object files | |
configure:5157: result: -r | |
configure:5231: checking for objdump | |
configure:5247: found /usr/bin/objdump | |
configure:5258: result: objdump | |
configure:5290: checking how to recognize dependent libraries | |
configure:5490: result: pass_all | |
configure:5575: checking for dlltool | |
configure:5605: result: no | |
configure:5635: checking how to associate runtime and link libraries | |
configure:5662: result: printf %s\n | |
configure:5786: checking for archiver @FILE support | |
configure:5803: gcc -c -g -O2 -I/tmp/api-umbrella-build/embedded/include conftest.c >&5 | |
configure:5803: $? = 0 | |
configure:5806: ar cru libconftest.a @conftest.lst >&5 | |
configure:5809: $? = 0 | |
configure:5814: ar cru libconftest.a @conftest.lst >&5 | |
ar: conftest.o: No such file or directory | |
configure:5817: $? = 1 | |
configure:5829: result: @ | |
configure:5887: checking for strip | |
configure:5903: found /usr/bin/strip | |
configure:5914: result: strip | |
configure:5986: checking for ranlib | |
configure:6002: found /usr/bin/ranlib | |
configure:6013: result: ranlib | |
configure:6115: checking command to parse /usr/bin/nm -B output from gcc object | |
configure:6268: gcc -c -g -O2 -I/tmp/api-umbrella-build/embedded/include conftest.c >&5 | |
configure:6271: $? = 0 | |
configure:6275: /usr/bin/nm -B conftest.o \| sed -n -e 's/^.*[ ]\([ABCDGIRSTW][ABCDGIRSTW]*\)[ ][ ]*\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2 \2/p' | sed '/ __gnu_lto/d' \> conftest.nm | |
configure:6278: $? = 0 | |
configure:6344: gcc -o conftest -g -O2 -I/tmp/api-umbrella-build/embedded/include -L/tmp/api-umbrella-build/embedded/lib conftest.c conftstm.o >&5 | |
configure:6347: $? = 0 | |
configure:6385: result: ok | |
configure:6432: checking for sysroot | |
configure:6462: result: no | |
configure:6469: checking for a working dd | |
configure:6507: result: /bin/dd | |
configure:6511: checking how to truncate binary pipes | |
configure:6526: result: /bin/dd bs=4096 count=1 | |
configure:6662: gcc -c -g -O2 -I/tmp/api-umbrella-build/embedded/include conftest.c >&5 | |
configure:6665: $? = 0 | |
configure:6855: checking for mt | |
configure:6885: result: no | |
configure:6905: checking if : is a manifest tool | |
configure:6911: : '-?' | |
configure:6919: result: no | |
configure:7596: checking how to run the C preprocessor | |
configure:7627: gcc -E -I/tmp/api-umbrella-build/embedded/include conftest.c | |
configure:7627: $? = 0 | |
configure:7641: gcc -E -I/tmp/api-umbrella-build/embedded/include conftest.c | |
conftest.c:11:28: error: ac_nonexistent.h: No such file or directory | |
configure:7641: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "lyaml" | |
| #define PACKAGE_TARNAME "lyaml" | |
| #define PACKAGE_VERSION "6.0" | |
| #define PACKAGE_STRING "lyaml 6.0" | |
| #define PACKAGE_BUGREPORT "http://github.com/gvvaughan/lyaml/issues" | |
| #define PACKAGE_URL "" | |
| #define PACKAGE "lyaml" | |
| #define VERSION "6.0" | |
| /* end confdefs.h. */ | |
| #include <ac_nonexistent.h> | |
configure:7666: result: gcc -E | |
configure:7686: gcc -E -I/tmp/api-umbrella-build/embedded/include conftest.c | |
configure:7686: $? = 0 | |
configure:7700: gcc -E -I/tmp/api-umbrella-build/embedded/include conftest.c | |
conftest.c:11:28: error: ac_nonexistent.h: No such file or directory | |
configure:7700: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "lyaml" | |
| #define PACKAGE_TARNAME "lyaml" | |
| #define PACKAGE_VERSION "6.0" | |
| #define PACKAGE_STRING "lyaml 6.0" | |
| #define PACKAGE_BUGREPORT "http://github.com/gvvaughan/lyaml/issues" | |
| #define PACKAGE_URL "" | |
| #define PACKAGE "lyaml" | |
| #define VERSION "6.0" | |
| /* end confdefs.h. */ | |
| #include <ac_nonexistent.h> | |
configure:7729: checking for ANSI C header files | |
configure:7749: gcc -c -g -O2 -I/tmp/api-umbrella-build/embedded/include conftest.c >&5 | |
configure:7749: $? = 0 | |
configure:7822: gcc -o conftest -g -O2 -I/tmp/api-umbrella-build/embedded/include -L/tmp/api-umbrella-build/embedded/lib conftest.c >&5 | |
configure:7822: $? = 0 | |
configure:7822: ./conftest | |
configure:7822: $? = 0 | |
configure:7833: result: yes | |
configure:7846: checking for sys/types.h | |
configure:7846: gcc -c -g -O2 -I/tmp/api-umbrella-build/embedded/include conftest.c >&5 | |
configure:7846: $? = 0 | |
configure:7846: result: yes | |
configure:7846: checking for sys/stat.h | |
configure:7846: gcc -c -g -O2 -I/tmp/api-umbrella-build/embedded/include conftest.c >&5 | |
configure:7846: $? = 0 | |
configure:7846: result: yes | |
configure:7846: checking for stdlib.h | |
configure:7846: gcc -c -g -O2 -I/tmp/api-umbrella-build/embedded/include conftest.c >&5 | |
configure:7846: $? = 0 | |
configure:7846: result: yes | |
configure:7846: checking for string.h | |
configure:7846: gcc -c -g -O2 -I/tmp/api-umbrella-build/embedded/include conftest.c >&5 | |
configure:7846: $? = 0 | |
configure:7846: result: yes | |
configure:7846: checking for memory.h | |
configure:7846: gcc -c -g -O2 -I/tmp/api-umbrella-build/embedded/include conftest.c >&5 | |
configure:7846: $? = 0 | |
configure:7846: result: yes | |
configure:7846: checking for strings.h | |
configure:7846: gcc -c -g -O2 -I/tmp/api-umbrella-build/embedded/include conftest.c >&5 | |
configure:7846: $? = 0 | |
configure:7846: result: yes | |
configure:7846: checking for inttypes.h | |
configure:7846: gcc -c -g -O2 -I/tmp/api-umbrella-build/embedded/include conftest.c >&5 | |
configure:7846: $? = 0 | |
configure:7846: result: yes | |
configure:7846: checking for stdint.h | |
configure:7846: gcc -c -g -O2 -I/tmp/api-umbrella-build/embedded/include conftest.c >&5 | |
configure:7846: $? = 0 | |
configure:7846: result: yes | |
configure:7846: checking for unistd.h | |
configure:7846: gcc -c -g -O2 -I/tmp/api-umbrella-build/embedded/include conftest.c >&5 | |
configure:7846: $? = 0 | |
configure:7846: result: yes | |
configure:7860: checking for dlfcn.h | |
configure:7860: gcc -c -g -O2 -I/tmp/api-umbrella-build/embedded/include conftest.c >&5 | |
configure:7860: $? = 0 | |
configure:7860: result: yes | |
configure:8115: checking for objdir | |
configure:8130: result: .libs | |
configure:8394: checking if gcc supports -fno-rtti -fno-exceptions | |
configure:8412: gcc -c -g -O2 -I/tmp/api-umbrella-build/embedded/include -fno-rtti -fno-exceptions conftest.c >&5 | |
cc1: warning: command line option "-fno-rtti" is valid for C++/ObjC++ but not for C | |
configure:8416: $? = 0 | |
configure:8429: result: no | |
configure:8787: checking for gcc option to produce PIC | |
configure:8794: result: -fPIC -DPIC | |
configure:8802: checking if gcc PIC flag -fPIC -DPIC works | |
configure:8820: gcc -c -g -O2 -I/tmp/api-umbrella-build/embedded/include -fPIC -DPIC -DPIC conftest.c >&5 | |
configure:8824: $? = 0 | |
configure:8837: result: yes | |
configure:8866: checking if gcc static flag -static works | |
configure:8894: result: no | |
configure:8909: checking if gcc supports -c -o file.o | |
configure:8930: gcc -c -g -O2 -I/tmp/api-umbrella-build/embedded/include -o out/conftest2.o conftest.c >&5 | |
configure:8934: $? = 0 | |
configure:8956: result: yes | |
configure:8964: checking if gcc supports -c -o file.o | |
configure:9011: result: yes | |
configure:9044: checking whether the gcc linker (/usr/bin/ld -m elf_x86_64) supports shared libraries | |
configure:10303: result: yes | |
configure:10340: checking whether -lc should be explicitly linked in | |
configure:10348: gcc -c -g -O2 -I/tmp/api-umbrella-build/embedded/include conftest.c >&5 | |
configure:10351: $? = 0 | |
configure:10366: gcc -shared -fPIC -DPIC conftest.o -v -Wl,-soname -Wl,conftest -o conftest 2\>\&1 \| /bin/grep -lc \>/dev/null 2\>\&1 | |
configure:10369: $? = 0 | |
configure:10383: result: no | |
configure:10543: checking dynamic linker characteristics | |
configure:11124: gcc -o conftest -g -O2 -I/tmp/api-umbrella-build/embedded/include -L/tmp/api-umbrella-build/embedded/lib -Wl,-rpath -Wl,/foo conftest.c >&5 | |
configure:11124: $? = 0 | |
configure:11361: result: GNU/Linux ld.so | |
configure:11483: checking how to hardcode library paths into programs | |
configure:11508: result: immediate | |
configure:12056: checking whether stripping libraries is possible | |
configure:12061: result: yes | |
configure:12096: checking if libtool supports shared libraries | |
configure:12098: result: yes | |
configure:12101: checking whether to build shared libraries | |
configure:12126: result: yes | |
configure:12129: checking whether to build static libraries | |
configure:12133: result: no | |
configure:12226: checking for gcc | |
configure:12253: result: gcc | |
configure:12482: checking for C compiler version | |
configure:12491: gcc --version >&5 | |
gcc (GCC) 4.4.7 20120313 (Red Hat 4.4.7-11) | |
Copyright (C) 2010 Free Software Foundation, Inc. | |
This is free software; see the source for copying conditions. There is NO | |
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. | |
configure:12502: $? = 0 | |
configure:12491: gcc -v >&5 | |
Using built-in specs. | |
Target: x86_64-redhat-linux | |
Configured with: ../configure --prefix=/usr --mandir=/usr/share/man --infodir=/usr/share/info --with-bugurl=http://bugzilla.redhat.com/bugzilla --enable-bootstrap --enable-shared --enable-threads=posix --enable-checking=release --with-system-zlib --enable-__cxa_atexit --disable-libunwind-exceptions --enable-gnu-unique-object --enable-languages=c,c++,objc,obj-c++,java,fortran,ada --enable-java-awt=gtk --disable-dssi --with-java-home=/usr/lib/jvm/java-1.5.0-gcj-1.5.0.0/jre --enable-libgcj-multifile --enable-java-maintainer-mode --with-ecj-jar=/usr/share/java/eclipse-ecj.jar --disable-libjava-multilib --with-ppl --with-cloog --with-tune=generic --with-arch_32=i686 --build=x86_64-redhat-linux | |
Thread model: posix | |
gcc version 4.4.7 20120313 (Red Hat 4.4.7-11) (GCC) | |
configure:12502: $? = 0 | |
configure:12491: gcc -V >&5 | |
gcc: '-V' option must have argument | |
configure:12502: $? = 1 | |
configure:12491: gcc -qversion >&5 | |
gcc: unrecognized option '-qversion' | |
gcc: no input files | |
configure:12502: $? = 1 | |
configure:12506: checking whether we are using the GNU C compiler | |
configure:12534: result: yes | |
configure:12543: checking whether gcc accepts -g | |
configure:12604: result: yes | |
configure:12621: checking for gcc option to accept ISO C89 | |
configure:12697: result: none needed | |
configure:12722: checking whether gcc understands -c and -o together | |
configure:12759: result: yes | |
configure:12778: checking dependency style of gcc | |
configure:12889: result: gcc3 | |
configure:12906: checking for ANSI C header files | |
configure:13010: result: yes | |
configure:13020: checking yaml.h usability | |
configure:13020: gcc -c -g -O2 -I/tmp/api-umbrella-build/embedded/include conftest.c >&5 | |
configure:13020: $? = 0 | |
configure:13020: result: yes | |
configure:13020: checking yaml.h presence | |
configure:13020: gcc -E -I/tmp/api-umbrella-build/embedded/include conftest.c | |
configure:13020: $? = 0 | |
configure:13020: result: yes | |
configure:13020: checking for yaml.h | |
configure:13020: result: yes | |
configure:13032: checking for library containing yaml_document_initialize | |
configure:13063: gcc -o conftest -g -O2 -I/tmp/api-umbrella-build/embedded/include -L/tmp/api-umbrella-build/embedded/lib conftest.c >&5 | |
/tmp/ccjLEOoV.o: In function `main': | |
/tmp/luarocks_lyaml-6.0-1-1847/lyaml-release-v6.0/conftest.c:36: undefined reference to `yaml_document_initialize' | |
collect2: ld returned 1 exit status | |
configure:13063: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "lyaml" | |
| #define PACKAGE_TARNAME "lyaml" | |
| #define PACKAGE_VERSION "6.0" | |
| #define PACKAGE_STRING "lyaml 6.0" | |
| #define PACKAGE_BUGREPORT "http://github.com/gvvaughan/lyaml/issues" | |
| #define PACKAGE_URL "" | |
| #define PACKAGE "lyaml" | |
| #define VERSION "6.0" | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_MEMORY_H 1 | |
| #define HAVE_STRINGS_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_DLFCN_H 1 | |
| #define LT_OBJDIR ".libs/" | |
| #define STDC_HEADERS 1 | |
| #define HAVE_YAML_H 1 | |
| /* end confdefs.h. */ | |
| | |
| /* Override any GCC internal prototype to avoid an error. | |
| Use char because int might match the return type of a GCC | |
| builtin and then its argument prototype would still apply. */ | |
| #ifdef __cplusplus | |
| extern "C" | |
| #endif | |
| char yaml_document_initialize (); | |
| int | |
| main () | |
| { | |
| return yaml_document_initialize (); | |
| ; | |
| return 0; | |
| } | |
configure:13063: gcc -o conftest -g -O2 -I/tmp/api-umbrella-build/embedded/include -L/tmp/api-umbrella-build/embedded/lib conftest.c -lyaml >&5 | |
configure:13063: $? = 0 | |
configure:13080: result: -lyaml | |
configure:13095: checking for specl | |
configure:13126: result: : | |
configure:13143: checking if /tmp/api-umbrella-build/embedded/openresty/luajit//bin/luajit-2.1.0-alpha is a Lua interpreter | |
configure:13157: result: yes | |
configure:13167: checking whether /tmp/api-umbrella-build/embedded/openresty/luajit//bin/luajit-2.1.0-alpha version >= 5.1, < 5.4 | |
configure:13188: result: yes | |
configure:13304: checking for /tmp/api-umbrella-build/embedded/openresty/luajit//bin/luajit-2.1.0-alpha version | |
configure:13315: result: 5.1 | |
configure:13325: checking for /tmp/api-umbrella-build/embedded/openresty/luajit//bin/luajit-2.1.0-alpha platform | |
configure:13332: result: unknown | |
configure:13342: checking for /tmp/api-umbrella-build/embedded/openresty/luajit//bin/luajit-2.1.0-alpha script directory | |
configure:13392: result: ${prefix}/share/lua/5.1 | |
configure:13399: checking for /tmp/api-umbrella-build/embedded/openresty/luajit//bin/luajit-2.1.0-alpha module directory | |
configure:13449: result: ${exec_prefix}/lib/lua/5.1 | |
configure:13461: checking if LUA_VERSION is defined | |
configure:13464: result: yes | |
configure:13483: checking lua.h usability | |
configure:13483: gcc -c -g -O2 -I/tmp/api-umbrella-build/embedded/include -I/tmp/api-umbrella-build/embedded/openresty/luajit/include/luajit-2.1 conftest.c >&5 | |
configure:13483: $? = 0 | |
configure:13483: result: yes | |
configure:13483: checking lua.h presence | |
configure:13483: gcc -E -I/tmp/api-umbrella-build/embedded/include -I/tmp/api-umbrella-build/embedded/openresty/luajit/include/luajit-2.1 conftest.c | |
configure:13483: $? = 0 | |
configure:13483: result: yes | |
configure:13483: checking for lua.h | |
configure:13483: result: yes | |
configure:13483: checking lualib.h usability | |
configure:13483: gcc -c -g -O2 -I/tmp/api-umbrella-build/embedded/include -I/tmp/api-umbrella-build/embedded/openresty/luajit/include/luajit-2.1 conftest.c >&5 | |
configure:13483: $? = 0 | |
configure:13483: result: yes | |
configure:13483: checking lualib.h presence | |
configure:13483: gcc -E -I/tmp/api-umbrella-build/embedded/include -I/tmp/api-umbrella-build/embedded/openresty/luajit/include/luajit-2.1 conftest.c | |
configure:13483: $? = 0 | |
configure:13483: result: yes | |
configure:13483: checking for lualib.h | |
configure:13483: result: yes | |
configure:13483: checking lauxlib.h usability | |
configure:13483: gcc -c -g -O2 -I/tmp/api-umbrella-build/embedded/include -I/tmp/api-umbrella-build/embedded/openresty/luajit/include/luajit-2.1 conftest.c >&5 | |
configure:13483: $? = 0 | |
configure:13483: result: yes | |
configure:13483: checking lauxlib.h presence | |
configure:13483: gcc -E -I/tmp/api-umbrella-build/embedded/include -I/tmp/api-umbrella-build/embedded/openresty/luajit/include/luajit-2.1 conftest.c | |
configure:13483: $? = 0 | |
configure:13483: result: yes | |
configure:13483: checking for lauxlib.h | |
configure:13483: result: yes | |
configure:13483: checking luaconf.h usability | |
configure:13483: gcc -c -g -O2 -I/tmp/api-umbrella-build/embedded/include -I/tmp/api-umbrella-build/embedded/openresty/luajit/include/luajit-2.1 conftest.c >&5 | |
configure:13483: $? = 0 | |
configure:13483: result: yes | |
configure:13483: checking luaconf.h presence | |
configure:13483: gcc -E -I/tmp/api-umbrella-build/embedded/include -I/tmp/api-umbrella-build/embedded/openresty/luajit/include/luajit-2.1 conftest.c | |
configure:13483: $? = 0 | |
configure:13483: result: yes | |
configure:13483: checking for luaconf.h | |
configure:13483: result: yes | |
configure:13547: checking for Lua header version | |
configure:13574: gcc -o conftest -g -O2 -I/tmp/api-umbrella-build/embedded/include -I/tmp/api-umbrella-build/embedded/openresty/luajit/include/luajit-2.1 -L/tmp/api-umbrella-build/embedded/lib conftest.c -lyaml >&5 | |
configure:13574: $? = 0 | |
configure:13574: ./conftest | |
./conftest: error while loading shared libraries: libyaml-0.so.2: cannot open shared object file: No such file or directory | |
configure:13574: $? = 127 | |
configure: program exited with status 127 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "lyaml" | |
| #define PACKAGE_TARNAME "lyaml" | |
| #define PACKAGE_VERSION "6.0" | |
| #define PACKAGE_STRING "lyaml 6.0" | |
| #define PACKAGE_BUGREPORT "http://github.com/gvvaughan/lyaml/issues" | |
| #define PACKAGE_URL "" | |
| #define PACKAGE "lyaml" | |
| #define VERSION "6.0" | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_MEMORY_H 1 | |
| #define HAVE_STRINGS_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_DLFCN_H 1 | |
| #define LT_OBJDIR ".libs/" | |
| #define STDC_HEADERS 1 | |
| #define HAVE_YAML_H 1 | |
| #define HAVE_LUA_H 1 | |
| #define HAVE_LUALIB_H 1 | |
| #define HAVE_LAUXLIB_H 1 | |
| #define HAVE_LUACONF_H 1 | |
| /* end confdefs.h. */ | |
| | |
| #include <lua.h> | |
| #include <stdlib.h> | |
| #include <stdio.h> | |
| int main(int argc, char ** argv) | |
| { | |
| if(argc > 1) printf("%s", LUA_VERSION); | |
| exit(EXIT_SUCCESS); | |
| } | |
| | |
| | |
configure:13588: result: unknown | |
configure:13591: checking if Lua header version matches 5.1 | |
configure:13599: result: no | |
configure:13616: error: cannot find headers for specified LUA_INCLUDE | |
## ---------------- ## | |
## Cache variables. ## | |
## ---------------- ## | |
ac_cv_build=x86_64-unknown-linux-gnu | |
ac_cv_c_compiler_gnu=yes | |
ac_cv_env_CC_set= | |
ac_cv_env_CC_value= | |
ac_cv_env_CFLAGS_set= | |
ac_cv_env_CFLAGS_value= | |
ac_cv_env_CPPFLAGS_set=set | |
ac_cv_env_CPPFLAGS_value=-I/tmp/api-umbrella-build/embedded/include | |
ac_cv_env_CPP_set= | |
ac_cv_env_CPP_value= | |
ac_cv_env_LDFLAGS_set=set | |
ac_cv_env_LDFLAGS_value=-L/tmp/api-umbrella-build/embedded/lib | |
ac_cv_env_LIBS_set= | |
ac_cv_env_LIBS_value= | |
ac_cv_env_LT_SYS_LIBRARY_PATH_set= | |
ac_cv_env_LT_SYS_LIBRARY_PATH_value= | |
ac_cv_env_LUA_INCLUDE_set=set | |
ac_cv_env_LUA_INCLUDE_value=-I/tmp/api-umbrella-build/embedded/openresty/luajit/include/luajit-2.1 | |
ac_cv_env_LUA_set=set | |
ac_cv_env_LUA_value=/tmp/api-umbrella-build/embedded/openresty/luajit//bin/luajit-2.1.0-alpha | |
ac_cv_env_build_alias_set= | |
ac_cv_env_build_alias_value= | |
ac_cv_env_host_alias_set= | |
ac_cv_env_host_alias_value= | |
ac_cv_env_target_alias_set= | |
ac_cv_env_target_alias_value= | |
ac_cv_header_dlfcn_h=yes | |
ac_cv_header_inttypes_h=yes | |
ac_cv_header_lauxlib_h=yes | |
ac_cv_header_lua_h=yes | |
ac_cv_header_luaconf_h=yes | |
ac_cv_header_lualib_h=yes | |
ac_cv_header_memory_h=yes | |
ac_cv_header_stdc=yes | |
ac_cv_header_stdint_h=yes | |
ac_cv_header_stdlib_h=yes | |
ac_cv_header_string_h=yes | |
ac_cv_header_strings_h=yes | |
ac_cv_header_sys_stat_h=yes | |
ac_cv_header_sys_types_h=yes | |
ac_cv_header_unistd_h=yes | |
ac_cv_header_yaml_h=yes | |
ac_cv_host=x86_64-unknown-linux-gnu | |
ac_cv_objext=o | |
ac_cv_path_EGREP='/bin/grep -E' | |
ac_cv_path_FGREP='/bin/grep -F' | |
ac_cv_path_GREP=/bin/grep | |
ac_cv_path_SED=/bin/sed | |
ac_cv_path_SPECL=: | |
ac_cv_path_install='/usr/bin/install -c' | |
ac_cv_path_lt_DD=/bin/dd | |
ac_cv_path_mkdir=/bin/mkdir | |
ac_cv_prog_AWK=gawk | |
ac_cv_prog_CPP='gcc -E' | |
ac_cv_prog_ac_ct_AR=ar | |
ac_cv_prog_ac_ct_CC=gcc | |
ac_cv_prog_ac_ct_OBJDUMP=objdump | |
ac_cv_prog_ac_ct_RANLIB=ranlib | |
ac_cv_prog_ac_ct_STRIP=strip | |
ac_cv_prog_cc_c89= | |
ac_cv_prog_cc_g=yes | |
ac_cv_prog_make_make_set=yes | |
ac_cv_search_yaml_document_initialize=-lyaml | |
am_cv_CC_dependencies_compiler_type=gcc3 | |
am_cv_ar_interface=ar | |
am_cv_make_support_nested_variables=yes | |
am_cv_prog_cc_c_o=yes | |
ax_cv_lua_header_version=unknown | |
ax_cv_lua_luadir='${prefix}/share/lua/5.1' | |
ax_cv_lua_luaexecdir='${exec_prefix}/lib/lua/5.1' | |
ax_cv_lua_platform=unknown | |
ax_cv_lua_version=5.1 | |
lt_cv_ar_at_file=@ | |
lt_cv_archive_cmds_need_lc=no | |
lt_cv_deplibs_check_method=pass_all | |
lt_cv_file_magic_cmd='$MAGIC_CMD' | |
lt_cv_file_magic_test_file= | |
lt_cv_ld_reload_flag=-r | |
lt_cv_nm_interface='BSD nm' | |
lt_cv_objdir=.libs | |
lt_cv_path_LD=/usr/bin/ld | |
lt_cv_path_NM='/usr/bin/nm -B' | |
lt_cv_path_mainfest_tool=no | |
lt_cv_prog_compiler_c_o=yes | |
lt_cv_prog_compiler_pic='-fPIC -DPIC' | |
lt_cv_prog_compiler_pic_works=yes | |
lt_cv_prog_compiler_rtti_exceptions=no | |
lt_cv_prog_compiler_static_works=no | |
lt_cv_prog_gnu_ld=yes | |
lt_cv_sharedlib_from_linklib_cmd='printf %s\n' | |
lt_cv_shlibpath_overrides_runpath=no | |
lt_cv_sys_global_symbol_pipe='sed -n -e '\''s/^.*[ ]\([ABCDGIRSTW][ABCDGIRSTW]*\)[ ][ ]*\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2 \2/p'\'' | sed '\''/ __gnu_lto/d'\''' | |
lt_cv_sys_global_symbol_to_c_name_address='sed -n -e '\''s/^: \(.*\) .*$/ {"\1", (void *) 0},/p'\'' -e '\''s/^[ABCDGIRSTW][ABCDGIRSTW]* .* \(.*\)$/ {"\1", (void *) \&\1},/p'\''' | |
lt_cv_sys_global_symbol_to_c_name_address_lib_prefix='sed -n -e '\''s/^: \(.*\) .*$/ {"\1", (void *) 0},/p'\'' -e '\''s/^[ABCDGIRSTW][ABCDGIRSTW]* .* \(lib.*\)$/ {"\1", (void *) \&\1},/p'\'' -e '\''s/^[ABCDGIRSTW][ABCDGIRSTW]* .* \(.*\)$/ {"lib\1", (void *) \&\1},/p'\''' | |
lt_cv_sys_global_symbol_to_cdecl='sed -n -e '\''s/^T .* \(.*\)$/extern int \1();/p'\'' -e '\''s/^[ABCDGIRSTW][ABCDGIRSTW]* .* \(.*\)$/extern char \1;/p'\''' | |
lt_cv_sys_global_symbol_to_import= | |
lt_cv_sys_max_cmd_len=1966080 | |
lt_cv_to_host_file_cmd=func_convert_file_noop | |
lt_cv_to_tool_file_cmd=func_convert_file_noop | |
lt_cv_truncate_bin='/bin/dd bs=4096 count=1' | |
## ----------------- ## | |
## Output variables. ## | |
## ----------------- ## | |
ACLOCAL='${SHELL} /tmp/luarocks_lyaml-6.0-1-1847/lyaml-release-v6.0/build-aux/missing aclocal-1.15' | |
AMDEPBACKSLASH='\' | |
AMDEP_FALSE='#' | |
AMDEP_TRUE='' | |
AMTAR='$${TAR-tar}' | |
AM_BACKSLASH='\' | |
AM_DEFAULT_V='$(AM_DEFAULT_VERBOSITY)' | |
AM_DEFAULT_VERBOSITY='0' | |
AM_V='$(V)' | |
AR='ar' | |
AUTOCONF='${SHELL} /tmp/luarocks_lyaml-6.0-1-1847/lyaml-release-v6.0/build-aux/missing autoconf' | |
AUTOHEADER='${SHELL} /tmp/luarocks_lyaml-6.0-1-1847/lyaml-release-v6.0/build-aux/missing autoheader' | |
AUTOMAKE='${SHELL} /tmp/luarocks_lyaml-6.0-1-1847/lyaml-release-v6.0/build-aux/missing automake-1.15' | |
AWK='gawk' | |
CC='gcc' | |
CCDEPMODE='depmode=gcc3' | |
CFLAGS='-g -O2' | |
CPP='gcc -E' | |
CPPFLAGS='-I/tmp/api-umbrella-build/embedded/include' | |
CYGPATH_W='echo' | |
DEFS='' | |
DEPDIR='.deps' | |
DLLTOOL='false' | |
DSYMUTIL='' | |
DUMPBIN='' | |
ECHO_C='' | |
ECHO_N='-n' | |
ECHO_T='' | |
EGREP='/bin/grep -E' | |
EXEEXT='' | |
FGREP='/bin/grep -F' | |
GREP='/bin/grep' | |
HAVE_LDOC_FALSE='' | |
HAVE_LDOC_TRUE='' | |
INSTALL_DATA='${INSTALL} -m 644' | |
INSTALL_PROGRAM='${INSTALL}' | |
INSTALL_SCRIPT='${INSTALL}' | |
INSTALL_STRIP_PROGRAM='$(install_sh) -c -s' | |
LD='/usr/bin/ld -m elf_x86_64' | |
LDFLAGS='-L/tmp/api-umbrella-build/embedded/lib' | |
LDOC='' | |
LIBOBJS='' | |
LIBS='-lyaml ' | |
LIBTOOL='$(SHELL) $(top_builddir)/libtool' | |
LIBTOOL_DEPS='build-aux/ltmain.sh' | |
LIPO='' | |
LN_S='ln -s' | |
LTLIBOBJS='' | |
LT_SYS_LIBRARY_PATH='' | |
LUA='/tmp/api-umbrella-build/embedded/openresty/luajit//bin/luajit-2.1.0-alpha' | |
LUA_EXEC_PREFIX='${exec_prefix}' | |
LUA_INCLUDE='-I/tmp/api-umbrella-build/embedded/openresty/luajit/include/luajit-2.1' | |
LUA_PLATFORM='unknown' | |
LUA_PREFIX='${prefix}' | |
LUA_SHORT_VERSION='51' | |
LUA_VERSION='5.1' | |
MAKEINFO='${SHELL} /tmp/luarocks_lyaml-6.0-1-1847/lyaml-release-v6.0/build-aux/missing makeinfo' | |
MANIFEST_TOOL=':' | |
MKDIR_P='/bin/mkdir -p' | |
NM='/usr/bin/nm -B' | |
NMEDIT='' | |
OBJDUMP='objdump' | |
OBJEXT='o' | |
OTOOL64='' | |
OTOOL='' | |
PACKAGE='lyaml' | |
PACKAGE_BUGREPORT='http://github.com/gvvaughan/lyaml/issues' | |
PACKAGE_NAME='lyaml' | |
PACKAGE_STRING='lyaml 6.0' | |
PACKAGE_TARNAME='lyaml' | |
PACKAGE_URL='' | |
PACKAGE_VERSION='6.0' | |
PATH_SEPARATOR=':' | |
RANLIB='ranlib' | |
SED='/bin/sed' | |
SET_MAKE='' | |
SHELL='/bin/sh' | |
SPECL=':' | |
STRIP='strip' | |
VERSION='6.0' | |
ac_ct_AR='ar' | |
ac_ct_CC='gcc' | |
ac_ct_DUMPBIN='' | |
am__EXEEXT_FALSE='' | |
am__EXEEXT_TRUE='' | |
am__fastdepCC_FALSE='#' | |
am__fastdepCC_TRUE='' | |
am__include='include' | |
am__isrc='' | |
am__leading_dot='.' | |
am__nodep='_no' | |
am__quote='' | |
am__tar='$${TAR-tar} chof - "$$tardir"' | |
am__untar='$${TAR-tar} xf -' | |
bindir='${exec_prefix}/bin' | |
build='x86_64-unknown-linux-gnu' | |
build_alias='' | |
build_cpu='x86_64' | |
build_os='linux-gnu' | |
build_vendor='unknown' | |
datadir='/vagrant/lua/vendor//lib/luarocks/rocks/lyaml/6.0-1/lua' | |
datarootdir='/vagrant/lua/vendor//lib/luarocks/rocks/lyaml/6.0-1' | |
docdir='${datarootdir}/doc/${PACKAGE_TARNAME}' | |
dvidir='${docdir}' | |
exec_prefix='NONE' | |
host='x86_64-unknown-linux-gnu' | |
host_alias='' | |
host_cpu='x86_64' | |
host_os='linux-gnu' | |
host_vendor='unknown' | |
htmldir='${docdir}' | |
includedir='${prefix}/include' | |
infodir='${datarootdir}/info' | |
install_sh='${SHELL} /tmp/luarocks_lyaml-6.0-1-1847/lyaml-release-v6.0/build-aux/install-sh' | |
libdir='/vagrant/lua/vendor//lib/luarocks/rocks/lyaml/6.0-1/lib' | |
libexecdir='${exec_prefix}/libexec' | |
localedir='${datarootdir}/locale' | |
localstatedir='${prefix}/var' | |
luadir='${prefix}/share/lua/5.1' | |
luaexecdir='${exec_prefix}/lib/lua/5.1' | |
mandir='${datarootdir}/man' | |
mkdir_p='$(MKDIR_P)' | |
objdir='.libs' | |
oldincludedir='/usr/include' | |
pdfdir='${docdir}' | |
pkgluadir='${luadir}/lyaml' | |
pkgluaexecdir='${luaexecdir}/lyaml' | |
prefix='/vagrant/lua/vendor//lib/luarocks/rocks/lyaml/6.0-1' | |
program_transform_name='s,x,x,' | |
psdir='${docdir}' | |
sbindir='${exec_prefix}/sbin' | |
sharedstatedir='${prefix}/com' | |
shrext='.so' | |
sysconfdir='${prefix}/etc' | |
target_alias='' | |
## ----------- ## | |
## confdefs.h. ## | |
## ----------- ## | |
/* confdefs.h */ | |
#define PACKAGE_NAME "lyaml" | |
#define PACKAGE_TARNAME "lyaml" | |
#define PACKAGE_VERSION "6.0" | |
#define PACKAGE_STRING "lyaml 6.0" | |
#define PACKAGE_BUGREPORT "http://github.com/gvvaughan/lyaml/issues" | |
#define PACKAGE_URL "" | |
#define PACKAGE "lyaml" | |
#define VERSION "6.0" | |
#define STDC_HEADERS 1 | |
#define HAVE_SYS_TYPES_H 1 | |
#define HAVE_SYS_STAT_H 1 | |
#define HAVE_STDLIB_H 1 | |
#define HAVE_STRING_H 1 | |
#define HAVE_MEMORY_H 1 | |
#define HAVE_STRINGS_H 1 | |
#define HAVE_INTTYPES_H 1 | |
#define HAVE_STDINT_H 1 | |
#define HAVE_UNISTD_H 1 | |
#define HAVE_DLFCN_H 1 | |
#define LT_OBJDIR ".libs/" | |
#define STDC_HEADERS 1 | |
#define HAVE_YAML_H 1 | |
#define HAVE_LUA_H 1 | |
#define HAVE_LUALIB_H 1 | |
#define HAVE_LAUXLIB_H 1 | |
#define HAVE_LUACONF_H 1 | |
configure: exit 1 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment