Build of libnova with vanilla toolchain

The build took 00h 01m 09s and was SUCCESSFUL.

The program in this build is written in the following languages, according to sloccount:

SLOCLanguage
81,362 ansic
4,162 sh
3,478 makefile
89,002 total

The process tree of the build process is here.

Log

To avoid scrolling, you may jump to the last line of the invocation of makepkg that was used to build this package.

Removed vanilla repositories from pacman.conf and added:
# [tuscan]
# Server = file:///var/cache/pacman/pkg/

CMD: pacman -Syy --noconfirm
# :: Synchronizing package databases...
# downloading tuscan.db...

CMD: sudo -u tuscan red makepkg --noextract --syncdeps --skipinteg --skippgpcheck --skipchecksums --noconfirm --nocolor --log --noprogressbar --nocheck
# ==> Making package: libnova 0.15.0-1 (Wed Aug 24 13:44:40 UTC 2016)
# ==> Checking runtime dependencies...
# ==> Checking buildtime dependencies...
# ==> WARNING: Using existing $srcdir/ tree
# ==> Starting build()...
# aclocal: warning: autoconf input should be named 'configure.ac', not 'configure.in'
# libtoolize: putting auxiliary files in '.'.
# libtoolize: copying file './ltmain.sh'
# libtoolize: Consider adding 'AC_CONFIG_MACRO_DIRS([m4])' to configure.in,
# libtoolize: and rerunning libtoolize and aclocal.
# libtoolize: Consider adding '-I m4' to ACLOCAL_AMFLAGS in Makefile.am.
# aclocal: warning: autoconf input should be named 'configure.ac', not 'configure.in'
# Unescaped left brace in regex is deprecated, passed through in regex; marked by <-- HERE in m/\${ <-- HERE ([^ \t=:+{}]+)}/ at /usr/sbin/automake line 3936.
# automake: warning: autoconf input should be named 'configure.ac', not 'configure.in'
# configure.in:25: warning: AM_INIT_AUTOMAKE: two- and three-arguments forms are deprecated. For more info, see:
# configure.in:25: http://www.gnu.org/software/automake/manual/automake.html#Modernize-AM_005fINIT_005fAUTOMAKE-invocation
# configure.in:31: installing './compile'
# examples/Makefile.am:29: warning: 'INCLUDES' is the old name for 'AM_CPPFLAGS' (or '*_CPPFLAGS')
# automake: warning: autoconf input should be named 'configure.ac', not 'configure.in'
# lntest/Makefile.am:16: warning: 'INCLUDES' is the old name for 'AM_CPPFLAGS' (or '*_CPPFLAGS')
# checking for a BSD-compatible install... /usr/bin/install -c
# checking whether build environment is sane... yes
# /tmp/libnova/src/libnova-0.15.0/missing: Unknown `--is-lightweight' option
# Try `/tmp/libnova/src/libnova-0.15.0/missing --help' for more information
# configure: WARNING: 'missing' script is too old or missing
# checking for x86_64-unknown-linux-strip... no
# checking for strip... strip
# checking for a thread-safe mkdir -p... /usr/sbin/mkdir -p
# checking for gawk... gawk
# checking whether make sets $(MAKE)... yes
# checking whether make supports nested variables... yes
# checking build system type... x86_64-unknown-linux-gnu
# checking host system type... x86_64-unknown-linux-gnu
# checking how to print strings... printf
# checking for style of include used by make... GNU
# checking for x86_64-unknown-linux-gcc... no
# checking for gcc... gcc
# checking whether the C compiler works... yes
# checking for C compiler default output file name... a.out
# checking for suffix of executables...
# checking whether we are cross compiling... no
# checking for suffix of object files... o
# checking whether we are using the GNU C compiler... yes
# checking whether gcc accepts -g... yes
# checking for gcc option to accept ISO C89... none needed
# checking whether gcc understands -c and -o together... yes
# checking dependency style of gcc... gcc3
# checking for a sed that does not truncate output... /usr/sbin/sed
# checking for grep that handles long lines and -e... /usr/sbin/grep
# checking for egrep... /usr/sbin/grep -E
# checking for fgrep... /usr/sbin/grep -F
# checking for ld used by gcc... /usr/sbin/ld
# checking if the linker (/usr/sbin/ld) is GNU ld... yes
# checking for BSD- or MS-compatible name lister (nm)... /usr/sbin/nm -B
# checking the name lister (/usr/sbin/nm -B) interface... BSD nm
# checking whether ln -s works... yes
# checking the maximum length of command line arguments... 1572864
# checking how to convert x86_64-unknown-linux-gnu file names to x86_64-unknown-linux-gnu format... func_convert_file_noop
# checking how to convert x86_64-unknown-linux-gnu file names to toolchain format... func_convert_file_noop
# checking for /usr/sbin/ld option to reload object files... -r
# checking for x86_64-unknown-linux-objdump... no
# checking for objdump... objdump
# checking how to recognize dependent libraries... pass_all
# checking for x86_64-unknown-linux-dlltool... no
# checking for dlltool... no
# checking how to associate runtime and link libraries... printf %s\n
# checking for x86_64-unknown-linux-ar... no
# checking for ar... ar
# checking for archiver @FILE support... @
# checking for x86_64-unknown-linux-strip... strip
# checking for x86_64-unknown-linux-ranlib... no
# checking for ranlib... ranlib
# checking command to parse /usr/sbin/nm -B output from gcc object... ok
# checking for sysroot... no
# checking for a working dd... /usr/sbin/dd
# checking how to truncate binary pipes... /usr/sbin/dd bs=4096 count=1
# checking for x86_64-unknown-linux-mt... no
# checking for mt... no
# checking if : is a manifest tool... no
# checking how to run the C preprocessor... gcc -E
# checking for ANSI C header files... yes
# checking for sys/types.h... yes
# checking for sys/stat.h... yes
# checking for stdlib.h... yes
# checking for string.h... yes
# checking for memory.h... yes
# checking for strings.h... yes
# checking for inttypes.h... yes
# checking for stdint.h... yes
# checking for unistd.h... yes
# checking for dlfcn.h... yes
# checking for objdir... .libs
# checking if gcc supports -fno-rtti -fno-exceptions... no
# checking for gcc option to produce PIC... -fPIC -DPIC
# checking if gcc PIC flag -fPIC -DPIC works... yes
# checking if gcc static flag -static works... yes
# checking if gcc supports -c -o file.o... yes
# checking if gcc supports -c -o file.o... (cached) yes
# checking whether the gcc linker (/usr/sbin/ld -m elf_x86_64) supports shared libraries... yes
# checking whether -lc should be explicitly linked in... no
# checking dynamic linker characteristics... GNU/Linux ld.so
# checking how to hardcode library paths into programs... immediate
# checking whether stripping libraries is possible... yes
# checking if libtool supports shared libraries... yes
# checking whether to build shared libraries... yes
# checking whether to build static libraries... yes
# checking whether to enable maintainer-specific portions of Makefiles... no
# checking for x86_64-unknown-linux-gcc... gcc
# checking whether we are using the GNU C compiler... (cached) yes
# checking whether gcc accepts -g... (cached) yes
# checking for gcc option to accept ISO C89... (cached) none needed
# checking whether gcc understands -c and -o together... (cached) yes
# checking dependency style of gcc... (cached) gcc3
# checking for x86_64-unknown-linux-gcc... (cached) gcc
# checking whether we are using the GNU C compiler... (cached) yes
# checking whether gcc accepts -g... (cached) yes
# checking for gcc option to accept ISO C89... (cached) none needed
# checking whether gcc understands -c and -o together... (cached) yes
# checking dependency style of gcc... (cached) gcc3
# checking for gettimeofday... yes
# checking for modf... yes
# checking for pow... no
# checking for sqrt... no
# checking for strchr... yes
# checking for strpbrk... yes
# checking for strtol... yes
# checking for tzset... yes
# checking malloc.h usability... yes
# checking malloc.h presence... yes
# checking for malloc.h... yes
# checking sys/time.h usability... yes
# checking sys/time.h presence... yes
# checking for sys/time.h... yes
# checking for an ANSI C-conforming const... yes
# checking for size_t... yes
# checking for working alloca.h... yes
# checking for alloca... yes
# checking for working strtod... yes
# checking whether time.h and sys/time.h may both be included... yes
# checking whether struct tm is in sys/time.h or time.h... time.h
# checking for pow in -lm... yes
# checking for acosl in -lsunmath... no
# checking for round... yes
# checking for cosl... yes
# checking for sinl... yes
# checking for acosl... yes
# checking for asinl... yes
# checking for atan2l... yes
# checking for ANSI C header files... (cached) yes
# checking that generated files are newer than configure... done
# configure: creating ./config.status
# config.status: creating Makefile
# config.status: creating src/Makefile
# config.status: creating src/libnova/Makefile
# config.status: creating lntest/Makefile
# config.status: creating doc/Makefile
# config.status: creating doc/doxyfile
# config.status: creating examples/Makefile
# config.status: creating config.h
# config.status: executing depfiles commands
# config.status: executing libtool commands
# make all-recursive
# make[1]: Entering directory '/tmp/libnova/src/libnova-0.15.0'
# Making all in src
# make[2]: Entering directory '/tmp/libnova/src/libnova-0.15.0/src'
# Making all in libnova
# make[3]: Entering directory '/tmp/libnova/src/libnova-0.15.0/src/libnova'
# make[3]: Nothing to be done for 'all'.
# make[3]: Leaving directory '/tmp/libnova/src/libnova-0.15.0/src/libnova'
# make[3]: Entering directory '/tmp/libnova/src/libnova-0.15.0/src'
# /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -Wall -MT julian_day.lo -MD -MP -MF .deps/julian_day.Tpo -c -o julian_day.lo julian_day.c
# /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -Wall -MT dynamical_time.lo -MD -MP -MF .deps/dynamical_time.Tpo -c -o dynamical_time.lo dynamical_time.c
# libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -Wall -MT julian_day.lo -MD -MP -MF .deps/julian_day.Tpo -c julian_day.c -fPIC -DPIC -o .libs/julian_day.o
# libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -Wall -MT dynamical_time.lo -MD -MP -MF .deps/dynamical_time.Tpo -c dynamical_time.c -fPIC -DPIC -o .libs/dynamical_time.o
# dynamical_time.c: In function 'get_dynamical_diff_table':
# dynamical_time.c:124:5: warning: this 'if' clause does not guard... [-Wmisleading-indentation]
# if (i > (TERMS - 2))
# ^~
# dynamical_time.c:128:2: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'if'
# a = delta_t[i+1] - delta_t[i];
# ^
# libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -Wall -MT dynamical_time.lo -MD -MP -MF .deps/dynamical_time.Tpo -c dynamical_time.c -o dynamical_time.o >/dev/null 2>&1
# libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -Wall -MT julian_day.lo -MD -MP -MF .deps/julian_day.Tpo -c julian_day.c -o julian_day.o >/dev/null 2>&1
# mv -f .deps/dynamical_time.Tpo .deps/dynamical_time.Plo
# /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -Wall -MT sidereal_time.lo -MD -MP -MF .deps/sidereal_time.Tpo -c -o sidereal_time.lo sidereal_time.c
# libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -Wall -MT sidereal_time.lo -MD -MP -MF .deps/sidereal_time.Tpo -c sidereal_time.c -fPIC -DPIC -o .libs/sidereal_time.o
# mv -f .deps/julian_day.Tpo .deps/julian_day.Plo
# /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -Wall -MT transform.lo -MD -MP -MF .deps/transform.Tpo -c -o transform.lo transform.c
# libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -Wall -MT sidereal_time.lo -MD -MP -MF .deps/sidereal_time.Tpo -c sidereal_time.c -o sidereal_time.o >/dev/null 2>&1
# libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -Wall -MT transform.lo -MD -MP -MF .deps/transform.Tpo -c transform.c -fPIC -DPIC -o .libs/transform.o
# mv -f .deps/sidereal_time.Tpo .deps/sidereal_time.Plo
# /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -Wall -MT nutation.lo -MD -MP -MF .deps/nutation.Tpo -c -o nutation.lo nutation.c
# libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -Wall -MT transform.lo -MD -MP -MF .deps/transform.Tpo -c transform.c -o transform.o >/dev/null 2>&1
# libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -Wall -MT nutation.lo -MD -MP -MF .deps/nutation.Tpo -c nutation.c -fPIC -DPIC -o .libs/nutation.o
# libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -Wall -MT nutation.lo -MD -MP -MF .deps/nutation.Tpo -c nutation.c -o nutation.o >/dev/null 2>&1
# mv -f .deps/transform.Tpo .deps/transform.Plo
# /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -Wall -MT aberration.lo -MD -MP -MF .deps/aberration.Tpo -c -o aberration.lo aberration.c
# mv -f .deps/nutation.Tpo .deps/nutation.Plo
# /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -Wall -MT apparent_position.lo -MD -MP -MF .deps/apparent_position.Tpo -c -o apparent_position.lo apparent_position.c
# libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -Wall -MT aberration.lo -MD -MP -MF .deps/aberration.Tpo -c aberration.c -fPIC -DPIC -o .libs/aberration.o
# libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -Wall -MT apparent_position.lo -MD -MP -MF .deps/apparent_position.Tpo -c apparent_position.c -fPIC -DPIC -o .libs/apparent_position.o
# libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -Wall -MT aberration.lo -MD -MP -MF .deps/aberration.Tpo -c aberration.c -o aberration.o >/dev/null 2>&1
# libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -Wall -MT apparent_position.lo -MD -MP -MF .deps/apparent_position.Tpo -c apparent_position.c -o apparent_position.o >/dev/null 2>&1
# mv -f .deps/apparent_position.Tpo .deps/apparent_position.Plo
# /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -Wall -MT solar.lo -MD -MP -MF .deps/solar.Tpo -c -o solar.lo solar.c
# mv -f .deps/aberration.Tpo .deps/aberration.Plo
# libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -Wall -MT solar.lo -MD -MP -MF .deps/solar.Tpo -c solar.c -fPIC -DPIC -o .libs/solar.o
# /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -Wall -MT precession.lo -MD -MP -MF .deps/precession.Tpo -c -o precession.lo precession.c
# libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -Wall -MT solar.lo -MD -MP -MF .deps/solar.Tpo -c solar.c -o solar.o >/dev/null 2>&1
# libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -Wall -MT precession.lo -MD -MP -MF .deps/precession.Tpo -c precession.c -fPIC -DPIC -o .libs/precession.o
# mv -f .deps/solar.Tpo .deps/solar.Plo
# /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -Wall -MT proper_motion.lo -MD -MP -MF .deps/proper_motion.Tpo -c -o proper_motion.lo proper_motion.c
# libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -Wall -MT precession.lo -MD -MP -MF .deps/precession.Tpo -c precession.c -o precession.o >/dev/null 2>&1
# libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -Wall -MT proper_motion.lo -MD -MP -MF .deps/proper_motion.Tpo -c proper_motion.c -fPIC -DPIC -o .libs/proper_motion.o
# mv -f .deps/precession.Tpo .deps/precession.Plo
# /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -Wall -MT mercury.lo -MD -MP -MF .deps/mercury.Tpo -c -o mercury.lo mercury.c
# libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -Wall -MT proper_motion.lo -MD -MP -MF .deps/proper_motion.Tpo -c proper_motion.c -o proper_motion.o >/dev/null 2>&1
# libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -Wall -MT mercury.lo -MD -MP -MF .deps/mercury.Tpo -c mercury.c -fPIC -DPIC -o .libs/mercury.o
# mv -f .deps/proper_motion.Tpo .deps/proper_motion.Plo
# /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -Wall -MT venus.lo -MD -MP -MF .deps/venus.Tpo -c -o venus.lo venus.c
# libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -Wall -MT venus.lo -MD -MP -MF .deps/venus.Tpo -c venus.c -fPIC -DPIC -o .libs/venus.o
# libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -Wall -MT venus.lo -MD -MP -MF .deps/venus.Tpo -c venus.c -o venus.o >/dev/null 2>&1
# libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -Wall -MT mercury.lo -MD -MP -MF .deps/mercury.Tpo -c mercury.c -o mercury.o >/dev/null 2>&1
# mv -f .deps/venus.Tpo .deps/venus.Plo
# /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -Wall -MT earth.lo -MD -MP -MF .deps/earth.Tpo -c -o earth.lo earth.c
# libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -Wall -MT earth.lo -MD -MP -MF .deps/earth.Tpo -c earth.c -fPIC -DPIC -o .libs/earth.o
# mv -f .deps/mercury.Tpo .deps/mercury.Plo
# /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -Wall -MT mars.lo -MD -MP -MF .deps/mars.Tpo -c -o mars.lo mars.c
# libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -Wall -MT earth.lo -MD -MP -MF .deps/earth.Tpo -c earth.c -o earth.o >/dev/null 2>&1
# libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -Wall -MT mars.lo -MD -MP -MF .deps/mars.Tpo -c mars.c -fPIC -DPIC -o .libs/mars.o
# mv -f .deps/earth.Tpo .deps/earth.Plo
# /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -Wall -MT jupiter.lo -MD -MP -MF .deps/jupiter.Tpo -c -o jupiter.lo jupiter.c
# libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -Wall -MT jupiter.lo -MD -MP -MF .deps/jupiter.Tpo -c jupiter.c -fPIC -DPIC -o .libs/jupiter.o
# libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -Wall -MT mars.lo -MD -MP -MF .deps/mars.Tpo -c mars.c -o mars.o >/dev/null 2>&1
# libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -Wall -MT jupiter.lo -MD -MP -MF .deps/jupiter.Tpo -c jupiter.c -o jupiter.o >/dev/null 2>&1
# mv -f .deps/jupiter.Tpo .deps/jupiter.Plo
# /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -Wall -MT saturn.lo -MD -MP -MF .deps/saturn.Tpo -c -o saturn.lo saturn.c
# mv -f .deps/mars.Tpo .deps/mars.Plo
# /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -Wall -MT uranus.lo -MD -MP -MF .deps/uranus.Tpo -c -o uranus.lo uranus.c
# libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -Wall -MT saturn.lo -MD -MP -MF .deps/saturn.Tpo -c saturn.c -fPIC -DPIC -o .libs/saturn.o
# libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -Wall -MT uranus.lo -MD -MP -MF .deps/uranus.Tpo -c uranus.c -fPIC -DPIC -o .libs/uranus.o
# uranus.c: In function 'ln_get_uranus_helio_coords':
# uranus.c:5435:24: warning: variable 't5' set but not used [-Wunused-but-set-variable]
# double t, t2, t3, t4, t5;
# ^~
# libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -Wall -MT uranus.lo -MD -MP -MF .deps/uranus.Tpo -c uranus.c -o uranus.o >/dev/null 2>&1
# libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -Wall -MT saturn.lo -MD -MP -MF .deps/saturn.Tpo -c saturn.c -o saturn.o >/dev/null 2>&1
# mv -f .deps/uranus.Tpo .deps/uranus.Plo
# /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -Wall -MT neptune.lo -MD -MP -MF .deps/neptune.Tpo -c -o neptune.lo neptune.c
# mv -f .deps/saturn.Tpo .deps/saturn.Plo
# /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -Wall -MT pluto.lo -MD -MP -MF .deps/pluto.Tpo -c -o pluto.lo pluto.c
# libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -Wall -MT neptune.lo -MD -MP -MF .deps/neptune.Tpo -c neptune.c -fPIC -DPIC -o .libs/neptune.o
# libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -Wall -MT pluto.lo -MD -MP -MF .deps/pluto.Tpo -c pluto.c -fPIC -DPIC -o .libs/pluto.o
# neptune.c: In function 'ln_get_neptune_helio_coords':
# neptune.c:2186:24: warning: variable 't5' set but not used [-Wunused-but-set-variable]
# double t, t2, t3, t4, t5;
# ^~
# libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -Wall -MT pluto.lo -MD -MP -MF .deps/pluto.Tpo -c pluto.c -o pluto.o >/dev/null 2>&1
# libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -Wall -MT neptune.lo -MD -MP -MF .deps/neptune.Tpo -c neptune.c -o neptune.o >/dev/null 2>&1
# mv -f .deps/pluto.Tpo .deps/pluto.Plo
# /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -Wall -MT vsop87.lo -MD -MP -MF .deps/vsop87.Tpo -c -o vsop87.lo vsop87.c
# mv -f .deps/neptune.Tpo .deps/neptune.Plo
# /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -Wall -MT lunar.lo -MD -MP -MF .deps/lunar.Tpo -c -o lunar.lo lunar.c
# libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -Wall -MT vsop87.lo -MD -MP -MF .deps/vsop87.Tpo -c vsop87.c -fPIC -DPIC -o .libs/vsop87.o
# libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -Wall -MT lunar.lo -MD -MP -MF .deps/lunar.Tpo -c lunar.c -fPIC -DPIC -o .libs/lunar.o
# libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -Wall -MT vsop87.lo -MD -MP -MF .deps/vsop87.Tpo -c vsop87.c -o vsop87.o >/dev/null 2>&1
# mv -f .deps/vsop87.Tpo .deps/vsop87.Plo
# /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -Wall -MT elliptic_motion.lo -MD -MP -MF .deps/elliptic_motion.Tpo -c -o elliptic_motion.lo elliptic_motion.c
# libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -Wall -MT elliptic_motion.lo -MD -MP -MF .deps/elliptic_motion.Tpo -c elliptic_motion.c -fPIC -DPIC -o .libs/elliptic_motion.o
# elliptic_motion.c: In function 'ln_get_ell_orbit_len':
# elliptic_motion.c:310:13: warning: variable 'H' set but not used [-Wunused-but-set-variable]
# double A,G,H;
# ^
# libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -Wall -MT elliptic_motion.lo -MD -MP -MF .deps/elliptic_motion.Tpo -c elliptic_motion.c -o elliptic_motion.o >/dev/null 2>&1
# mv -f .deps/elliptic_motion.Tpo .deps/elliptic_motion.Plo
# /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -Wall -MT asteroid.lo -MD -MP -MF .deps/asteroid.Tpo -c -o asteroid.lo asteroid.c
# libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -Wall -MT asteroid.lo -MD -MP -MF .deps/asteroid.Tpo -c asteroid.c -fPIC -DPIC -o .libs/asteroid.o
# libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -Wall -MT asteroid.lo -MD -MP -MF .deps/asteroid.Tpo -c asteroid.c -o asteroid.o >/dev/null 2>&1
# mv -f .deps/asteroid.Tpo .deps/asteroid.Plo
# /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -Wall -MT comet.lo -MD -MP -MF .deps/comet.Tpo -c -o comet.lo comet.c
# libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -Wall -MT comet.lo -MD -MP -MF .deps/comet.Tpo -c comet.c -fPIC -DPIC -o .libs/comet.o
# libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -Wall -MT comet.lo -MD -MP -MF .deps/comet.Tpo -c comet.c -o comet.o >/dev/null 2>&1
# mv -f .deps/comet.Tpo .deps/comet.Plo
# /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -Wall -MT parabolic_motion.lo -MD -MP -MF .deps/parabolic_motion.Tpo -c -o parabolic_motion.lo parabolic_motion.c
# libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -Wall -MT parabolic_motion.lo -MD -MP -MF .deps/parabolic_motion.Tpo -c parabolic_motion.c -fPIC -DPIC -o .libs/parabolic_motion.o
# libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -Wall -MT parabolic_motion.lo -MD -MP -MF .deps/parabolic_motion.Tpo -c parabolic_motion.c -o parabolic_motion.o >/dev/null 2>&1
# mv -f .deps/parabolic_motion.Tpo .deps/parabolic_motion.Plo
# /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -Wall -MT utility.lo -MD -MP -MF .deps/utility.Tpo -c -o utility.lo utility.c
# libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -Wall -MT utility.lo -MD -MP -MF .deps/utility.Tpo -c utility.c -fPIC -DPIC -o .libs/utility.o
# utility.c: In function 'ln_range_degrees':
# utility.c:238:5: warning: this 'if' clause does not guard... [-Wmisleading-indentation]
# if (angle >= 0.0 && angle < 360.0)
# ^~
# utility.c:241:2: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'if'
# temp = (int)(angle / 360);
# ^~~~
# utility.c: In function 'ln_range_radians':
# utility.c:253:5: warning: this 'if' clause does not guard... [-Wmisleading-indentation]
# if (angle >= 0.0 && angle < (2.0 * M_PI))
# ^~
# utility.c:256:2: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'if'
# temp = (int)(angle / (M_PI * 2.0));
# ^~~~
# utility.c: In function 'ln_range_radians2':
# utility.c:270:5: warning: this 'if' clause does not guard... [-Wmisleading-indentation]
# if (angle > (-2.0 * M_PI) && angle < (2.0 * M_PI))
# ^~
# utility.c:273:2: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'if'
# temp = (int)(angle / (M_PI * 2.0));
# ^~~~
# libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -Wall -MT utility.lo -MD -MP -MF .deps/utility.Tpo -c utility.c -o utility.o >/dev/null 2>&1
# lunar.c:190:21: warning: 'peri' defined but not used [-Wunused-const-variable=]
# static const double peri[5] =
# ^~~~
# lunar.c:181:21: warning: 'earth' defined but not used [-Wunused-const-variable=]
# static const double earth[5] =
# ^~~~~
# lunar.c:172:21: warning: 'W3' defined but not used [-Wunused-const-variable=]
# static const double W3[5] =
# ^~
# lunar.c:163:21: warning: 'W2' defined but not used [-Wunused-const-variable=]
# static const double W2[5] =
# ^~
# mv -f .deps/utility.Tpo .deps/utility.Plo
# /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -Wall -MT refraction.lo -MD -MP -MF .deps/refraction.Tpo -c -o refraction.lo refraction.c
# libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -Wall -MT refraction.lo -MD -MP -MF .deps/refraction.Tpo -c refraction.c -fPIC -DPIC -o .libs/refraction.o
# libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -Wall -MT refraction.lo -MD -MP -MF .deps/refraction.Tpo -c refraction.c -o refraction.o >/dev/null 2>&1
# mv -f .deps/refraction.Tpo .deps/refraction.Plo
# /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -Wall -MT rise_set.lo -MD -MP -MF .deps/rise_set.Tpo -c -o rise_set.lo rise_set.c
# libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -Wall -MT rise_set.lo -MD -MP -MF .deps/rise_set.Tpo -c rise_set.c -fPIC -DPIC -o .libs/rise_set.o
# rise_set.c: In function 'ln_get_motion_body_rst_horizon':
# rise_set.c:527:14: warning: variable 'dmr' set but not used [-Wunused-but-set-variable]
# double dmt, dmr, dms;
# ^~~
# libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -Wall -MT rise_set.lo -MD -MP -MF .deps/rise_set.Tpo -c rise_set.c -o rise_set.o >/dev/null 2>&1
# mv -f .deps/rise_set.Tpo .deps/rise_set.Plo
# /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -Wall -MT angular_separation.lo -MD -MP -MF .deps/angular_separation.Tpo -c -o angular_separation.lo angular_separation.c
# libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -Wall -MT angular_separation.lo -MD -MP -MF .deps/angular_separation.Tpo -c angular_separation.c -fPIC -DPIC -o .libs/angular_separation.o
# libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -Wall -MT angular_separation.lo -MD -MP -MF .deps/angular_separation.Tpo -c angular_separation.c -o angular_separation.o >/dev/null 2>&1
# mv -f .deps/angular_separation.Tpo .deps/angular_separation.Plo
# /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -Wall -MT hyperbolic_motion.lo -MD -MP -MF .deps/hyperbolic_motion.Tpo -c -o hyperbolic_motion.lo hyperbolic_motion.c
# libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -Wall -MT hyperbolic_motion.lo -MD -MP -MF .deps/hyperbolic_motion.Tpo -c hyperbolic_motion.c -fPIC -DPIC -o .libs/hyperbolic_motion.o
# libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -Wall -MT lunar.lo -MD -MP -MF .deps/lunar.Tpo -c lunar.c -o lunar.o >/dev/null 2>&1
# libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -Wall -MT hyperbolic_motion.lo -MD -MP -MF .deps/hyperbolic_motion.Tpo -c hyperbolic_motion.c -o hyperbolic_motion.o >/dev/null 2>&1
# mv -f .deps/hyperbolic_motion.Tpo .deps/hyperbolic_motion.Plo
# /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -Wall -MT parallax.lo -MD -MP -MF .deps/parallax.Tpo -c -o parallax.lo parallax.c
# libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -Wall -MT parallax.lo -MD -MP -MF .deps/parallax.Tpo -c parallax.c -fPIC -DPIC -o .libs/parallax.o
# libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -Wall -MT parallax.lo -MD -MP -MF .deps/parallax.Tpo -c parallax.c -o parallax.o >/dev/null 2>&1
# mv -f .deps/parallax.Tpo .deps/parallax.Plo
# /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -Wall -MT airmass.lo -MD -MP -MF .deps/airmass.Tpo -c -o airmass.lo airmass.c
# libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -Wall -MT airmass.lo -MD -MP -MF .deps/airmass.Tpo -c airmass.c -fPIC -DPIC -o .libs/airmass.o
# libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -Wall -MT airmass.lo -MD -MP -MF .deps/airmass.Tpo -c airmass.c -o airmass.o >/dev/null 2>&1
# mv -f .deps/airmass.Tpo .deps/airmass.Plo
# /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -Wall -MT heliocentric_time.lo -MD -MP -MF .deps/heliocentric_time.Tpo -c -o heliocentric_time.lo heliocentric_time.c
# libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -Wall -MT heliocentric_time.lo -MD -MP -MF .deps/heliocentric_time.Tpo -c heliocentric_time.c -fPIC -DPIC -o .libs/heliocentric_time.o
# libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -Wall -MT heliocentric_time.lo -MD -MP -MF .deps/heliocentric_time.Tpo -c heliocentric_time.c -o heliocentric_time.o >/dev/null 2>&1
# mv -f .deps/heliocentric_time.Tpo .deps/heliocentric_time.Plo
# mv -f .deps/lunar.Tpo .deps/lunar.Plo
# /bin/sh ../libtool --tag=CC --mode=link gcc -Wall -version-info 0 -release 0.15 -no-undefined -export-dynamic -o libnova.la -rpath /usr/lib julian_day.lo dynamical_time.lo sidereal_time.lo transform.lo nutation.lo aberration.lo apparent_position.lo solar.lo precession.lo proper_motion.lo mercury.lo venus.lo earth.lo mars.lo jupiter.lo saturn.lo uranus.lo neptune.lo pluto.lo vsop87.lo lunar.lo elliptic_motion.lo asteroid.lo comet.lo parabolic_motion.lo utility.lo refraction.lo rise_set.lo angular_separation.lo hyperbolic_motion.lo parallax.lo airmass.lo heliocentric_time.lo -lm
# libtool: link: gcc -shared -fPIC -DPIC .libs/julian_day.o .libs/dynamical_time.o .libs/sidereal_time.o .libs/transform.o .libs/nutation.o .libs/aberration.o .libs/apparent_position.o .libs/solar.o .libs/precession.o .libs/proper_motion.o .libs/mercury.o .libs/venus.o .libs/earth.o .libs/mars.o .libs/jupiter.o .libs/saturn.o .libs/uranus.o .libs/neptune.o .libs/pluto.o .libs/vsop87.o .libs/lunar.o .libs/elliptic_motion.o .libs/asteroid.o .libs/comet.o .libs/parabolic_motion.o .libs/utility.o .libs/refraction.o .libs/rise_set.o .libs/angular_separation.o .libs/hyperbolic_motion.o .libs/parallax.o .libs/airmass.o .libs/heliocentric_time.o -lm -Wl,-soname -Wl,libnova-0.15.so.0 -o .libs/libnova-0.15.so.0.0.0
# libtool: link: (cd ".libs" && rm -f "libnova-0.15.so.0" && ln -s "libnova-0.15.so.0.0.0" "libnova-0.15.so.0")
# libtool: link: (cd ".libs" && rm -f "libnova.so" && ln -s "libnova-0.15.so.0.0.0" "libnova.so")
# libtool: link: ar cru .libs/libnova.a julian_day.o dynamical_time.o sidereal_time.o transform.o nutation.o aberration.o apparent_position.o solar.o precession.o proper_motion.o mercury.o venus.o earth.o mars.o jupiter.o saturn.o uranus.o neptune.o pluto.o vsop87.o lunar.o elliptic_motion.o asteroid.o comet.o parabolic_motion.o utility.o refraction.o rise_set.o angular_separation.o hyperbolic_motion.o parallax.o airmass.o heliocentric_time.o
# ar: `u' modifier ignored since `D' is the default (see `U')
# libtool: link: ranlib .libs/libnova.a
# libtool: link: ( cd ".libs" && rm -f "libnova.la" && ln -s "../libnova.la" "libnova.la" )
# make[3]: Leaving directory '/tmp/libnova/src/libnova-0.15.0/src'
# make[2]: Leaving directory '/tmp/libnova/src/libnova-0.15.0/src'
# Making all in lntest
# make[2]: Entering directory '/tmp/libnova/src/libnova-0.15.0/lntest'
# gcc -DHAVE_CONFIG_H -I. -I.. -Wall -I../src -Wall -MT libnova_config.o -MD -MP -MF .deps/libnova_config.Tpo -c -o libnova_config.o libnova_config.c
# gcc -DHAVE_CONFIG_H -I. -I.. -Wall -I../src -Wall -MT test.o -MD -MP -MF .deps/test.Tpo -c -o test.o test.c
# test.c: In function 'nutation_test':
# test.c:227:9: warning: variable 'JDE' set but not used [-Wunused-but-set-variable]
# double JDE, JD;
# ^~~
# mv -f .deps/libnova_config.Tpo .deps/libnova_config.Po
# /bin/sh ../libtool --tag=CC --mode=link gcc -Wall -o libnovaconfig libnova_config.o ../src/libnova.la -lm
# mv -f .deps/test.Tpo .deps/test.Po
# /bin/sh ../libtool --tag=CC --mode=link gcc -Wall -o lntest test.o ../src/libnova.la -lm
# libtool: link: gcc -Wall -o .libs/libnovaconfig libnova_config.o ../src/.libs/libnova.so -lm
# libtool: link: gcc -Wall -o .libs/lntest test.o ../src/.libs/libnova.so -lm
# make[2]: Leaving directory '/tmp/libnova/src/libnova-0.15.0/lntest'
# Making all in doc
# make[2]: Entering directory '/tmp/libnova/src/libnova-0.15.0/doc'
# make[2]: Nothing to be done for 'all'.
# make[2]: Leaving directory '/tmp/libnova/src/libnova-0.15.0/doc'
# Making all in examples
# make[2]: Entering directory '/tmp/libnova/src/libnova-0.15.0/examples'
# gcc -DHAVE_CONFIG_H -I. -I.. -Wall -I../src -Wall -MT lunar.o -MD -MP -MF .deps/lunar.Tpo -c -o lunar.o lunar.c
# gcc -DHAVE_CONFIG_H -I. -I.. -Wall -I../src -Wall -MT mars.o -MD -MP -MF .deps/mars.Tpo -c -o mars.o mars.c
# mv -f .deps/mars.Tpo .deps/mars.Po
# mv -f .deps/lunar.Tpo .deps/lunar.Po
# gcc -DHAVE_CONFIG_H -I. -I.. -Wall -I../src -Wall -MT comet.o -MD -MP -MF .deps/comet.Tpo -c -o comet.o comet.c
# gcc -DHAVE_CONFIG_H -I. -I.. -Wall -I../src -Wall -MT sun.o -MD -MP -MF .deps/sun.Tpo -c -o sun.o sun.c
# mv -f .deps/sun.Tpo .deps/sun.Po
# gcc -DHAVE_CONFIG_H -I. -I.. -Wall -I../src -Wall -MT asteroid.o -MD -MP -MF .deps/asteroid.Tpo -c -o asteroid.o asteroid.c
# mv -f .deps/comet.Tpo .deps/comet.Po
# gcc -DHAVE_CONFIG_H -I. -I.. -Wall -I../src -Wall -MT transforms.o -MD -MP -MF .deps/transforms.Tpo -c -o transforms.o transforms.c
# mv -f .deps/transforms.Tpo .deps/transforms.Po
# mv -f .deps/asteroid.Tpo .deps/asteroid.Po
# /bin/sh ../libtool --tag=CC --mode=link gcc -Wall -o mars mars.o ../src/libnova.la -lm
# /bin/sh ../libtool --tag=CC --mode=link gcc -Wall -o lunar lunar.o ../src/libnova.la -lm
# libtool: link: gcc -Wall -o .libs/lunar lunar.o ../src/.libs/libnova.so -lm
# /bin/sh ../libtool --tag=CC --mode=link gcc -Wall -o comet comet.o ../src/libnova.la -lm
# libtool: link: gcc -Wall -o .libs/mars mars.o ../src/.libs/libnova.so -lm
# /bin/sh ../libtool --tag=CC --mode=link gcc -Wall -o sun sun.o ../src/libnova.la -lm
# libtool: link: gcc -Wall -o .libs/comet comet.o ../src/.libs/libnova.so -lm
# /bin/sh ../libtool --tag=CC --mode=link gcc -Wall -o asteroid asteroid.o ../src/libnova.la -lm
# libtool: link: gcc -Wall -o .libs/sun sun.o ../src/.libs/libnova.so -lm
# /bin/sh ../libtool --tag=CC --mode=link gcc -Wall -o transforms transforms.o ../src/libnova.la -lm
# libtool: link: gcc -Wall -o .libs/asteroid asteroid.o ../src/.libs/libnova.so -lm
# libtool: link: gcc -Wall -o .libs/transforms transforms.o ../src/.libs/libnova.so -lm
# make[2]: Leaving directory '/tmp/libnova/src/libnova-0.15.0/examples'
# make[2]: Entering directory '/tmp/libnova/src/libnova-0.15.0'
# make[2]: Leaving directory '/tmp/libnova/src/libnova-0.15.0'
# make[1]: Leaving directory '/tmp/libnova/src/libnova-0.15.0'
# ==> Entering fakeroot environment...
# ==> Starting package()...
# Making install in src
# make[1]: Entering directory '/tmp/libnova/src/libnova-0.15.0/src'
# Making install in libnova
# make[2]: Entering directory '/tmp/libnova/src/libnova-0.15.0/src/libnova'
# make[3]: Entering directory '/tmp/libnova/src/libnova-0.15.0/src/libnova'
# make[3]: Nothing to be done for 'install-exec-am'.
# /usr/sbin/mkdir -p '/tmp/libnova/pkg/libnova/usr/include/libnova'
# /usr/bin/install -c -m 644 julian_day.h dynamical_time.h sidereal_time.h transform.h nutation.h libnova.h aberration.h apparent_position.h solar.h precession.h proper_motion.h mercury.h venus.h earth.h mars.h jupiter.h saturn.h uranus.h neptune.h pluto.h vsop87.h lunar.h elliptic_motion.h asteroid.h comet.h parabolic_motion.h refraction.h rise_set.h angular_separation.h ln_types.h utility.h hyperbolic_motion.h parallax.h airmass.h heliocentric_time.h '/tmp/libnova/pkg/libnova/usr/include/libnova'
# make[3]: Leaving directory '/tmp/libnova/src/libnova-0.15.0/src/libnova'
# make[2]: Leaving directory '/tmp/libnova/src/libnova-0.15.0/src/libnova'
# make[2]: Entering directory '/tmp/libnova/src/libnova-0.15.0/src'
# make[3]: Entering directory '/tmp/libnova/src/libnova-0.15.0/src'
# make[3]: Nothing to be done for 'install-data-am'.
# /usr/sbin/mkdir -p '/tmp/libnova/pkg/libnova/usr/lib'
# /bin/sh ../libtool --mode=install /usr/bin/install -c libnova.la '/tmp/libnova/pkg/libnova/usr/lib'
# libtool: install: /usr/bin/install -c .libs/libnova-0.15.so.0.0.0 /tmp/libnova/pkg/libnova/usr/lib/libnova-0.15.so.0.0.0
# libtool: install: (cd /tmp/libnova/pkg/libnova/usr/lib && { ln -s -f libnova-0.15.so.0.0.0 libnova-0.15.so.0 || { rm -f libnova-0.15.so.0 && ln -s libnova-0.15.so.0.0.0 libnova-0.15.so.0; }; })
# libtool: install: (cd /tmp/libnova/pkg/libnova/usr/lib && { ln -s -f libnova-0.15.so.0.0.0 libnova.so || { rm -f libnova.so && ln -s libnova-0.15.so.0.0.0 libnova.so; }; })
# libtool: install: /usr/bin/install -c .libs/libnova.lai /tmp/libnova/pkg/libnova/usr/lib/libnova.la
# libtool: install: /usr/bin/install -c .libs/libnova.a /tmp/libnova/pkg/libnova/usr/lib/libnova.a
# libtool: install: chmod 644 /tmp/libnova/pkg/libnova/usr/lib/libnova.a
# libtool: install: ranlib /tmp/libnova/pkg/libnova/usr/lib/libnova.a
# libtool: warning: remember to run 'libtool --finish /usr/lib'
# make[3]: Leaving directory '/tmp/libnova/src/libnova-0.15.0/src'
# make[2]: Leaving directory '/tmp/libnova/src/libnova-0.15.0/src'
# make[1]: Leaving directory '/tmp/libnova/src/libnova-0.15.0/src'
# Making install in lntest
# make[1]: Entering directory '/tmp/libnova/src/libnova-0.15.0/lntest'
# make[2]: Entering directory '/tmp/libnova/src/libnova-0.15.0/lntest'
# make[2]: Nothing to be done for 'install-data-am'.
# /usr/sbin/mkdir -p '/tmp/libnova/pkg/libnova/usr/bin'
# /bin/sh ../libtool --mode=install /usr/bin/install -c libnovaconfig '/tmp/libnova/pkg/libnova/usr/bin'
# libtool: warning: '../src/libnova.la' has not been installed in '/usr/lib'
# libtool: install: /usr/bin/install -c .libs/libnovaconfig /tmp/libnova/pkg/libnova/usr/bin/libnovaconfig
# make[2]: Leaving directory '/tmp/libnova/src/libnova-0.15.0/lntest'
# make[1]: Leaving directory '/tmp/libnova/src/libnova-0.15.0/lntest'
# Making install in doc
# make[1]: Entering directory '/tmp/libnova/src/libnova-0.15.0/doc'
# make[2]: Entering directory '/tmp/libnova/src/libnova-0.15.0/doc'
# make[2]: Nothing to be done for 'install-exec-am'.
# make[2]: Nothing to be done for 'install-data-am'.
# make[2]: Leaving directory '/tmp/libnova/src/libnova-0.15.0/doc'
# make[1]: Leaving directory '/tmp/libnova/src/libnova-0.15.0/doc'
# Making install in examples
# make[1]: Entering directory '/tmp/libnova/src/libnova-0.15.0/examples'
# make[2]: Entering directory '/tmp/libnova/src/libnova-0.15.0/examples'
# make[2]: Nothing to be done for 'install-exec-am'.
# make[2]: Nothing to be done for 'install-data-am'.
# make[2]: Leaving directory '/tmp/libnova/src/libnova-0.15.0/examples'
# make[1]: Leaving directory '/tmp/libnova/src/libnova-0.15.0/examples'
# make[1]: Entering directory '/tmp/libnova/src/libnova-0.15.0'
# make[2]: Entering directory '/tmp/libnova/src/libnova-0.15.0'
# make[2]: Nothing to be done for 'install-exec-am'.
# make[2]: Nothing to be done for 'install-data-am'.
# make[2]: Leaving directory '/tmp/libnova/src/libnova-0.15.0'
# make[1]: Leaving directory '/tmp/libnova/src/libnova-0.15.0'
# ==> Tidying install...
# -> Removing doc files...
# -> Purging unwanted files...
# ==> Checking for packaging issue...
# ==> Creating package "libnova"...
# -> Generating .PKGINFO file...
# -> Generating .BUILDINFO file...
# error: invalid option '--noprogressbar'
# -> Generating .MTREE file...
# -> Compressing package...
# ==> Leaving fakeroot environment.
# ==> Finished making: libnova 0.15.0-1 (Wed Aug 24 13:45:18 UTC 2016)

