Build of liboggz with musl toolchain

The build took 00h 01m 17s and was NOT successful.

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

SLOCLanguage
14,397 ansic
10,518 sh
5,954 makefile
30,869 total

The process tree of the build process is here.

List of Errors

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...

There were existing files in /sysroot, using those
# /sysroot/lib
# /sysroot/share
# /sysroot/bin
# /sysroot/include
# /sysroot/libexec

CMD: sudo -u tuscan PATH=/sysroot/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin CC=clang CXX=clang++ red makepkg --noextract --syncdeps --skipinteg --skippgpcheck --skipchecksums --noconfirm --nocolor --log --noprogressbar --nocheck
# ==> Making package: liboggz 1.1.1-4 (Wed Apr 5 01:20:31 UTC 2017)
# ==> Checking runtime dependencies...
# ==> Checking buildtime dependencies...
# ==> WARNING: Using existing $srcdir/ tree
# ==> Starting build()...
# configure: WARNING: If you wanted to set the --build type, don't use --host.
# If a cross compiler is detected then cross compile mode will be used.
# checking build system type... x86_64-unknown-linux-gnu
# checking host system type... x86_64-unknown-linux-gnu
# checking target system type... x86_64-unknown-linux-gnu
# checking for a BSD-compatible install... /usr/bin/install -c
# checking whether build environment is sane... yes
# 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 for x86_64-unknown-linux-gcc... clang
# 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... yes
# checking for suffix of object files... o
# checking whether we are using the GNU C compiler... yes
# checking whether clang accepts -g... yes
# checking for clang option to accept ISO C89... none needed
# checking for style of include used by make... GNU
# checking dependency style of clang... gcc3
# checking how to run the C preprocessor... clang -E
# checking whether ln -s works... yes
# checking whether make sets $(MAKE)... (cached) yes
# 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 clang... /sysroot/bin/ld
# checking if the linker (/sysroot/bin/ld) is GNU ld... yes
# checking for BSD- or MS-compatible name lister (nm)... /sysroot/bin/nm -B
# checking the name lister (/sysroot/bin/nm -B) interface... BSD nm
# checking the maximum length of command line arguments... 1572864
# checking whether the shell understands some XSI constructs... yes
# checking whether the shell understands "+="... yes
# checking for /sysroot/bin/ld option to reload object files... -r
# checking for x86_64-unknown-linux-objdump... no
# checking for objdump... objdump
# configure: WARNING: using cross tools not prefixed with host triplet
# checking how to recognize dependent libraries... pass_all
# checking for x86_64-unknown-linux-ar... no
# checking for ar... ar
# checking for x86_64-unknown-linux-strip... strip
# checking for x86_64-unknown-linux-ranlib... no
# checking for ranlib... ranlib
# checking command to parse /sysroot/bin/nm -B output from clang object... ok
# 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 clang supports -fno-rtti -fno-exceptions... yes
# checking for clang option to produce PIC... -fPIC -DPIC
# checking if clang PIC flag -fPIC -DPIC works... yes
# checking if clang static flag -static works... no
# checking if clang supports -c -o file.o... yes
# checking if clang supports -c -o file.o... (cached) yes
# checking whether the clang linker (/sysroot/bin/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... no
# checking for an ANSI C-conforming const... yes
# checking whether byte ordering is bigendian... no
# checking for ANSI C header files... (cached) yes
# checking fcntl.h usability... yes
# checking fcntl.h presence... yes
# checking for fcntl.h... yes
# checking for inttypes.h... (cached) yes
# checking for stdlib.h... (cached) yes
# checking for string.h... (cached) yes
# checking for sys/types.h... (cached) yes
# checking for unistd.h... (cached) yes
# checking for off_t... yes
# checking for size_t... yes
# checking if clang allows signed enums... no
# checking for memmove... yes
# checking for pkg-config... yes
# checking for doxygen... true
# checking for man2html... false
# checking for getopt in -lgetopt... no
# checking for getopt_long... yes
# checking for x86_64-unknown-linux-pkg-config... no
# checking for pkg-config... /usr/sbin/pkg-config
# checking pkg-config is at least version 0.9.0... yes
# checking for OGG... yes
# checking if ogg_page_bos() takes a const argument... no
# checking size of off_t... 8
# checking for ssize_t... yes
# checking size of ssize_t... 8
# checking for timezone... ok
# configure: creating ./config.status
# config.status: creating Makefile
# config.status: creating doc/Makefile
# config.status: creating doc/Doxyfile
# config.status: creating include/Makefile
# config.status: creating include/oggz/Makefile
# config.status: creating include/oggz/oggz_off_t_generated.h
# config.status: creating src/Makefile
# config.status: creating src/liboggz/Version_script
# config.status: creating src/liboggz/Makefile
# config.status: creating src/tools/Makefile
# config.status: creating src/tools/oggz-diff
# config.status: creating src/tools/oggz-chop/Makefile
# config.status: creating src/tests/Makefile
# config.status: creating src/examples/Makefile
# config.status: creating apache/oggz-chop.conf
# config.status: creating oggz.pc
# config.status: creating oggz-uninstalled.pc
# config.status: creating config.h
# config.status: executing depfiles commands
# config.status: executing libtool commands
#
# ------------------------------------------------------------------------
# liboggz 1.1.1: Automatic configuration OK.
#
# General configuration:
#
# Experimental code: ........... no
# Reading support: ............. yes
# Writing support: ............. yes
#
# Tools:
#
# oggz-dump oggz-info oggz-scan oggz-codecs
# oggz-rip oggz-merge oggz-chop oggz-comment oggz-sort oggz-validate
#
# Installation paths:
#
# liboggz: ..................... /usr/lib
# Tools: ....................... /usr/bin
# C header files: .............. /usr/include/oggz
# Documentation: ............... /usr/share/doc/liboggz
#
# Building:
#
# Type 'make' to compile liboggz.
#
# Type 'make install' to install liboggz.
#
# Type 'make check' to test liboggz using the unit and functional tests
# contained in the src/tests directory.
# (Valgrind testing not enabled)
#
# Example programs will be built but not installed.
# ------------------------------------------------------------------------
#
# make all-recursive
# make[1]: Entering directory '/tmp/liboggz/src/liboggz-1.1.1'
# Making all in doc
# make[2]: Entering directory '/tmp/liboggz/src/liboggz-1.1.1/doc'
# doxygen
# warning: Tag `DETAILS_AT_TOP' at line 163 of file `Doxyfile' has become obsolete.
# To avoid this warning please remove this line from your configuration file or upgrade it using "doxygen -u"
# warning: Tag `SHOW_DIRECTORIES' at line 444 of file `Doxyfile' has become obsolete.
# To avoid this warning please remove this line from your configuration file or upgrade it using "doxygen -u"
# warning: Tag `HTML_ALIGN_MEMBERS' at line 746 of file `Doxyfile' has become obsolete.
# To avoid this warning please remove this line from your configuration file or upgrade it using "doxygen -u"
# warning: Tag `XML_SCHEMA' at line 1011 of file `Doxyfile' has become obsolete.
# To avoid this warning please remove this line from your configuration file or upgrade it using "doxygen -u"
# warning: Tag `XML_DTD' at line 1017 of file `Doxyfile' has become obsolete.
# To avoid this warning please remove this line from your configuration file or upgrade it using "doxygen -u"
# Searching for include files...
# Searching for example files...
# Searching for files in directory /tmp/liboggz/src/liboggz-1.1.1/src/examples
# Searching for images...
# Searching for files in directory /tmp/liboggz/src/liboggz-1.1.1/doc
# Searching for dot files...
# Searching for msc files...
# Searching for dia files...
# Searching for files to exclude
# Searching INPUT for files to process...
# Searching for files in directory /tmp/liboggz/src/liboggz-1.1.1/include/oggz
# Reading and parsing tag files
# Parsing files
# Preprocessing /tmp/liboggz/src/liboggz-1.1.1/include/oggz/oggz.h...
# Parsing file /tmp/liboggz/src/liboggz-1.1.1/include/oggz/oggz.h...
# Preprocessing /tmp/liboggz/src/liboggz-1.1.1/include/oggz/oggz_comments.h...
# Parsing file /tmp/liboggz/src/liboggz-1.1.1/include/oggz/oggz_comments.h...
# Preprocessing /tmp/liboggz/src/liboggz-1.1.1/include/oggz/oggz_constants.h...
# Parsing file /tmp/liboggz/src/liboggz-1.1.1/include/oggz/oggz_constants.h...
# Preprocessing /tmp/liboggz/src/liboggz-1.1.1/include/oggz/oggz_deprecated.h...
# Parsing file /tmp/liboggz/src/liboggz-1.1.1/include/oggz/oggz_deprecated.h...
# Preprocessing /tmp/liboggz/src/liboggz-1.1.1/include/oggz/oggz_io.h...
# Parsing file /tmp/liboggz/src/liboggz-1.1.1/include/oggz/oggz_io.h...
# Preprocessing /tmp/liboggz/src/liboggz-1.1.1/include/oggz/oggz_off_t.h...
# Parsing file /tmp/liboggz/src/liboggz-1.1.1/include/oggz/oggz_off_t.h...
# Preprocessing /tmp/liboggz/src/liboggz-1.1.1/include/oggz/oggz_off_t_generated.h...
# Parsing file /tmp/liboggz/src/liboggz-1.1.1/include/oggz/oggz_off_t_generated.h...
# Preprocessing /tmp/liboggz/src/liboggz-1.1.1/include/oggz/oggz_packet.h...
# Parsing file /tmp/liboggz/src/liboggz-1.1.1/include/oggz/oggz_packet.h...
# Preprocessing /tmp/liboggz/src/liboggz-1.1.1/include/oggz/oggz_read.h...
# Parsing file /tmp/liboggz/src/liboggz-1.1.1/include/oggz/oggz_read.h...
# Preprocessing /tmp/liboggz/src/liboggz-1.1.1/include/oggz/oggz_seek.h...
# Parsing file /tmp/liboggz/src/liboggz-1.1.1/include/oggz/oggz_seek.h...
# Preprocessing /tmp/liboggz/src/liboggz-1.1.1/include/oggz/oggz_stream.h...
# Parsing file /tmp/liboggz/src/liboggz-1.1.1/include/oggz/oggz_stream.h...
# Preprocessing /tmp/liboggz/src/liboggz-1.1.1/include/oggz/oggz_table.h...
# Parsing file /tmp/liboggz/src/liboggz-1.1.1/include/oggz/oggz_table.h...
# Preprocessing /tmp/liboggz/src/liboggz-1.1.1/include/oggz/oggz_write.h...
# Parsing file /tmp/liboggz/src/liboggz-1.1.1/include/oggz/oggz_write.h...
# Building group list...
# Building directory list...
# Building namespace list...
# Building file list...
# Building class list...
# Associating documentation with classes...
# Computing nesting relations for classes...
# Building example list...
# Searching for enumerations...
# Searching for documented typedefs...
# Searching for members imported via using declarations...
# Searching for included using directives...
# Searching for documented variables...
# Building interface member list...
# Building member list...
# Searching for friends...
# Searching for documented defines...
# Computing class inheritance relations...
# Computing class usage relations...
# Flushing cached template relations that have become invalid...
# Creating members for template instances...
# Computing class relations...
# Add enum values to enums...
# Searching for member function documentation...
# Building page list...
# Search for main page...
# Computing page relations...
# Determining the scope of groups...
# Sorting lists...
# Freeing entry tree
# Determining which enums are documented
# Computing member relations...
# Building full member lists recursively...
# Adding members to member groups.
# Computing member references...
# Inheriting documentation...
# Generating disk names...
# Adding source references...
# Adding xrefitems...
# Sorting member lists...
# Computing dependencies between directories...
# Generating citations page...
# Counting data structures...
# Resolving user defined references...
# Finding anchors and sections in the documentation...
# Transferring function references...
# Combining using relations...
# Adding members to index pages...
# Generating style sheet...
# Generating search indices...
# Generating example doc/tmp/liboggz/src/liboggz-1.1.1/include/oggz/oggz_comments.h:279: warning: Member oggz_comments_copy(OGGZ *src, long src_serialno, OGGZ *dest, long dest_serialno) (function) of file oggz_comments.h is not documented.
# /tmp/liboggz/src/liboggz-1.1.1/include/oggz/oggz_constants.h:81: warning: Member OggzStopCtl (enumeration) of file oggz_constants.h is not documented.
# /tmp/liboggz/src/liboggz-1.1.1/include/oggz/oggz_off_t_generated.h:64: warning: Member PRI_OGGZ_OFF_T (macro definition) of file oggz_off_t_generated.h is not documented.
# /tmp/liboggz/src/liboggz-1.1.1/include/oggz/oggz.h:264: warning: explicit link request to 'A' could not be resolved
# /tmp/liboggz/src/liboggz-1.1.1/include/oggz/oggz.h:264: warning: explicit link request to 'B' could not be resolved
# /tmp/liboggz/src/liboggz-1.1.1/include/oggz/oggz.h:264: warning: explicit link request to 'C' could not be resolved
# /tmp/liboggz/src/liboggz-1.1.1/include/oggz/oggz.h:264: warning: explicit link request to 'D' could not be resolved
# umentation...
# Generating file sources...
# Generating code for file oggz.h...
# Generating code for file oggz_comments.h...
# Generating code for file oggz_constants.h...
# Generating code for file oggz_deprecated.h...
# Generating code for file oggz_io.h...
# Generating code for file oggz_off_t.h...
# Generating code for file oggz_off_t_generated.h...
# Generating code for file oggz_packet.h...
# Generating code for file oggz_read.h...
# Generating code for file oggz_seek.h...
# Generating code for file oggz_stream.h...
# Generating code for file oggz_table.h...
# Generating code for file oggz_write.h...
# Generating file documentation...
# Generating docs for file oggz.h...
# Generating docs for file oggz_comments.h...
# Generating docs for file oggz_constants.h...
# Generating docs for file oggz_deprecated.h...
# Generating docs for file oggz_io.h...
# Generating docs for file oggz_off_t.h...
# Generating docs for file oggz_off_t_generated.h...
# Generating docs for file oggz_packet.h...
# Generating docs for file oggz_read.h...
# Generating docs for file oggz_seek.h...
# Generating docs for file oggz_stream.h...
# Generating docs for file oggz_table.h...
# Generating docs for file oggz_write.h...
# Generating page documentation...
# Generating group documentation...
# Generating class documentation...
# Generating docs for compound oggz_packet...
# Generating docs for compound oggz_position...
# Generating docs for compound OggzComment...
# Generating namespace index...
# Generating graph info page...
# Generating directory documentation...
# Generating index page...
# Generating page index...
# Generating module index...
# Generating namespace index...
# Generating namespace member index...
# Generating annotated compound index...
# Generating alphabetical compound index...
# Generating hierarchical class index...
# Generating member index...
# Generating file index...
# Generating file member index...
# Generating example index...
# finalizing index lists...
# writing tag file...
# lookup cache used 161/65536 hits=713 misses=162
# finished...
# touch doxygen-build.stamp
# make[2]: Leaving directory '/tmp/liboggz/src/liboggz-1.1.1/doc'
# Making all in include
# make[2]: Entering directory '/tmp/liboggz/src/liboggz-1.1.1/include'
# Making all in oggz
# make[3]: Entering directory '/tmp/liboggz/src/liboggz-1.1.1/include/oggz'
# make all-am
# make[4]: Entering directory '/tmp/liboggz/src/liboggz-1.1.1/include/oggz'
# make[4]: Nothing to be done for 'all-am'.
# make[4]: Leaving directory '/tmp/liboggz/src/liboggz-1.1.1/include/oggz'
# make[3]: Leaving directory '/tmp/liboggz/src/liboggz-1.1.1/include/oggz'
# make[3]: Entering directory '/tmp/liboggz/src/liboggz-1.1.1/include'
# make[3]: Nothing to be done for 'all-am'.
# make[3]: Leaving directory '/tmp/liboggz/src/liboggz-1.1.1/include'
# make[2]: Leaving directory '/tmp/liboggz/src/liboggz-1.1.1/include'
# Making all in src
# make[2]: Entering directory '/tmp/liboggz/src/liboggz-1.1.1/src'
# Making all in liboggz
# make[3]: Entering directory '/tmp/liboggz/src/liboggz-1.1.1/src/liboggz'
# /bin/sh ../../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../include -I../../include -I../../src/liboggz -Wall -Wextra -g -std=gnu99 -Wdeclaration-after-statement -Wno-unused -MT oggz.lo -MD -MP -MF .deps/oggz.Tpo -c -o oggz.lo oggz.c
# /bin/sh ../../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../include -I../../include -I../../src/liboggz -Wall -Wextra -g -std=gnu99 -Wdeclaration-after-statement -Wno-unused -MT oggz_comments.lo -MD -MP -MF .deps/oggz_comments.Tpo -c -o oggz_comments.lo oggz_comments.c
# /bin/sh ../../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../include -I../../include -I../../src/liboggz -Wall -Wextra -g -std=gnu99 -Wdeclaration-after-statement -Wno-unused -MT oggz_io.lo -MD -MP -MF .deps/oggz_io.Tpo -c -o oggz_io.lo oggz_io.c
# /bin/sh ../../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../include -I../../include -I../../src/liboggz -Wall -Wextra -g -std=gnu99 -Wdeclaration-after-statement -Wno-unused -MT oggz_read.lo -MD -MP -MF .deps/oggz_read.Tpo -c -o oggz_read.lo oggz_read.c
# libtool: compile: clang -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../include -I../../include -I../../src/liboggz -Wall -Wextra -g -std=gnu99 -Wdeclaration-after-statement -Wno-unused -MT oggz_read.lo -MD -MP -MF .deps/oggz_read.Tpo -c oggz_read.c -fPIC -DPIC -o .libs/oggz_read.o
# libtool: compile: clang -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../include -I../../include -I../../src/liboggz -Wall -Wextra -g -std=gnu99 -Wdeclaration-after-statement -Wno-unused -MT oggz_io.lo -MD -MP -MF .deps/oggz_io.Tpo -c oggz_io.c -fPIC -DPIC -o .libs/oggz_io.o
# libtool: compile: clang -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../include -I../../include -I../../src/liboggz -Wall -Wextra -g -std=gnu99 -Wdeclaration-after-statement -Wno-unused -MT oggz.lo -MD -MP -MF .deps/oggz.Tpo -c oggz.c -fPIC -DPIC -o .libs/oggz.o
# libtool: compile: clang -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../include -I../../include -I../../src/liboggz -Wall -Wextra -g -std=gnu99 -Wdeclaration-after-statement -Wno-unused -MT oggz_comments.lo -MD -MP -MF .deps/oggz_comments.Tpo -c oggz_comments.c -fPIC -DPIC -o .libs/oggz_comments.o
# In file included from oggz_comments.c:45:
# ./oggz_private.h:39:10: fatal error: 'ogg/ogg.h' file not found
# #include
# ^
# In file included from oggz_io.c:47:
# ./oggz_private.h:39:10: fatal error: 'ogg/ogg.h' file not found
# #include
# ^
# oggz_read.c:58:10: fatal error: 'ogg/ogg.h' file not found
# #include
# ^
# 1 error generated.
# 1 error generated.
# 1 error generated.
# oggz.c:50:10: fatal error: 'ogg/ogg.h' file not found
# #include
# ^
# make[3]: *** [Makefile:369: oggz_comments.lo] Error 1
# make[3]: *** Waiting for unfinished jobs....
# make[3]: *** [Makefile:369: oggz_read.lo] Error 1
# make[3]: *** [Makefile:369: oggz_io.lo] Error 1
# 1 error generated.
# make[3]: *** [Makefile:369: oggz.lo] Error 1
# make[3]: Leaving directory '/tmp/liboggz/src/liboggz-1.1.1/src/liboggz'
# make[2]: *** [Makefile:276: all-recursive] Error 1
# make[2]: Leaving directory '/tmp/liboggz/src/liboggz-1.1.1/src'
# make[1]: *** [Makefile:488: all-recursive] Error 1
# make[1]: Leaving directory '/tmp/liboggz/src/liboggz-1.1.1'
# make: *** [Makefile:391: all] Error 2
# ==> ERROR: A failure occurred in build().
# Aborting...

