Build of opencore-amr with clang_glibc toolchain

The build took 00h 02m 12s and was SUCCESSFUL.

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

SLOCLanguage
32,917 cpp
11,069 sh
3,421 makefile
3,107 ansic
50,514 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...

Copied permanent toolchain into container-local sysroot
# /toolchain_root/sysroot --> /sysroot/sysroot
# /toolchain_root/lib --> /sysroot/lib
# /toolchain_root/sbin --> /sysroot/sbin
# /toolchain_root/lib64 --> /sysroot/lib64
# /toolchain_root/etc --> /sysroot/etc
# /toolchain_root/share --> /sysroot/share
# /toolchain_root/bin --> /sysroot/bin
# /toolchain_root/var --> /sysroot/var
# /toolchain_root/usr --> /sysroot/usr
# /toolchain_root/glibc-build --> /sysroot/glibc-build
# /toolchain_root/x86_64-pc-linux-gnu --> /sysroot/x86_64-pc-linux-gnu
# /toolchain_root/include --> /sysroot/include
# /toolchain_root/libexec --> /sysroot/libexec

CMD: sudo -u tuscan PATH=/usr/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: opencore-amr 0.1.3-2 (Thu Apr 13 18:09:11 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 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/bin/mkdir -p
# checking for gawk... gawk
# checking whether make sets $(MAKE)... yes
# checking how to create a ustar tar archive... gnutar
# checking whether make supports nested variables... yes
# checking whether to enable maintainer-specific portions of Makefiles... no
# checking build system type... x86_64-unknown-linux-gnu
# checking host system type... x86_64-unknown-linux-gnu
# 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 clang++ accepts -g... yes
# checking for style of include used by make... GNU
# checking dependency style of clang++... gcc3
# checking for x86_64-unknown-linux-gcc... clang
# 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 dependency style of clang... gcc3
# checking whether ln -s works... yes
# checking whether make sets $(MAKE)... (cached) yes
# checking how to print strings... printf
# checking for a sed that does not truncate output... /usr/bin/sed
# checking for grep that handles long lines and -e... /usr/bin/grep
# checking for egrep... /usr/bin/grep -E
# checking for fgrep... /usr/bin/grep -F
# checking for ld used by clang... /usr/bin/ld
# checking if the linker (/usr/bin/ld) is GNU ld... yes
# checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B
# checking the name lister (/usr/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 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/bin/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/bin/nm -B output from clang object... ok
# checking for sysroot... no
# 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... clang -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 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... yes
# checking if clang supports -c -o file.o... yes
# checking if clang supports -c -o file.o... (cached) yes
# checking whether the clang linker (/usr/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 how to run the C++ preprocessor... clang++ -E
# checking for ld used by clang++... /usr/bin/ld -m elf_x86_64
# checking if the linker (/usr/bin/ld -m elf_x86_64) is GNU ld... yes
# checking whether the clang++ linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... 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... yes
# checking if clang++ supports -c -o file.o... yes
# checking if clang++ supports -c -o file.o... (cached) yes
# checking whether the clang++ linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
# checking dynamic linker characteristics... (cached) GNU/Linux ld.so
# checking how to hardcode library paths into programs... immediate
# checking for main in -lm... yes
# checking for stdint.h... (cached) yes
# checking for stdlib.h... (cached) yes
# checking for string.h... (cached) yes
# checking for stdbool.h that conforms to C99... yes
# checking for _Bool... yes
# checking for inline... inline
# checking for int16_t... yes
# checking for int32_t... yes
# checking for int64_t... yes
# checking for int8_t... yes
# checking for uint16_t... yes
# checking for uint32_t... yes
# checking for uint64_t... yes
# checking for uint8_t... yes
# checking for stdlib.h... (cached) yes
# checking for GNU libc compatible malloc... yes
# checking for memset... yes
# configure: creating ./config.status
# config.status: creating Makefile
# config.status: creating amrnb/Makefile
# config.status: creating amrwb/Makefile
# config.status: creating test/Makefile
# config.status: creating amrnb/opencore-amrnb.pc
# config.status: creating amrwb/opencore-amrwb.pc
# config.status: creating config.h
# config.status: executing depfiles commands
# config.status: executing libtool commands
# make all-recursive
# make[1]: Entering directory '/tmp/opencore-amr/src/opencore-amr-0.1.3'
# Making all in amrnb
# make[2]: Entering directory '/tmp/opencore-amr/src/opencore-amr-0.1.3/amrnb'
# CXX wrapper.lo
# CXX agc.lo
# CXX amrdecode.lo
# CXX a_refl.lo
# CXX b_cn_cod.lo
# CXX bgnscd.lo
# CXX c_g_aver.lo
# CXX d1035pf.lo
# CXX d2_11pf.lo
# CXX d2_9pf.lo
# CXX d3_14pf.lo
# CXX d4_17pf.lo
# CXX d8_31pf.lo
# CXX dec_amr.lo
# CXX dec_gain.lo
# CXX dec_input_format_tab.lo
# CXX dec_lag3.lo
# CXX dec_lag6.lo
# CXX d_gain_c.lo
# CXX d_gain_p.lo
# CXX d_plsf_3.lo
# CXX d_plsf_5.lo
# CXX d_plsf.lo
# CXX dtx_dec.lo
# CXX ec_gains.lo
# CXX ex_ctrl.lo
# CXX if2_to_ets.lo
# CXX int_lsf.lo
# CXX lsp_avg.lo
# CXX ph_disp.lo
# CXX post_pro.lo
# CXX preemph.lo
# CXX pstfilt.lo
# CXX qgain475_tab.lo
# CXX sp_dec.lo
# CXX wmf_to_ets.lo
# CXX amrencode.lo
# CXX autocorr.lo
# CXX c1035pf.lo
# CXX c2_11pf.lo
# CXX c2_9pf.lo
# CXX c3_14pf.lo
# CXX c4_17pf.lo
# CXX c8_31pf.lo
# CXX calc_cor.lo
# CXX calc_en.lo
# CXX cbsearch.lo
# CXX cl_ltp.lo
# CXX cod_amr.lo
# CXX convolve.lo
# CXX cor_h.lo
# CXX cor_h_x2.lo
# CXX cor_h_x.lo
# CXX corrwght_tab.lo
# CXX div_32.lo
# CXX dtx_enc.lo
# CXX enc_lag3.lo
# CXX enc_lag6.lo
# CXX enc_output_format_tab.lo
# CXX ets_to_if2.lo
# CXX ets_to_wmf.lo
# CXX g_adapt.lo
# CXX gain_q.lo
# CXX g_code.lo
# CXX g_pitch.lo
# CXX hp_max.lo
# CXX inter_36.lo
# CXX inter_36_tab.lo
# CXX l_abs.lo
# CXX lag_wind.lo
# CXX lag_wind_tab.lo
# CXX l_comp.lo
# CXX levinson.lo
# CXX l_extract.lo
# CXX lflg_upd.lo
# CXX l_negate.lo
# CXX lpc.lo
# CXX ol_ltp.lo
# CXX pitch_fr.lo
# CXX pitch_ol.lo
# CXX p_ol_wgh.lo
# CXX pre_big.lo
# CXX pre_proc.lo
# CXX prm2bits.lo
# CXX qgain475.lo
# CXX qgain795.lo
# CXX q_gain_c.lo
# CXX q_gain_p.lo
# CXX qua_gain.lo
# CXX s10_8pf.lo
# CXX set_sign.lo
# CXX sid_sync.lo
# CXX sp_enc.lo
# CXX spreproc.lo
# CXX spstproc.lo
# CXX ton_stab.lo
# CXX vad1.lo
# CXX add.lo
# CXX az_lsp.lo
# CXX bitno_tab.lo
# CXX bitreorder_tab.lo
# CXX c2_9pf_tab.lo
# CXX div_s.lo
# CXX extract_h.lo
# CXX extract_l.lo
# CXX gains_tbl.lo
# CXX gc_pred.lo
# CXX get_const_tbls.lo
# CXX gmed_n.lo
# CXX gray_tbl.lo
# CXX grid_tbl.lo
# CXX int_lpc.lo
# CXX inv_sqrt.lo
# CXX inv_sqrt_tbl.lo
# CXX l_deposit_h.lo
# CXX l_deposit_l.lo
# CXX log2.lo
# CXX log2_norm.lo
# CXX log2_tbl.lo
# CXX lsfwt.lo
# CXX l_shr_r.lo
# CXX lsp_az.lo
# CXX lsp.lo
# CXX lsp_lsf.lo
# CXX lsp_lsf_tbl.lo
# CXX lsp_tab.lo
# CXX mult_r.lo
# CXX negate.lo
# CXX norm_l.lo
# CXX norm_s.lo
# CXX overflow_tbl.lo
# CXX ph_disp_tab.lo
# CXX pow2.lo
# CXX pow2_tbl.lo
# CXX pred_lt.lo
# CXX q_plsf_3.lo
# CXX q_plsf_3_tbl.lo
# CXX q_plsf_5.lo
# CXX q_plsf_5_tbl.lo
# CXX q_plsf.lo
# CXX qua_gain_tbl.lo
# CXX reorder.lo
# CXX residu.lo
# CXX round.lo
# CXX set_zero.lo
# CXX shr.lo
# CXX shr_r.lo
# CXX sqrt_l.lo
# CXX sqrt_l_tbl.lo
# CXX sub.lo
# CXX syn_filt.lo
# CXX weight_a.lo
# CXX window_tab.lo
# GEN libopencore-amrnb.la
# make[2]: Leaving directory '/tmp/opencore-amr/src/opencore-amr-0.1.3/amrnb'
# Making all in amrwb
# make[2]: Entering directory '/tmp/opencore-amr/src/opencore-amr-0.1.3/amrwb'
# CXX wrapper.lo
# CXX agc2_amr_wb.lo
# CXX band_pass_6k_7k.lo
# CXX dec_acelp_2p_in_64.lo
# CXX dec_acelp_4p_in_64.lo
# CXX dec_alg_codebook.lo
# CXX dec_gain2_amr_wb.lo
# CXX deemphasis_32.lo
# CXX dtx_decoder_amr_wb.lo
# CXX get_amr_wb_bits.lo
# CXX highpass_400hz_at_12k8.lo
# CXX highpass_50hz_at_12k8.lo
# CXX homing_amr_wb_dec.lo
# CXX interpolate_isp.lo
# CXX isf_extrapolation.lo
# CXX isp_az.lo
# CXX isp_isf.lo
# CXX lagconceal.lo
# CXX low_pass_filt_7k.lo
# CXX median5.lo
# CXX mime_io.lo
# CXX noise_gen_amrwb.lo
# CXX normalize_amr_wb.lo
# CXX oversamp_12k8_to_16k.lo
# CXX phase_dispersion.lo
# CXX pit_shrp.lo
# CXX pred_lt4.lo
# CXX preemph_amrwb_dec.lo
# CXX pvamrwbdecoder.lo
# CXX pvamrwb_math_op.lo
# CXX q_gain2_tab.lo
# CXX qisf_ns.lo
# CXX qisf_ns_tab.lo
# CXX qpisf_2s.lo
# CXX qpisf_2s_tab.lo
# CXX scale_signal.lo
# CXX synthesis_amr_wb.lo
# CXX voice_factor.lo
# CXX wb_syn_filt.lo
# CXX weight_amrwb_lpc.lo
# GEN libopencore-amrwb.la
# make[2]: Leaving directory '/tmp/opencore-amr/src/opencore-amr-0.1.3/amrwb'
# make[2]: Entering directory '/tmp/opencore-amr/src/opencore-amr-0.1.3'
# make[2]: Leaving directory '/tmp/opencore-amr/src/opencore-amr-0.1.3'
# make[1]: Leaving directory '/tmp/opencore-amr/src/opencore-amr-0.1.3'
# ==> Entering fakeroot environment...
# ==> Starting package()...
# Making install in amrnb
# make[1]: Entering directory '/tmp/opencore-amr/src/opencore-amr-0.1.3/amrnb'
# make[2]: Entering directory '/tmp/opencore-amr/src/opencore-amr-0.1.3/amrnb'
# test -z "/usr/lib" || /usr/bin/mkdir -p "/tmp/opencore-amr/pkg/opencore-amr/usr/lib"
# /bin/sh ../libtool --mode=install /usr/bin/install -c libopencore-amrnb.la '/tmp/opencore-amr/pkg/opencore-amr/usr/lib'
# libtool: install: /usr/bin/install -c .libs/libopencore-amrnb.so.0.0.3 /tmp/opencore-amr/pkg/opencore-amr/usr/lib/libopencore-amrnb.so.0.0.3
# libtool: install: (cd /tmp/opencore-amr/pkg/opencore-amr/usr/lib && { ln -s -f libopencore-amrnb.so.0.0.3 libopencore-amrnb.so.0 || { rm -f libopencore-amrnb.so.0 && ln -s libopencore-amrnb.so.0.0.3 libopencore-amrnb.so.0; }; })
# libtool: install: (cd /tmp/opencore-amr/pkg/opencore-amr/usr/lib && { ln -s -f libopencore-amrnb.so.0.0.3 libopencore-amrnb.so || { rm -f libopencore-amrnb.so && ln -s libopencore-amrnb.so.0.0.3 libopencore-amrnb.so; }; })
# libtool: install: /usr/bin/install -c .libs/libopencore-amrnb.lai /tmp/opencore-amr/pkg/opencore-amr/usr/lib/libopencore-amrnb.la
# libtool: install: warning: remember to run `libtool --finish /usr/lib'
# test -z "/usr/include/opencore-amrnb" || /usr/bin/mkdir -p "/tmp/opencore-amr/pkg/opencore-amr/usr/include/opencore-amrnb"
# /usr/bin/install -c -m 644 interf_dec.h interf_enc.h '/tmp/opencore-amr/pkg/opencore-amr/usr/include/opencore-amrnb'
# test -z "/usr/lib/pkgconfig" || /usr/bin/mkdir -p "/tmp/opencore-amr/pkg/opencore-amr/usr/lib/pkgconfig"
# /usr/bin/install -c -m 644 opencore-amrnb.pc '/tmp/opencore-amr/pkg/opencore-amr/usr/lib/pkgconfig'
# make[2]: Leaving directory '/tmp/opencore-amr/src/opencore-amr-0.1.3/amrnb'
# make[1]: Leaving directory '/tmp/opencore-amr/src/opencore-amr-0.1.3/amrnb'
# Making install in amrwb
# make[1]: Entering directory '/tmp/opencore-amr/src/opencore-amr-0.1.3/amrwb'
# make[2]: Entering directory '/tmp/opencore-amr/src/opencore-amr-0.1.3/amrwb'
# test -z "/usr/lib" || /usr/bin/mkdir -p "/tmp/opencore-amr/pkg/opencore-amr/usr/lib"
# /bin/sh ../libtool --mode=install /usr/bin/install -c libopencore-amrwb.la '/tmp/opencore-amr/pkg/opencore-amr/usr/lib'
# libtool: install: /usr/bin/install -c .libs/libopencore-amrwb.so.0.0.3 /tmp/opencore-amr/pkg/opencore-amr/usr/lib/libopencore-amrwb.so.0.0.3
# libtool: install: (cd /tmp/opencore-amr/pkg/opencore-amr/usr/lib && { ln -s -f libopencore-amrwb.so.0.0.3 libopencore-amrwb.so.0 || { rm -f libopencore-amrwb.so.0 && ln -s libopencore-amrwb.so.0.0.3 libopencore-amrwb.so.0; }; })
# libtool: install: (cd /tmp/opencore-amr/pkg/opencore-amr/usr/lib && { ln -s -f libopencore-amrwb.so.0.0.3 libopencore-amrwb.so || { rm -f libopencore-amrwb.so && ln -s libopencore-amrwb.so.0.0.3 libopencore-amrwb.so; }; })
# libtool: install: /usr/bin/install -c .libs/libopencore-amrwb.lai /tmp/opencore-amr/pkg/opencore-amr/usr/lib/libopencore-amrwb.la
# libtool: install: warning: remember to run `libtool --finish /usr/lib'
# test -z "/usr/include/opencore-amrwb" || /usr/bin/mkdir -p "/tmp/opencore-amr/pkg/opencore-amr/usr/include/opencore-amrwb"
# /usr/bin/install -c -m 644 dec_if.h if_rom.h '/tmp/opencore-amr/pkg/opencore-amr/usr/include/opencore-amrwb'
# test -z "/usr/lib/pkgconfig" || /usr/bin/mkdir -p "/tmp/opencore-amr/pkg/opencore-amr/usr/lib/pkgconfig"
# /usr/bin/install -c -m 644 opencore-amrwb.pc '/tmp/opencore-amr/pkg/opencore-amr/usr/lib/pkgconfig'
# make[2]: Leaving directory '/tmp/opencore-amr/src/opencore-amr-0.1.3/amrwb'
# make[1]: Leaving directory '/tmp/opencore-amr/src/opencore-amr-0.1.3/amrwb'
# make[1]: Entering directory '/tmp/opencore-amr/src/opencore-amr-0.1.3'
# make[2]: Entering directory '/tmp/opencore-amr/src/opencore-amr-0.1.3'
# 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/opencore-amr/src/opencore-amr-0.1.3'
# make[1]: Leaving directory '/tmp/opencore-amr/src/opencore-amr-0.1.3'
# ==> Tidying install...
# -> Removing doc files...
# -> Purging unwanted files...
# ==> Checking for packaging issue...
# ==> Creating package "opencore-amr"...
# -> Generating .PKGINFO file...
# -> Generating .BUILDINFO file...
# error: invalid option '--noprogressbar'
# -> Generating .MTREE file...
# -> Compressing package...
# ==> Leaving fakeroot environment.
# ==> Finished making: opencore-amr 0.1.3-2 (Thu Apr 13 18:10:03 UTC 2017)

CMD: pacman --query --file opencore-amr-0.1.3-2-x86_64.pkg.tar.xz
# opencore-amr 0.1.3-2

Creating hybrid package for 'opencore-amr'

Trying to find vanilla package 'opencore-amr'...

CMD: pacman --query --file /mirror/opencore-amr-0.1.3-2.pkg.tar.xz
# opencore-amr 0.1.3-2

Package file has the following structure:
# /.PKGINFO
# /.MTREE
# /usr/include/opencore-amrnb/interf_dec.h
# /usr/include/opencore-amrnb/interf_enc.h
# /usr/include/opencore-amrwb/dec_if.h
# /usr/include/opencore-amrwb/if_rom.h
# /usr/lib/libopencore-amrwb.so.0.0.3
# /usr/lib/libopencore-amrwb.so.0
# /usr/lib/libopencore-amrwb.so
# /usr/lib/libopencore-amrnb.so.0
# /usr/lib/libopencore-amrnb.so
# /usr/lib/libopencore-amrnb.so.0.0.3
# /usr/lib/pkgconfig/opencore-amrnb.pc
# /usr/lib/pkgconfig/opencore-amrwb.pc
# /sysroot/usr/lib/libopencore-amrnb.so.0.0.3
# /sysroot/usr/lib/libopencore-amrnb.so.0
# /sysroot/usr/lib/libopencore-amrnb.so
# /sysroot/usr/lib/libopencore-amrnb.la
# /sysroot/usr/lib/libopencore-amrwb.so.0.0.3
# /sysroot/usr/lib/libopencore-amrwb.so.0
# /sysroot/usr/lib/libopencore-amrwb.so
# /sysroot/usr/lib/libopencore-amrwb.la
# /sysroot/usr/lib/pkgconfig/opencore-amrnb.pc
# /sysroot/usr/lib/pkgconfig/opencore-amrwb.pc
# /sysroot/usr/include/opencore-amrnb/interf_dec.h
# /sysroot/usr/include/opencore-amrnb/interf_enc.h
# /sysroot/usr/include/opencore-amrwb/dec_if.h
# /sysroot/usr/include/opencore-amrwb/if_rom.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 opencore-amr.pkg.tar.xz .PKGINFO
# .PKGINFO

Created package at path /var/cache/pacman/pkg/opencore-amr.pkg.tar.xz

Attempting to access local repository, attempt 1

CMD: repo-add /var/cache/pacman/pkg/tuscan.db.tar /var/cache/pacman/pkg/opencore-amr.pkg.tar.xz
# ==> Extracting database to a temporary location...
# ==> Extracting database to a temporary location...
# ==> Adding package '/var/cache/pacman/pkg/opencore-amr.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/opencore-amr/src/opencore-amr-0.1.3/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 opencore-amr configure 0.1.3, which was
# generated by GNU Autoconf 2.68. Invocation command line was
#
# $ ./configure --host=x86_64-unknown-linux --prefix=/usr --disable-static
#
# ## --------- ##
# ## Platform. ##
# ## --------- ##
#
# hostname = b519b441d845
# 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: /usr/bin
# PATH: /usr/local/sbin
# PATH: /usr/local/bin
# PATH: /usr/sbin
# PATH: /usr/bin
# PATH: /sbin
# PATH: /bin
#
#
# ## ----------- ##
# ## Core tests. ##
# ## ----------- ##
#
# configure:2576: checking for a BSD-compatible install
# configure:2644: result: /usr/bin/install -c
# configure:2655: checking whether build environment is sane
# configure:2705: result: yes
# configure:2754: checking for x86_64-unknown-linux-strip
# configure:2784: result: no
# configure:2794: checking for strip
# configure:2810: found /usr/bin/strip
# configure:2821: result: strip
# configure:2846: checking for a thread-safe mkdir -p
# configure:2885: result: /usr/bin/mkdir -p
# configure:2898: checking for gawk
# configure:2914: found /usr/bin/gawk
# configure:2925: result: gawk
# configure:2936: checking whether make sets $(MAKE)
# configure:2958: result: yes
# configure:3033: checking how to create a ustar tar archive
# configure:3046: tar --version
# tar (GNU tar) 1.29
# Copyright (C) 2015 Free Software Foundation, Inc.
# License GPLv3+: GNU GPL version 3 or later .
# This is free software: you are free to change and redistribute it.
# There is NO WARRANTY, to the extent permitted by law.
#
# Written by John Gilmore and Jay Fenlason.
# configure:3049: $? = 0
# configure:3089: tardir=conftest.dir && eval tar --format=ustar -chf - "$tardir" >conftest.tar
# configure:3092: $? = 0
# configure:3096: tar -xf -
# configure:3099: $? = 0
# configure:3112: result: gnutar
# configure:3130: checking whether make supports nested variables
# configure:3147: result: yes
# configure:3161: checking whether to enable maintainer-specific portions of Makefiles
# configure:3170: result: no
# configure:3189: checking build system type
# configure:3203: result: x86_64-unknown-linux-gnu
# configure:3223: checking host system type
# configure:3236: result: x86_64-unknown-linux-gnu
# configure:3449: checking for C++ compiler version
# configure:3458: clang++ --version >&5
# clang version 3.8.0 (tags/RELEASE_380/final)
# Target: x86_64-unknown-linux-gnu
# Thread model: posix
# InstalledDir: /usr/bin
# configure:3469: $? = 0
# configure:3458: clang++ -v >&5
# clang version 3.8.0 (tags/RELEASE_380/final)
# Target: x86_64-unknown-linux-gnu
# Thread model: posix
# InstalledDir: /usr/bin
# Found candidate GCC installation: /usr/bin/../lib/gcc/x86_64-pc-linux-gnu/6.1.1
# Found candidate GCC installation: /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1
# Found candidate GCC installation: /usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1
# Found candidate GCC installation: /usr/lib64/gcc/x86_64-pc-linux-gnu/6.1.1
# Selected GCC installation: /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1
# Candidate multilib: .;@m64
# ... rest of stderr output deleted ...
# configure:3469: $? = 0
# configure:3458: clang++ -V >&5
# clang-3.8: error: argument to '-V' is missing (expected 1 value)
# clang-3.8: error: no input files
# configure:3469: $? = 1
# configure:3458: clang++ -qversion >&5
# clang-3.8: error: unknown argument: '-qversion'
# clang-3.8: error: no input files
# configure:3469: $? = 1
# configure:3489: checking whether the C++ compiler works
# configure:3511: clang++ conftest.cpp >&5
# configure:3515: $? = 0
# configure:3563: result: yes
# configure:3566: checking for C++ compiler default output file name
# configure:3568: result: a.out
# configure:3574: checking for suffix of executables
# configure:3581: clang++ -o conftest conftest.cpp >&5
# configure:3585: $? = 0
# configure:3607: result:
# configure:3629: checking whether we are cross compiling
# configure:3637: clang++ -o conftest conftest.cpp >&5
# configure:3641: $? = 0
# configure:3648: ./conftest
# configure:3652: $? = 0
# configure:3667: result: no
# configure:3672: checking for suffix of object files
# configure:3694: clang++ -c conftest.cpp >&5
# configure:3698: $? = 0
# configure:3719: result: o
# configure:3723: checking whether we are using the GNU C++ compiler
# configure:3742: clang++ -c conftest.cpp >&5
# configure:3742: $? = 0
# configure:3751: result: yes
# configure:3760: checking whether clang++ accepts -g
# configure:3780: clang++ -c -g conftest.cpp >&5
# configure:3780: $? = 0
# configure:3821: result: yes
# configure:3855: checking for style of include used by make
# configure:3883: result: GNU
# configure:3909: checking dependency style of clang++
# configure:4020: result: gcc3
# configure:4043: checking for x86_64-unknown-linux-gcc
# configure:4070: result: clang
# configure:4339: checking for C compiler version
# configure:4348: clang --version >&5
# clang version 3.8.0 (tags/RELEASE_380/final)
# Target: x86_64-unknown-linux-gnu
# Thread model: posix
# InstalledDir: /usr/bin
# configure:4359: $? = 0
# configure:4348: clang -v >&5
# clang version 3.8.0 (tags/RELEASE_380/final)
# Target: x86_64-unknown-linux-gnu
# Thread model: posix
# InstalledDir: /usr/bin
# Found candidate GCC installation: /usr/bin/../lib/gcc/x86_64-pc-linux-gnu/6.1.1
# Found candidate GCC installation: /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1
# Found candidate GCC installation: /usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1
# Found candidate GCC installation: /usr/lib64/gcc/x86_64-pc-linux-gnu/6.1.1
# Selected GCC installation: /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1
# Candidate multilib: .;@m64
# ... rest of stderr output deleted ...
# configure:4359: $? = 0
# configure:4348: clang -V >&5
# clang-3.8: error: argument to '-V' is missing (expected 1 value)
# clang-3.8: error: no input files
# configure:4359: $? = 1
# configure:4348: clang -qversion >&5
# clang-3.8: error: unknown argument: '-qversion'
# clang-3.8: error: no input files
# configure:4359: $? = 1
# configure:4363: checking whether we are using the GNU C compiler
# configure:4382: clang -c conftest.c >&5
# configure:4382: $? = 0
# configure:4391: result: yes
# configure:4400: checking whether clang accepts -g
# configure:4420: clang -c -g conftest.c >&5
# configure:4420: $? = 0
# configure:4461: result: yes
# configure:4478: checking for clang option to accept ISO C89
# configure:4542: clang -c conftest.c >&5
# configure:4542: $? = 0
# configure:4555: result: none needed
# configure:4577: checking dependency style of clang
# configure:4688: result: gcc3
# configure:4704: checking whether ln -s works
# configure:4708: result: yes
# configure:4715: checking whether make sets $(MAKE)
# configure:4737: result: yes
# configure:4794: checking how to print strings
# configure:4821: result: printf
# configure:4842: checking for a sed that does not truncate output
# configure:4906: result: /usr/bin/sed
# configure:4924: checking for grep that handles long lines and -e
# configure:4982: result: /usr/bin/grep
# configure:4987: checking for egrep
# configure:5049: result: /usr/bin/grep -E
# configure:5054: checking for fgrep
# configure:5116: result: /usr/bin/grep -F
# configure:5151: checking for ld used by clang
# configure:5218: result: /usr/bin/ld
# configure:5225: checking if the linker (/usr/bin/ld) is GNU ld
# configure:5240: result: yes
# configure:5252: checking for BSD- or MS-compatible name lister (nm)
# configure:5301: result: /usr/bin/nm -B
# configure:5431: checking the name lister (/usr/bin/nm -B) interface
# configure:5438: clang -c conftest.c >&5
# configure:5441: /usr/bin/nm -B "conftest.o"
# configure:5444: output
# 0000000000000000 B some_variable
# configure:5451: result: BSD nm
# configure:5455: checking the maximum length of command line arguments
# configure:5585: result: 1572864
# configure:5602: checking whether the shell understands some XSI constructs
# configure:5612: result: yes
# configure:5616: checking whether the shell understands "+="
# configure:5622: result: yes
# configure:5657: checking how to convert x86_64-unknown-linux-gnu file names to x86_64-unknown-linux-gnu format
# configure:5697: result: func_convert_file_noop
# configure:5704: checking how to convert x86_64-unknown-linux-gnu file names to toolchain format
# configure:5724: result: func_convert_file_noop
# configure:5731: checking for /usr/bin/ld option to reload object files
# configure:5738: result: -r
# configure:5772: checking for x86_64-unknown-linux-objdump
# configure:5802: result: no
# configure:5812: checking for objdump
# configure:5828: found /usr/bin/objdump
# configure:5839: result: objdump
# configure:5871: checking how to recognize dependent libraries
# configure:6073: result: pass_all
# configure:6118: checking for x86_64-unknown-linux-dlltool
# configure:6148: result: no
# configure:6158: checking for dlltool
# configure:6188: result: no
# configure:6218: checking how to associate runtime and link libraries
# configure:6245: result: printf %s\n
# configure:6262: checking for x86_64-unknown-linux-ar
# configure:6292: result: no
# configure:6306: checking for ar
# configure:6322: found /usr/bin/ar
# configure:6333: result: ar
# configure:6370: checking for archiver @FILE support
# configure:6387: clang -c conftest.c >&5
# configure:6387: $? = 0
# configure:6390: ar cru libconftest.a @conftest.lst >&5
# ar: `u' modifier ignored since `D' is the default (see `U')
# configure:6393: $? = 0
# configure:6398: 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:6401: $? = 1
# configure:6413: result: @
# configure:6431: checking for x86_64-unknown-linux-strip
# configure:6458: result: strip
# configure:6530: checking for x86_64-unknown-linux-ranlib
# configure:6560: result: no
# configure:6570: checking for ranlib
# configure:6586: found /usr/bin/ranlib
# configure:6597: result: ranlib
# configure:6699: checking command to parse /usr/bin/nm -B output from clang object
# configure:6819: clang -c conftest.c >&5
# configure:6822: $? = 0
# configure:6826: /usr/bin/nm -B conftest.o \| sed -n -e 's/^.*[ ]\([ABCDGIRSTW][ABCDGIRSTW]*\)[ ][ ]*\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2 \2/p' | sed '/ __gnu_lto/d' \> conftest.nm
# configure:6829: $? = 0
# configure:6895: clang -o conftest conftest.c conftstm.o >&5
# configure:6898: $? = 0
# configure:6936: result: ok
# configure:6973: checking for sysroot
# configure:7003: result: no
# configure:7080: clang -c conftest.c >&5
# configure:7083: $? = 0
# configure:7219: checking for x86_64-unknown-linux-mt
# configure:7249: result: no
# configure:7259: checking for mt
# configure:7289: result: no
# configure:7309: checking if : is a manifest tool
# configure:7315: : '-?'
# configure:7323: result: no
# configure:7965: checking how to run the C preprocessor
# configure:7996: clang -E conftest.c
# configure:7996: $? = 0
# configure:8010: clang -E conftest.c
# conftest.c:11:10: fatal error: 'ac_nonexistent.h' file not found
# #include
# ^
# 1 error generated.
# configure:8010: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "opencore-amr"
# | #define PACKAGE_TARNAME "opencore-amr"
# | #define PACKAGE_VERSION "0.1.3"
# | #define PACKAGE_STRING "opencore-amr 0.1.3"
# | #define PACKAGE_BUGREPORT "http://sourceforge.net/projects/opencore-amr/"
# | #define PACKAGE_URL ""
# | #define PACKAGE "opencore-amr"
# | #define VERSION "0.1.3"
# | /* end confdefs.h. */
# | #include
# configure:8035: result: clang -E
# configure:8055: clang -E conftest.c
# configure:8055: $? = 0
# configure:8069: clang -E conftest.c
# conftest.c:11:10: fatal error: 'ac_nonexistent.h' file not found
# #include
# ^
# 1 error generated.
# configure:8069: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "opencore-amr"
# | #define PACKAGE_TARNAME "opencore-amr"
# | #define PACKAGE_VERSION "0.1.3"
# | #define PACKAGE_STRING "opencore-amr 0.1.3"
# | #define PACKAGE_BUGREPORT "http://sourceforge.net/projects/opencore-amr/"
# | #define PACKAGE_URL ""
# | #define PACKAGE "opencore-amr"
# | #define VERSION "0.1.3"
# | /* end confdefs.h. */
# | #include
# configure:8098: checking for ANSI C header files
# configure:8118: clang -c conftest.c >&5
# configure:8118: $? = 0
# configure:8191: clang -o conftest conftest.c >&5
# configure:8191: $? = 0
# configure:8191: ./conftest
# configure:8191: $? = 0
# configure:8202: result: yes
# configure:8215: checking for sys/types.h
# configure:8215: clang -c conftest.c >&5
# configure:8215: $? = 0
# configure:8215: result: yes
# configure:8215: checking for sys/stat.h
# configure:8215: clang -c conftest.c >&5
# configure:8215: $? = 0
# configure:8215: result: yes
# configure:8215: checking for stdlib.h
# configure:8215: clang -c conftest.c >&5
# configure:8215: $? = 0
# configure:8215: result: yes
# configure:8215: checking for string.h
# configure:8215: clang -c conftest.c >&5
# configure:8215: $? = 0
# configure:8215: result: yes
# configure:8215: checking for memory.h
# configure:8215: clang -c conftest.c >&5
# configure:8215: $? = 0
# configure:8215: result: yes
# configure:8215: checking for strings.h
# configure:8215: clang -c conftest.c >&5
# configure:8215: $? = 0
# configure:8215: result: yes
# configure:8215: checking for inttypes.h
# configure:8215: clang -c conftest.c >&5
# configure:8215: $? = 0
# configure:8215: result: yes
# configure:8215: checking for stdint.h
# configure:8215: clang -c conftest.c >&5
# configure:8215: $? = 0
# configure:8215: result: yes
# configure:8215: checking for unistd.h
# configure:8215: clang -c conftest.c >&5
# configure:8215: $? = 0
# configure:8215: result: yes
# configure:8229: checking for dlfcn.h
# configure:8229: clang -c conftest.c >&5
# configure:8229: $? = 0
# configure:8229: result: yes
# configure:8446: checking for objdir
# configure:8461: result: .libs
# configure:8732: checking if clang supports -fno-rtti -fno-exceptions
# configure:8750: clang -c -fno-rtti -fno-exceptions conftest.c >&5
# configure:8754: $? = 0
# configure:8767: result: yes
# configure:9094: checking for clang option to produce PIC
# configure:9101: result: -fPIC -DPIC
# configure:9109: checking if clang PIC flag -fPIC -DPIC works
# configure:9127: clang -c -fPIC -DPIC -DPIC conftest.c >&5
# configure:9131: $? = 0
# configure:9144: result: yes
# configure:9173: checking if clang static flag -static works
# configure:9201: result: yes
# configure:9216: checking if clang supports -c -o file.o
# configure:9237: clang -c -o out/conftest2.o conftest.c >&5
# configure:9241: $? = 0
# configure:9263: result: yes
# configure:9271: checking if clang supports -c -o file.o
# configure:9318: result: yes
# configure:9351: checking whether the clang linker (/usr/bin/ld -m elf_x86_64) supports shared libraries
# configure:10508: result: yes
# configure:10545: checking whether -lc should be explicitly linked in
# configure:10553: clang -c conftest.c >&5
# configure:10556: $? = 0
# configure:10571: clang -shared -fPIC -DPIC conftest.o -v -Wl,-soname -Wl,conftest -o conftest 2\>\&1 \| /usr/bin/grep -lc \>/dev/null 2\>\&1
# configure:10574: $? = 0
# configure:10588: result: no
# configure:10748: checking dynamic linker characteristics
# configure:11259: clang -o conftest -Wl,-rpath -Wl,/foo conftest.c >&5
# configure:11259: $? = 0
# configure:11493: result: GNU/Linux ld.so
# configure:11600: checking how to hardcode library paths into programs
# configure:11625: result: immediate
# configure:12165: checking whether stripping libraries is possible
# configure:12170: result: yes
# configure:12205: checking if libtool supports shared libraries
# configure:12207: result: yes
# configure:12210: checking whether to build shared libraries
# configure:12231: result: yes
# configure:12234: checking whether to build static libraries
# configure:12238: result: no
# configure:12261: checking how to run the C++ preprocessor
# configure:12288: clang++ -E conftest.cpp
# configure:12288: $? = 0
# configure:12302: clang++ -E conftest.cpp
# conftest.cpp:23:10: fatal error: 'ac_nonexistent.h' file not found
# #include
# ^
# 1 error generated.
# configure:12302: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "opencore-amr"
# | #define PACKAGE_TARNAME "opencore-amr"
# | #define PACKAGE_VERSION "0.1.3"
# | #define PACKAGE_STRING "opencore-amr 0.1.3"
# | #define PACKAGE_BUGREPORT "http://sourceforge.net/projects/opencore-amr/"
# | #define PACKAGE_URL ""
# | #define PACKAGE "opencore-amr"
# | #define VERSION "0.1.3"
# | #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
# configure:12327: result: clang++ -E
# configure:12347: clang++ -E conftest.cpp
# configure:12347: $? = 0
# configure:12361: clang++ -E conftest.cpp
# conftest.cpp:23:10: fatal error: 'ac_nonexistent.h' file not found
# #include
# ^
# 1 error generated.
# configure:12361: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "opencore-amr"
# | #define PACKAGE_TARNAME "opencore-amr"
# | #define PACKAGE_VERSION "0.1.3"
# | #define PACKAGE_STRING "opencore-amr 0.1.3"
# | #define PACKAGE_BUGREPORT "http://sourceforge.net/projects/opencore-amr/"
# | #define PACKAGE_URL ""
# | #define PACKAGE "opencore-amr"
# | #define VERSION "0.1.3"
# | #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
# configure:12530: checking for ld used by clang++
# configure:12597: result: /usr/bin/ld -m elf_x86_64
# configure:12604: checking if the linker (/usr/bin/ld -m elf_x86_64) is GNU ld
# configure:12619: result: yes
# configure:12674: checking whether the clang++ linker (/usr/bin/ld -m elf_x86_64) supports shared libraries
# configure:13679: result: yes
# configure:13715: clang++ -c conftest.cpp >&5
# configure:13718: $? = 0
# configure:14238: checking for clang++ option to produce PIC
# configure:14245: result: -fPIC -DPIC
# configure:14253: checking if clang++ PIC flag -fPIC -DPIC works
# configure:14271: clang++ -c -fPIC -DPIC -DPIC conftest.cpp >&5
# configure:14275: $? = 0
# configure:14288: result: yes
# configure:14311: checking if clang++ static flag -static works
# configure:14339: result: yes
# configure:14351: checking if clang++ supports -c -o file.o
# configure:14372: clang++ -c -o out/conftest2.o conftest.cpp >&5
# configure:14376: $? = 0
# configure:14398: result: yes
# configure:14403: checking if clang++ supports -c -o file.o
# configure:14450: result: yes
# configure:14480: checking whether the clang++ linker (/usr/bin/ld -m elf_x86_64) supports shared libraries
# configure:14519: result: yes
# configure:14660: checking dynamic linker characteristics
# configure:15339: result: GNU/Linux ld.so
# configure:15392: checking how to hardcode library paths into programs
# configure:15417: result: immediate
# configure:15481: checking for main in -lm
# configure:15500: clang -o conftest conftest.c -lm >&5
# configure:15500: $? = 0
# configure:15509: result: yes
# configure:15525: checking for stdint.h
# configure:15525: result: yes
# configure:15525: checking for stdlib.h
# configure:15525: result: yes
# configure:15525: checking for string.h
# configure:15525: result: yes
# configure:15537: checking for stdbool.h that conforms to C99
# configure:15604: clang -c conftest.c >&5
# conftest.c:76:12: warning: address of 's' will always evaluate to 'true' [-Wpointer-bool-conversion]
# bool e = &s;
# ~ ^
# conftest.c:80:11: warning: address of array 'a' will always evaluate to 'true' [-Wpointer-bool-conversion]
# return (!a + !b + !c + !d + !e + !f + !g + !h + !i + !!j + !k + !!l
# ~^
# conftest.c:80:16: warning: address of array 'b' will always evaluate to 'true' [-Wpointer-bool-conversion]
# return (!a + !b + !c + !d + !e + !f + !g + !h + !i + !!j + !k + !!l
# ~^
# conftest.c:80:21: warning: address of array 'c' will always evaluate to 'true' [-Wpointer-bool-conversion]
# return (!a + !b + !c + !d + !e + !f + !g + !h + !i + !!j + !k + !!l
# ~^
# conftest.c:80:26: warning: address of array 'd' will always evaluate to 'true' [-Wpointer-bool-conversion]
# return (!a + !b + !c + !d + !e + !f + !g + !h + !i + !!j + !k + !!l
# ~^
# conftest.c:80:36: warning: address of array 'f' will always evaluate to 'true' [-Wpointer-bool-conversion]
# return (!a + !b + !c + !d + !e + !f + !g + !h + !i + !!j + !k + !!l
# ~^
# conftest.c:80:41: warning: address of array 'g' will always evaluate to 'true' [-Wpointer-bool-conversion]
# return (!a + !b + !c + !d + !e + !f + !g + !h + !i + !!j + !k + !!l
# ~^
# conftest.c:80:46: warning: address of array 'h' will always evaluate to 'true' [-Wpointer-bool-conversion]
# return (!a + !b + !c + !d + !e + !f + !g + !h + !i + !!j + !k + !!l
# ~^
# conftest.c:80:51: warning: address of array 'i' will always evaluate to 'true' [-Wpointer-bool-conversion]
# return (!a + !b + !c + !d + !e + !f + !g + !h + !i + !!j + !k + !!l
# ~^
# conftest.c:81:11: warning: address of array 'n' will always evaluate to 'true' [-Wpointer-bool-conversion]
# ~^
# conftest.c:81:16: warning: address of array 'o' will always evaluate to 'true' [-Wpointer-bool-conversion]
# ~^
# conftest.c:81:21: warning: address of array 'p' will always evaluate to 'true' [-Wpointer-bool-conversion]
# ~^
# 12 warnings generated.
# configure:15604: $? = 0
# configure:15611: result: yes
# configure:15613: checking for _Bool
# configure:15613: clang -c conftest.c >&5
# configure:15613: $? = 0
# configure:15613: clang -c conftest.c >&5
# conftest.c:63:20: error: expected expression
# if (sizeof ((_Bool)))
# ^
# 1 error generated.
# configure:15613: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "opencore-amr"
# | #define PACKAGE_TARNAME "opencore-amr"
# | #define PACKAGE_VERSION "0.1.3"
# | #define PACKAGE_STRING "opencore-amr 0.1.3"
# | #define PACKAGE_BUGREPORT "http://sourceforge.net/projects/opencore-amr/"
# | #define PACKAGE_URL ""
# | #define PACKAGE "opencore-amr"
# | #define VERSION "0.1.3"
# | #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_LIBM 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_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 ((_Bool)))
# | return 0;
# | ;
# | return 0;
# | }
# configure:15613: result: yes
# configure:15629: checking for inline
# configure:15645: clang -c conftest.c >&5
# configure:15645: $? = 0
# configure:15653: result: inline
# configure:15671: checking for int16_t
# configure:15671: clang -c conftest.c >&5
# configure:15671: $? = 0
# configure:15671: clang -c conftest.c >&5
# conftest.c:66:24: error: 'test_array' declared as an array with a negative size
# static int test_array [1 - 2 * !((int16_t) (((((int16_t) 1 << N) << N) - 1) * 2 + 1)
# ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
# 1 error generated.
# configure:15671: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "opencore-amr"
# | #define PACKAGE_TARNAME "opencore-amr"
# | #define PACKAGE_VERSION "0.1.3"
# | #define PACKAGE_STRING "opencore-amr 0.1.3"
# | #define PACKAGE_BUGREPORT "http://sourceforge.net/projects/opencore-amr/"
# | #define PACKAGE_URL ""
# | #define PACKAGE "opencore-amr"
# | #define VERSION "0.1.3"
# | #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_LIBM 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE__BOOL 1
# | #define HAVE_STDBOOL_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
# | enum { N = 16 / 2 - 1 };
# | int
# | main ()
# | {
# | static int test_array [1 - 2 * !((int16_t) (((((int16_t) 1 << N) << N) - 1) * 2 + 1)
# | < (int16_t) (((((int16_t) 1 << N) << N) - 1) * 2 + 2))];
# | test_array [0] = 0
# |
# | ;
# | return 0;
# | }
# configure:15671: result: yes
# configure:15682: checking for int32_t
# configure:15682: clang -c conftest.c >&5
# configure:15682: $? = 0
# configure:15682: clang -c conftest.c >&5
# conftest.c:66:24: error: 'test_array' declared as an array with a negative size
# static int test_array [1 - 2 * !((int32_t) (((((int32_t) 1 << N) << N) - 1) * 2 + 1)
# ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
# 1 error generated.
# configure:15682: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "opencore-amr"
# | #define PACKAGE_TARNAME "opencore-amr"
# | #define PACKAGE_VERSION "0.1.3"
# | #define PACKAGE_STRING "opencore-amr 0.1.3"
# | #define PACKAGE_BUGREPORT "http://sourceforge.net/projects/opencore-amr/"
# | #define PACKAGE_URL ""
# | #define PACKAGE "opencore-amr"
# | #define VERSION "0.1.3"
# | #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_LIBM 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE__BOOL 1
# | #define HAVE_STDBOOL_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
# | enum { N = 32 / 2 - 1 };
# | int
# | main ()
# | {
# | static int test_array [1 - 2 * !((int32_t) (((((int32_t) 1 << N) << N) - 1) * 2 + 1)
# | < (int32_t) (((((int32_t) 1 << N) << N) - 1) * 2 + 2))];
# | test_array [0] = 0
# |
# | ;
# | return 0;
# | }
# configure:15682: result: yes
# configure:15693: checking for int64_t
# configure:15693: clang -c conftest.c >&5
# configure:15693: $? = 0
# configure:15693: clang -c conftest.c >&5
# conftest.c:66:24: error: 'test_array' declared as an array with a negative size
# static int test_array [1 - 2 * !((int64_t) (((((int64_t) 1 << N) << N) - 1) * 2 + 1)
# ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
# 1 error generated.
# configure:15693: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "opencore-amr"
# | #define PACKAGE_TARNAME "opencore-amr"
# | #define PACKAGE_VERSION "0.1.3"
# | #define PACKAGE_STRING "opencore-amr 0.1.3"
# | #define PACKAGE_BUGREPORT "http://sourceforge.net/projects/opencore-amr/"
# | #define PACKAGE_URL ""
# | #define PACKAGE "opencore-amr"
# | #define VERSION "0.1.3"
# | #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_LIBM 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE__BOOL 1
# | #define HAVE_STDBOOL_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
# | enum { N = 64 / 2 - 1 };
# | int
# | main ()
# | {
# | static int test_array [1 - 2 * !((int64_t) (((((int64_t) 1 << N) << N) - 1) * 2 + 1)
# | < (int64_t) (((((int64_t) 1 << N) << N) - 1) * 2 + 2))];
# | test_array [0] = 0
# |
# | ;
# | return 0;
# | }
# configure:15693: result: yes
# configure:15704: checking for int8_t
# configure:15704: clang -c conftest.c >&5
# configure:15704: $? = 0
# configure:15704: clang -c conftest.c >&5
# conftest.c:66:24: error: 'test_array' declared as an array with a negative size
# static int test_array [1 - 2 * !((int8_t) (((((int8_t) 1 << N) << N) - 1) * 2 + 1)
# ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
# 1 error generated.
# configure:15704: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "opencore-amr"
# | #define PACKAGE_TARNAME "opencore-amr"
# | #define PACKAGE_VERSION "0.1.3"
# | #define PACKAGE_STRING "opencore-amr 0.1.3"
# | #define PACKAGE_BUGREPORT "http://sourceforge.net/projects/opencore-amr/"
# | #define PACKAGE_URL ""
# | #define PACKAGE "opencore-amr"
# | #define VERSION "0.1.3"
# | #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_LIBM 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE__BOOL 1
# | #define HAVE_STDBOOL_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
# | enum { N = 8 / 2 - 1 };
# | int
# | main ()
# | {
# | static int test_array [1 - 2 * !((int8_t) (((((int8_t) 1 << N) << N) - 1) * 2 + 1)
# | < (int8_t) (((((int8_t) 1 << N) << N) - 1) * 2 + 2))];
# | test_array [0] = 0
# |
# | ;
# | return 0;
# | }
# configure:15704: result: yes
# configure:15715: checking for uint16_t
# configure:15715: clang -c conftest.c >&5
# configure:15715: $? = 0
# configure:15715: result: yes
# configure:15727: checking for uint32_t
# configure:15727: clang -c conftest.c >&5
# configure:15727: $? = 0
# configure:15727: result: yes
# configure:15741: checking for uint64_t
# configure:15741: clang -c conftest.c >&5
# configure:15741: $? = 0
# configure:15741: result: yes
# configure:15755: checking for uint8_t
# configure:15755: clang -c conftest.c >&5
# configure:15755: $? = 0
# configure:15755: result: yes
# configure:15773: checking for stdlib.h
# configure:15773: result: yes
# configure:15783: checking for GNU libc compatible malloc
# configure:15807: clang -o conftest conftest.c -lm >&5
# configure:15807: $? = 0
# configure:15807: ./conftest
# configure:15807: $? = 0
# configure:15817: result: yes
# configure:15840: checking for memset
# configure:15840: clang -o conftest conftest.c -lm >&5
# conftest.c:54:6: warning: incompatible redeclaration of library function 'memset' [-Wincompatible-library-redeclaration]
# char memset ();
# ^
# conftest.c:54:6: note: 'memset' is a builtin with type 'void *(void *, int, unsigned long)'
# 1 warning generated.
# configure:15840: $? = 0
# configure:15840: result: yes
# configure:16018: creating ./config.status
#
# ## ---------------------- ##
# ## Running config.status. ##
# ## ---------------------- ##
#
# This file was extended by opencore-amr config.status 0.1.3, which was
# generated by GNU Autoconf 2.68. Invocation command line was
#
# CONFIG_FILES =
# CONFIG_HEADERS =
# CONFIG_LINKS =
# CONFIG_COMMANDS =
# $ ./config.status
#
# on b519b441d845
#
# config.status:1185: creating Makefile
# config.status:1185: creating amrnb/Makefile
# config.status:1185: creating amrwb/Makefile
# config.status:1185: creating test/Makefile
# config.status:1185: creating amrnb/opencore-amrnb.pc
# config.status:1185: creating amrwb/opencore-amrwb.pc
# config.status:1185: creating config.h
# config.status:1414: executing depfiles commands
# config.status:1414: executing libtool commands
#
# ## ---------------- ##
# ## Cache variables. ##
# ## ---------------- ##
#
# ac_cv_build=x86_64-unknown-linux-gnu
# ac_cv_c_compiler_gnu=yes
# ac_cv_c_inline=inline
# ac_cv_c_int16_t=yes
# ac_cv_c_int32_t=yes
# ac_cv_c_int64_t=yes
# ac_cv_c_int8_t=yes
# ac_cv_c_uint16_t=yes
# ac_cv_c_uint32_t=yes
# ac_cv_c_uint64_t=yes
# ac_cv_c_uint8_t=yes
# ac_cv_cxx_compiler_gnu=yes
# ac_cv_env_CCC_set=
# ac_cv_env_CCC_value=
# 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_CXXCPP_set=
# ac_cv_env_CXXCPP_value=
# ac_cv_env_CXXFLAGS_set=set
# ac_cv_env_CXXFLAGS_value=
# ac_cv_env_CXX_set=set
# ac_cv_env_CXX_value=clang++
# ac_cv_env_LDFLAGS_set=set
# ac_cv_env_LDFLAGS_value=
# ac_cv_env_LIBS_set=
# ac_cv_env_LIBS_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_malloc_0_nonnull=yes
# ac_cv_func_memset=yes
# ac_cv_header_dlfcn_h=yes
# ac_cv_header_inttypes_h=yes
# ac_cv_header_memory_h=yes
# ac_cv_header_stdbool_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_m_main=yes
# ac_cv_objext=o
# ac_cv_path_EGREP='/usr/bin/grep -E'
# ac_cv_path_FGREP='/usr/bin/grep -F'
# ac_cv_path_GREP=/usr/bin/grep
# ac_cv_path_SED=/usr/bin/sed
# ac_cv_path_install='/usr/bin/install -c'
# ac_cv_path_mkdir=/usr/bin/mkdir
# ac_cv_prog_AWK=gawk
# ac_cv_prog_CC=clang
# ac_cv_prog_CPP='clang -E'
# ac_cv_prog_CXXCPP='clang++ -E'
# 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_cxx_g=yes
# ac_cv_prog_make_make_set=yes
# ac_cv_type__Bool=yes
# am_cv_CC_dependencies_compiler_type=gcc3
# am_cv_CXX_dependencies_compiler_type=gcc3
# am_cv_make_support_nested_variables=yes
# am_cv_prog_tar_ustar=gnutar
# lt_cv_ar_at_file=@
# lt_cv_archive_cmds_need_lc=no
# lt_cv_deplibs_check_method=pass_all
# lt_cv_file_magic_cmd='$MAGIC_CMD'
# lt_cv_file_magic_test_file=
# lt_cv_ld_reload_flag=-r
# lt_cv_nm_interface='BSD nm'
# lt_cv_objdir=.libs
# lt_cv_path_LD=/usr/bin/ld
# lt_cv_path_LDCXX='/usr/bin/ld -m elf_x86_64'
# lt_cv_path_NM='/usr/bin/nm -B'
# lt_cv_path_mainfest_tool=no
# lt_cv_prog_compiler_c_o=yes
# lt_cv_prog_compiler_c_o_CXX=yes
# lt_cv_prog_compiler_pic='-fPIC -DPIC'
# lt_cv_prog_compiler_pic_CXX='-fPIC -DPIC'
# lt_cv_prog_compiler_pic_works=yes
# lt_cv_prog_compiler_pic_works_CXX=yes
# lt_cv_prog_compiler_rtti_exceptions=yes
# lt_cv_prog_compiler_static_works=yes
# lt_cv_prog_compiler_static_works_CXX=yes
# lt_cv_prog_gnu_ld=yes
# lt_cv_prog_gnu_ldcxx=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]* \([^ ]*\) \([^ ]*\)$/ {"\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
# lt_cv_to_host_file_cmd=func_convert_file_noop
# lt_cv_to_tool_file_cmd=func_convert_file_noop
#
# ## ----------------- ##
# ## Output variables. ##
# ## ----------------- ##
#
# ACLOCAL='${SHELL} /tmp/opencore-amr/src/opencore-amr-0.1.3/missing --run aclocal-1.11'
# AMDEPBACKSLASH='\'
# AMDEP_FALSE='#'
# AMDEP_TRUE=''
# AMRNB_DECODER_FALSE='#'
# AMRNB_DECODER_TRUE=''
# AMRNB_ENCODER_FALSE='#'
# AMRNB_ENCODER_TRUE=''
# AMTAR='$${TAR-tar}'
# AM_BACKSLASH='\'
# AM_DEFAULT_V='$(AM_DEFAULT_VERBOSITY)'
# AM_DEFAULT_VERBOSITY='0'
# AM_V='$(V)'
# AR='ar'
# AUTOCONF='${SHELL} /tmp/opencore-amr/src/opencore-amr-0.1.3/missing --run autoconf'
# AUTOHEADER='${SHELL} /tmp/opencore-amr/src/opencore-amr-0.1.3/missing --run autoheader'
# AUTOMAKE='${SHELL} /tmp/opencore-amr/src/opencore-amr-0.1.3/missing --run automake-1.11'
# AWK='gawk'
# CC='clang'
# CCDEPMODE='depmode=gcc3'
# CFLAGS=''
# COMPILE_AS_C_FALSE='#'
# COMPILE_AS_C_TRUE=''
# CPP='clang -E'
# CPPFLAGS=''
# CXX='clang++'
# CXXCPP='clang++ -E'
# CXXDEPMODE='depmode=gcc3'
# CXXFLAGS=''
# CYGPATH_W='echo'
# DEFS='-DHAVE_CONFIG_H'
# DEPDIR='.deps'
# DLLTOOL='false'
# DSYMUTIL=''
# DUMPBIN=''
# ECHO_C=''
# ECHO_N='-n'
# ECHO_T=''
# EGREP='/usr/bin/grep -E'
# EXAMPLES_FALSE=''
# EXAMPLES_TRUE='#'
# EXEEXT=''
# FGREP='/usr/bin/grep -F'
# GCC_ARMV5_FALSE=''
# GCC_ARMV5_TRUE='#'
# GREP='/usr/bin/grep'
# INSTALL_DATA='${INSTALL} -m 644'
# INSTALL_PROGRAM='${INSTALL}'
# INSTALL_SCRIPT='${INSTALL}'
# INSTALL_STRIP_PROGRAM='$(install_sh) -c -s'
# LD='/usr/bin/ld -m elf_x86_64'
# LDFLAGS=''
# LIBOBJS=''
# LIBS='-lm '
# LIBTOOL='$(SHELL) $(top_builddir)/libtool'
# LIBTOOL_DEPS='./ltmain.sh'
# LIPO=''
# LN_S='ln -s'
# LTLIBOBJS=''
# MAINT='#'
# MAINTAINER_MODE_FALSE=''
# MAINTAINER_MODE_TRUE='#'
# MAKEINFO='${SHELL} /tmp/opencore-amr/src/opencore-amr-0.1.3/missing --run makeinfo'
# MANIFEST_TOOL=':'
# MKDIR_P='/usr/bin/mkdir -p'
# NM='/usr/bin/nm -B'
# NMEDIT=''
# OBJDUMP='objdump'
# OBJEXT='o'
# OPENCORE_AMRNB_VERSION='0:3:0'
# OPENCORE_AMRWB_VERSION='0:3:0'
# OTOOL64=''
# OTOOL=''
# PACKAGE='opencore-amr'
# PACKAGE_BUGREPORT='http://sourceforge.net/projects/opencore-amr/'
# PACKAGE_NAME='opencore-amr'
# PACKAGE_STRING='opencore-amr 0.1.3'
# PACKAGE_TARNAME='opencore-amr'
# PACKAGE_URL=''
# PACKAGE_VERSION='0.1.3'
# PATH_SEPARATOR=':'
# RANLIB='ranlib'
# SED='/usr/bin/sed'
# SET_MAKE=''
# SHELL='/bin/sh'
# STRIP='strip'
# VERSION='0.1.3'
# ac_ct_AR='ar'
# ac_ct_CC=''
# ac_ct_CXX=''
# ac_ct_DUMPBIN=''
# am__EXEEXT_FALSE=''
# am__EXEEXT_TRUE='#'
# am__fastdepCC_FALSE='#'
# am__fastdepCC_TRUE=''
# am__fastdepCXX_FALSE='#'
# am__fastdepCXX_TRUE=''
# am__include='include'
# am__isrc=''
# am__leading_dot='.'
# am__nodep='_no'
# am__quote=''
# am__tar='tar --format=ustar -chf - "$$tardir"'
# am__untar='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_TARNAME}'
# 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/opencore-amr/src/opencore-amr-0.1.3/install-sh'
# libdir='${exec_prefix}/lib'
# libexecdir='${exec_prefix}/libexec'
# localedir='${datarootdir}/locale'
# localstatedir='${prefix}/var'
# mandir='${datarootdir}/man'
# mkdir_p='/usr/bin/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 "opencore-amr"
# #define PACKAGE_TARNAME "opencore-amr"
# #define PACKAGE_VERSION "0.1.3"
# #define PACKAGE_STRING "opencore-amr 0.1.3"
# #define PACKAGE_BUGREPORT "http://sourceforge.net/projects/opencore-amr/"
# #define PACKAGE_URL ""
# #define PACKAGE "opencore-amr"
# #define VERSION "0.1.3"
# #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_LIBM 1
# #define HAVE_STDINT_H 1
# #define HAVE_STDLIB_H 1
# #define HAVE_STRING_H 1
# #define HAVE__BOOL 1
# #define HAVE_STDBOOL_H 1
# #define HAVE_STDLIB_H 1
# #define HAVE_MALLOC 1
# #define HAVE_MEMSET 1
#
# configure: exit 0