CMD: pacman --query --file libnova-0.15.0-1-x86_64.pkg.tar.xz
# libnova 0.15.0-1

Creating hybrid package for 'libnova'

Trying to find vanilla package 'libnova'...

CMD: pacman --query --file /mirror/libnova-0.15.0-1.pkg.tar.xz
# libnova 0.15.0-1

Package file has the following structure:
# /.PKGINFO
# /.MTREE
# /usr/lib/libnova-0.15.so.0.0.0
# /usr/lib/libnova-0.15.so.0
# /usr/lib/libnova.so
# /usr/include/libnova/elliptic_motion.h
# /usr/include/libnova/airmass.h
# /usr/include/libnova/precession.h
# /usr/include/libnova/saturn.h
# /usr/include/libnova/aberration.h
# /usr/include/libnova/libnova.h
# /usr/include/libnova/parabolic_motion.h
# /usr/include/libnova/parallax.h
# /usr/include/libnova/venus.h
# /usr/include/libnova/julian_day.h
# /usr/include/libnova/nutation.h
# /usr/include/libnova/hyperbolic_motion.h
# /usr/include/libnova/dynamical_time.h
# /usr/include/libnova/comet.h
# /usr/include/libnova/refraction.h
# /usr/include/libnova/solar.h
# /usr/include/libnova/mercury.h
# /usr/include/libnova/jupiter.h
# /usr/include/libnova/transform.h
# /usr/include/libnova/uranus.h
# /usr/include/libnova/rise_set.h
# /usr/include/libnova/pluto.h
# /usr/include/libnova/ln_types.h
# /usr/include/libnova/apparent_position.h
# /usr/include/libnova/sidereal_time.h
# /usr/include/libnova/earth.h
# /usr/include/libnova/lunar.h
# /usr/include/libnova/utility.h
# /usr/include/libnova/vsop87.h
# /usr/include/libnova/mars.h
# /usr/include/libnova/neptune.h
# /usr/include/libnova/proper_motion.h
# /usr/include/libnova/angular_separation.h
# /usr/include/libnova/asteroid.h
# /usr/include/libnova/heliocentric_time.h
# /usr/bin/libnovaconfig
# /sysroot/usr/lib/libnova-0.15.so.0.0.0
# /sysroot/usr/lib/libnova-0.15.so.0
# /sysroot/usr/lib/libnova.so
# /sysroot/usr/lib/libnova.la
# /sysroot/usr/lib/libnova.a
# /sysroot/usr/include/libnova/julian_day.h
# /sysroot/usr/include/libnova/dynamical_time.h
# /sysroot/usr/include/libnova/sidereal_time.h
# /sysroot/usr/include/libnova/transform.h
# /sysroot/usr/include/libnova/nutation.h
# /sysroot/usr/include/libnova/libnova.h
# /sysroot/usr/include/libnova/aberration.h
# /sysroot/usr/include/libnova/apparent_position.h
# /sysroot/usr/include/libnova/solar.h
# /sysroot/usr/include/libnova/precession.h
# /sysroot/usr/include/libnova/proper_motion.h
# /sysroot/usr/include/libnova/mercury.h
# /sysroot/usr/include/libnova/venus.h
# /sysroot/usr/include/libnova/earth.h
# /sysroot/usr/include/libnova/mars.h
# /sysroot/usr/include/libnova/jupiter.h
# /sysroot/usr/include/libnova/saturn.h
# /sysroot/usr/include/libnova/uranus.h
# /sysroot/usr/include/libnova/neptune.h
# /sysroot/usr/include/libnova/pluto.h
# /sysroot/usr/include/libnova/vsop87.h
# /sysroot/usr/include/libnova/lunar.h
# /sysroot/usr/include/libnova/elliptic_motion.h
# /sysroot/usr/include/libnova/asteroid.h
# /sysroot/usr/include/libnova/comet.h
# /sysroot/usr/include/libnova/parabolic_motion.h
# /sysroot/usr/include/libnova/refraction.h
# /sysroot/usr/include/libnova/rise_set.h
# /sysroot/usr/include/libnova/angular_separation.h
# /sysroot/usr/include/libnova/ln_types.h
# /sysroot/usr/include/libnova/utility.h
# /sysroot/usr/include/libnova/hyperbolic_motion.h
# /sysroot/usr/include/libnova/parallax.h
# /sysroot/usr/include/libnova/airmass.h
# /sysroot/usr/include/libnova/heliocentric_time.h