Printing config logfiles

CMD: config logfiles '/tmp/liboggz/src/liboggz-1.1.1/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.65. Invocation command line was
#
# $ ./configure --host=x86_64-unknown-linux --prefix=/usr --enable-static=no
#
# ## --------- ##
# ## Platform. ##
# ## --------- ##
#
# hostname = a5e9ae0e832d
# uname -m = x86_64
# uname -r = 4.10.6-1-ARCH
# uname -s = Linux
# uname -v = #1 SMP PREEMPT Mon Mar 27 08:28:22 CEST 2017
#
# /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: /sysroot/bin
# PATH: /usr/local/sbin
# PATH: /usr/local/bin
# PATH: /usr/sbin
# PATH: /usr/bin
# PATH: /sbin
# PATH: /bin
#
#
# ## ----------- ##
# ## Core tests. ##
# ## ----------- ##
#
# configure:2621: checking build system type
# configure:2635: result: x86_64-unknown-linux-gnu
# configure:2655: checking host system type
# configure:2668: result: x86_64-unknown-linux-gnu
# configure:2688: checking target system type
# configure:2701: result: x86_64-unknown-linux-gnu
# configure:2744: checking for a BSD-compatible install
# configure:2812: result: /usr/bin/install -c
# configure:2823: checking whether build environment is sane
# configure:2873: result: yes
# configure:2922: checking for x86_64-unknown-linux-strip
# configure:2952: result: no
# configure:2962: checking for strip
# configure:2978: found /sysroot/bin/strip
# configure:2989: result: strip
# configure:3014: checking for a thread-safe mkdir -p
# configure:3053: result: /usr/sbin/mkdir -p
# configure:3066: checking for gawk
# configure:3082: found /usr/sbin/gawk
# configure:3093: result: gawk
# configure:3104: checking whether make sets $(MAKE)
# configure:3126: result: yes
# configure:3238: checking for x86_64-unknown-linux-gcc
# configure:3265: result: clang
# configure:3534: checking for C compiler version
# configure:3543: clang --version >&5
# clang version 3.8.1
# Target: x86_64-unknown-linux-gnu
# Thread model: posix
# InstalledDir: /
# configure:3554: $? = 0
# configure:3543: clang -v >&5
# clang version 3.8.1
# Target: x86_64-unknown-linux-gnu
# Thread model: posix
# InstalledDir: /
# Found candidate GCC installation: //../lib/gcc/x86_64-pc-linux-gnu/6.1.1
# Found candidate GCC installation: //../lib64/gcc/x86_64-pc-linux-gnu/6.1.1
# Selected GCC installation: //../lib64/gcc/x86_64-pc-linux-gnu/6.1.1
# Candidate multilib: .;@m64
# Selected multilib: .;@m64
# configure:3554: $? = 0
# configure:3543: clang -V >&5
# clang-3.8: error: argument to '-V' is missing (expected 1 value)
# clang-3.8: error: no input files
# configure:3554: $? = 1
# configure:3543: clang -qversion >&5
# clang-3.8: error: unknown argument: '-qversion'
# clang-3.8: error: no input files
# configure:3554: $? = 1
# configure:3574: checking whether the C compiler works
# configure:3596: clang conftest.c >&5
# configure:3600: $? = 0
# configure:3649: result: yes
# configure:3652: checking for C compiler default output file name
# configure:3654: result: a.out
# configure:3660: checking for suffix of executables
# configure:3667: clang -o conftest conftest.c >&5
# configure:3671: $? = 0
# configure:3693: result:
# configure:3715: checking whether we are cross compiling
# configure:3723: clang -o conftest conftest.c >&5
# configure:3727: $? = 0
# configure:3734: ./conftest
# ./conftest: error while loading shared libraries: /usr/lib/libc.so: invalid ELF header
# configure:3738: $? = 127
# configure:3753: result: yes
# configure:3758: checking for suffix of object files
# configure:3780: clang -c conftest.c >&5
# configure:3784: $? = 0
# configure:3805: result: o
# configure:3809: checking whether we are using the GNU C compiler
# configure:3828: clang -c conftest.c >&5
# configure:3828: $? = 0
# configure:3837: result: yes
# configure:3846: checking whether clang accepts -g
# configure:3866: clang -c -g conftest.c >&5
# configure:3866: $? = 0
# configure:3907: result: yes
# configure:3924: checking for clang option to accept ISO C89
# configure:3988: clang -c conftest.c >&5
# configure:3988: $? = 0
# configure:4001: result: none needed
# configure:4032: checking for style of include used by make
# configure:4060: result: GNU
# configure:4085: checking dependency style of clang
# configure:4195: result: gcc3
# configure:4215: checking how to run the C preprocessor
# configure:4246: clang -E conftest.c
# configure:4246: $? = 0
# configure:4260: clang -E conftest.c
# conftest.c:11:10: fatal error: 'ac_nonexistent.h' file not found
# #include
# ^
# 1 error generated.
# configure:4260: $? = 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 "liboggz"
# | #define VERSION "1.1.1"
# | /* end confdefs.h. */
# | #include
# configure:4285: result: clang -E
# configure:4305: clang -E conftest.c
# configure:4305: $? = 0
# configure:4319: clang -E conftest.c
# conftest.c:11:10: fatal error: 'ac_nonexistent.h' file not found
# #include
# ^
# 1 error generated.
# configure:4319: $? = 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 "liboggz"
# | #define VERSION "1.1.1"
# | /* end confdefs.h. */
# | #include
# configure:4348: checking whether ln -s works
# configure:4352: result: yes
# configure:4359: checking whether make sets $(MAKE)
# configure:4381: result: yes
# configure:4415: checking for a sed that does not truncate output
# configure:4479: result: /usr/sbin/sed
# configure:4497: checking for grep that handles long lines and -e
# configure:4555: result: /usr/sbin/grep
# configure:4560: checking for egrep
# configure:4622: result: /usr/sbin/grep -E
# configure:4627: checking for fgrep
# configure:4689: result: /usr/sbin/grep -F
# configure:4724: checking for ld used by clang
# configure:4791: result: /sysroot/bin/ld
# configure:4798: checking if the linker (/sysroot/bin/ld) is GNU ld
# configure:4813: result: yes
# configure:4825: checking for BSD- or MS-compatible name lister (nm)
# configure:4874: result: /sysroot/bin/nm -B
# configure:4992: checking the name lister (/sysroot/bin/nm -B) interface
# configure:4999: clang -c conftest.c >&5
# configure:5002: /sysroot/bin/nm -B "conftest.o"
# configure:5005: output
# 0000000000000000 B some_variable
# configure:5012: result: BSD nm
# configure:5016: checking the maximum length of command line arguments
# configure:5136: result: 1572864
# configure:5153: checking whether the shell understands some XSI constructs
# configure:5163: result: yes
# configure:5167: checking whether the shell understands "+="
# configure:5173: result: yes
# configure:5208: checking for /sysroot/bin/ld option to reload object files
# configure:5215: result: -r
# configure:5244: checking for x86_64-unknown-linux-objdump
# configure:5274: result: no
# configure:5284: checking for objdump
# configure:5300: found /sysroot/bin/objdump
# configure:5311: result: objdump
# configure:5323: WARNING: using cross tools not prefixed with host triplet
# configure:5343: checking how to recognize dependent libraries
# configure:5539: result: pass_all
# configure:5559: checking for x86_64-unknown-linux-ar
# configure:5589: result: no
# configure:5599: checking for ar
# configure:5615: found /sysroot/bin/ar
# configure:5626: result: ar
# configure:5664: checking for x86_64-unknown-linux-strip
# configure:5691: result: strip
# configure:5763: checking for x86_64-unknown-linux-ranlib
# configure:5793: result: no
# configure:5803: checking for ranlib
# configure:5819: found /sysroot/bin/ranlib
# configure:5830: result: ranlib
# configure:5920: checking command to parse /sysroot/bin/nm -B output from clang object
# configure:6038: clang -c conftest.c >&5
# configure:6041: $? = 0
# configure:6045: /sysroot/bin/nm -B conftest.o \| sed -n -e 's/^.*[ ]\([ABCDGIRSTW][ABCDGIRSTW]*\)[ ][ ]*\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2 \2/p' \> conftest.nm
# configure:6048: $? = 0
# configure:6102: clang -o conftest conftest.c conftstm.o >&5
# configure:6105: $? = 0
# configure:6143: result: ok
# configure:6239: clang -c conftest.c >&5
# configure:6242: $? = 0
# configure:6948: checking for ANSI C header files
# configure:6968: clang -c conftest.c >&5
# configure:6968: $? = 0
# configure:7052: result: yes
# configure:7065: checking for sys/types.h
# configure:7065: clang -c conftest.c >&5
# configure:7065: $? = 0
# configure:7065: result: yes
# configure:7065: checking for sys/stat.h
# configure:7065: clang -c conftest.c >&5
# configure:7065: $? = 0
# configure:7065: result: yes
# configure:7065: checking for stdlib.h
# configure:7065: clang -c conftest.c >&5
# configure:7065: $? = 0
# configure:7065: result: yes
# configure:7065: checking for string.h
# configure:7065: clang -c conftest.c >&5
# configure:7065: $? = 0
# configure:7065: result: yes
# configure:7065: checking for memory.h
# configure:7065: clang -c conftest.c >&5
# configure:7065: $? = 0
# configure:7065: result: yes
# configure:7065: checking for strings.h
# configure:7065: clang -c conftest.c >&5
# configure:7065: $? = 0
# configure:7065: result: yes
# configure:7065: checking for inttypes.h
# configure:7065: clang -c conftest.c >&5
# configure:7065: $? = 0
# configure:7065: result: yes
# configure:7065: checking for stdint.h
# configure:7065: clang -c conftest.c >&5
# configure:7065: $? = 0
# configure:7065: result: yes
# configure:7065: checking for unistd.h
# configure:7065: clang -c conftest.c >&5
# configure:7065: $? = 0
# configure:7065: result: yes
# configure:7080: checking for dlfcn.h
# configure:7080: clang -c conftest.c >&5
# configure:7080: $? = 0
# configure:7080: result: yes
# configure:7264: checking for objdir
# configure:7279: result: .libs
# configure:7571: checking if clang supports -fno-rtti -fno-exceptions
# configure:7589: clang -c -fno-rtti -fno-exceptions conftest.c >&5
# configure:7593: $? = 0
# configure:7606: result: yes
# configure:7626: checking for clang option to produce PIC
# configure:7898: result: -fPIC -DPIC
# configure:7910: checking if clang PIC flag -fPIC -DPIC works
# configure:7928: clang -c -fPIC -DPIC -DPIC conftest.c >&5
# configure:7932: $? = 0
# configure:7945: result: yes
# configure:7969: checking if clang static flag -static works
# configure:7997: result: no
# configure:8012: checking if clang supports -c -o file.o
# configure:8033: clang -c -o out/conftest2.o conftest.c >&5
# configure:8037: $? = 0
# configure:8059: result: yes
# configure:8067: checking if clang supports -c -o file.o
# configure:8114: result: yes
# configure:8147: checking whether the clang linker (/sysroot/bin/ld -m elf_x86_64) supports shared libraries
# configure:9138: result: yes
# configure:9175: checking whether -lc should be explicitly linked in
# configure:9180: clang -c conftest.c >&5
# configure:9183: $? = 0
# configure:9198: clang -shared conftest.o -v -Wl,-soname -Wl,conftest -o conftest 2\>\&1 \| /usr/sbin/grep -lc \>/dev/null 2\>\&1
# configure:9201: $? = 0
# configure:9213: result: no
# configure:9377: checking dynamic linker characteristics
# configure:9810: clang -o conftest -Wl,-rpath -Wl,/foo conftest.c >&5
# configure:9810: $? = 0
# configure:10040: result: GNU/Linux ld.so
# configure:10142: checking how to hardcode library paths into programs
# configure:10167: result: immediate
# configure:10687: checking whether stripping libraries is possible
# configure:10692: result: yes
# configure:10727: checking if libtool supports shared libraries
# configure:10729: result: yes
# configure:10732: checking whether to build shared libraries
# configure:10753: result: yes
# configure:10756: checking whether to build static libraries
# configure:10760: result: no
# configure:10796: checking for an ANSI C-conforming const
# configure:10861: clang -c conftest.c >&5
# configure:10861: $? = 0
# configure:10868: result: yes
# configure:10876: checking whether byte ordering is bigendian
# configure:10891: clang -c conftest.c >&5
# conftest.c:24:9: error: unknown type name 'not'
# not a universal capable compiler
# ^
# conftest.c:24:14: error: expected ';' after top level declarator
# not a universal capable compiler
# ^
# ;
# 2 errors generated.
# configure:10891: $? = 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 "liboggz"
# | #define VERSION "1.1.1"
# | #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/"
# | /* end confdefs.h. */
# | #ifndef __APPLE_CC__
# | not a universal capable compiler
# | #endif
# | typedef int dummy;
# |
# configure:10936: clang -c conftest.c >&5
# configure:10936: $? = 0
# configure:10954: clang -c conftest.c >&5
# conftest.c:30:4: error: use of undeclared identifier 'not'
# not big endian
# ^
# 1 error generated.
# configure:10954: $? = 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 "liboggz"
# | #define VERSION "1.1.1"
# | #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/"
# | /* end confdefs.h. */
# | #include
# | #include
# |
# | int
# | main ()
# | {
# | #if BYTE_ORDER != BIG_ENDIAN
# | not big endian
# | #endif
# |
# | ;
# | return 0;
# | }
# configure:11082: result: no
# configure:11105: checking for ANSI C header files
# configure:11209: result: yes
# configure:11220: checking fcntl.h usability
# configure:11220: clang -c conftest.c >&5
# configure:11220: $? = 0
# configure:11220: result: yes
# configure:11220: checking fcntl.h presence
# configure:11220: clang -E conftest.c
# configure:11220: $? = 0
# configure:11220: result: yes
# configure:11220: checking for fcntl.h
# configure:11220: result: yes
# configure:11220: checking for inttypes.h
# configure:11220: result: yes
# configure:11220: checking for stdlib.h
# configure:11220: result: yes
# configure:11220: checking for string.h
# configure:11220: result: yes
# configure:11220: checking for sys/types.h
# configure:11220: result: yes
# configure:11220: checking for unistd.h
# configure:11220: result: yes
# configure:11233: checking for off_t
# configure:11233: clang -c conftest.c >&5
# configure:11233: $? = 0
# configure:11233: clang -c conftest.c >&5
# conftest.c:66:20: error: expected expression
# if (sizeof ((off_t)))
# ^
# 1 error generated.
# configure:11233: $? = 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 "liboggz"
# | #define VERSION "1.1.1"
# | #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_FCNTL_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_UNISTD_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 ((off_t)))
# | return 0;
# | ;
# | return 0;
# | }
# configure:11233: result: yes
# configure:11244: checking for size_t
# configure:11244: clang -c conftest.c >&5
# configure:11244: $? = 0
# configure:11244: clang -c conftest.c >&5
# conftest.c:66:21: error: expected expression
# if (sizeof ((size_t)))
# ^
# 1 error generated.
# configure:11244: $? = 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 "liboggz"
# | #define VERSION "1.1.1"
# | #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_FCNTL_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_UNISTD_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:11244: result: yes
# configure:11256: checking if clang allows signed enums
# configure:11277: clang -c -Wall -Wextra -Werror conftest.c >&5
# conftest.c:36:16: error: function definition is not allowed here
# {
# ^
# 1 error generated.
# configure:11277: $? = 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 "liboggz"
# | #define VERSION "1.1.1"
# | #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_FCNTL_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_UNISTD_H 1
# | /* end confdefs.h. */
# |
# | int
# | main ()
# | {
# |
# | void t (void)
# | {
# | enum {A, B} a=A;
# | if (a < 0) {}
# | }
# | ;
# | return 0;
# | }
# configure:11284: result: no
# configure:11293: checking for memmove
# configure:11293: clang -o conftest conftest.c >&5
# conftest.c:53:6: warning: incompatible redeclaration of library function 'memmove' [-Wincompatible-library-redeclaration]
# char memmove ();
# ^
# conftest.c:53:6: note: 'memmove' is a builtin with type 'void *(void *, const void *, unsigned long)'
# 1 warning generated.
# configure:11293: $? = 0
# configure:11293: result: yes
# configure:11306: checking for pkg-config
# configure:11322: found /usr/sbin/pkg-config
# configure:11333: result: yes
# configure:11345: checking for doxygen
# configure:11361: found /usr/sbin/doxygen
# configure:11373: result: true
# configure:11397: checking for man2html
# configure:11425: result: false
# configure:11512: checking for getopt in -lgetopt
# configure:11537: clang -o conftest conftest.c -lgetopt >&5
# /sysroot/bin/ld: error: cannot find -lgetopt
# clang-3.8: error: linker command failed with exit code 1 (use -v to see invocation)
# configure:11537: $? = 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 "liboggz"
# | #define VERSION "1.1.1"
# | #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_FCNTL_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_MEMMOVE 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 getopt ();
# | int
# | main ()
# | {
# | return getopt ();
# | ;
# | return 0;
# | }
# configure:11546: result: no
# configure:11559: checking for getopt_long
# configure:11559: clang -o conftest conftest.c >&5
# configure:11559: $? = 0
# configure:11559: result: yes
# configure:11666: checking for x86_64-unknown-linux-pkg-config
# configure:11699: result: no
# configure:11709: checking for pkg-config
# configure:11727: found /usr/sbin/pkg-config
# configure:11739: result: /usr/sbin/pkg-config
# configure:11764: checking pkg-config is at least version 0.9.0
# configure:11767: result: yes
# configure:11778: checking for OGG
# configure:11786: $PKG_CONFIG --exists --print-errors "ogg >= 1.0"
# configure:11789: $? = 0
# configure:11804: $PKG_CONFIG --exists --print-errors "ogg >= 1.0"
# configure:11807: $? = 0
# configure:11843: result: yes
# configure:12068: checking if ogg_page_bos() takes a const argument
# configure:12086: clang -c -Wall -Werror conftest.c >&5
# conftest.c:34:10: fatal error: 'ogg/ogg.h' file not found
# #include
# ^
# 1 error generated.
# configure:12086: $? = 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 "liboggz"
# | #define VERSION "1.1.1"
# | #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_FCNTL_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_MEMMOVE 1
# | #define HAVE_GETOPT_LONG /**/
# | #define OGGZ_CONFIG_READ 1
# | #define OGGZ_CONFIG_WRITE 1
# | /* end confdefs.h. */
# | #include
# | int
# | main ()
# | {
# | int f(const ogg_page * cog){return ogg_page_bos(cog);}
# | ;
# | return 0;
# | }
# configure:12093: result: no
# configure:12109: checking size of off_t
# configure:12114: clang -c conftest.c >&5
# configure:12114: $? = 0
# configure:12114: clang -c conftest.c >&5
# conftest.c:70:24: error: 'test_array' declared as an array with a negative size
# static int test_array [1 - 2 * !(((long int) (sizeof (off_t))) <= 0)];
# ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
# 1 error generated.
# configure:12114: $? = 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 "liboggz"
# | #define VERSION "1.1.1"
# | #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_FCNTL_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_MEMMOVE 1
# | #define HAVE_GETOPT_LONG /**/
# | #define OGGZ_CONFIG_READ 1
# | #define OGGZ_CONFIG_WRITE 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 ()
# | {
# | static int test_array [1 - 2 * !(((long int) (sizeof (off_t))) <= 0)];
# | test_array [0] = 0
# |
# | ;
# | return 0;
# | }
# configure:12114: clang -c conftest.c >&5
# conftest.c:70:24: error: 'test_array' declared as an array with a negative size
# static int test_array [1 - 2 * !(((long int) (sizeof (off_t))) <= 1)];
# ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
# 1 error generated.
# configure:12114: $? = 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 "liboggz"
# | #define VERSION "1.1.1"
# | #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_FCNTL_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_MEMMOVE 1
# | #define HAVE_GETOPT_LONG /**/
# | #define OGGZ_CONFIG_READ 1
# | #define OGGZ_CONFIG_WRITE 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 ()
# | {
# | static int test_array [1 - 2 * !(((long int) (sizeof (off_t))) <= 1)];
# | test_array [0] = 0
# |
# | ;
# | return 0;
# | }
# configure:12114: clang -c conftest.c >&5
# conftest.c:70:24: error: 'test_array' declared as an array with a negative size
# static int test_array [1 - 2 * !(((long int) (sizeof (off_t))) <= 3)];
# ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
# 1 error generated.
# configure:12114: $? = 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 "liboggz"
# | #define VERSION "1.1.1"
# | #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_FCNTL_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_MEMMOVE 1
# | #define HAVE_GETOPT_LONG /**/
# | #define OGGZ_CONFIG_READ 1
# | #define OGGZ_CONFIG_WRITE 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 ()
# | {
# | static int test_array [1 - 2 * !(((long int) (sizeof (off_t))) <= 3)];
# | test_array [0] = 0
# |
# | ;
# | return 0;
# | }
# configure:12114: clang -c conftest.c >&5
# conftest.c:70:24: error: 'test_array' declared as an array with a negative size
# static int test_array [1 - 2 * !(((long int) (sizeof (off_t))) <= 7)];
# ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
# 1 error generated.
# configure:12114: $? = 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 "liboggz"
# | #define VERSION "1.1.1"
# | #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_FCNTL_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_MEMMOVE 1
# | #define HAVE_GETOPT_LONG /**/
# | #define OGGZ_CONFIG_READ 1
# | #define OGGZ_CONFIG_WRITE 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 ()
# | {
# | static int test_array [1 - 2 * !(((long int) (sizeof (off_t))) <= 7)];
# | test_array [0] = 0
# |
# | ;
# | return 0;
# | }
# configure:12114: clang -c conftest.c >&5
# configure:12114: $? = 0
# configure:12114: clang -c conftest.c >&5
# configure:12114: $? = 0
# configure:12114: clang -c conftest.c >&5
# configure:12114: $? = 0
# configure:12114: clang -c conftest.c >&5
# configure:12114: $? = 0
# configure:12129: result: 8
# configure:12627: checking for ssize_t
# configure:12627: clang -c conftest.c >&5
# configure:12627: $? = 0
# configure:12627: clang -c conftest.c >&5
# conftest.c:73:22: error: expected expression
# if (sizeof ((ssize_t)))
# ^
# 1 error generated.
# configure:12627: $? = 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 "liboggz"
# | #define VERSION "1.1.1"
# | #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_FCNTL_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_MEMMOVE 1
# | #define HAVE_GETOPT_LONG /**/
# | #define OGGZ_CONFIG_READ 1
# | #define OGGZ_CONFIG_WRITE 1
# | #define SIZEOF_OFF_T 8
# | #define SIZEOF_OGGZ_OFF_T 8
# | #define OGGZ_OFF_MAX 0x7FFFFFFFFFFFFFFFLL
# | /* 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 ((ssize_t)))
# | return 0;
# | ;
# | return 0;
# | }
# configure:12627: result: yes
# configure:12641: checking size of ssize_t
# configure:12646: clang -c conftest.c >&5
# configure:12646: $? = 0
# configure:12646: clang -c conftest.c >&5
# conftest.c:74:24: error: 'test_array' declared as an array with a negative size
# static int test_array [1 - 2 * !(((long int) (sizeof (ssize_t))) <= 0)];
# ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
# 1 error generated.
# configure:12646: $? = 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 "liboggz"
# | #define VERSION "1.1.1"
# | #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_FCNTL_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_MEMMOVE 1
# | #define HAVE_GETOPT_LONG /**/
# | #define OGGZ_CONFIG_READ 1
# | #define OGGZ_CONFIG_WRITE 1
# | #define SIZEOF_OFF_T 8
# | #define SIZEOF_OGGZ_OFF_T 8
# | #define OGGZ_OFF_MAX 0x7FFFFFFFFFFFFFFFLL
# | #define HAVE_SSIZE_T 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 ()
# | {
# | static int test_array [1 - 2 * !(((long int) (sizeof (ssize_t))) <= 0)];
# | test_array [0] = 0
# |
# | ;
# | return 0;
# | }
# configure:12646: clang -c conftest.c >&5
# conftest.c:74:24: error: 'test_array' declared as an array with a negative size
# static int test_array [1 - 2 * !(((long int) (sizeof (ssize_t))) <= 1)];
# ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
# 1 error generated.
# configure:12646: $? = 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 "liboggz"
# | #define VERSION "1.1.1"
# | #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_FCNTL_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_MEMMOVE 1
# | #define HAVE_GETOPT_LONG /**/
# | #define OGGZ_CONFIG_READ 1
# | #define OGGZ_CONFIG_WRITE 1
# | #define SIZEOF_OFF_T 8
# | #define SIZEOF_OGGZ_OFF_T 8
# | #define OGGZ_OFF_MAX 0x7FFFFFFFFFFFFFFFLL
# | #define HAVE_SSIZE_T 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 ()
# | {
# | static int test_array [1 - 2 * !(((long int) (sizeof (ssize_t))) <= 1)];
# | test_array [0] = 0
# |
# | ;
# | return 0;
# | }
# configure:12646: clang -c conftest.c >&5
# conftest.c:74:24: error: 'test_array' declared as an array with a negative size
# static int test_array [1 - 2 * !(((long int) (sizeof (ssize_t))) <= 3)];
# ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
# 1 error generated.
# configure:12646: $? = 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 "liboggz"
# | #define VERSION "1.1.1"
# | #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_FCNTL_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_MEMMOVE 1
# | #define HAVE_GETOPT_LONG /**/
# | #define OGGZ_CONFIG_READ 1
# | #define OGGZ_CONFIG_WRITE 1
# | #define SIZEOF_OFF_T 8
# | #define SIZEOF_OGGZ_OFF_T 8
# | #define OGGZ_OFF_MAX 0x7FFFFFFFFFFFFFFFLL
# | #define HAVE_SSIZE_T 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 ()
# | {
# | static int test_array [1 - 2 * !(((long int) (sizeof (ssize_t))) <= 3)];
# | test_array [0] = 0
# |
# | ;
# | return 0;
# | }
# configure:12646: clang -c conftest.c >&5
# conftest.c:74:24: error: 'test_array' declared as an array with a negative size
# static int test_array [1 - 2 * !(((long int) (sizeof (ssize_t))) <= 7)];
# ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
# 1 error generated.
# configure:12646: $? = 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 "liboggz"
# | #define VERSION "1.1.1"
# | #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_FCNTL_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_MEMMOVE 1
# | #define HAVE_GETOPT_LONG /**/
# | #define OGGZ_CONFIG_READ 1
# | #define OGGZ_CONFIG_WRITE 1
# | #define SIZEOF_OFF_T 8
# | #define SIZEOF_OGGZ_OFF_T 8
# | #define OGGZ_OFF_MAX 0x7FFFFFFFFFFFFFFFLL
# | #define HAVE_SSIZE_T 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 ()
# | {
# | static int test_array [1 - 2 * !(((long int) (sizeof (ssize_t))) <= 7)];
# | test_array [0] = 0
# |
# | ;
# | return 0;
# | }
# configure:12646: clang -c conftest.c >&5
# configure:12646: $? = 0
# configure:12646: clang -c conftest.c >&5
# configure:12646: $? = 0
# configure:12646: clang -c conftest.c >&5
# configure:12646: $? = 0
# configure:12646: clang -c conftest.c >&5
# configure:12646: $? = 0
# configure:12661: result: 8
# configure:12673: checking for timezone
# configure:12689: clang -c conftest.c >&5
# configure:12689: $? = 0
# configure:12690: result: ok
# configure:13090: creating ./config.status
#
# ## ---------------------- ##
# ## Running config.status. ##
# ## ---------------------- ##
#
# This file was extended by config.status, which was
# generated by GNU Autoconf 2.65. Invocation command line was
#
# CONFIG_FILES =
# CONFIG_HEADERS =
# CONFIG_LINKS =
# CONFIG_COMMANDS =
# $ ./config.status
#
# on a5e9ae0e832d
#
# config.status:1129: creating Makefile
# config.status:1129: creating doc/Makefile
# config.status:1129: creating doc/Doxyfile
# config.status:1129: creating include/Makefile
# config.status:1129: creating include/oggz/Makefile
# config.status:1129: creating include/oggz/oggz_off_t_generated.h
# config.status:1129: creating src/Makefile
# config.status:1129: creating src/liboggz/Version_script
# config.status:1129: creating src/liboggz/Makefile
# config.status:1129: creating src/tools/Makefile
# config.status:1129: creating src/tools/oggz-diff
# config.status:1129: creating src/tools/oggz-chop/Makefile
# config.status:1129: creating src/tests/Makefile
# config.status:1129: creating src/examples/Makefile
# config.status:1129: creating apache/oggz-chop.conf
# config.status:1129: creating oggz.pc
# config.status:1129: creating oggz-uninstalled.pc
# config.status:1129: creating config.h
# config.status:1349: executing depfiles commands
# config.status:1349: executing libtool commands
# configure:15344: result:
# ------------------------------------------------------------------------
# liboggz 1.1.1: Automatic configuration OK.
#
# General configuration:
#
# Experimental code: ........... no
# Reading support: ............. yes
# Writing support: ............. yes
#
# Tools:
#
# oggz-dump oggz-info oggz-scan oggz-codecs
# oggz-rip oggz-merge oggz-chop oggz-comment oggz-sort oggz-validate
#
# Installation paths:
#
# liboggz: ..................... /usr/lib
# Tools: ....................... /usr/bin
# C header files: .............. /usr/include/oggz
# Documentation: ............... /usr/share/doc/liboggz
#
# Building:
#
# Type 'make' to compile liboggz.
#
# Type 'make install' to install liboggz.
#
# Type 'make check' to test liboggz using the unit and functional tests
# contained in the src/tests directory.
# (Valgrind testing not enabled)
#
# Example programs will be built but not installed.
# ------------------------------------------------------------------------
#
#
# ## ---------------- ##
# ## Cache variables. ##
# ## ---------------- ##
#
# ac_cv_build=x86_64-unknown-linux-gnu
# ac_cv_c_bigendian=no
# ac_cv_c_compiler_gnu=yes
# ac_cv_c_const=yes
# ac_cv_env_CC_set=set
# ac_cv_env_CC_value=clang
# 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_OGG_CFLAGS_set=
# ac_cv_env_OGG_CFLAGS_value=
# ac_cv_env_OGG_LIBS_set=
# ac_cv_env_OGG_LIBS_value=
# ac_cv_env_PKG_CONFIG_set=
# ac_cv_env_PKG_CONFIG_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_getopt_long=yes
# ac_cv_func_memmove=yes
# ac_cv_header_dlfcn_h=yes
# ac_cv_header_fcntl_h=yes
# ac_cv_header_inttypes_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_host=x86_64-unknown-linux-gnu
# ac_cv_lib_getopt_getopt=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_ac_pt_PKG_CONFIG=/usr/sbin/pkg-config
# ac_cv_path_install='/usr/bin/install -c'
# ac_cv_path_mkdir=/usr/sbin/mkdir
# ac_cv_prog_AWK=gawk
# ac_cv_prog_CC=clang
# ac_cv_prog_CPP='clang -E'
# ac_cv_prog_HAVE_DOXYGEN=true
# ac_cv_prog_HAVE_MAN2HTML=false
# ac_cv_prog_HAVE_PKG_CONFIG=yes
# ac_cv_prog_STRIP=strip
# ac_cv_prog_ac_ct_AR=ar
# 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_sizeof_off_t=8
# ac_cv_sizeof_ssize_t=8
# ac_cv_target=x86_64-unknown-linux-gnu
# ac_cv_type_off_t=yes
# ac_cv_type_size_t=yes
# ac_cv_type_ssize_t=yes
# am_cv_CC_dependencies_compiler_type=gcc3
# 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=/sysroot/bin/ld
# lt_cv_path_NM='/sysroot/bin/nm -B'
# lt_cv_prog_compiler_c_o=yes
# lt_cv_prog_compiler_pic_works=yes
# lt_cv_prog_compiler_rtti_exceptions=yes
# lt_cv_prog_compiler_static_works=no
# lt_cv_prog_gnu_ld=yes
# lt_cv_sys_global_symbol_pipe='sed -n -e '\''s/^.*[ ]\([ABCDGIRSTW][ABCDGIRSTW]*\)[ ][ ]*\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2 \2/p'\'''
# lt_cv_sys_global_symbol_to_c_name_address='sed -n -e '\''s/^: \([^ ]*\) $/ {\"\1\", (void *) 0},/p'\'' -e '\''s/^[ABCDGIRSTW]* \([^ ]*\) \([^ ]*\)$/ {"\2", (void *) \&\2},/p'\'''
# lt_cv_sys_global_symbol_to_c_name_address_lib_prefix='sed -n -e '\''s/^: \([^ ]*\) $/ {\"\1\", (void *) 0},/p'\'' -e '\''s/^[ABCDGIRSTW]* \([^ ]*\) \(lib[^ ]*\)$/ {"\2", (void *) \&\2},/p'\'' -e '\''s/^[ABCDGIRSTW]* \([^ ]*\) \([^ ]*\)$/ {"lib\2", (void *) \&\2},/p'\'''
# lt_cv_sys_global_symbol_to_cdecl='sed -n -e '\''s/^T .* \(.*\)$/extern int \1();/p'\'' -e '\''s/^[ABCDGIRSTW]* .* \(.*\)$/extern char \1;/p'\'''
# lt_cv_sys_max_cmd_len=1572864
# pkg_cv_OGG_CFLAGS=
# pkg_cv_OGG_LIBS=-logg
#
# ## ----------------- ##
# ## Output variables. ##
# ## ----------------- ##
#
# ACLOCAL='${SHELL} /tmp/liboggz/src/liboggz-1.1.1/missing --run aclocal-1.11'
# ACLOCAL_AMFLAGS='-I m4'
# AMDEPBACKSLASH='\'
# AMDEP_FALSE='#'
# AMDEP_TRUE=''
# AMTAR='${SHELL} /tmp/liboggz/src/liboggz-1.1.1/missing --run tar'
# AR='ar'
# AUTOCONF='${SHELL} /tmp/liboggz/src/liboggz-1.1.1/missing --run autoconf'
# AUTOHEADER='${SHELL} /tmp/liboggz/src/liboggz-1.1.1/missing --run autoheader'
# AUTOMAKE='${SHELL} /tmp/liboggz/src/liboggz-1.1.1/missing --run automake-1.11'
# AWK='gawk'
# BINDIR='/usr/bin'
# CC='clang'
# CCDEPMODE='depmode=gcc3'
# CFLAGS=' -Wall -Wextra -g -std=gnu99 -Wdeclaration-after-statement -Wno-unused'
# CPP='clang -E'
# CPPFLAGS=''
# CYGPATH_W='echo'
# DEFS='-DHAVE_CONFIG_H'
# DEPDIR='.deps'
# DOCDIR='/usr/share/doc'
# DSYMUTIL=''
# DUMPBIN=''
# ECHO_C=''
# ECHO_N='-n'
# ECHO_T=''
# EGREP='/usr/sbin/grep -E'
# EXEEXT=''
# FGREP='/usr/sbin/grep -F'
# GETCONF=''
# GETOPT_LIBS=''
# GREP='/usr/sbin/grep'
# HAVE_DOXYGEN='true'
# HAVE_DOXYGEN_FALSE='#'
# HAVE_DOXYGEN_TRUE=''
# HAVE_MAN2HTML='false'
# HAVE_MAN2HTML_FALSE=''
# HAVE_MAN2HTML_TRUE='#'
# HAVE_OGG_FALSE='#'
# HAVE_OGG_TRUE=''
# HAVE_PKG_CONFIG='yes'
# HAVE_VALGRIND=''
# INCLUDEDIR='/usr/include'
# INSTALL_DATA='${INSTALL} -m 644'
# INSTALL_PROGRAM='${INSTALL}'
# INSTALL_SCRIPT='${INSTALL}'
# INSTALL_STRIP_PROGRAM='$(install_sh) -c -s'
# LD='/sysroot/bin/ld -m elf_x86_64'
# LDFLAGS=''
# LIBDIR='/usr/lib'
# LIBOBJS=''
# LIBS=''
# LIBTOOL='$(SHELL) $(top_builddir)/libtool'
# LIPO=''
# LN_S='ln -s'
# LTLIBOBJS=''
# MAKEINFO='${SHELL} /tmp/liboggz/src/liboggz-1.1.1/missing --run makeinfo'
# MKDIR_P='/usr/sbin/mkdir -p'
# NM='/sysroot/bin/nm -B'
# NMEDIT=''
# OBJDUMP='objdump'
# OBJEXT='o'
# OGGZ_CONFIG_READ_FALSE='#'
# OGGZ_CONFIG_READ_TRUE=''
# OGGZ_CONFIG_WRITE_FALSE='#'
# OGGZ_CONFIG_WRITE_TRUE=''
# OGGZ_OFF_MAX='0x7FFFFFFFFFFFFFFFLL'
# OGG_CFLAGS=''
# OGG_LIBS='-logg'
# OTOOL64=''
# OTOOL=''
# PACKAGE='liboggz'
# PACKAGE_BUGREPORT=''
# PACKAGE_NAME=''
# PACKAGE_STRING=''
# PACKAGE_TARNAME=''
# PACKAGE_URL=''
# PACKAGE_VERSION=''
# PATH_SEPARATOR=':'
# PKG_CONFIG='/usr/sbin/pkg-config'
# PRI_OGGZ_OFF_T='ll'
# RANLIB='ranlib'
# SED='/usr/sbin/sed'
# SET_MAKE=''
# SHARED_VERSION_INFO='8:0:6'
# SHELL='/bin/sh'
# SHLIB_VERSION_ARG='-Wl,--version-script=Version_script'
# SIZEOF_OGGZ_OFF_T='8'
# STRIP='strip'
# TYPEOF_OGGZ_OFF_T='off_t'
# VALGRIND_ENVIRONMENT=''
# VERSION='1.1.1'
# ac_ct_CC=''
# ac_ct_DUMPBIN=''
# am__EXEEXT_FALSE=''
# am__EXEEXT_TRUE='#'
# am__fastdepCC_FALSE='#'
# am__fastdepCC_TRUE=''
# am__include='include'
# am__isrc=''
# am__leading_dot='.'
# am__quote=''
# am__tar='${AMTAR} chof - "$$tardir"'
# am__untar='${AMTAR} 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/liboggz/src/liboggz-1.1.1/install-sh'
# libdir='${exec_prefix}/lib'
# libexecdir='${exec_prefix}/libexec'
# localedir='${datarootdir}/locale'
# localstatedir='${prefix}/var'
# lt_ECHO='echo'
# mandir='${datarootdir}/man'
# mkdir_p='/usr/sbin/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='x86_64-unknown-linux-gnu'
# target_alias=''
# target_cpu='x86_64'
# target_os='linux-gnu'
# target_vendor='unknown'
#
# ## ----------- ##
# ## confdefs.h. ##
# ## ----------- ##
#
# /* confdefs.h */
# #define PACKAGE_NAME ""
# #define PACKAGE_TARNAME ""
# #define PACKAGE_VERSION ""
# #define PACKAGE_STRING ""
# #define PACKAGE_BUGREPORT ""
# #define PACKAGE_URL ""
# #define PACKAGE "liboggz"
# #define VERSION "1.1.1"
# #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_FCNTL_H 1
# #define HAVE_INTTYPES_H 1
# #define HAVE_STDLIB_H 1
# #define HAVE_STRING_H 1
# #define HAVE_SYS_TYPES_H 1
# #define HAVE_UNISTD_H 1
# #define HAVE_MEMMOVE 1
# #define HAVE_GETOPT_LONG /**/
# #define OGGZ_CONFIG_READ 1
# #define OGGZ_CONFIG_WRITE 1
# #define SIZEOF_OFF_T 8
# #define SIZEOF_OGGZ_OFF_T 8
# #define OGGZ_OFF_MAX 0x7FFFFFFFFFFFFFFFLL
# #define HAVE_SSIZE_T 1
# #define SIZEOF_SSIZE_T 8
#
# configure: exit 0