Generating .MTREE

CMD: bsdtar -czf .MTREE --format=mtree --options=!all,use-set,type,uid,mode,time,size,md5,sha256,link .PKGINFO usr sysroot

Tar-ing up files

CMD: bsdtar -cf - .PKGINFO usr sysroot .MTREE

CMD: xz -c -z

Successfully ran bsdtar -cf - .PKGINFO usr sysroot .MTREE | xz -c -z

CMD: bsdtar -tqf libnova.pkg.tar.xz .PKGINFO
# .PKGINFO

Created package at path /var/cache/pacman/pkg/libnova.pkg.tar.xz

Attempting to access local repository, attempt 1

CMD: repo-add /var/cache/pacman/pkg/tuscan.db.tar /var/cache/pacman/pkg/libnova.pkg.tar.xz
# ==> ERROR: Failed to acquire lockfile: /var/cache/pacman/pkg/tuscan.db.tar.lck.
# ==> ERROR: Held by process 2156

Attempting to access local repository, attempt 2

CMD: repo-add /var/cache/pacman/pkg/tuscan.db.tar /var/cache/pacman/pkg/libnova.pkg.tar.xz
# ==> Extracting database to a temporary location...
# ==> Extracting database to a temporary location...
# ==> Adding package '/var/cache/pacman/pkg/libnova.pkg.tar.xz'
# -> Computing checksums...
# -> Creating 'desc' db entry...
# -> Creating 'files' db entry...
# ==> Creating updated database file '/var/cache/pacman/pkg/tuscan.db.tar'

Printing config logfiles

CMD: config logfiles '/tmp/libnova/src/libnova-0.15.0/config.log'
# This file contains any messages produced by compilers while
# running configure, to aid debugging if configure makes a mistake.
#
# It was created by configure, which was
# generated by GNU Autoconf 2.69. Invocation command line was
#
# $ ./configure --host=x86_64-unknown-linux --prefix=/usr
#
# ## --------- ##
# ## Platform. ##
# ## --------- ##
#
# hostname = 71444a1619d3
# uname -m = x86_64
# uname -r = 4.7.1-1-ARCH
# uname -s = Linux
# uname -v = #1 SMP PREEMPT Wed Aug 17 08:13:35 CEST 2016
#
# /usr/bin/uname -p = unknown
# /bin/uname -X = unknown
#
# /bin/arch = unknown
# /usr/bin/arch -k = unknown
# /usr/convex/getsysinfo = unknown
# /usr/bin/hostinfo = unknown
# /bin/machine = unknown
# /usr/bin/oslevel = unknown
# /bin/universe = unknown
#
# PATH: /usr/local/sbin
# PATH: /usr/local/bin
# PATH: /usr/sbin
# PATH: /usr/bin
# PATH: /sbin
# PATH: /bin
#
#
# ## ----------- ##
# ## Core tests. ##
# ## ----------- ##
#
# configure:2341: checking for a BSD-compatible install
# configure:2409: result: /usr/bin/install -c
# configure:2420: checking whether build environment is sane
# configure:2475: result: yes
# configure:2513: WARNING: 'missing' script is too old or missing
# configure:2534: checking for x86_64-unknown-linux-strip
# configure:2564: result: no
# configure:2574: checking for strip
# configure:2590: found /usr/sbin/strip
# configure:2601: result: strip
# configure:2626: checking for a thread-safe mkdir -p
# configure:2665: result: /usr/sbin/mkdir -p
# configure:2672: checking for gawk
# configure:2688: found /usr/sbin/gawk
# configure:2699: result: gawk
# configure:2710: checking whether make sets $(MAKE)
# configure:2732: result: yes
# configure:2761: checking whether make supports nested variables
# configure:2778: result: yes
# configure:2939: checking build system type
# configure:2953: result: x86_64-unknown-linux-gnu
# configure:2973: checking host system type
# configure:2986: result: x86_64-unknown-linux-gnu
# configure:3027: checking how to print strings
# configure:3054: result: printf
# configure:3087: checking for style of include used by make
# configure:3115: result: GNU
# configure:3146: checking for x86_64-unknown-linux-gcc
# configure:3176: result: no
# configure:3186: checking for gcc
# configure:3202: found /usr/sbin/gcc
# configure:3213: result: gcc
# configure:3442: checking for C compiler version
# configure:3451: gcc --version >&5
# gcc (GCC) 6.1.1 20160602
# Copyright (C) 2016 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:3462: $? = 0
# configure:3451: gcc -v >&5
# Using built-in specs.
# COLLECT_GCC=gcc
# COLLECT_LTO_WRAPPER=/usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/lto-wrapper
# Target: x86_64-pc-linux-gnu
# Configured with: /build/gcc/src/gcc/configure --prefix=/usr --libdir=/usr/lib --libexecdir=/usr/lib --mandir=/usr/share/man --infodir=/usr/share/info --with-bugurl=https://bugs.archlinux.org/ --enable-languages=c,c++,ada,fortran,go,lto,objc,obj-c++ --enable-shared --enable-threads=posix --enable-libmpx --with-system-zlib --with-isl --enable-__cxa_atexit --disable-libunwind-exceptions --enable-clocale=gnu --disable-libstdcxx-pch --disable-libssp --enable-gnu-unique-object --enable-linker-build-id --enable-lto --enable-plugin --enable-install-libiberty --with-linker-hash-style=gnu --enable-gnu-indirect-function --disable-multilib --disable-werror --enable-checking=release
# Thread model: posix
# gcc version 6.1.1 20160602 (GCC)
# configure:3462: $? = 0
# configure:3451: gcc -V >&5
# gcc: error: unrecognized command line option '-V'
# gcc: fatal error: no input files
# compilation terminated.
# configure:3462: $? = 1
# configure:3451: gcc -qversion >&5
# gcc: error: unrecognized command line option '-qversion'; did you mean '--version'?
# gcc: fatal error: no input files
# compilation terminated.
# configure:3462: $? = 1
# configure:3482: checking whether the C compiler works
# configure:3504: gcc conftest.c >&5
# configure:3508: $? = 0
# configure:3556: result: yes
# configure:3559: checking for C compiler default output file name
# configure:3561: result: a.out
# configure:3567: checking for suffix of executables
# configure:3574: gcc -o conftest conftest.c >&5
# configure:3578: $? = 0
# configure:3600: result:
# configure:3622: checking whether we are cross compiling
# configure:3630: gcc -o conftest conftest.c >&5
# configure:3634: $? = 0
# configure:3641: ./conftest
# configure:3645: $? = 0
# configure:3660: result: no
# configure:3665: checking for suffix of object files
# configure:3687: gcc -c conftest.c >&5
# configure:3691: $? = 0
# configure:3712: result: o
# configure:3716: checking whether we are using the GNU C compiler
# configure:3735: gcc -c conftest.c >&5
# configure:3735: $? = 0
# configure:3744: result: yes
# configure:3753: checking whether gcc accepts -g
# configure:3773: gcc -c -g conftest.c >&5
# configure:3773: $? = 0
# configure:3814: result: yes
# configure:3831: checking for gcc option to accept ISO C89
# configure:3894: gcc -c conftest.c >&5
# configure:3894: $? = 0
# configure:3907: result: none needed
# configure:3932: checking whether gcc understands -c and -o together
# configure:3954: gcc -c conftest.c -o conftest2.o
# configure:3957: $? = 0
# configure:3954: gcc -c conftest.c -o conftest2.o
# configure:3957: $? = 0
# configure:3969: result: yes
# configure:3988: checking dependency style of gcc
# configure:4099: result: gcc3
# configure:4114: checking for a sed that does not truncate output
# configure:4178: result: /usr/sbin/sed
# configure:4196: checking for grep that handles long lines and -e
# configure:4254: result: /usr/sbin/grep
# configure:4259: checking for egrep
# configure:4321: result: /usr/sbin/grep -E
# configure:4326: checking for fgrep
# configure:4388: result: /usr/sbin/grep -F
# configure:4423: checking for ld used by gcc
# configure:4490: result: /usr/sbin/ld
# configure:4497: checking if the linker (/usr/sbin/ld) is GNU ld
# configure:4512: result: yes
# configure:4524: checking for BSD- or MS-compatible name lister (nm)
# configure:4578: result: /usr/sbin/nm -B
# configure:4708: checking the name lister (/usr/sbin/nm -B) interface
# configure:4715: gcc -c conftest.c >&5
# configure:4718: /usr/sbin/nm -B "conftest.o"
# configure:4721: output
# 0000000000000000 B some_variable
# configure:4728: result: BSD nm
# configure:4731: checking whether ln -s works
# configure:4735: result: yes
# configure:4743: checking the maximum length of command line arguments
# configure:4874: result: 1572864
# configure:4922: checking how to convert x86_64-unknown-linux-gnu file names to x86_64-unknown-linux-gnu format
# configure:4962: result: func_convert_file_noop
# configure:4969: checking how to convert x86_64-unknown-linux-gnu file names to toolchain format
# configure:4989: result: func_convert_file_noop
# configure:4996: checking for /usr/sbin/ld option to reload object files
# configure:5003: result: -r
# configure:5037: checking for x86_64-unknown-linux-objdump
# configure:5067: result: no
# configure:5077: checking for objdump
# configure:5093: found /usr/sbin/objdump
# configure:5104: result: objdump
# configure:5136: checking how to recognize dependent libraries
# configure:5336: result: pass_all
# configure:5381: checking for x86_64-unknown-linux-dlltool
# configure:5411: result: no
# configure:5421: checking for dlltool
# configure:5451: result: no
# configure:5481: checking how to associate runtime and link libraries
# configure:5508: result: printf %s\n
# configure:5525: checking for x86_64-unknown-linux-ar
# configure:5555: result: no
# configure:5569: checking for ar
# configure:5585: found /usr/sbin/ar
# configure:5596: result: ar
# configure:5633: checking for archiver @FILE support
# configure:5650: gcc -c conftest.c >&5
# configure:5650: $? = 0
# configure:5653: ar cru libconftest.a @conftest.lst >&5
# ar: `u' modifier ignored since `D' is the default (see `U')
# configure:5656: $? = 0
# configure:5661: ar cru libconftest.a @conftest.lst >&5
# ar: `u' modifier ignored since `D' is the default (see `U')
# ar: conftest.o: No such file or directory
# configure:5664: $? = 1
# configure:5676: result: @
# configure:5694: checking for x86_64-unknown-linux-strip
# configure:5721: result: strip
# configure:5793: checking for x86_64-unknown-linux-ranlib
# configure:5823: result: no
# configure:5833: checking for ranlib
# configure:5849: found /usr/sbin/ranlib
# configure:5860: result: ranlib
# configure:5962: checking command to parse /usr/sbin/nm -B output from gcc object
# configure:6115: gcc -c conftest.c >&5
# configure:6118: $? = 0
# configure:6122: /usr/sbin/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:6125: $? = 0
# configure:6191: gcc -o conftest conftest.c conftstm.o >&5
# configure:6194: $? = 0
# configure:6232: result: ok
# configure:6279: checking for sysroot
# configure:6309: result: no
# configure:6316: checking for a working dd
# configure:6354: result: /usr/sbin/dd
# configure:6358: checking how to truncate binary pipes
# configure:6373: result: /usr/sbin/dd bs=4096 count=1
# configure:6509: gcc -c conftest.c >&5
# configure:6512: $? = 0
# configure:6662: checking for x86_64-unknown-linux-mt
# configure:6692: result: no
# configure:6702: checking for mt
# configure:6732: result: no
# configure:6752: checking if : is a manifest tool
# configure:6758: : '-?'
# configure:6766: result: no
# configure:7443: checking how to run the C preprocessor
# configure:7474: gcc -E conftest.c
# configure:7474: $? = 0
# configure:7488: gcc -E conftest.c
# conftest.c:11:28: fatal error: ac_nonexistent.h: No such file or directory
# #include
# ^
# compilation terminated.
# configure:7488: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME ""
# | #define PACKAGE_TARNAME ""
# | #define PACKAGE_VERSION ""
# | #define PACKAGE_STRING ""
# | #define PACKAGE_BUGREPORT ""
# | #define PACKAGE_URL ""
# | #define PACKAGE "libnova"
# | #define VERSION "0.15.0"
# | /* end confdefs.h. */
# | #include
# configure:7513: result: gcc -E
# configure:7533: gcc -E conftest.c
# configure:7533: $? = 0
# configure:7547: gcc -E conftest.c
# conftest.c:11:28: fatal error: ac_nonexistent.h: No such file or directory
# #include
# ^
# compilation terminated.
# configure:7547: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME ""
# | #define PACKAGE_TARNAME ""
# | #define PACKAGE_VERSION ""
# | #define PACKAGE_STRING ""
# | #define PACKAGE_BUGREPORT ""
# | #define PACKAGE_URL ""
# | #define PACKAGE "libnova"
# | #define VERSION "0.15.0"
# | /* end confdefs.h. */
# | #include
# configure:7576: checking for ANSI C header files
# configure:7596: gcc -c conftest.c >&5
# configure:7596: $? = 0
# configure:7669: gcc -o conftest conftest.c >&5
# configure:7669: $? = 0
# configure:7669: ./conftest
# configure:7669: $? = 0
# configure:7680: result: yes
# configure:7693: checking for sys/types.h
# configure:7693: gcc -c conftest.c >&5
# configure:7693: $? = 0
# configure:7693: result: yes
# configure:7693: checking for sys/stat.h
# configure:7693: gcc -c conftest.c >&5
# configure:7693: $? = 0
# configure:7693: result: yes
# configure:7693: checking for stdlib.h
# configure:7693: gcc -c conftest.c >&5
# configure:7693: $? = 0
# configure:7693: result: yes
# configure:7693: checking for string.h
# configure:7693: gcc -c conftest.c >&5
# configure:7693: $? = 0
# configure:7693: result: yes
# configure:7693: checking for memory.h
# configure:7693: gcc -c conftest.c >&5
# configure:7693: $? = 0
# configure:7693: result: yes
# configure:7693: checking for strings.h
# configure:7693: gcc -c conftest.c >&5
# configure:7693: $? = 0
# configure:7693: result: yes
# configure:7693: checking for inttypes.h
# configure:7693: gcc -c conftest.c >&5
# configure:7693: $? = 0
# configure:7693: result: yes
# configure:7693: checking for stdint.h
# configure:7693: gcc -c conftest.c >&5
# configure:7693: $? = 0
# configure:7693: result: yes
# configure:7693: checking for unistd.h
# configure:7693: gcc -c conftest.c >&5
# configure:7693: $? = 0
# configure:7693: result: yes
# configure:7707: checking for dlfcn.h
# configure:7707: gcc -c conftest.c >&5
# configure:7707: $? = 0
# configure:7707: result: yes
# configure:7963: checking for objdir
# configure:7978: result: .libs
# configure:8238: checking if gcc supports -fno-rtti -fno-exceptions
# configure:8256: gcc -c -fno-rtti -fno-exceptions conftest.c >&5
# cc1: warning: command line option '-fno-rtti' is valid for C++/ObjC++ but not for C
# configure:8260: $? = 0
# configure:8273: result: no
# configure:8631: checking for gcc option to produce PIC
# configure:8638: result: -fPIC -DPIC
# configure:8646: checking if gcc PIC flag -fPIC -DPIC works
# configure:8664: gcc -c -fPIC -DPIC -DPIC conftest.c >&5
# configure:8668: $? = 0
# configure:8681: result: yes
# configure:8710: checking if gcc static flag -static works
# configure:8738: result: yes
# configure:8753: checking if gcc supports -c -o file.o
# configure:8774: gcc -c -o out/conftest2.o conftest.c >&5
# configure:8778: $? = 0
# configure:8800: result: yes
# configure:8808: checking if gcc supports -c -o file.o
# configure:8855: result: yes
# configure:8888: checking whether the gcc linker (/usr/sbin/ld -m elf_x86_64) supports shared libraries
# configure:10147: result: yes
# configure:10184: checking whether -lc should be explicitly linked in
# configure:10192: gcc -c conftest.c >&5
# configure:10195: $? = 0
# configure:10210: gcc -shared -fPIC -DPIC conftest.o -v -Wl,-soname -Wl,conftest -o conftest 2\>\&1 \| /usr/sbin/grep -lc \>/dev/null 2\>\&1
# configure:10213: $? = 0
# configure:10227: result: no
# configure:10387: checking dynamic linker characteristics
# configure:10968: gcc -o conftest -Wl,-rpath -Wl,/foo conftest.c >&5
# configure:10968: $? = 0
# configure:11205: result: GNU/Linux ld.so
# configure:11327: checking how to hardcode library paths into programs
# configure:11352: result: immediate
# configure:11900: checking whether stripping libraries is possible
# configure:11905: result: yes
# configure:11940: checking if libtool supports shared libraries
# configure:11942: result: yes
# configure:11945: checking whether to build shared libraries
# configure:11970: result: yes
# configure:11973: checking whether to build static libraries
# configure:11977: result: yes
# configure:12016: checking whether to enable maintainer-specific portions of Makefiles
# configure:12025: result: no
# configure:12048: checking for x86_64-unknown-linux-gcc
# configure:12075: result: gcc
# configure:12344: checking for C compiler version
# configure:12353: gcc --version >&5
# gcc (GCC) 6.1.1 20160602
# Copyright (C) 2016 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:12364: $? = 0
# configure:12353: gcc -v >&5
# Using built-in specs.
# COLLECT_GCC=gcc
# COLLECT_LTO_WRAPPER=/usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/lto-wrapper
# Target: x86_64-pc-linux-gnu
# Configured with: /build/gcc/src/gcc/configure --prefix=/usr --libdir=/usr/lib --libexecdir=/usr/lib --mandir=/usr/share/man --infodir=/usr/share/info --with-bugurl=https://bugs.archlinux.org/ --enable-languages=c,c++,ada,fortran,go,lto,objc,obj-c++ --enable-shared --enable-threads=posix --enable-libmpx --with-system-zlib --with-isl --enable-__cxa_atexit --disable-libunwind-exceptions --enable-clocale=gnu --disable-libstdcxx-pch --disable-libssp --enable-gnu-unique-object --enable-linker-build-id --enable-lto --enable-plugin --enable-install-libiberty --with-linker-hash-style=gnu --enable-gnu-indirect-function --disable-multilib --disable-werror --enable-checking=release
# Thread model: posix
# gcc version 6.1.1 20160602 (GCC)
# configure:12364: $? = 0
# configure:12353: gcc -V >&5
# gcc: error: unrecognized command line option '-V'
# gcc: fatal error: no input files
# compilation terminated.
# configure:12364: $? = 1
# configure:12353: gcc -qversion >&5
# gcc: error: unrecognized command line option '-qversion'; did you mean '--version'?
# gcc: fatal error: no input files
# compilation terminated.
# configure:12364: $? = 1
# configure:12368: checking whether we are using the GNU C compiler
# configure:12396: result: yes
# configure:12405: checking whether gcc accepts -g
# configure:12466: result: yes
# configure:12483: checking for gcc option to accept ISO C89
# configure:12559: result: none needed
# configure:12584: checking whether gcc understands -c and -o together
# configure:12621: result: yes
# configure:12640: checking dependency style of gcc
# configure:12751: result: gcc3
# configure:12774: checking for x86_64-unknown-linux-gcc
# configure:12801: result: gcc
# configure:13070: checking for C compiler version
# configure:13079: gcc --version >&5
# gcc (GCC) 6.1.1 20160602
# Copyright (C) 2016 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:13090: $? = 0
# configure:13079: gcc -v >&5
# Using built-in specs.
# COLLECT_GCC=gcc
# COLLECT_LTO_WRAPPER=/usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/lto-wrapper
# Target: x86_64-pc-linux-gnu
# Configured with: /build/gcc/src/gcc/configure --prefix=/usr --libdir=/usr/lib --libexecdir=/usr/lib --mandir=/usr/share/man --infodir=/usr/share/info --with-bugurl=https://bugs.archlinux.org/ --enable-languages=c,c++,ada,fortran,go,lto,objc,obj-c++ --enable-shared --enable-threads=posix --enable-libmpx --with-system-zlib --with-isl --enable-__cxa_atexit --disable-libunwind-exceptions --enable-clocale=gnu --disable-libstdcxx-pch --disable-libssp --enable-gnu-unique-object --enable-linker-build-id --enable-lto --enable-plugin --enable-install-libiberty --with-linker-hash-style=gnu --enable-gnu-indirect-function --disable-multilib --disable-werror --enable-checking=release
# Thread model: posix
# gcc version 6.1.1 20160602 (GCC)
# configure:13090: $? = 0
# configure:13079: gcc -V >&5
# gcc: error: unrecognized command line option '-V'
# gcc: fatal error: no input files
# compilation terminated.
# configure:13090: $? = 1
# configure:13079: gcc -qversion >&5
# gcc: error: unrecognized command line option '-qversion'; did you mean '--version'?
# gcc: fatal error: no input files
# compilation terminated.
# configure:13090: $? = 1
# configure:13094: checking whether we are using the GNU C compiler
# configure:13122: result: yes
# configure:13131: checking whether gcc accepts -g
# configure:13192: result: yes
# configure:13209: checking for gcc option to accept ISO C89
# configure:13285: result: none needed
# configure:13310: checking whether gcc understands -c and -o together
# configure:13347: result: yes
# configure:13366: checking dependency style of gcc
# configure:13477: result: gcc3
# configure:13497: checking for gettimeofday
# configure:13497: gcc -o conftest conftest.c >&5
# configure:13497: $? = 0
# configure:13497: result: yes
# configure:13508: checking for modf
# configure:13508: gcc -o conftest conftest.c >&5
# conftest.c:47:6: warning: conflicting types for built-in function 'modf'
# char modf ();
# ^~~~
# configure:13508: $? = 0
# configure:13508: result: yes
# configure:13519: checking for pow
# configure:13519: gcc -o conftest conftest.c >&5
# conftest.c:48:6: warning: conflicting types for built-in function 'pow'
# char pow ();
# ^~~
# /tmp/ccRDerhh.o: In function `main':
# conftest.c:(.text+0xa): undefined reference to `pow'
# collect2: error: ld returned 1 exit status
# configure:13519: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME ""
# | #define PACKAGE_TARNAME ""
# | #define PACKAGE_VERSION ""
# | #define PACKAGE_STRING ""
# | #define PACKAGE_BUGREPORT ""
# | #define PACKAGE_URL ""
# | #define PACKAGE "libnova"
# | #define VERSION "0.15.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 HAVE_GETTIMEOFDAY 1
# | #define HAVE_MODF 1
# | /* end confdefs.h. */
# | /* Define pow to an innocuous variant, in case declares pow.
# | For example, HP-UX 11i declares gettimeofday. */
# | #define pow innocuous_pow
# |
# | /* System header to define __stub macros and hopefully few prototypes,
# | which can conflict with char pow (); below.
# | Prefer to if __STDC__ is defined, since
# | exists even on freestanding compilers. */
# |
# | #ifdef __STDC__
# | # include
# | #else
# | # include
# | #endif
# |
# | #undef pow
# |
# | /* 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 pow ();
# | /* The GNU C library defines this for functions which it implements
# | to always fail with ENOSYS. Some functions are actually named
# | something starting with __ and the normal name is an alias. */
# | #if defined __stub_pow || defined __stub___pow
# | choke me
# | #endif
# |
# | int
# | main ()
# | {
# | return pow ();
# | ;
# | return 0;
# | }
# configure:13519: result: no
# configure:13530: checking for sqrt
# configure:13530: gcc -o conftest conftest.c >&5
# conftest.c:48:6: warning: conflicting types for built-in function 'sqrt'
# char sqrt ();
# ^~~~
# /tmp/ccqLlSej.o: In function `main':
# conftest.c:(.text+0xa): undefined reference to `sqrt'
# collect2: error: ld returned 1 exit status
# configure:13530: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME ""
# | #define PACKAGE_TARNAME ""
# | #define PACKAGE_VERSION ""
# | #define PACKAGE_STRING ""
# | #define PACKAGE_BUGREPORT ""
# | #define PACKAGE_URL ""
# | #define PACKAGE "libnova"
# | #define VERSION "0.15.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 HAVE_GETTIMEOFDAY 1
# | #define HAVE_MODF 1
# | /* end confdefs.h. */
# | /* Define sqrt to an innocuous variant, in case declares sqrt.
# | For example, HP-UX 11i declares gettimeofday. */
# | #define sqrt innocuous_sqrt
# |
# | /* System header to define __stub macros and hopefully few prototypes,
# | which can conflict with char sqrt (); below.
# | Prefer to if __STDC__ is defined, since
# | exists even on freestanding compilers. */
# |
# | #ifdef __STDC__
# | # include
# | #else
# | # include
# | #endif
# |
# | #undef sqrt
# |
# | /* 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 sqrt ();
# | /* The GNU C library defines this for functions which it implements
# | to always fail with ENOSYS. Some functions are actually named
# | something starting with __ and the normal name is an alias. */
# | #if defined __stub_sqrt || defined __stub___sqrt
# | choke me
# | #endif
# |
# | int
# | main ()
# | {
# | return sqrt ();
# | ;
# | return 0;
# | }
# configure:13530: result: no
# configure:13541: checking for strchr
# configure:13541: gcc -o conftest conftest.c >&5
# conftest.c:48:6: warning: conflicting types for built-in function 'strchr'
# char strchr ();
# ^~~~~~
# configure:13541: $? = 0
# configure:13541: result: yes
# configure:13552: checking for strpbrk
# configure:13552: gcc -o conftest conftest.c >&5
# conftest.c:49:6: warning: conflicting types for built-in function 'strpbrk'
# char strpbrk ();
# ^~~~~~~
# configure:13552: $? = 0
# configure:13552: result: yes
# configure:13563: checking for strtol
# configure:13563: gcc -o conftest conftest.c >&5
# configure:13563: $? = 0
# configure:13563: result: yes
# configure:13574: checking for tzset
# configure:13574: gcc -o conftest conftest.c >&5
# configure:13574: $? = 0
# configure:13574: result: yes
# configure:13585: checking malloc.h usability
# configure:13585: gcc -c conftest.c >&5
# configure:13585: $? = 0
# configure:13585: result: yes
# configure:13585: checking malloc.h presence
# configure:13585: gcc -E conftest.c
# configure:13585: $? = 0
# configure:13585: result: yes
# configure:13585: checking for malloc.h
# configure:13585: result: yes
# configure:13597: checking sys/time.h usability
# configure:13597: gcc -c conftest.c >&5
# configure:13597: $? = 0
# configure:13597: result: yes
# configure:13597: checking sys/time.h presence
# configure:13597: gcc -E conftest.c
# configure:13597: $? = 0
# configure:13597: result: yes
# configure:13597: checking for sys/time.h
# configure:13597: result: yes
# configure:13607: checking for an ANSI C-conforming const
# configure:13673: gcc -c conftest.c >&5
# configure:13673: $? = 0
# configure:13680: result: yes
# configure:13688: checking for size_t
# configure:13688: gcc -c conftest.c >&5
# configure:13688: $? = 0
# configure:13688: gcc -c conftest.c >&5
# conftest.c: In function 'main':
# conftest.c:67:21: error: expected expression before ')' token
# if (sizeof ((size_t)))
# ^
# configure:13688: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME ""
# | #define PACKAGE_TARNAME ""
# | #define PACKAGE_VERSION ""
# | #define PACKAGE_STRING ""
# | #define PACKAGE_BUGREPORT ""
# | #define PACKAGE_URL ""
# | #define PACKAGE "libnova"
# | #define VERSION "0.15.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 HAVE_GETTIMEOFDAY 1
# | #define HAVE_MODF 1
# | #define HAVE_STRCHR 1
# | #define HAVE_STRPBRK 1
# | #define HAVE_STRTOL 1
# | #define HAVE_TZSET 1
# | #define HAVE_MALLOC_H 1
# | #define HAVE_SYS_TIME_H 1
# | /* end confdefs.h. */
# | #include
# | #ifdef HAVE_SYS_TYPES_H
# | # include
# | #endif
# | #ifdef HAVE_SYS_STAT_H
# | # include
# | #endif
# | #ifdef STDC_HEADERS
# | # include
# | # include
# | #else
# | # ifdef HAVE_STDLIB_H
# | # include
# | # endif
# | #endif
# | #ifdef HAVE_STRING_H
# | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
# | # include
# | # endif
# | # include
# | #endif
# | #ifdef HAVE_STRINGS_H
# | # include
# | #endif
# | #ifdef HAVE_INTTYPES_H
# | # include
# | #endif
# | #ifdef HAVE_STDINT_H
# | # include
# | #endif
# | #ifdef HAVE_UNISTD_H
# | # include
# | #endif
# | int
# | main ()
# | {
# | if (sizeof ((size_t)))
# | return 0;
# | ;
# | return 0;
# | }
# configure:13688: result: yes
# configure:13701: checking for working alloca.h
# configure:13718: gcc -o conftest conftest.c >&5
# configure:13718: $? = 0
# configure:13726: result: yes
# configure:13734: checking for alloca
# configure:13771: gcc -o conftest conftest.c >&5
# configure:13771: $? = 0
# configure:13779: result: yes
# configure:13885: checking for working strtod
# configure:13926: gcc -o conftest conftest.c >&5
# configure:13926: $? = 0
# configure:13926: ./conftest
# configure:13926: $? = 0
# configure:13936: result: yes
# configure:13998: checking whether time.h and sys/time.h may both be included
# configure:14018: gcc -c conftest.c >&5
# configure:14018: $? = 0
# configure:14025: result: yes
# configure:14033: checking whether struct tm is in sys/time.h or time.h
# configure:14053: gcc -c conftest.c >&5
# configure:14053: $? = 0
# configure:14060: result: time.h
# configure:14069: checking for pow in -lm
# configure:14094: gcc -o conftest conftest.c -lm >&5
# conftest.c:41:6: warning: conflicting types for built-in function 'pow'
# char pow ();
# ^~~
# configure:14094: $? = 0
# configure:14103: result: yes
# configure:14114: checking for acosl in -lsunmath
# configure:14139: gcc -o conftest conftest.c -lsunmath -lm >&5
# conftest.c:42:6: warning: conflicting types for built-in function 'acosl'
# char acosl ();
# ^~~~~
# /usr/sbin/ld: cannot find -lsunmath
# collect2: error: ld returned 1 exit status
# configure:14139: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME ""
# | #define PACKAGE_TARNAME ""
# | #define PACKAGE_VERSION ""
# | #define PACKAGE_STRING ""
# | #define PACKAGE_BUGREPORT ""
# | #define PACKAGE_URL ""
# | #define PACKAGE "libnova"
# | #define VERSION "0.15.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 HAVE_GETTIMEOFDAY 1
# | #define HAVE_MODF 1
# | #define HAVE_STRCHR 1
# | #define HAVE_STRPBRK 1
# | #define HAVE_STRTOL 1
# | #define HAVE_TZSET 1
# | #define HAVE_MALLOC_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_ALLOCA_H 1
# | #define HAVE_ALLOCA 1
# | #define TIME_WITH_SYS_TIME 1
# | #define HAVE_LIBM 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 acosl ();
# | int
# | main ()
# | {
# | return acosl ();
# | ;
# | return 0;
# | }
# configure:14148: result: no
# configure:14162: checking for round
# configure:14162: gcc -o conftest conftest.c -lm >&5
# conftest.c:58:6: warning: conflicting types for built-in function 'round'
# char round ();
# ^~~~~
# configure:14162: $? = 0
# configure:14162: result: yes
# configure:14173: checking for cosl
# configure:14173: gcc -o conftest conftest.c -lm >&5
# conftest.c:59:6: warning: conflicting types for built-in function 'cosl'
# char cosl ();
# ^~~~
# configure:14173: $? = 0
# configure:14173: result: yes
# configure:14184: checking for sinl
# configure:14184: gcc -o conftest conftest.c -lm >&5
# conftest.c:60:6: warning: conflicting types for built-in function 'sinl'
# char sinl ();
# ^~~~
# configure:14184: $? = 0
# configure:14184: result: yes
# configure:14195: checking for acosl
# configure:14195: gcc -o conftest conftest.c -lm >&5
# conftest.c:61:6: warning: conflicting types for built-in function 'acosl'
# char acosl ();
# ^~~~~
# configure:14195: $? = 0
# configure:14195: result: yes
# configure:14206: checking for asinl
# configure:14206: gcc -o conftest conftest.c -lm >&5
# conftest.c:62:6: warning: conflicting types for built-in function 'asinl'
# char asinl ();
# ^~~~~
# configure:14206: $? = 0
# configure:14206: result: yes
# configure:14217: checking for atan2l
# configure:14217: gcc -o conftest conftest.c -lm >&5
# conftest.c:63:6: warning: conflicting types for built-in function 'atan2l'
# char atan2l ();
# ^~~~~~
# configure:14217: $? = 0
# configure:14217: result: yes
# configure:14230: checking for ANSI C header files
# configure:14334: result: yes
# configure:14462: checking that generated files are newer than configure
# configure:14468: result: done
# configure:14503: creating ./config.status
#
# ## ---------------------- ##
# ## Running config.status. ##
# ## ---------------------- ##
#
# This file was extended by config.status, which was
# generated by GNU Autoconf 2.69. Invocation command line was
#
# CONFIG_FILES =
# CONFIG_HEADERS =
# CONFIG_LINKS =
# CONFIG_COMMANDS =
# $ ./config.status
#
# on 71444a1619d3
#
# config.status:1120: creating Makefile
# config.status:1120: creating src/Makefile
# config.status:1120: creating src/libnova/Makefile
# config.status:1120: creating lntest/Makefile
# config.status:1120: creating doc/Makefile
# config.status:1120: creating doc/doxyfile
# config.status:1120: creating examples/Makefile
# config.status:1120: creating config.h
# config.status:1349: executing depfiles commands
# config.status:1349: executing libtool commands
#
# ## ---------------- ##
# ## Cache variables. ##
# ## ---------------- ##
#
# ac_cv_build=x86_64-unknown-linux-gnu
# ac_cv_c_compiler_gnu=yes
# ac_cv_c_const=yes
# ac_cv_env_CC_set=
# ac_cv_env_CC_value=
# ac_cv_env_CFLAGS_set=set
# ac_cv_env_CFLAGS_value=
# ac_cv_env_CPPFLAGS_set=set
# ac_cv_env_CPPFLAGS_value=
# ac_cv_env_CPP_set=
# ac_cv_env_CPP_value=
# ac_cv_env_LDFLAGS_set=set
# ac_cv_env_LDFLAGS_value=
# 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_build_alias_set=
# ac_cv_env_build_alias_value=
# ac_cv_env_host_alias_set=set
# ac_cv_env_host_alias_value=x86_64-unknown-linux
# ac_cv_env_target_alias_set=
# ac_cv_env_target_alias_value=
# ac_cv_func_acosl=yes
# ac_cv_func_alloca_works=yes
# ac_cv_func_asinl=yes
# ac_cv_func_atan2l=yes
# ac_cv_func_cosl=yes
# ac_cv_func_gettimeofday=yes
# ac_cv_func_modf=yes
# ac_cv_func_pow=no
# ac_cv_func_round=yes
# ac_cv_func_sinl=yes
# ac_cv_func_sqrt=no
# ac_cv_func_strchr=yes
# ac_cv_func_strpbrk=yes
# ac_cv_func_strtod=yes
# ac_cv_func_strtol=yes
# ac_cv_func_tzset=yes
# ac_cv_header_dlfcn_h=yes
# ac_cv_header_inttypes_h=yes
# ac_cv_header_malloc_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_time_h=yes
# ac_cv_header_sys_types_h=yes
# ac_cv_header_time=yes
# ac_cv_header_unistd_h=yes
# ac_cv_host=x86_64-unknown-linux-gnu
# ac_cv_lib_m_pow=yes
# ac_cv_lib_sunmath_acosl=no
# ac_cv_objext=o
# ac_cv_path_EGREP='/usr/sbin/grep -E'
# ac_cv_path_FGREP='/usr/sbin/grep -F'
# ac_cv_path_GREP=/usr/sbin/grep
# ac_cv_path_SED=/usr/sbin/sed
# ac_cv_path_install='/usr/bin/install -c'
# ac_cv_path_lt_DD=/usr/sbin/dd
# ac_cv_path_mkdir=/usr/sbin/mkdir
# ac_cv_prog_AWK=gawk
# ac_cv_prog_CC=gcc
# ac_cv_prog_CPP='gcc -E'
# ac_cv_prog_STRIP=strip
# 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_struct_tm=time.h
# ac_cv_type_size_t=yes
# ac_cv_working_alloca_h=yes
# am_cv_CC_dependencies_compiler_type=gcc3
# am_cv_make_support_nested_variables=yes
# am_cv_prog_cc_c_o=yes
# am_cv_prog_cc_stdc=
# 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/sbin/ld
# lt_cv_path_NM='/usr/sbin/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=yes
# 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=1572864
# lt_cv_to_host_file_cmd=func_convert_file_noop
# lt_cv_to_tool_file_cmd=func_convert_file_noop
# lt_cv_truncate_bin='/usr/sbin/dd bs=4096 count=1'
#
# ## ----------------- ##
# ## Output variables. ##
# ## ----------------- ##
#
# ACLOCAL='aclocal-1.15'
# ALLOCA=''
# AMDEPBACKSLASH='\'
# AMDEP_FALSE='#'
# AMDEP_TRUE=''
# AMTAR='$${TAR-tar}'
# AM_BACKSLASH='\'
# AM_DEFAULT_V='$(AM_DEFAULT_VERBOSITY)'
# AM_DEFAULT_VERBOSITY='1'
# AM_V='$(V)'
# AR='ar'
# AUTOCONF='autoconf'
# AUTOHEADER='autoheader'
# AUTOMAKE='automake-1.15'
# AWK='gawk'
# CC='gcc'
# CCDEPMODE='depmode=gcc3'
# CFLAGS='-Wall'
# CPP='gcc -E'
# CPPFLAGS=''
# CYGPATH_W='echo'
# DEFS='-DHAVE_CONFIG_H'
# DEPDIR='.deps'
# DLLTOOL='false'
# DSYMUTIL=''
# DUMPBIN=''
# ECHO_C=''
# ECHO_N='-n'
# ECHO_T=''
# EGREP='/usr/sbin/grep -E'
# EXEEXT=''
# FGREP='/usr/sbin/grep -F'
# GREP='/usr/sbin/grep'
# INSTALL_DATA='${INSTALL} -m 644'
# INSTALL_PROGRAM='${INSTALL}'
# INSTALL_SCRIPT='${INSTALL}'
# INSTALL_STRIP_PROGRAM='$(install_sh) -c -s'
# LD='/usr/sbin/ld -m elf_x86_64'
# LDFLAGS=''
# LIBNOVA_MACRO_DIR='${prefix}/share/aclocal'
# LIBNOVA_MAJOR_VERSION='0'
# LIBNOVA_MICRO_VERSION='0'
# LIBNOVA_MINOR_VERSION='15'
# LIBNOVA_VERSION='0.15.0'
# LIBOBJS=''
# LIBS='-lm '
# LIBTOOL='$(SHELL) $(top_builddir)/libtool'
# LIPO=''
# LN_S='ln -s'
# LTLIBOBJS=''
# LT_RELEASE='0.15'
# LT_SYS_LIBRARY_PATH=''
# LT_VERSION='0'
# MAINT='#'
# MAINTAINER_MODE_FALSE=''
# MAINTAINER_MODE_TRUE='#'
# MAKEINFO='makeinfo'
# MANIFEST_TOOL=':'
# MKDIR_P='/usr/sbin/mkdir -p'
# NM='/usr/sbin/nm -B'
# NMEDIT=''
# OBJDUMP='objdump'
# OBJEXT='o'
# OTOOL64=''
# OTOOL=''
# PACKAGE='libnova'
# PACKAGE_BUGREPORT=''
# PACKAGE_NAME=''
# PACKAGE_STRING=''
# PACKAGE_TARNAME=''
# PACKAGE_URL=''
# PACKAGE_VERSION=''
# PATH_SEPARATOR=':'
# POW_LIB=''
# RANLIB='ranlib'
# SED='/usr/sbin/sed'
# SET_MAKE=''
# SHELL='/bin/sh'
# STRIP='strip'
# VERSION='0.15.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='${datarootdir}'
# datarootdir='${prefix}/share'
# docdir='${datarootdir}/doc/${PACKAGE}'
# dvidir='${docdir}'
# exec_prefix='${prefix}'
# host='x86_64-unknown-linux-gnu'
# host_alias='x86_64-unknown-linux'
# host_cpu='x86_64'
# host_os='linux-gnu'
# host_vendor='unknown'
# htmldir='${docdir}'
# includedir='${prefix}/include'
# infodir='${datarootdir}/info'
# install_sh='${SHELL} /tmp/libnova/src/libnova-0.15.0/install-sh'
# libdir='${exec_prefix}/lib'
# libexecdir='${exec_prefix}/libexec'
# localedir='${datarootdir}/locale'
# localstatedir='${prefix}/var'
# mandir='${datarootdir}/man'
# mkdir_p='$(MKDIR_P)'
# oldincludedir='/usr/include'
# pdfdir='${docdir}'
# prefix='/usr'
# program_transform_name='s,x,x,'
# psdir='${docdir}'
# sbindir='${exec_prefix}/sbin'
# sharedstatedir='${prefix}/com'
# sysconfdir='${prefix}/etc'
# target_alias=''
#
# ## ----------- ##
# ## confdefs.h. ##
# ## ----------- ##
#
# /* confdefs.h */
# #define PACKAGE_NAME ""
# #define PACKAGE_TARNAME ""
# #define PACKAGE_VERSION ""
# #define PACKAGE_STRING ""
# #define PACKAGE_BUGREPORT ""
# #define PACKAGE_URL ""
# #define PACKAGE "libnova"
# #define VERSION "0.15.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 HAVE_GETTIMEOFDAY 1
# #define HAVE_MODF 1
# #define HAVE_STRCHR 1
# #define HAVE_STRPBRK 1
# #define HAVE_STRTOL 1
# #define HAVE_TZSET 1
# #define HAVE_MALLOC_H 1
# #define HAVE_SYS_TIME_H 1
# #define HAVE_ALLOCA_H 1
# #define HAVE_ALLOCA 1
# #define TIME_WITH_SYS_TIME 1
# #define HAVE_LIBM 1
# #define HAVE_ROUND 1
# #define HAVE_COSL 1
# #define HAVE_SINL 1
# #define HAVE_ACOSL 1
# #define HAVE_ASINL 1
# #define HAVE_ATAN2L 1
# #define STDC_HEADERS 1
#
# configure: exit 0