Build of libharu with musl toolchain

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

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

SLOCLanguage
134,042 ansic
5,086 python
2,546 cs
1,831 makefile
866 pascal
809 ruby
95 cpp
73 sh
4 sed
145,352 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...

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: libharu 2.3.0-1 (Wed Apr 5 01:27:10 UTC 2017)
# ==> Checking runtime dependencies...
# ==> Checking buildtime dependencies...
# ==> WARNING: Using existing $srcdir/ tree
# ==> Starting build()...
# aclocal: warning: autoconf input should be named 'configure.ac', not 'configure.in'
# libtoolize: putting auxiliary files in '.'.
# libtoolize: linking file './ltmain.sh'
# libtoolize: Consider adding 'AC_CONFIG_MACRO_DIRS([m4])' to configure.in,
# libtoolize: and rerunning libtoolize and aclocal.
# libtoolize: Consider adding '-I m4' to ACLOCAL_AMFLAGS in Makefile.am.
# Unescaped left brace in regex is deprecated, passed through in regex; marked by <-- HERE in m/\${ <-- HERE ([^ \t=:+{}]+)}/ at /usr/sbin/automake line 3936.
# automake: warning: autoconf input should be named 'configure.ac', not 'configure.in'
# configure.in:104: installing './compile'
# configure.in:105: installing './config.guess'
# configure.in:105: installing './config.sub'
# configure.in:100: installing './install-sh'
# configure.in:100: installing './missing'
# src/Makefile.am:20: warning: 'INCLUDES' is the old name for 'AM_CPPFLAGS' (or '*_CPPFLAGS')
# automake: warning: autoconf input should be named 'configure.ac', not 'configure.in'
# src/Makefile.am: installing './depcomp'
# 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 whether make supports nested variables... yes
# checking whether to enable maintainer-specific portions of Makefiles... no
# 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 whether clang understands -c and -o together... yes
# checking for style of include used by make... GNU
# checking dependency style of clang... gcc3
# checking build system type... x86_64-unknown-linux-gnu
# checking host system type... x86_64-unknown-linux-gnu
# 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 how to print strings... printf
# 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 whether ln -s works... yes
# checking the maximum length of command line arguments... 1572864
# checking how to convert x86_64-unknown-linux-gnu file names to x86_64-unknown-linux-gnu format... func_convert_file_noop
# checking how to convert x86_64-unknown-linux-gnu file names to toolchain format... func_convert_file_noop
# checking for /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-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 /sysroot/bin/nm -B output from clang object... ok
# checking for sysroot... no
# checking for a working dd... /usr/sbin/dd
# checking how to truncate binary pipes... /usr/sbin/dd bs=4096 count=1
# checking for x86_64-unknown-linux-mt... no
# checking for mt... no
# checking if : is a manifest tool... no
# checking how to run the C preprocessor... 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... 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... yes
# checking for egrep... (cached) /usr/sbin/grep -E
# checking for size_t... yes
# checking for string.h... (cached) yes
# checking for strings.h... (cached) yes
# checking for unistd.h... (cached) yes
# checking for stdint.h... (cached) yes
# checking for floor in -lm... yes
# Updated include/hpdf_version.h
# checking Zlib install prefix... /usr
# checking for deflate in -lz... yes
# checking libpng install prefix... /usr
# checking for png_init_io in -lpng... yes
# checking whether GCC supports -fexceptions... yes
# checking that generated files are newer than configure... done
# configure: creating ./config.status
# config.status: creating Makefile
# config.status: creating src/Makefile
# config.status: creating include/Makefile
# config.status: creating include/config.h
# config.status: executing include/hpdf_config.h commands
# config.status: creating: include/hpdf_config.h: prefix LIBHPDF for include/config.h defines
# config.status: executing depfiles commands
# config.status: executing libtool commands
# Making all in src
# make[1]: Entering directory '/tmp/libharu/src/libharu-RELEASE_2_3_0/src'
# /bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I../include -I../include -I/usr/include -I/usr/include -fexceptions -MT hpdf_annotation.lo -MD -MP -MF .deps/hpdf_annotation.Tpo -c -o hpdf_annotation.lo hpdf_annotation.c
# /bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I../include -I../include -I/usr/include -I/usr/include -fexceptions -MT hpdf_array.lo -MD -MP -MF .deps/hpdf_array.Tpo -c -o hpdf_array.lo hpdf_array.c
# /bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I../include -I../include -I/usr/include -I/usr/include -fexceptions -MT hpdf_binary.lo -MD -MP -MF .deps/hpdf_binary.Tpo -c -o hpdf_binary.lo hpdf_binary.c
# /bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I../include -I../include -I/usr/include -I/usr/include -fexceptions -MT hpdf_boolean.lo -MD -MP -MF .deps/hpdf_boolean.Tpo -c -o hpdf_boolean.lo hpdf_boolean.c
# libtool: compile: clang -DHAVE_CONFIG_H -I. -I../include -I../include -I/usr/include -I/usr/include -fexceptions -MT hpdf_binary.lo -MD -MP -MF .deps/hpdf_binary.Tpo -c hpdf_binary.c -fPIC -DPIC -o .libs/hpdf_binary.o
# libtool: compile: clang -DHAVE_CONFIG_H -I. -I../include -I../include -I/usr/include -I/usr/include -fexceptions -MT hpdf_array.lo -MD -MP -MF .deps/hpdf_array.Tpo -c hpdf_array.c -fPIC -DPIC -o .libs/hpdf_array.o
# libtool: compile: clang -DHAVE_CONFIG_H -I. -I../include -I../include -I/usr/include -I/usr/include -fexceptions -MT hpdf_annotation.lo -MD -MP -MF .deps/hpdf_annotation.Tpo -c hpdf_annotation.c -fPIC -DPIC -o .libs/hpdf_annotation.o
# libtool: compile: clang -DHAVE_CONFIG_H -I. -I../include -I../include -I/usr/include -I/usr/include -fexceptions -MT hpdf_boolean.lo -MD -MP -MF .deps/hpdf_boolean.Tpo -c hpdf_boolean.c -fPIC -DPIC -o .libs/hpdf_boolean.o
# libtool: compile: clang -DHAVE_CONFIG_H -I. -I../include -I../include -I/usr/include -I/usr/include -fexceptions -MT hpdf_binary.lo -MD -MP -MF .deps/hpdf_binary.Tpo -c hpdf_binary.c -o hpdf_binary.o >/dev/null 2>&1
# libtool: compile: clang -DHAVE_CONFIG_H -I. -I../include -I../include -I/usr/include -I/usr/include -fexceptions -MT hpdf_array.lo -MD -MP -MF .deps/hpdf_array.Tpo -c hpdf_array.c -o hpdf_array.o >/dev/null 2>&1
# libtool: compile: clang -DHAVE_CONFIG_H -I. -I../include -I../include -I/usr/include -I/usr/include -fexceptions -MT hpdf_boolean.lo -MD -MP -MF .deps/hpdf_boolean.Tpo -c hpdf_boolean.c -o hpdf_boolean.o >/dev/null 2>&1
# libtool: compile: clang -DHAVE_CONFIG_H -I. -I../include -I../include -I/usr/include -I/usr/include -fexceptions -MT hpdf_annotation.lo -MD -MP -MF .deps/hpdf_annotation.Tpo -c hpdf_annotation.c -o hpdf_annotation.o >/dev/null 2>&1
# mv -f .deps/hpdf_binary.Tpo .deps/hpdf_binary.Plo
# /bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I../include -I../include -I/usr/include -I/usr/include -fexceptions -MT hpdf_catalog.lo -MD -MP -MF .deps/hpdf_catalog.Tpo -c -o hpdf_catalog.lo hpdf_catalog.c
# mv -f .deps/hpdf_boolean.Tpo .deps/hpdf_boolean.Plo
# /bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I../include -I../include -I/usr/include -I/usr/include -fexceptions -MT hpdf_destination.lo -MD -MP -MF .deps/hpdf_destination.Tpo -c -o hpdf_destination.lo hpdf_destination.c
# mv -f .deps/hpdf_array.Tpo .deps/hpdf_array.Plo
# /bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I../include -I../include -I/usr/include -I/usr/include -fexceptions -MT hpdf_dict.lo -MD -MP -MF .deps/hpdf_dict.Tpo -c -o hpdf_dict.lo hpdf_dict.c
# libtool: compile: clang -DHAVE_CONFIG_H -I. -I../include -I../include -I/usr/include -I/usr/include -fexceptions -MT hpdf_catalog.lo -MD -MP -MF .deps/hpdf_catalog.Tpo -c hpdf_catalog.c -fPIC -DPIC -o .libs/hpdf_catalog.o
# libtool: compile: clang -DHAVE_CONFIG_H -I. -I../include -I../include -I/usr/include -I/usr/include -fexceptions -MT hpdf_destination.lo -MD -MP -MF .deps/hpdf_destination.Tpo -c hpdf_destination.c -fPIC -DPIC -o .libs/hpdf_destination.o
# libtool: compile: clang -DHAVE_CONFIG_H -I. -I../include -I../include -I/usr/include -I/usr/include -fexceptions -MT hpdf_dict.lo -MD -MP -MF .deps/hpdf_dict.Tpo -c hpdf_dict.c -fPIC -DPIC -o .libs/hpdf_dict.o
# mv -f .deps/hpdf_annotation.Tpo .deps/hpdf_annotation.Plo
# libtool: compile: clang -DHAVE_CONFIG_H -I. -I../include -I../include -I/usr/include -I/usr/include -fexceptions -MT hpdf_catalog.lo -MD -MP -MF .deps/hpdf_catalog.Tpo -c hpdf_catalog.c -o hpdf_catalog.o >/dev/null 2>&1
# /bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I../include -I../include -I/usr/include -I/usr/include -fexceptions -MT hpdf_doc.lo -MD -MP -MF .deps/hpdf_doc.Tpo -c -o hpdf_doc.lo hpdf_doc.c
# libtool: compile: clang -DHAVE_CONFIG_H -I. -I../include -I../include -I/usr/include -I/usr/include -fexceptions -MT hpdf_destination.lo -MD -MP -MF .deps/hpdf_destination.Tpo -c hpdf_destination.c -o hpdf_destination.o >/dev/null 2>&1
# libtool: compile: clang -DHAVE_CONFIG_H -I. -I../include -I../include -I/usr/include -I/usr/include -fexceptions -MT hpdf_dict.lo -MD -MP -MF .deps/hpdf_dict.Tpo -c hpdf_dict.c -o hpdf_dict.o >/dev/null 2>&1
# mv -f .deps/hpdf_catalog.Tpo .deps/hpdf_catalog.Plo
# /bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I../include -I../include -I/usr/include -I/usr/include -fexceptions -MT hpdf_doc_png.lo -MD -MP -MF .deps/hpdf_doc_png.Tpo -c -o hpdf_doc_png.lo hpdf_doc_png.c
# mv -f .deps/hpdf_destination.Tpo .deps/hpdf_destination.Plo
# mv -f .deps/hpdf_dict.Tpo .deps/hpdf_dict.Plo
# /bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I../include -I../include -I/usr/include -I/usr/include -fexceptions -MT hpdf_encoder.lo -MD -MP -MF .deps/hpdf_encoder.Tpo -c -o hpdf_encoder.lo hpdf_encoder.c
# /bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I../include -I../include -I/usr/include -I/usr/include -fexceptions -MT hpdf_encoder_cns.lo -MD -MP -MF .deps/hpdf_encoder_cns.Tpo -c -o hpdf_encoder_cns.lo hpdf_encoder_cns.c
# libtool: compile: clang -DHAVE_CONFIG_H -I. -I../include -I../include -I/usr/include -I/usr/include -fexceptions -MT hpdf_doc.lo -MD -MP -MF .deps/hpdf_doc.Tpo -c hpdf_doc.c -fPIC -DPIC -o .libs/hpdf_doc.o
# libtool: compile: clang -DHAVE_CONFIG_H -I. -I../include -I../include -I/usr/include -I/usr/include -fexceptions -MT hpdf_doc_png.lo -MD -MP -MF .deps/hpdf_doc_png.Tpo -c hpdf_doc_png.c -fPIC -DPIC -o .libs/hpdf_doc_png.o
# hpdf_doc.c:1787:16: warning: comparison of unsigned enum expression < 0 is always false [-Wtautological-compare]
# if (layout < 0 || layout >= HPDF_PAGE_LAYOUT_EOF)
# ~~~~~~ ^ ~
# hpdf_doc.c:1824:14: warning: comparison of unsigned enum expression < 0 is always false [-Wtautological-compare]
# if (mode < 0 || mode >= HPDF_PAGE_MODE_EOF)
# ~~~~ ^ ~
# libtool: compile: clang -DHAVE_CONFIG_H -I. -I../include -I../include -I/usr/include -I/usr/include -fexceptions -MT hpdf_doc_png.lo -MD -MP -MF .deps/hpdf_doc_png.Tpo -c hpdf_doc_png.c -o hpdf_doc_png.o >/dev/null 2>&1
# hpdf_doc.c:1911:15: warning: comparison of unsigned enum expression < 0 is always false [-Wtautological-compare]
# if (style < 0 || style >= HPDF_PAGE_NUM_STYLE_EOF)
# ~~~~~ ^ ~
# libtool: compile: clang -DHAVE_CONFIG_H -I. -I../include -I../include -I/usr/include -I/usr/include -fexceptions -MT hpdf_encoder_cns.lo -MD -MP -MF .deps/hpdf_encoder_cns.Tpo -c hpdf_encoder_cns.c -fPIC -DPIC -o .libs/hpdf_encoder_cns.o
# libtool: compile: clang -DHAVE_CONFIG_H -I. -I../include -I../include -I/usr/include -I/usr/include -fexceptions -MT hpdf_encoder.lo -MD -MP -MF .deps/hpdf_encoder.Tpo -c hpdf_encoder.c -fPIC -DPIC -o .libs/hpdf_encoder.o
# mv -f .deps/hpdf_doc_png.Tpo .deps/hpdf_doc_png.Plo
# /bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I../include -I../include -I/usr/include -I/usr/include -fexceptions -MT hpdf_encoder_cnt.lo -MD -MP -MF .deps/hpdf_encoder_cnt.Tpo -c -o hpdf_encoder_cnt.lo hpdf_encoder_cnt.c
# 3 warnings generated.
# libtool: compile: clang -DHAVE_CONFIG_H -I. -I../include -I../include -I/usr/include -I/usr/include -fexceptions -MT hpdf_doc.lo -MD -MP -MF .deps/hpdf_doc.Tpo -c hpdf_doc.c -o hpdf_doc.o >/dev/null 2>&1
# libtool: compile: clang -DHAVE_CONFIG_H -I. -I../include -I../include -I/usr/include -I/usr/include -fexceptions -MT hpdf_encoder.lo -MD -MP -MF .deps/hpdf_encoder.Tpo -c hpdf_encoder.c -o hpdf_encoder.o >/dev/null 2>&1
# libtool: compile: clang -DHAVE_CONFIG_H -I. -I../include -I../include -I/usr/include -I/usr/include -fexceptions -MT hpdf_encoder_cnt.lo -MD -MP -MF .deps/hpdf_encoder_cnt.Tpo -c hpdf_encoder_cnt.c -fPIC -DPIC -o .libs/hpdf_encoder_cnt.o
# mv -f .deps/hpdf_doc.Tpo .deps/hpdf_doc.Plo
# /bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I../include -I../include -I/usr/include -I/usr/include -fexceptions -MT hpdf_encoder_jp.lo -MD -MP -MF .deps/hpdf_encoder_jp.Tpo -c -o hpdf_encoder_jp.lo hpdf_encoder_jp.c
# mv -f .deps/hpdf_encoder.Tpo .deps/hpdf_encoder.Plo
# /bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I../include -I../include -I/usr/include -I/usr/include -fexceptions -MT hpdf_encoder_kr.lo -MD -MP -MF .deps/hpdf_encoder_kr.Tpo -c -o hpdf_encoder_kr.lo hpdf_encoder_kr.c
# libtool: compile: clang -DHAVE_CONFIG_H -I. -I../include -I../include -I/usr/include -I/usr/include -fexceptions -MT hpdf_encoder_jp.lo -MD -MP -MF .deps/hpdf_encoder_jp.Tpo -c hpdf_encoder_jp.c -fPIC -DPIC -o .libs/hpdf_encoder_jp.o
# libtool: compile: clang -DHAVE_CONFIG_H -I. -I../include -I../include -I/usr/include -I/usr/include -fexceptions -MT hpdf_encoder_kr.lo -MD -MP -MF .deps/hpdf_encoder_kr.Tpo -c hpdf_encoder_kr.c -fPIC -DPIC -o .libs/hpdf_encoder_kr.o
# libtool: compile: clang -DHAVE_CONFIG_H -I. -I../include -I../include -I/usr/include -I/usr/include -fexceptions -MT hpdf_encoder_cnt.lo -MD -MP -MF .deps/hpdf_encoder_cnt.Tpo -c hpdf_encoder_cnt.c -o hpdf_encoder_cnt.o >/dev/null 2>&1
# libtool: compile: clang -DHAVE_CONFIG_H -I. -I../include -I../include -I/usr/include -I/usr/include -fexceptions -MT hpdf_encoder_cns.lo -MD -MP -MF .deps/hpdf_encoder_cns.Tpo -c hpdf_encoder_cns.c -o hpdf_encoder_cns.o >/dev/null 2>&1
# libtool: compile: clang -DHAVE_CONFIG_H -I. -I../include -I../include -I/usr/include -I/usr/include -fexceptions -MT hpdf_encoder_jp.lo -MD -MP -MF .deps/hpdf_encoder_jp.Tpo -c hpdf_encoder_jp.c -o hpdf_encoder_jp.o >/dev/null 2>&1
# mv -f .deps/hpdf_encoder_cnt.Tpo .deps/hpdf_encoder_cnt.Plo
# /bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I../include -I../include -I/usr/include -I/usr/include -fexceptions -MT hpdf_encrypt.lo -MD -MP -MF .deps/hpdf_encrypt.Tpo -c -o hpdf_encrypt.lo hpdf_encrypt.c
# mv -f .deps/hpdf_encoder_jp.Tpo .deps/hpdf_encoder_jp.Plo
# mv -f .deps/hpdf_encoder_cns.Tpo .deps/hpdf_encoder_cns.Plo
# /bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I../include -I../include -I/usr/include -I/usr/include -fexceptions -MT hpdf_encryptdict.lo -MD -MP -MF .deps/hpdf_encryptdict.Tpo -c -o hpdf_encryptdict.lo hpdf_encryptdict.c
# /bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I../include -I../include -I/usr/include -I/usr/include -fexceptions -MT hpdf_error.lo -MD -MP -MF .deps/hpdf_error.Tpo -c -o hpdf_error.lo hpdf_error.c
# libtool: compile: clang -DHAVE_CONFIG_H -I. -I../include -I../include -I/usr/include -I/usr/include -fexceptions -MT hpdf_encrypt.lo -MD -MP -MF .deps/hpdf_encrypt.Tpo -c hpdf_encrypt.c -fPIC -DPIC -o .libs/hpdf_encrypt.o
# libtool: compile: clang -DHAVE_CONFIG_H -I. -I../include -I../include -I/usr/include -I/usr/include -fexceptions -MT hpdf_encoder_kr.lo -MD -MP -MF .deps/hpdf_encoder_kr.Tpo -c hpdf_encoder_kr.c -o hpdf_encoder_kr.o >/dev/null 2>&1
# libtool: compile: clang -DHAVE_CONFIG_H -I. -I../include -I../include -I/usr/include -I/usr/include -fexceptions -MT hpdf_error.lo -MD -MP -MF .deps/hpdf_error.Tpo -c hpdf_error.c -fPIC -DPIC -o .libs/hpdf_error.o
# libtool: compile: clang -DHAVE_CONFIG_H -I. -I../include -I../include -I/usr/include -I/usr/include -fexceptions -MT hpdf_encrypt.lo -MD -MP -MF .deps/hpdf_encrypt.Tpo -c hpdf_encrypt.c -o hpdf_encrypt.o >/dev/null 2>&1
# libtool: compile: clang -DHAVE_CONFIG_H -I. -I../include -I../include -I/usr/include -I/usr/include -fexceptions -MT hpdf_encryptdict.lo -MD -MP -MF .deps/hpdf_encryptdict.Tpo -c hpdf_encryptdict.c -fPIC -DPIC -o .libs/hpdf_encryptdict.o
# mv -f .deps/hpdf_encrypt.Tpo .deps/hpdf_encrypt.Plo
# /bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I../include -I../include -I/usr/include -I/usr/include -fexceptions -MT hpdf_ext_gstate.lo -MD -MP -MF .deps/hpdf_ext_gstate.Tpo -c -o hpdf_ext_gstate.lo hpdf_ext_gstate.c
# libtool: compile: clang -DHAVE_CONFIG_H -I. -I../include -I../include -I/usr/include -I/usr/include -fexceptions -MT hpdf_error.lo -MD -MP -MF .deps/hpdf_error.Tpo -c hpdf_error.c -o hpdf_error.o >/dev/null 2>&1
# libtool: compile: clang -DHAVE_CONFIG_H -I. -I../include -I../include -I/usr/include -I/usr/include -fexceptions -MT hpdf_encryptdict.lo -MD -MP -MF .deps/hpdf_encryptdict.Tpo -c hpdf_encryptdict.c -o hpdf_encryptdict.o >/dev/null 2>&1
# mv -f .deps/hpdf_error.Tpo .deps/hpdf_error.Plo
# /bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I../include -I../include -I/usr/include -I/usr/include -fexceptions -MT hpdf_font.lo -MD -MP -MF .deps/hpdf_font.Tpo -c -o hpdf_font.lo hpdf_font.c
# libtool: compile: clang -DHAVE_CONFIG_H -I. -I../include -I../include -I/usr/include -I/usr/include -fexceptions -MT hpdf_ext_gstate.lo -MD -MP -MF .deps/hpdf_ext_gstate.Tpo -c hpdf_ext_gstate.c -fPIC -DPIC -o .libs/hpdf_ext_gstate.o
# mv -f .deps/hpdf_encryptdict.Tpo .deps/hpdf_encryptdict.Plo
# /bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I../include -I../include -I/usr/include -I/usr/include -fexceptions -MT hpdf_font_cid.lo -MD -MP -MF .deps/hpdf_font_cid.Tpo -c -o hpdf_font_cid.lo hpdf_font_cid.c
# libtool: compile: clang -DHAVE_CONFIG_H -I. -I../include -I../include -I/usr/include -I/usr/include -fexceptions -MT hpdf_font.lo -MD -MP -MF .deps/hpdf_font.Tpo -c hpdf_font.c -fPIC -DPIC -o .libs/hpdf_font.o
# libtool: compile: clang -DHAVE_CONFIG_H -I. -I../include -I../include -I/usr/include -I/usr/include -fexceptions -MT hpdf_ext_gstate.lo -MD -MP -MF .deps/hpdf_ext_gstate.Tpo -c hpdf_ext_gstate.c -o hpdf_ext_gstate.o >/dev/null 2>&1
# libtool: compile: clang -DHAVE_CONFIG_H -I. -I../include -I../include -I/usr/include -I/usr/include -fexceptions -MT hpdf_font.lo -MD -MP -MF .deps/hpdf_font.Tpo -c hpdf_font.c -o hpdf_font.o >/dev/null 2>&1
# libtool: compile: clang -DHAVE_CONFIG_H -I. -I../include -I../include -I/usr/include -I/usr/include -fexceptions -MT hpdf_font_cid.lo -MD -MP -MF .deps/hpdf_font_cid.Tpo -c hpdf_font_cid.c -fPIC -DPIC -o .libs/hpdf_font_cid.o
# mv -f .deps/hpdf_ext_gstate.Tpo .deps/hpdf_ext_gstate.Plo
# /bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I../include -I../include -I/usr/include -I/usr/include -fexceptions -MT hpdf_fontdef_base14.lo -MD -MP -MF .deps/hpdf_fontdef_base14.Tpo -c -o hpdf_fontdef_base14.lo hpdf_fontdef_base14.c
# libtool: compile: clang -DHAVE_CONFIG_H -I. -I../include -I../include -I/usr/include -I/usr/include -fexceptions -MT hpdf_font_cid.lo -MD -MP -MF .deps/hpdf_font_cid.Tpo -c hpdf_font_cid.c -o hpdf_font_cid.o >/dev/null 2>&1
# mv -f .deps/hpdf_font.Tpo .deps/hpdf_font.Plo
# /bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I../include -I../include -I/usr/include -I/usr/include -fexceptions -MT hpdf_fontdef.lo -MD -MP -MF .deps/hpdf_fontdef.Tpo -c -o hpdf_fontdef.lo hpdf_fontdef.c
# libtool: compile: clang -DHAVE_CONFIG_H -I. -I../include -I../include -I/usr/include -I/usr/include -fexceptions -MT hpdf_fontdef_base14.lo -MD -MP -MF .deps/hpdf_fontdef_base14.Tpo -c hpdf_fontdef_base14.c -fPIC -DPIC -o .libs/hpdf_fontdef_base14.o
# mv -f .deps/hpdf_encoder_kr.Tpo .deps/hpdf_encoder_kr.Plo
# /bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I../include -I../include -I/usr/include -I/usr/include -fexceptions -MT hpdf_fontdef_cid.lo -MD -MP -MF .deps/hpdf_fontdef_cid.Tpo -c -o hpdf_fontdef_cid.lo hpdf_fontdef_cid.c
# libtool: compile: clang -DHAVE_CONFIG_H -I. -I../include -I../include -I/usr/include -I/usr/include -fexceptions -MT hpdf_fontdef.lo -MD -MP -MF .deps/hpdf_fontdef.Tpo -c hpdf_fontdef.c -fPIC -DPIC -o .libs/hpdf_fontdef.o
# mv -f .deps/hpdf_font_cid.Tpo .deps/hpdf_font_cid.Plo
# /bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I../include -I../include -I/usr/include -I/usr/include -fexceptions -MT hpdf_fontdef_cns.lo -MD -MP -MF .deps/hpdf_fontdef_cns.Tpo -c -o hpdf_fontdef_cns.lo hpdf_fontdef_cns.c
# libtool: compile: clang -DHAVE_CONFIG_H -I. -I../include -I../include -I/usr/include -I/usr/include -fexceptions -MT hpdf_fontdef.lo -MD -MP -MF .deps/hpdf_fontdef.Tpo -c hpdf_fontdef.c -o hpdf_fontdef.o >/dev/null 2>&1
# libtool: compile: clang -DHAVE_CONFIG_H -I. -I../include -I../include -I/usr/include -I/usr/include -fexceptions -MT hpdf_fontdef_cid.lo -MD -MP -MF .deps/hpdf_fontdef_cid.Tpo -c hpdf_fontdef_cid.c -fPIC -DPIC -o .libs/hpdf_fontdef_cid.o
# libtool: compile: clang -DHAVE_CONFIG_H -I. -I../include -I../include -I/usr/include -I/usr/include -fexceptions -MT hpdf_fontdef_base14.lo -MD -MP -MF .deps/hpdf_fontdef_base14.Tpo -c hpdf_fontdef_base14.c -o hpdf_fontdef_base14.o >/dev/null 2>&1
# libtool: compile: clang -DHAVE_CONFIG_H -I. -I../include -I../include -I/usr/include -I/usr/include -fexceptions -MT hpdf_fontdef_cns.lo -MD -MP -MF .deps/hpdf_fontdef_cns.Tpo -c hpdf_fontdef_cns.c -fPIC -DPIC -o .libs/hpdf_fontdef_cns.o
# mv -f .deps/hpdf_fontdef.Tpo .deps/hpdf_fontdef.Plo
# /bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I../include -I../include -I/usr/include -I/usr/include -fexceptions -MT hpdf_fontdef_cnt.lo -MD -MP -MF .deps/hpdf_fontdef_cnt.Tpo -c -o hpdf_fontdef_cnt.lo hpdf_fontdef_cnt.c
# libtool: compile: clang -DHAVE_CONFIG_H -I. -I../include -I../include -I/usr/include -I/usr/include -fexceptions -MT hpdf_fontdef_cid.lo -MD -MP -MF .deps/hpdf_fontdef_cid.Tpo -c hpdf_fontdef_cid.c -o hpdf_fontdef_cid.o >/dev/null 2>&1
# libtool: compile: clang -DHAVE_CONFIG_H -I. -I../include -I../include -I/usr/include -I/usr/include -fexceptions -MT hpdf_fontdef_cns.lo -MD -MP -MF .deps/hpdf_fontdef_cns.Tpo -c hpdf_fontdef_cns.c -o hpdf_fontdef_cns.o >/dev/null 2>&1
# mv -f .deps/hpdf_fontdef_base14.Tpo .deps/hpdf_fontdef_base14.Plo
# /bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I../include -I../include -I/usr/include -I/usr/include -fexceptions -MT hpdf_fontdef_jp.lo -MD -MP -MF .deps/hpdf_fontdef_jp.Tpo -c -o hpdf_fontdef_jp.lo hpdf_fontdef_jp.c
# mv -f .deps/hpdf_fontdef_cid.Tpo .deps/hpdf_fontdef_cid.Plo
# libtool: compile: clang -DHAVE_CONFIG_H -I. -I../include -I../include -I/usr/include -I/usr/include -fexceptions -MT hpdf_fontdef_cnt.lo -MD -MP -MF .deps/hpdf_fontdef_cnt.Tpo -c hpdf_fontdef_cnt.c -fPIC -DPIC -o .libs/hpdf_fontdef_cnt.o
# /bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I../include -I../include -I/usr/include -I/usr/include -fexceptions -MT hpdf_fontdef_kr.lo -MD -MP -MF .deps/hpdf_fontdef_kr.Tpo -c -o hpdf_fontdef_kr.lo hpdf_fontdef_kr.c
# mv -f .deps/hpdf_fontdef_cns.Tpo .deps/hpdf_fontdef_cns.Plo
# /bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I../include -I../include -I/usr/include -I/usr/include -fexceptions -MT hpdf_fontdef_tt.lo -MD -MP -MF .deps/hpdf_fontdef_tt.Tpo -c -o hpdf_fontdef_tt.lo hpdf_fontdef_tt.c
# libtool: compile: clang -DHAVE_CONFIG_H -I. -I../include -I../include -I/usr/include -I/usr/include -fexceptions -MT hpdf_fontdef_kr.lo -MD -MP -MF .deps/hpdf_fontdef_kr.Tpo -c hpdf_fontdef_kr.c -fPIC -DPIC -o .libs/hpdf_fontdef_kr.o
# libtool: compile: clang -DHAVE_CONFIG_H -I. -I../include -I../include -I/usr/include -I/usr/include -fexceptions -MT hpdf_fontdef_cnt.lo -MD -MP -MF .deps/hpdf_fontdef_cnt.Tpo -c hpdf_fontdef_cnt.c -o hpdf_fontdef_cnt.o >/dev/null 2>&1
# libtool: compile: clang -DHAVE_CONFIG_H -I. -I../include -I../include -I/usr/include -I/usr/include -fexceptions -MT hpdf_fontdef_jp.lo -MD -MP -MF .deps/hpdf_fontdef_jp.Tpo -c hpdf_fontdef_jp.c -fPIC -DPIC -o .libs/hpdf_fontdef_jp.o
# libtool: compile: clang -DHAVE_CONFIG_H -I. -I../include -I../include -I/usr/include -I/usr/include -fexceptions -MT hpdf_fontdef_tt.lo -MD -MP -MF .deps/hpdf_fontdef_tt.Tpo -c hpdf_fontdef_tt.c -fPIC -DPIC -o .libs/hpdf_fontdef_tt.o
# libtool: compile: clang -DHAVE_CONFIG_H -I. -I../include -I../include -I/usr/include -I/usr/include -fexceptions -MT hpdf_fontdef_kr.lo -MD -MP -MF .deps/hpdf_fontdef_kr.Tpo -c hpdf_fontdef_kr.c -o hpdf_fontdef_kr.o >/dev/null 2>&1
# mv -f .deps/hpdf_fontdef_cnt.Tpo .deps/hpdf_fontdef_cnt.Plo
# /bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I../include -I../include -I/usr/include -I/usr/include -fexceptions -MT hpdf_fontdef_type1.lo -MD -MP -MF .deps/hpdf_fontdef_type1.Tpo -c -o hpdf_fontdef_type1.lo hpdf_fontdef_type1.c
# libtool: compile: clang -DHAVE_CONFIG_H -I. -I../include -I../include -I/usr/include -I/usr/include -fexceptions -MT hpdf_fontdef_jp.lo -MD -MP -MF .deps/hpdf_fontdef_jp.Tpo -c hpdf_fontdef_jp.c -o hpdf_fontdef_jp.o >/dev/null 2>&1
# libtool: compile: clang -DHAVE_CONFIG_H -I. -I../include -I../include -I/usr/include -I/usr/include -fexceptions -MT hpdf_fontdef_type1.lo -MD -MP -MF .deps/hpdf_fontdef_type1.Tpo -c hpdf_fontdef_type1.c -fPIC -DPIC -o .libs/hpdf_fontdef_type1.o
# libtool: compile: clang -DHAVE_CONFIG_H -I. -I../include -I../include -I/usr/include -I/usr/include -fexceptions -MT hpdf_fontdef_tt.lo -MD -MP -MF .deps/hpdf_fontdef_tt.Tpo -c hpdf_fontdef_tt.c -o hpdf_fontdef_tt.o >/dev/null 2>&1
# mv -f .deps/hpdf_fontdef_kr.Tpo .deps/hpdf_fontdef_kr.Plo
# /bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I../include -I../include -I/usr/include -I/usr/include -fexceptions -MT hpdf_font_tt.lo -MD -MP -MF .deps/hpdf_font_tt.Tpo -c -o hpdf_font_tt.lo hpdf_font_tt.c
# libtool: compile: clang -DHAVE_CONFIG_H -I. -I../include -I../include -I/usr/include -I/usr/include -fexceptions -MT hpdf_fontdef_type1.lo -MD -MP -MF .deps/hpdf_fontdef_type1.Tpo -c hpdf_fontdef_type1.c -o hpdf_fontdef_type1.o >/dev/null 2>&1
# mv -f .deps/hpdf_fontdef_jp.Tpo .deps/hpdf_fontdef_jp.Plo
# /bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I../include -I../include -I/usr/include -I/usr/include -fexceptions -MT hpdf_font_type1.lo -MD -MP -MF .deps/hpdf_font_type1.Tpo -c -o hpdf_font_type1.lo hpdf_font_type1.c
# libtool: compile: clang -DHAVE_CONFIG_H -I. -I../include -I../include -I/usr/include -I/usr/include -fexceptions -MT hpdf_font_type1.lo -MD -MP -MF .deps/hpdf_font_type1.Tpo -c hpdf_font_type1.c -fPIC -DPIC -o .libs/hpdf_font_type1.o
# libtool: compile: clang -DHAVE_CONFIG_H -I. -I../include -I../include -I/usr/include -I/usr/include -fexceptions -MT hpdf_font_tt.lo -MD -MP -MF .deps/hpdf_font_tt.Tpo -c hpdf_font_tt.c -fPIC -DPIC -o .libs/hpdf_font_tt.o
# mv -f .deps/hpdf_fontdef_tt.Tpo .deps/hpdf_fontdef_tt.Plo
# /bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I../include -I../include -I/usr/include -I/usr/include -fexceptions -MT hpdf_gstate.lo -MD -MP -MF .deps/hpdf_gstate.Tpo -c -o hpdf_gstate.lo hpdf_gstate.c
# libtool: compile: clang -DHAVE_CONFIG_H -I. -I../include -I../include -I/usr/include -I/usr/include -fexceptions -MT hpdf_font_tt.lo -MD -MP -MF .deps/hpdf_font_tt.Tpo -c hpdf_font_tt.c -o hpdf_font_tt.o >/dev/null 2>&1
# libtool: compile: clang -DHAVE_CONFIG_H -I. -I../include -I../include -I/usr/include -I/usr/include -fexceptions -MT hpdf_font_type1.lo -MD -MP -MF .deps/hpdf_font_type1.Tpo -c hpdf_font_type1.c -o hpdf_font_type1.o >/dev/null 2>&1
# mv -f .deps/hpdf_fontdef_type1.Tpo .deps/hpdf_fontdef_type1.Plo
# /bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I../include -I../include -I/usr/include -I/usr/include -fexceptions -MT hpdf_image.lo -MD -MP -MF .deps/hpdf_image.Tpo -c -o hpdf_image.lo hpdf_image.c
# libtool: compile: clang -DHAVE_CONFIG_H -I. -I../include -I../include -I/usr/include -I/usr/include -fexceptions -MT hpdf_gstate.lo -MD -MP -MF .deps/hpdf_gstate.Tpo -c hpdf_gstate.c -fPIC -DPIC -o .libs/hpdf_gstate.o
# mv -f .deps/hpdf_font_type1.Tpo .deps/hpdf_font_type1.Plo
# /bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I../include -I../include -I/usr/include -I/usr/include -fexceptions -MT hpdf_image_ccitt.lo -MD -MP -MF .deps/hpdf_image_ccitt.Tpo -c -o hpdf_image_ccitt.lo hpdf_image_ccitt.c
# mv -f .deps/hpdf_font_tt.Tpo .deps/hpdf_font_tt.Plo
# /bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I../include -I../include -I/usr/include -I/usr/include -fexceptions -MT hpdf_image_png.lo -MD -MP -MF .deps/hpdf_image_png.Tpo -c -o hpdf_image_png.lo hpdf_image_png.c
# libtool: compile: clang -DHAVE_CONFIG_H -I. -I../include -I../include -I/usr/include -I/usr/include -fexceptions -MT hpdf_image.lo -MD -MP -MF .deps/hpdf_image.Tpo -c hpdf_image.c -fPIC -DPIC -o .libs/hpdf_image.o
# libtool: compile: clang -DHAVE_CONFIG_H -I. -I../include -I../include -I/usr/include -I/usr/include -fexceptions -MT hpdf_gstate.lo -MD -MP -MF .deps/hpdf_gstate.Tpo -c hpdf_gstate.c -o hpdf_gstate.o >/dev/null 2>&1
# libtool: compile: clang -DHAVE_CONFIG_H -I. -I../include -I../include -I/usr/include -I/usr/include -fexceptions -MT hpdf_image_png.lo -MD -MP -MF .deps/hpdf_image_png.Tpo -c hpdf_image_png.c -fPIC -DPIC -o .libs/hpdf_image_png.o
# libtool: compile: clang -DHAVE_CONFIG_H -I. -I../include -I../include -I/usr/include -I/usr/include -fexceptions -MT hpdf_image_ccitt.lo -MD -MP -MF .deps/hpdf_image_ccitt.Tpo -c hpdf_image_ccitt.c -fPIC -DPIC -o .libs/hpdf_image_ccitt.o
# mv -f .deps/hpdf_gstate.Tpo .deps/hpdf_gstate.Plo
# /bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I../include -I../include -I/usr/include -I/usr/include -fexceptions -MT hpdf_info.lo -MD -MP -MF .deps/hpdf_info.Tpo -c -o hpdf_info.lo hpdf_info.c
# In file included from hpdf_image_png.c:23:
# In file included from /usr/include/png.h:375:
# In file included from /usr/include/pngconf.h:30:
# In file included from /usr/include/limits.h:143:
# In file included from /usr/include/bits/posix1_lim.h:160:
# In file included from /usr/include/bits/local_lim.h:38:
# /usr/include/linux/limits.h:6:9: warning: 'NGROUPS_MAX' macro redefined [-Wmacro-redefined]
# #define NGROUPS_MAX 65536 /* supplemental group IDs are available */
# ^
# /sysroot/include/limits.h:51:9: note: previous definition is here
# #define NGROUPS_MAX 32
# ^
# In file included from hpdf_image_png.c:23:
# In file included from /usr/include/png.h:375:
# In file included from /usr/include/pngconf.h:30:
# In file included from /usr/include/limits.h:143:
# In file included from /usr/include/bits/posix1_lim.h:160:
# /usr/include/bits/local_lim.h:64:9: warning: 'PTHREAD_KEYS_MAX' macro redefined [-Wmacro-redefined]
# #define PTHREAD_KEYS_MAX 1024
# ^
# /sysroot/include/limits.h:63:9: note: previous definition is here
# #define PTHREAD_KEYS_MAX 128
# ^
# In file included from hpdf_image_png.c:23:
# In file included from /usr/include/png.h:375:
# In file included from /usr/include/pngconf.h:30:
# In file included from /usr/include/limits.h:143:
# In file included from /usr/include/bits/posix1_lim.h:160:
# /usr/include/bits/local_lim.h:69:9: warning: 'PTHREAD_DESTRUCTOR_ITERATIONS' macro redefined [-Wmacro-redefined]
# #define PTHREAD_DESTRUCTOR_ITERATIONS _POSIX_THREAD_DESTRUCTOR_ITERATIONS
# ^
# /sysroot/include/limits.h:65:9: note: previous definition is here
# #define PTHREAD_DESTRUCTOR_ITERATIONS 4
# ^
# In file included from hpdf_image_png.c:23:
# In file included from /usr/include/png.h:375:
# In file included from /usr/include/pngconf.h:30:
# In file included from /usr/include/limits.h:143:
# In file included from /usr/include/bits/posix1_lim.h:160:
# /usr/include/bits/local_lim.h:81:9: warning: 'PTHREAD_STACK_MIN' macro redefined [-Wmacro-redefined]
# #define PTHREAD_STACK_MIN 16384
# ^
# /sysroot/include/limits.h:64:9: note: previous definition is here
# #define PTHREAD_STACK_MIN 2048
# ^
# In file included from hpdf_image_png.c:23:
# In file included from /usr/include/png.h:375:
# In file included from /usr/include/pngconf.h:30:
# In file included from /usr/include/limits.h:143:
# In file included from /usr/include/bits/posix1_lim.h:160:
# /usr/include/bits/local_lim.h:84:9: warning: 'DELAYTIMER_MAX' macro redefined [-Wmacro-redefined]
# #define DELAYTIMER_MAX 2147483647
# ^
# /sysroot/include/limits.h:68:9: note: previous definition is here
# #define DELAYTIMER_MAX 0x7fffffff
# ^
# In file included from hpdf_image_png.c:23:
# In file included from /usr/include/png.h:375:
# In file included from /usr/include/pngconf.h:30:
# In file included from /usr/include/limits.h:143:
# In file included from /usr/include/bits/posix1_lim.h:160:
# /usr/include/bits/local_lim.h:93:9: warning: 'HOST_NAME_MAX' macro redefined [-Wmacro-redefined]
# #define HOST_NAME_MAX 64
# ^
# /sysroot/include/limits.h:59:9: note: previous definition is here
# #define HOST_NAME_MAX 255
# ^
# In file included from hpdf_image_png.c:23:
# In file included from /usr/include/png.h:375:
# In file included from /usr/include/pngconf.h:30:
# In file included from /usr/include/limits.h:143:
# In file included from /usr/include/bits/posix1_lim.h:160:
# /usr/include/bits/local_lim.h:99:9: warning: 'SEM_VALUE_MAX' macro redefined [-Wmacro-redefined]
# #define SEM_VALUE_MAX (2147483647)
# ^
# /sysroot/include/limits.h:66:9: note: previous definition is here
# #define SEM_VALUE_MAX 0x7fffffff
# ^
# In file included from hpdf_image_png.c:23:
# In file included from /usr/include/png.h:375:
# In file included from /usr/include/pngconf.h:30:
# In file included from /usr/include/limits.h:147:
# /usr/include/bits/posix2_lim.h:88:9: warning: 'RE_DUP_MAX' macro redefined [-Wmacro-redefined]
# #define RE_DUP_MAX (0x7fff)
# ^
# /sysroot/include/limits.h:82:9: note: previous definition is here
# #define RE_DUP_MAX 255
# ^
# In file included from hpdf_image_png.c:23:
# In file included from /usr/include/png.h:375:
# In file included from /usr/include/pngconf.h:30:
# In file included from /usr/include/limits.h:151:
# /usr/include/bits/xopen_lim.h:65:9: warning: '_XOPEN_IOV_MAX' macro redefined [-Wmacro-redefined]
# #define _XOPEN_IOV_MAX _POSIX_UIO_MAXIOV
# ^
# /sysroot/include/limits.h:150:9: note: previous definition is here
# #define _XOPEN_IOV_MAX 16
# ^
# In file included from hpdf_image_png.c:23:
# In file included from /usr/include/png.h:375:
# In file included from /usr/include/pngconf.h:30:
# In file included from /usr/include/limits.h:151:
# /usr/include/bits/xopen_lim.h:70:9: warning: 'NL_ARGMAX' macro redefined [-Wmacro-redefined]
# #define NL_ARGMAX _POSIX_ARG_MAX
# ^
# /sysroot/include/limits.h:84:9: note: previous definition is here
# #define NL_ARGMAX 9
# ^
# In file included from hpdf_image_png.c:23:
# In file included from /usr/include/png.h:375:
# In file included from /usr/include/pngconf.h:30:
# In file included from /usr/include/limits.h:151:
# /usr/include/bits/xopen_lim.h:73:9: warning: 'NL_LANGMAX' macro redefined [-Wmacro-redefined]
# #define NL_LANGMAX _POSIX2_LINE_MAX
# ^
# /sysroot/include/limits.h:85:9: note: previous definition is here
# #define NL_LANGMAX 32
# ^
# In file included from hpdf_image_png.c:23:
# In file included from /usr/include/png.h:375:
# In file included from /usr/include/pngconf.h:30:
# In file included from /usr/include/limits.h:151:
# /usr/include/bits/xopen_lim.h:76:9: warning: 'NL_MSGMAX' macro redefined [-Wmacro-redefined]
# #define NL_MSGMAX INT_MAX
# ^
# /sysroot/include/limits.h:86:9: note: previous definition is here
# #define NL_MSGMAX 32767
# ^libtool: compile: clang -DHAVE_CONFIG_H -I. -I../include -I../include -I/usr/include -I/usr/include -fexceptions -MT hpdf_image.lo -MD -MP -MF .deps/hpdf_image.Tpo -c hpdf_image.c -o hpdf_image.o >/dev/null 2>&1
#
# In file included from hpdf_image_png.c:23:
# In file included from /usr/include/png.h:375:
# In file included from /usr/include/pngconf.h:30:
# In file included from /usr/include/limits.h:151:
# /usr/include/bits/xopen_lim.h:83:9: warning: 'NL_SETMAX' macro redefined [-Wmacro-redefined]
# #define NL_SETMAX INT_MAX
# ^
# /sysroot/include/limits.h:87:9: note: previous definition is here
# #define NL_SETMAX 255
# ^
# In file included from hpdf_image_png.c:23:
# In file included from /usr/include/png.h:375:
# In file included from /usr/include/pngconf.h:30:
# In file included from /usr/include/limits.h:151:
# /usr/include/bits/xopen_lim.h:86:9: warning: 'NL_TEXTMAX' macro redefined [-Wmacro-redefined]
# #define NL_TEXTMAX INT_MAX
# ^
# /sysroot/include/limits.h:88:9: note: previous definition is here
# #define NL_TEXTMAX 2048
# ^
# In file included from hpdf_image_png.c:23:
# In file included from /usr/include/png.h:375:
# In file included from /usr/include/pngconf.h:50:
# /usr/include/setjmp.h:59:12: warning: declaration of built-in function '__sigsetjmp' requires inclusion of the header [-Wbuiltin-requires-header]
# extern int __sigsetjmp (struct __jmp_buf_tag __env[1], int __savemask) __THROWNL;
# ^
# libtool: compile: clang -DHAVE_CONFIG_H -I. -I../include -I../include -I/usr/include -I/usr/include -fexceptions -MT hpdf_image_ccitt.lo -MD -MP -MF .deps/hpdf_image_ccitt.Tpo -c hpdf_image_ccitt.c -o hpdf_image_ccitt.o >/dev/null 2>&1
# 15 warnings generated.
# libtool: compile: clang -DHAVE_CONFIG_H -I. -I../include -I../include -I/usr/include -I/usr/include -fexceptions -MT hpdf_image_png.lo -MD -MP -MF .deps/hpdf_image_png.Tpo -c hpdf_image_png.c -o hpdf_image_png.o >/dev/null 2>&1
# libtool: compile: clang -DHAVE_CONFIG_H -I. -I../include -I../include -I/usr/include -I/usr/include -fexceptions -MT hpdf_info.lo -MD -MP -MF .deps/hpdf_info.Tpo -c hpdf_info.c -fPIC -DPIC -o .libs/hpdf_info.o
# mv -f .deps/hpdf_image.Tpo .deps/hpdf_image.Plo
# /bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I../include -I../include -I/usr/include -I/usr/include -fexceptions -MT hpdf_list.lo -MD -MP -MF .deps/hpdf_list.Tpo -c -o hpdf_list.lo hpdf_list.c
# mv -f .deps/hpdf_image_ccitt.Tpo .deps/hpdf_image_ccitt.Plo
# /bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I../include -I../include -I/usr/include -I/usr/include -fexceptions -MT hpdf_mmgr.lo -MD -MP -MF .deps/hpdf_mmgr.Tpo -c -o hpdf_mmgr.lo hpdf_mmgr.c
# libtool: compile: clang -DHAVE_CONFIG_H -I. -I../include -I../include -I/usr/include -I/usr/include -fexceptions -MT hpdf_info.lo -MD -MP -MF .deps/hpdf_info.Tpo -c hpdf_info.c -o hpdf_info.o >/dev/null 2>&1
# mv -f .deps/hpdf_image_png.Tpo .deps/hpdf_image_png.Plo
# /bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I../include -I../include -I/usr/include -I/usr/include -fexceptions -MT hpdf_name.lo -MD -MP -MF .deps/hpdf_name.Tpo -c -o hpdf_name.lo hpdf_name.c
# mv -f .deps/hpdf_info.Tpo .deps/hpdf_info.Plo
# /bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I../include -I../include -I/usr/include -I/usr/include -fexceptions -MT hpdf_namedict.lo -MD -MP -MF .deps/hpdf_namedict.Tpo -c -o hpdf_namedict.lo hpdf_namedict.c
# libtool: compile: clang -DHAVE_CONFIG_H -I. -I../include -I../include -I/usr/include -I/usr/include -fexceptions -MT hpdf_list.lo -MD -MP -MF .deps/hpdf_list.Tpo -c hpdf_list.c -fPIC -DPIC -o .libs/hpdf_list.o
# libtool: compile: clang -DHAVE_CONFIG_H -I. -I../include -I../include -I/usr/include -I/usr/include -fexceptions -MT hpdf_mmgr.lo -MD -MP -MF .deps/hpdf_mmgr.Tpo -c hpdf_mmgr.c -fPIC -DPIC -o .libs/hpdf_mmgr.o
# libtool: compile: clang -DHAVE_CONFIG_H -I. -I../include -I../include -I/usr/include -I/usr/include -fexceptions -MT hpdf_name.lo -MD -MP -MF .deps/hpdf_name.Tpo -c hpdf_name.c -fPIC -DPIC -o .libs/hpdf_name.o
# libtool: compile: clang -DHAVE_CONFIG_H -I. -I../include -I../include -I/usr/include -I/usr/include -fexceptions -MT hpdf_list.lo -MD -MP -MF .deps/hpdf_list.Tpo -c hpdf_list.c -o hpdf_list.o >/dev/null 2>&1
# libtool: compile: clang -DHAVE_CONFIG_H -I. -I../include -I../include -I/usr/include -I/usr/include -fexceptions -MT hpdf_namedict.lo -MD -MP -MF .deps/hpdf_namedict.Tpo -c hpdf_namedict.c -fPIC -DPIC -o .libs/hpdf_namedict.o
# libtool: compile: clang -DHAVE_CONFIG_H -I. -I../include -I../include -I/usr/include -I/usr/include -fexceptions -MT hpdf_mmgr.lo -MD -MP -MF .deps/hpdf_mmgr.Tpo -c hpdf_mmgr.c -o hpdf_mmgr.o >/dev/null 2>&1
# libtool: compile: clang -DHAVE_CONFIG_H -I. -I../include -I../include -I/usr/include -I/usr/include -fexceptions -MT hpdf_name.lo -MD -MP -MF .deps/hpdf_name.Tpo -c hpdf_name.c -o hpdf_name.o >/dev/null 2>&1
# mv -f .deps/hpdf_list.Tpo .deps/hpdf_list.Plo
# libtool: compile: clang -DHAVE_CONFIG_H -I. -I../include -I../include -I/usr/include -I/usr/include -fexceptions -MT hpdf_namedict.lo -MD -MP -MF .deps/hpdf_namedict.Tpo -c hpdf_namedict.c -o hpdf_namedict.o >/dev/null 2>&1
# /bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I../include -I../include -I/usr/include -I/usr/include -fexceptions -MT hpdf_null.lo -MD -MP -MF .deps/hpdf_null.Tpo -c -o hpdf_null.lo hpdf_null.c
# mv -f .deps/hpdf_mmgr.Tpo .deps/hpdf_mmgr.Plo
# /bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I../include -I../include -I/usr/include -I/usr/include -fexceptions -MT hpdf_number.lo -MD -MP -MF .deps/hpdf_number.Tpo -c -o hpdf_number.lo hpdf_number.c
# mv -f .deps/hpdf_name.Tpo .deps/hpdf_name.Plo
# /bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I../include -I../include -I/usr/include -I/usr/include -fexceptions -MT hpdf_objects.lo -MD -MP -MF .deps/hpdf_objects.Tpo -c -o hpdf_objects.lo hpdf_objects.c
# mv -f .deps/hpdf_namedict.Tpo .deps/hpdf_namedict.Plo
# /bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I../include -I../include -I/usr/include -I/usr/include -fexceptions -MT hpdf_outline.lo -MD -MP -MF .deps/hpdf_outline.Tpo -c -o hpdf_outline.lo hpdf_outline.c
# libtool: compile: clang -DHAVE_CONFIG_H -I. -I../include -I../include -I/usr/include -I/usr/include -fexceptions -MT hpdf_null.lo -MD -MP -MF .deps/hpdf_null.Tpo -c hpdf_null.c -fPIC -DPIC -o .libs/hpdf_null.o
# libtool: compile: clang -DHAVE_CONFIG_H -I. -I../include -I../include -I/usr/include -I/usr/include -fexceptions -MT hpdf_number.lo -MD -MP -MF .deps/hpdf_number.Tpo -c hpdf_number.c -fPIC -DPIC -o .libs/hpdf_number.o
# libtool: compile: clang -DHAVE_CONFIG_H -I. -I../include -I../include -I/usr/include -I/usr/include -fexceptions -MT hpdf_null.lo -MD -MP -MF .deps/hpdf_null.Tpo -c hpdf_null.c -o hpdf_null.o >/dev/null 2>&1
# libtool: compile: clang -DHAVE_CONFIG_H -I. -I../include -I../include -I/usr/include -I/usr/include -fexceptions -MT hpdf_outline.lo -MD -MP -MF .deps/hpdf_outline.Tpo -c hpdf_outline.c -fPIC -DPIC -o .libs/hpdf_outline.o
# libtool: compile: clang -DHAVE_CONFIG_H -I. -I../include -I../include -I/usr/include -I/usr/include -fexceptions -MT hpdf_objects.lo -MD -MP -MF .deps/hpdf_objects.Tpo -c hpdf_objects.c -fPIC -DPIC -o .libs/hpdf_objects.o
# libtool: compile: clang -DHAVE_CONFIG_H -I. -I../include -I../include -I/usr/include -I/usr/include -fexceptions -MT hpdf_number.lo -MD -MP -MF .deps/hpdf_number.Tpo -c hpdf_number.c -o hpdf_number.o >/dev/null 2>&1
# mv -f .deps/hpdf_null.Tpo .deps/hpdf_null.Plo
# /bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I../include -I../include -I/usr/include -I/usr/include -fexceptions -MT hpdf_page_label.lo -MD -MP -MF .deps/hpdf_page_label.Tpo -c -o hpdf_page_label.lo hpdf_page_label.c
# libtool: compile: clang -DHAVE_CONFIG_H -I. -I../include -I../include -I/usr/include -I/usr/include -fexceptions -MT hpdf_objects.lo -MD -MP -MF .deps/hpdf_objects.Tpo -c hpdf_objects.c -o hpdf_objects.o >/dev/null 2>&1
# mv -f .deps/hpdf_number.Tpo .deps/hpdf_number.Plo
# libtool: compile: clang -DHAVE_CONFIG_H -I. -I../include -I../include -I/usr/include -I/usr/include -fexceptions -MT hpdf_outline.lo -MD -MP -MF .deps/hpdf_outline.Tpo -c hpdf_outline.c -o hpdf_outline.o >/dev/null 2>&1
# /bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I../include -I../include -I/usr/include -I/usr/include -fexceptions -MT hpdf_page_operator.lo -MD -MP -MF .deps/hpdf_page_operator.Tpo -c -o hpdf_page_operator.lo hpdf_page_operator.c
# libtool: compile: clang -DHAVE_CONFIG_H -I. -I../include -I../include -I/usr/include -I/usr/include -fexceptions -MT hpdf_page_label.lo -MD -MP -MF .deps/hpdf_page_label.Tpo -c hpdf_page_label.c -fPIC -DPIC -o .libs/hpdf_page_label.o
# mv -f .deps/hpdf_objects.Tpo .deps/hpdf_objects.Plo
# /bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I../include -I../include -I/usr/include -I/usr/include -fexceptions -MT hpdf_pages.lo -MD -MP -MF .deps/hpdf_pages.Tpo -c -o hpdf_pages.lo hpdf_pages.c
# mv -f .deps/hpdf_outline.Tpo .deps/hpdf_outline.Plo
# /bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I../include -I../include -I/usr/include -I/usr/include -fexceptions -MT hpdf_real.lo -MD -MP -MF .deps/hpdf_real.Tpo -c -o hpdf_real.lo hpdf_real.c
# libtool: compile: clang -DHAVE_CONFIG_H -I. -I../include -I../include -I/usr/include -I/usr/include -fexceptions -MT hpdf_page_operator.lo -MD -MP -MF .deps/hpdf_page_operator.Tpo -c hpdf_page_operator.c -fPIC -DPIC -o .libs/hpdf_page_operator.o
# libtool: compile: clang -DHAVE_CONFIG_H -I. -I../include -I../include -I/usr/include -I/usr/include -fexceptions -MT hpdf_pages.lo -MD -MP -MF .deps/hpdf_pages.Tpo -c hpdf_pages.c -fPIC -DPIC -o .libs/hpdf_pages.o
# libtool: compile: clang -DHAVE_CONFIG_H -I. -I../include -I../include -I/usr/include -I/usr/include -fexceptions -MT hpdf_page_label.lo -MD -MP -MF .deps/hpdf_page_label.Tpo -c hpdf_page_label.c -o hpdf_page_label.o >/dev/null 2>&1
# libtool: compile: clang -DHAVE_CONFIG_H -I. -I../include -I../include -I/usr/include -I/usr/include -fexceptions -MT hpdf_real.lo -MD -MP -MF .deps/hpdf_real.Tpo -c hpdf_real.c -fPIC -DPIC -o .libs/hpdf_real.o
# hpdf_pages.c:1372:14: warning: comparison of unsigned enum expression < 0 is always false [-Wtautological-compare]
# if (size < 0 || size > HPDF_PAGE_SIZE_EOF)
# ~~~~ ^ ~
# mv -f .deps/hpdf_page_label.Tpo .deps/hpdf_page_label.Plo
# /bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I../include -I../include -I/usr/include -I/usr/include -fexceptions -MT hpdf_streams.lo -MD -MP -MF .deps/hpdf_streams.Tpo -c -o hpdf_streams.lo hpdf_streams.c
# libtool: compile: clang -DHAVE_CONFIG_H -I. -I../include -I../include -I/usr/include -I/usr/include -fexceptions -MT hpdf_real.lo -MD -MP -MF .deps/hpdf_real.Tpo -c hpdf_real.c -o hpdf_real.o >/dev/null 2>&1
# libtool: compile: clang -DHAVE_CONFIG_H -I. -I../include -I../include -I/usr/include -I/usr/include -fexceptions -MT hpdf_page_operator.lo -MD -MP -MF .deps/hpdf_page_operator.Tpo -c hpdf_page_operator.c -o hpdf_page_operator.o >/dev/null 2>&1
# 1 warning generated.
# libtool: compile: clang -DHAVE_CONFIG_H -I. -I../include -I../include -I/usr/include -I/usr/include -fexceptions -MT hpdf_streams.lo -MD -MP -MF .deps/hpdf_streams.Tpo -c hpdf_streams.c -fPIC -DPIC -o .libs/hpdf_streams.o
# libtool: compile: clang -DHAVE_CONFIG_H -I. -I../include -I../include -I/usr/include -I/usr/include -fexceptions -MT hpdf_pages.lo -MD -MP -MF .deps/hpdf_pages.Tpo -c hpdf_pages.c -o hpdf_pages.o >/dev/null 2>&1
# mv -f .deps/hpdf_real.Tpo .deps/hpdf_real.Plo
# /bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I../include -I../include -I/usr/include -I/usr/include -fexceptions -MT hpdf_string.lo -MD -MP -MF .deps/hpdf_string.Tpo -c -o hpdf_string.lo hpdf_string.c
# libtool: compile: clang -DHAVE_CONFIG_H -I. -I../include -I../include -I/usr/include -I/usr/include -fexceptions -MT hpdf_string.lo -MD -MP -MF .deps/hpdf_string.Tpo -c hpdf_string.c -fPIC -DPIC -o .libs/hpdf_string.o
# mv -f .deps/hpdf_pages.Tpo .deps/hpdf_pages.Plo
# /bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I../include -I../include -I/usr/include -I/usr/include -fexceptions -MT hpdf_u3d.lo -MD -MP -MF .deps/hpdf_u3d.Tpo -c -o hpdf_u3d.lo hpdf_u3d.c
# mv -f .deps/hpdf_page_operator.Tpo .deps/hpdf_page_operator.Plo
# /bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I../include -I../include -I/usr/include -I/usr/include -fexceptions -MT hpdf_utils.lo -MD -MP -MF .deps/hpdf_utils.Tpo -c -o hpdf_utils.lo hpdf_utils.c
# libtool: compile: clang -DHAVE_CONFIG_H -I. -I../include -I../include -I/usr/include -I/usr/include -fexceptions -MT hpdf_string.lo -MD -MP -MF .deps/hpdf_string.Tpo -c hpdf_string.c -o hpdf_string.o >/dev/null 2>&1
# libtool: compile: clang -DHAVE_CONFIG_H -I. -I../include -I../include -I/usr/include -I/usr/include -fexceptions -MT hpdf_u3d.lo -MD -MP -MF .deps/hpdf_u3d.Tpo -c hpdf_u3d.c -fPIC -DPIC -o .libs/hpdf_u3d.o
# libtool: compile: clang -DHAVE_CONFIG_H -I. -I../include -I../include -I/usr/include -I/usr/include -fexceptions -MT hpdf_utils.lo -MD -MP -MF .deps/hpdf_utils.Tpo -c hpdf_utils.c -fPIC -DPIC -o .libs/hpdf_utils.o
# mv -f .deps/hpdf_string.Tpo .deps/hpdf_string.Plo
# /bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I../include -I../include -I/usr/include -I/usr/include -fexceptions -MT hpdf_xref.lo -MD -MP -MF .deps/hpdf_xref.Tpo -c -o hpdf_xref.lo hpdf_xref.c
# libtool: compile: clang -DHAVE_CONFIG_H -I. -I../include -I../include -I/usr/include -I/usr/include -fexceptions -MT hpdf_utils.lo -MD -MP -MF .deps/hpdf_utils.Tpo -c hpdf_utils.c -o hpdf_utils.o >/dev/null 2>&1
# libtool: compile: clang -DHAVE_CONFIG_H -I. -I../include -I../include -I/usr/include -I/usr/include -fexceptions -MT hpdf_xref.lo -MD -MP -MF .deps/hpdf_xref.Tpo -c hpdf_xref.c -fPIC -DPIC -o .libs/hpdf_xref.o
# libtool: compile: clang -DHAVE_CONFIG_H -I. -I../include -I../include -I/usr/include -I/usr/include -fexceptions -MT hpdf_u3d.lo -MD -MP -MF .deps/hpdf_u3d.Tpo -c hpdf_u3d.c -o hpdf_u3d.o >/dev/null 2>&1
# mv -f .deps/hpdf_utils.Tpo .deps/hpdf_utils.Plo
# /bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I../include -I../include -I/usr/include -I/usr/include -fexceptions -MT hpdf_pdfa.lo -MD -MP -MF .deps/hpdf_pdfa.Tpo -c -o hpdf_pdfa.lo hpdf_pdfa.c
# libtool: compile: clang -DHAVE_CONFIG_H -I. -I../include -I../include -I/usr/include -I/usr/include -fexceptions -MT hpdf_xref.lo -MD -MP -MF .deps/hpdf_xref.Tpo -c hpdf_xref.c -o hpdf_xref.o >/dev/null 2>&1
# libtool: compile: clang -DHAVE_CONFIG_H -I. -I../include -I../include -I/usr/include -I/usr/include -fexceptions -MT hpdf_pdfa.lo -MD -MP -MF .deps/hpdf_pdfa.Tpo -c hpdf_pdfa.c -fPIC -DPIC -o .libs/hpdf_pdfa.o
# mv -f .deps/hpdf_u3d.Tpo .deps/hpdf_u3d.Plo
# /bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I../include -I../include -I/usr/include -I/usr/include -fexceptions -MT hpdf_3dmeasure.lo -MD -MP -MF .deps/hpdf_3dmeasure.Tpo -c -o hpdf_3dmeasure.lo hpdf_3dmeasure.c
# libtool: compile: clang -DHAVE_CONFIG_H -I. -I../include -I../include -I/usr/include -I/usr/include -fexceptions -MT hpdf_pdfa.lo -MD -MP -MF .deps/hpdf_pdfa.Tpo -c hpdf_pdfa.c -o hpdf_pdfa.o >/dev/null 2>&1
# mv -f .deps/hpdf_xref.Tpo .deps/hpdf_xref.Plo
# /bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I../include -I../include -I/usr/include -I/usr/include -fexceptions -MT hpdf_exdata.lo -MD -MP -MF .deps/hpdf_exdata.Tpo -c -o hpdf_exdata.lo hpdf_exdata.c
# mv -f .deps/hpdf_pdfa.Tpo .deps/hpdf_pdfa.Plo
# /bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I../include -I../include -I/usr/include -I/usr/include -fexceptions -MT hpdf_encoder_utf.lo -MD -MP -MF .deps/hpdf_encoder_utf.Tpo -c -o hpdf_encoder_utf.lo hpdf_encoder_utf.c
# libtool: compile: clang -DHAVE_CONFIG_H -I. -I../include -I../include -I/usr/include -I/usr/include -fexceptions -MT hpdf_3dmeasure.lo -MD -MP -MF .deps/hpdf_3dmeasure.Tpo -c hpdf_3dmeasure.c -fPIC -DPIC -o .libs/hpdf_3dmeasure.o
# libtool: compile: clang -DHAVE_CONFIG_H -I. -I../include -I../include -I/usr/include -I/usr/include -fexceptions -MT hpdf_exdata.lo -MD -MP -MF .deps/hpdf_exdata.Tpo -c hpdf_exdata.c -fPIC -DPIC -o .libs/hpdf_exdata.o
# libtool: compile: clang -DHAVE_CONFIG_H -I. -I../include -I../include -I/usr/include -I/usr/include -fexceptions -MT hpdf_encoder_utf.lo -MD -MP -MF .deps/hpdf_encoder_utf.Tpo -c hpdf_encoder_utf.c -fPIC -DPIC -o .libs/hpdf_encoder_utf.o
# libtool: compile: clang -DHAVE_CONFIG_H -I. -I../include -I../include -I/usr/include -I/usr/include -fexceptions -MT hpdf_3dmeasure.lo -MD -MP -MF .deps/hpdf_3dmeasure.Tpo -c hpdf_3dmeasure.c -o hpdf_3dmeasure.o >/dev/null 2>&1
# libtool: compile: clang -DHAVE_CONFIG_H -I. -I../include -I../include -I/usr/include -I/usr/include -fexceptions -MT hpdf_exdata.lo -MD -MP -MF .deps/hpdf_exdata.Tpo -c hpdf_exdata.c -o hpdf_exdata.o >/dev/null 2>&1
# libtool: compile: clang -DHAVE_CONFIG_H -I. -I../include -I../include -I/usr/include -I/usr/include -fexceptions -MT hpdf_encoder_utf.lo -MD -MP -MF .deps/hpdf_encoder_utf.Tpo -c hpdf_encoder_utf.c -o hpdf_encoder_utf.o >/dev/null 2>&1
# mv -f .deps/hpdf_3dmeasure.Tpo .deps/hpdf_3dmeasure.Plo
# mv -f .deps/hpdf_exdata.Tpo .deps/hpdf_exdata.Plo
# mv -f .deps/hpdf_encoder_utf.Tpo .deps/hpdf_encoder_utf.Plo
# In file included from hpdf_streams.c:34:
# In file included from /usr/include/zlib.h:34:
# In file included from /usr/include/zconf.h:395:
# In file included from /usr/include/limits.h:143:
# In file included from /usr/include/bits/posix1_lim.h:160:
# In file included from /usr/include/bits/local_lim.h:38:
# /usr/include/linux/limits.h:6:9: warning: 'NGROUPS_MAX' macro redefined [-Wmacro-redefined]
# #define NGROUPS_MAX 65536 /* supplemental group IDs are available */
# ^
# /sysroot/include/limits.h:51:9: note: previous definition is here
# #define NGROUPS_MAX 32
# ^
# In file included from hpdf_streams.c:34:
# In file included from /usr/include/zlib.h:34:
# In file included from /usr/include/zconf.h:395:
# In file included from /usr/include/limits.h:143:
# In file included from /usr/include/bits/posix1_lim.h:160:
# /usr/include/bits/local_lim.h:64:9: warning: 'PTHREAD_KEYS_MAX' macro redefined [-Wmacro-redefined]
# #define PTHREAD_KEYS_MAX 1024
# ^
# /sysroot/include/limits.h:63:9: note: previous definition is here
# #define PTHREAD_KEYS_MAX 128
# ^
# In file included from hpdf_streams.c:34:
# In file included from /usr/include/zlib.h:34:
# In file included from /usr/include/zconf.h:395:
# In file included from /usr/include/limits.h:143:
# In file included from /usr/include/bits/posix1_lim.h:160:
# /usr/include/bits/local_lim.h:69:9: warning: 'PTHREAD_DESTRUCTOR_ITERATIONS' macro redefined [-Wmacro-redefined]
# #define PTHREAD_DESTRUCTOR_ITERATIONS _POSIX_THREAD_DESTRUCTOR_ITERATIONS
# ^
# /sysroot/include/limits.h:65:9: note: previous definition is here
# #define PTHREAD_DESTRUCTOR_ITERATIONS 4
# ^
# In file included from hpdf_streams.c:34:
# In file included from /usr/include/zlib.h:34:
# In file included from /usr/include/zconf.h:395:
# In file included from /usr/include/limits.h:143:
# In file included from /usr/include/bits/posix1_lim.h:160:
# /usr/include/bits/local_lim.h:81:9: warning: 'PTHREAD_STACK_MIN' macro redefined [-Wmacro-redefined]
# #define PTHREAD_STACK_MIN 16384
# ^
# /sysroot/include/limits.h:64:9: note: previous definition is here
# #define PTHREAD_STACK_MIN 2048
# ^
# In file included from hpdf_streams.c:34:
# In file included from /usr/include/zlib.h:34:
# In file included from /usr/include/zconf.h:395:
# In file included from /usr/include/limits.h:143:
# In file included from /usr/include/bits/posix1_lim.h:160:
# /usr/include/bits/local_lim.h:84:9: warning: 'DELAYTIMER_MAX' macro redefined [-Wmacro-redefined]
# #define DELAYTIMER_MAX 2147483647
# ^
# /sysroot/include/limits.h:68:9: note: previous definition is here
# #define DELAYTIMER_MAX 0x7fffffff
# ^
# In file included from hpdf_streams.c:34:
# In file included from /usr/include/zlib.h:34:
# In file included from /usr/include/zconf.h:395:
# In file included from /usr/include/limits.h:143:
# In file included from /usr/include/bits/posix1_lim.h:160:
# /usr/include/bits/local_lim.h:93:9: warning: 'HOST_NAME_MAX' macro redefined [-Wmacro-redefined]
# #define HOST_NAME_MAX 64
# ^
# /sysroot/include/limits.h:59:9: note: previous definition is here
# #define HOST_NAME_MAX 255
# ^
# In file included from hpdf_streams.c:34:
# In file included from /usr/include/zlib.h:34:
# In file included from /usr/include/zconf.h:395:
# In file included from /usr/include/limits.h:143:
# In file included from /usr/include/bits/posix1_lim.h:160:
# /usr/include/bits/local_lim.h:99:9: warning: 'SEM_VALUE_MAX' macro redefined [-Wmacro-redefined]
# #define SEM_VALUE_MAX (2147483647)
# ^
# /sysroot/include/limits.h:66:9: note: previous definition is here
# #define SEM_VALUE_MAX 0x7fffffff
# ^
# In file included from hpdf_streams.c:34:
# In file included from /usr/include/zlib.h:34:
# In file included from /usr/include/zconf.h:395:
# In file included from /usr/include/limits.h:147:
# /usr/include/bits/posix2_lim.h:88:9: warning: 'RE_DUP_MAX' macro redefined [-Wmacro-redefined]
# #define RE_DUP_MAX (0x7fff)
# ^
# /sysroot/include/limits.h:82:9: note: previous definition is here
# #define RE_DUP_MAX 255
# ^
# In file included from hpdf_streams.c:34:
# In file included from /usr/include/zlib.h:34:
# In file included from /usr/include/zconf.h:395:
# In file included from /usr/include/limits.h:151:
# /usr/include/bits/xopen_lim.h:65:9: warning: '_XOPEN_IOV_MAX' macro redefined [-Wmacro-redefined]
# #define _XOPEN_IOV_MAX _POSIX_UIO_MAXIOV
# ^
# /sysroot/include/limits.h:150:9: note: previous definition is here
# #define _XOPEN_IOV_MAX 16
# ^
# In file included from hpdf_streams.c:34:
# In file included from /usr/include/zlib.h:34:
# In file included from /usr/include/zconf.h:395:
# In file included from /usr/include/limits.h:151:
# /usr/include/bits/xopen_lim.h:70:9: warning: 'NL_ARGMAX' macro redefined [-Wmacro-redefined]
# #define NL_ARGMAX _POSIX_ARG_MAX
# ^
# /sysroot/include/limits.h:84:9: note: previous definition is here
# #define NL_ARGMAX 9
# ^
# In file included from hpdf_streams.c:34:
# In file included from /usr/include/zlib.h:34:
# In file included from /usr/include/zconf.h:395:
# In file included from /usr/include/limits.h:151:
# /usr/include/bits/xopen_lim.h:73:9: warning: 'NL_LANGMAX' macro redefined [-Wmacro-redefined]
# #define NL_LANGMAX _POSIX2_LINE_MAX
# ^
# /sysroot/include/limits.h:85:9: note: previous definition is here
# #define NL_LANGMAX 32
# ^
# In file included from hpdf_streams.c:34:
# In file included from /usr/include/zlib.h:34:
# In file included from /usr/include/zconf.h:395:
# In file included from /usr/include/limits.h:151:
# /usr/include/bits/xopen_lim.h:76:9: warning: 'NL_MSGMAX' macro redefined [-Wmacro-redefined]
# #define NL_MSGMAX INT_MAX
# ^
# /sysroot/include/limits.h:86:9: note: previous definition is here
# #define NL_MSGMAX 32767
# ^
# In file included from hpdf_streams.c:34:
# In file included from /usr/include/zlib.h:34:
# In file included from /usr/include/zconf.h:395:
# In file included from /usr/include/limits.h:151:
# /usr/include/bits/xopen_lim.h:83:9: warning: 'NL_SETMAX' macro redefined [-Wmacro-redefined]
# #define NL_SETMAX INT_MAX
# ^
# /sysroot/include/limits.h:87:9: note: previous definition is here
# #define NL_SETMAX 255
# ^
# In file included from hpdf_streams.c:34:
# In file included from /usr/include/zlib.h:34:
# In file included from /usr/include/zconf.h:395:
# In file included from /usr/include/limits.h:151:
# /usr/include/bits/xopen_lim.h:86:9: warning: 'NL_TEXTMAX' macro redefined [-Wmacro-redefined]
# #define NL_TEXTMAX INT_MAX
# ^
# /sysroot/include/limits.h:88:9: note: previous definition is here
# #define NL_TEXTMAX 2048
# ^
# 14 warnings generated.
# libtool: compile: clang -DHAVE_CONFIG_H -I. -I../include -I../include -I/usr/include -I/usr/include -fexceptions -MT hpdf_streams.lo -MD -MP -MF .deps/hpdf_streams.Tpo -c hpdf_streams.c -o hpdf_streams.o >/dev/null 2>&1
# mv -f .deps/hpdf_streams.Tpo .deps/hpdf_streams.Plo
# /bin/sh ../libtool --tag=CC --mode=link clang -I/usr/include -I/usr/include -fexceptions -release 2.3.0 -L/usr/lib -L/usr/lib -o libhpdf.la -rpath /usr/lib hpdf_annotation.lo hpdf_array.lo hpdf_binary.lo hpdf_boolean.lo hpdf_catalog.lo hpdf_destination.lo hpdf_dict.lo hpdf_doc.lo hpdf_doc_png.lo hpdf_encoder.lo hpdf_encoder_cns.lo hpdf_encoder_cnt.lo hpdf_encoder_jp.lo hpdf_encoder_kr.lo hpdf_encrypt.lo hpdf_encryptdict.lo hpdf_error.lo hpdf_ext_gstate.lo hpdf_font.lo hpdf_font_cid.lo hpdf_fontdef_base14.lo hpdf_fontdef.lo hpdf_fontdef_cid.lo hpdf_fontdef_cns.lo hpdf_fontdef_cnt.lo hpdf_fontdef_jp.lo hpdf_fontdef_kr.lo hpdf_fontdef_tt.lo hpdf_fontdef_type1.lo hpdf_font_tt.lo hpdf_font_type1.lo hpdf_gstate.lo hpdf_image.lo hpdf_image_ccitt.lo hpdf_image_png.lo hpdf_info.lo hpdf_list.lo hpdf_mmgr.lo hpdf_name.lo hpdf_namedict.lo hpdf_null.lo hpdf_number.lo hpdf_objects.lo hpdf_outline.lo hpdf_page_label.lo hpdf_page_operator.lo hpdf_pages.lo hpdf_real.lo hpdf_streams.lo hpdf_string.lo hpdf_u3d.lo hpdf_utils.lo hpdf_xref.lo hpdf_pdfa.lo hpdf_3dmeasure.lo hpdf_exdata.lo hpdf_encoder_utf.lo -lpng -lz -lm -lz -lpng -lm
# libtool: link: clang -shared -fPIC -DPIC .libs/hpdf_annotation.o .libs/hpdf_array.o .libs/hpdf_binary.o .libs/hpdf_boolean.o .libs/hpdf_catalog.o .libs/hpdf_destination.o .libs/hpdf_dict.o .libs/hpdf_doc.o .libs/hpdf_doc_png.o .libs/hpdf_encoder.o .libs/hpdf_encoder_cns.o .libs/hpdf_encoder_cnt.o .libs/hpdf_encoder_jp.o .libs/hpdf_encoder_kr.o .libs/hpdf_encrypt.o .libs/hpdf_encryptdict.o .libs/hpdf_error.o .libs/hpdf_ext_gstate.o .libs/hpdf_font.o .libs/hpdf_font_cid.o .libs/hpdf_fontdef_base14.o .libs/hpdf_fontdef.o .libs/hpdf_fontdef_cid.o .libs/hpdf_fontdef_cns.o .libs/hpdf_fontdef_cnt.o .libs/hpdf_fontdef_jp.o .libs/hpdf_fontdef_kr.o .libs/hpdf_fontdef_tt.o .libs/hpdf_fontdef_type1.o .libs/hpdf_font_tt.o .libs/hpdf_font_type1.o .libs/hpdf_gstate.o .libs/hpdf_image.o .libs/hpdf_image_ccitt.o .libs/hpdf_image_png.o .libs/hpdf_info.o .libs/hpdf_list.o .libs/hpdf_mmgr.o .libs/hpdf_name.o .libs/hpdf_namedict.o .libs/hpdf_null.o .libs/hpdf_number.o .libs/hpdf_objects.o .libs/hpdf_outline.o .libs/hpdf_page_label.o .libs/hpdf_page_operator.o .libs/hpdf_pages.o .libs/hpdf_real.o .libs/hpdf_streams.o .libs/hpdf_string.o .libs/hpdf_u3d.o .libs/hpdf_utils.o .libs/hpdf_xref.o .libs/hpdf_pdfa.o .libs/hpdf_3dmeasure.o .libs/hpdf_exdata.o .libs/hpdf_encoder_utf.o -L/usr/lib -lz -lpng -lm -Wl,-soname -Wl,libhpdf-2.3.0.so -o .libs/libhpdf-2.3.0.so
# libtool: link: (cd ".libs" && rm -f "libhpdf.so" && ln -s "libhpdf-2.3.0.so" "libhpdf.so")
# libtool: link: ar cru .libs/libhpdf.a hpdf_annotation.o hpdf_array.o hpdf_binary.o hpdf_boolean.o hpdf_catalog.o hpdf_destination.o hpdf_dict.o hpdf_doc.o hpdf_doc_png.o hpdf_encoder.o hpdf_encoder_cns.o hpdf_encoder_cnt.o hpdf_encoder_jp.o hpdf_encoder_kr.o hpdf_encrypt.o hpdf_encryptdict.o hpdf_error.o hpdf_ext_gstate.o hpdf_font.o hpdf_font_cid.o hpdf_fontdef_base14.o hpdf_fontdef.o hpdf_fontdef_cid.o hpdf_fontdef_cns.o hpdf_fontdef_cnt.o hpdf_fontdef_jp.o hpdf_fontdef_kr.o hpdf_fontdef_tt.o hpdf_fontdef_type1.o hpdf_font_tt.o hpdf_font_type1.o hpdf_gstate.o hpdf_image.o hpdf_image_ccitt.o hpdf_image_png.o hpdf_info.o hpdf_list.o hpdf_mmgr.o hpdf_name.o hpdf_namedict.o hpdf_null.o hpdf_number.o hpdf_objects.o hpdf_outline.o hpdf_page_label.o hpdf_page_operator.o hpdf_pages.o hpdf_real.o hpdf_streams.o hpdf_string.o hpdf_u3d.o hpdf_utils.o hpdf_xref.o hpdf_pdfa.o hpdf_3dmeasure.o hpdf_exdata.o hpdf_encoder_utf.o
# /r: `u' modifier ignored since `D' is the default (see `U')
# libtool: link: ranlib .libs/libhpdf.a
# libtool: link: ( cd ".libs" && rm -f "libhpdf.la" && ln -s "../libhpdf.la" "libhpdf.la" )
# make[1]: Leaving directory '/tmp/libharu/src/libharu-RELEASE_2_3_0/src'
# Making all in include
# make[1]: Entering directory '/tmp/libharu/src/libharu-RELEASE_2_3_0/include'
# make all-am
# make[2]: Entering directory '/tmp/libharu/src/libharu-RELEASE_2_3_0/include'
# make[2]: Leaving directory '/tmp/libharu/src/libharu-RELEASE_2_3_0/include'
# make[1]: Leaving directory '/tmp/libharu/src/libharu-RELEASE_2_3_0/include'
# make[1]: Entering directory '/tmp/libharu/src/libharu-RELEASE_2_3_0'
# make[1]: Nothing to be done for 'all-am'.
# make[1]: Leaving directory '/tmp/libharu/src/libharu-RELEASE_2_3_0'
# ==> Entering fakeroot environment...
# ==> Starting package()...
# Making install in src
# make[1]: Entering directory '/tmp/libharu/src/libharu-RELEASE_2_3_0/src'
# make[2]: Entering directory '/tmp/libharu/src/libharu-RELEASE_2_3_0/src'
# make[2]: Nothing to be done for 'install-data-am'.
# /usr/sbin/mkdir -p '/tmp/libharu/pkg/libharu//usr/lib'
# /bin/sh ../libtool --mode=install /usr/bin/install -c -s libhpdf.la '/tmp/libharu/pkg/libharu//usr/lib'
# libtool: install: /usr/bin/install -c .libs/libhpdf-2.3.0.so /tmp/libharu/pkg/libharu//usr/lib/libhpdf-2.3.0.so
# libtool: install: strip --strip-unneeded /tmp/libharu/pkg/libharu//usr/lib/libhpdf-2.3.0.so
# libtool: install: (cd /tmp/libharu/pkg/libharu//usr/lib && { ln -s -f libhpdf-2.3.0.so libhpdf.so || { rm -f libhpdf.so && ln -s libhpdf-2.3.0.so libhpdf.so; }; })
# libtool: install: /usr/bin/install -c .libs/libhpdf.lai /tmp/libharu/pkg/libharu//usr/lib/libhpdf.la
# libtool: install: /usr/bin/install -c .libs/libhpdf.a /tmp/libharu/pkg/libharu//usr/lib/libhpdf.a
# libtool: install: strip --strip-debug /tmp/libharu/pkg/libharu//usr/lib/libhpdf.a
# libtool: install: chmod 644 /tmp/libharu/pkg/libharu//usr/lib/libhpdf.a
# libtool: install: ranlib /tmp/libharu/pkg/libharu//usr/lib/libhpdf.a
# libtool: warning: remember to run 'libtool --finish /usr/lib'
# make[2]: Leaving directory '/tmp/libharu/src/libharu-RELEASE_2_3_0/src'
# make[1]: Leaving directory '/tmp/libharu/src/libharu-RELEASE_2_3_0/src'
# Making install in include
# make[1]: Entering directory '/tmp/libharu/src/libharu-RELEASE_2_3_0/include'
# make[2]: Entering directory '/tmp/libharu/src/libharu-RELEASE_2_3_0/include'
# make[2]: Nothing to be done for 'install-exec-am'.
# /usr/sbin/mkdir -p '/tmp/libharu/pkg/libharu//usr/include'
# /usr/bin/install -c -m 644 hpdf.h hpdf_annotation.h hpdf_encoder.h hpdf_ext_gstate.h hpdf_mmgr.h hpdf_pages.h hpdf_utils.h hpdf_catalog.h hpdf_consts.h hpdf_encryptdict.h hpdf_fontdef.h hpdf_image.h hpdf_objects.h hpdf_streams.h hpdf_conf.h hpdf_destination.h hpdf_encrypt.h hpdf_font.h hpdf_info.h hpdf_outline.h hpdf_types.h hpdf_doc.h hpdf_error.h hpdf_gstate.h hpdf_list.h hpdf_page_label.h hpdf_u3d.h hpdf_config.h hpdf_version.h hpdf_namedict.h hpdf_pdfa.h hpdf_3dmeasure.h hpdf_exdata.h '/tmp/libharu/pkg/libharu//usr/include'
# make[2]: Leaving directory '/tmp/libharu/src/libharu-RELEASE_2_3_0/include'
# make[1]: Leaving directory '/tmp/libharu/src/libharu-RELEASE_2_3_0/include'
# make[1]: Entering directory '/tmp/libharu/src/libharu-RELEASE_2_3_0'
# make[2]: Entering directory '/tmp/libharu/src/libharu-RELEASE_2_3_0'
# make[2]: Nothing to be done for 'install-exec-am'.
# make[2]: Nothing to be done for 'install-data-am'.
# make[2]: Leaving directory '/tmp/libharu/src/libharu-RELEASE_2_3_0'
# make[1]: Leaving directory '/tmp/libharu/src/libharu-RELEASE_2_3_0'
# ==> Tidying install...
# -> Removing doc files...
# -> Purging unwanted files...
# ==> Checking for packaging issue...
# ==> Creating package "libharu"...
# -> Generating .PKGINFO file...
# -> Generating .BUILDINFO file...
# error: invalid option '--noprogressbar'
# -> Generating .MTREE file...
# -> Compressing package...
# ==> Leaving fakeroot environment.
# ==> Finished making: libharu 2.3.0-1 (Wed Apr 5 01:27:38 UTC 2017)

CMD: pacman --query --file libharu-2.3.0-1-x86_64.pkg.tar.xz
# libharu 2.3.0-1

Creating hybrid package for 'libharu'

Trying to find vanilla package 'libharu'...

CMD: pacman --query --file /mirror/libharu-2.3.0-1.pkg.tar.xz
# libharu 2.3.0-1

Package file has the following structure:
# /.PKGINFO
# /.MTREE
# /usr/share/licenses/libharu/LICENSE
# /usr/lib/libhpdf-2.3.0.so
# /usr/lib/libhpdf.so
# /usr/include/hpdf_u3d.h
# /usr/include/hpdf_exdata.h
# /usr/include/hpdf_pdfa.h
# /usr/include/hpdf_info.h
# /usr/include/hpdf_page_label.h
# /usr/include/hpdf_fontdef.h
# /usr/include/hpdf_doc.h
# /usr/include/hpdf_catalog.h
# /usr/include/hpdf_encoder.h
# /usr/include/hpdf_3dmeasure.h
# /usr/include/hpdf_utils.h
# /usr/include/hpdf_outline.h
# /usr/include/hpdf_error.h
# /usr/include/hpdf_destination.h
# /usr/include/hpdf_types.h
# /usr/include/hpdf_mmgr.h
# /usr/include/hpdf_config.h
# /usr/include/hpdf_version.h
# /usr/include/hpdf_annotation.h
# /usr/include/hpdf_ext_gstate.h
# /usr/include/hpdf_namedict.h
# /usr/include/hpdf_streams.h
# /usr/include/hpdf_list.h
# /usr/include/hpdf_pages.h
# /usr/include/hpdf_consts.h
# /usr/include/hpdf_image.h
# /usr/include/hpdf_objects.h
# /usr/include/hpdf_encrypt.h
# /usr/include/hpdf_font.h
# /usr/include/hpdf_encryptdict.h
# /usr/include/hpdf_gstate.h
# /usr/include/hpdf.h
# /usr/include/hpdf_conf.h
# /sysroot/usr/lib/libhpdf-2.3.0.so
# /sysroot/usr/lib/libhpdf.so
# /sysroot/usr/lib/libhpdf.la
# /sysroot/usr/lib/libhpdf.a
# /sysroot/usr/include/hpdf.h
# /sysroot/usr/include/hpdf_annotation.h
# /sysroot/usr/include/hpdf_encoder.h
# /sysroot/usr/include/hpdf_ext_gstate.h
# /sysroot/usr/include/hpdf_mmgr.h
# /sysroot/usr/include/hpdf_pages.h
# /sysroot/usr/include/hpdf_utils.h
# /sysroot/usr/include/hpdf_catalog.h
# /sysroot/usr/include/hpdf_consts.h
# /sysroot/usr/include/hpdf_encryptdict.h
# /sysroot/usr/include/hpdf_fontdef.h
# /sysroot/usr/include/hpdf_image.h
# /sysroot/usr/include/hpdf_objects.h
# /sysroot/usr/include/hpdf_streams.h
# /sysroot/usr/include/hpdf_conf.h
# /sysroot/usr/include/hpdf_destination.h
# /sysroot/usr/include/hpdf_encrypt.h
# /sysroot/usr/include/hpdf_font.h
# /sysroot/usr/include/hpdf_info.h
# /sysroot/usr/include/hpdf_outline.h
# /sysroot/usr/include/hpdf_types.h
# /sysroot/usr/include/hpdf_doc.h
# /sysroot/usr/include/hpdf_error.h
# /sysroot/usr/include/hpdf_gstate.h
# /sysroot/usr/include/hpdf_list.h
# /sysroot/usr/include/hpdf_page_label.h
# /sysroot/usr/include/hpdf_u3d.h
# /sysroot/usr/include/hpdf_config.h
# /sysroot/usr/include/hpdf_version.h
# /sysroot/usr/include/hpdf_namedict.h
# /sysroot/usr/include/hpdf_pdfa.h
# /sysroot/usr/include/hpdf_3dmeasure.h
# /sysroot/usr/include/hpdf_exdata.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 libharu.pkg.tar.xz .PKGINFO
# .PKGINFO

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

Attempting to access local repository, attempt 1

CMD: repo-add /var/cache/pacman/pkg/tuscan.db.tar /var/cache/pacman/pkg/libharu.pkg.tar.xz
# ==> Extracting database to a temporary location...
# ==> Extracting database to a temporary location...
# ==> Adding package '/var/cache/pacman/pkg/libharu.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/libharu/src/libharu-RELEASE_2_3_0/config.log'
# This file contains any messages produced by compilers while
# running configure, to aid debugging if configure makes a mistake.
#
# It was created by libhpdf configure 2.3.0, which was
# generated by GNU Autoconf 2.69. Invocation command line was
#
# $ ./configure --host=x86_64-unknown-linux --prefix=/usr
#
# ## --------- ##
# ## Platform. ##
# ## --------- ##
#
# hostname = 116ee525cb0f
# 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:2336: checking for a BSD-compatible install
# configure:2404: result: /usr/bin/install -c
# configure:2415: checking whether build environment is sane
# configure:2470: result: yes
# configure:2529: checking for x86_64-unknown-linux-strip
# configure:2559: result: no
# configure:2569: checking for strip
# configure:2585: found /sysroot/bin/strip
# configure:2596: result: strip
# configure:2621: checking for a thread-safe mkdir -p
# configure:2660: result: /usr/sbin/mkdir -p
# configure:2667: checking for gawk
# configure:2683: found /usr/sbin/gawk
# configure:2694: result: gawk
# configure:2705: checking whether make sets $(MAKE)
# configure:2727: result: yes
# configure:2756: checking whether make supports nested variables
# configure:2773: result: yes
# configure:2891: checking whether to enable maintainer-specific portions of Makefiles
# configure:2900: result: no
# configure:2922: checking for x86_64-unknown-linux-gcc
# configure:2949: result: clang
# configure:3218: checking for C compiler version
# configure:3227: clang --version >&5
# clang version 3.8.1
# Target: x86_64-unknown-linux-gnu
# Thread model: posix
# InstalledDir: /
# configure:3238: $? = 0
# configure:3227: 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:3238: $? = 0
# configure:3227: clang -V >&5
# clang-3.8: error: argument to '-V' is missing (expected 1 value)
# clang-3.8: error: no input files
# configure:3238: $? = 1
# configure:3227: clang -qversion >&5
# clang-3.8: error: unknown argument: '-qversion'
# clang-3.8: error: no input files
# configure:3238: $? = 1
# configure:3258: checking whether the C compiler works
# configure:3280: clang conftest.c >&5
# configure:3284: $? = 0
# configure:3332: result: yes
# configure:3335: checking for C compiler default output file name
# configure:3337: result: a.out
# configure:3343: checking for suffix of executables
# configure:3350: clang -o conftest conftest.c >&5
# configure:3354: $? = 0
# configure:3376: result:
# configure:3398: checking whether we are cross compiling
# configure:3406: clang -o conftest conftest.c >&5
# configure:3410: $? = 0
# configure:3417: ./conftest
# ./conftest: error while loading shared libraries: /usr/lib/libc.so: invalid ELF header
# configure:3421: $? = 127
# configure:3436: result: yes
# configure:3441: checking for suffix of object files
# configure:3463: clang -c conftest.c >&5
# configure:3467: $? = 0
# configure:3488: result: o
# configure:3492: checking whether we are using the GNU C compiler
# configure:3511: clang -c conftest.c >&5
# configure:3511: $? = 0
# configure:3520: result: yes
# configure:3529: checking whether clang accepts -g
# configure:3549: clang -c -g conftest.c >&5
# configure:3549: $? = 0
# configure:3590: result: yes
# configure:3607: checking for clang option to accept ISO C89
# configure:3670: clang -c conftest.c >&5
# configure:3670: $? = 0
# configure:3683: result: none needed
# configure:3708: checking whether clang understands -c and -o together
# configure:3730: clang -c conftest.c -o conftest2.o
# configure:3733: $? = 0
# configure:3730: clang -c conftest.c -o conftest2.o
# configure:3733: $? = 0
# configure:3745: result: yes
# configure:3773: checking for style of include used by make
# configure:3801: result: GNU
# configure:3827: checking dependency style of clang
# configure:3938: result: gcc3
# configure:3957: checking build system type
# configure:3971: result: x86_64-unknown-linux-gnu
# configure:3991: checking host system type
# configure:4004: result: x86_64-unknown-linux-gnu
# configure:4024: checking for a sed that does not truncate output
# configure:4088: result: /usr/sbin/sed
# configure:4106: checking for grep that handles long lines and -e
# configure:4164: result: /usr/sbin/grep
# configure:4169: checking for egrep
# configure:4231: result: /usr/sbin/grep -E
# configure:4236: checking for fgrep
# configure:4298: result: /usr/sbin/grep -F
# configure:4325: checking how to print strings
# configure:4352: result: printf
# configure:4385: checking for ld used by clang
# configure:4452: result: /sysroot/bin/ld
# configure:4459: checking if the linker (/sysroot/bin/ld) is GNU ld
# configure:4474: result: yes
# configure:4528: checking for BSD- or MS-compatible name lister (nm)
# configure:4582: result: /sysroot/bin/nm -B
# configure:4712: checking the name lister (/sysroot/bin/nm -B) interface
# configure:4719: clang -c conftest.c >&5
# configure:4722: /sysroot/bin/nm -B "conftest.o"
# configure:4725: output
# 0000000000000000 B some_variable
# configure:4732: result: BSD nm
# configure:4735: checking whether ln -s works
# configure:4739: result: yes
# configure:4747: checking the maximum length of command line arguments
# configure:4878: result: 1572864
# configure:4926: checking how to convert x86_64-unknown-linux-gnu file names to x86_64-unknown-linux-gnu format
# configure:4966: result: func_convert_file_noop
# configure:4973: checking how to convert x86_64-unknown-linux-gnu file names to toolchain format
# configure:4993: result: func_convert_file_noop
# configure:5000: checking for /sysroot/bin/ld option to reload object files
# configure:5007: result: -r
# configure:5041: checking for x86_64-unknown-linux-objdump
# configure:5071: result: no
# configure:5081: checking for objdump
# configure:5097: found /sysroot/bin/objdump
# configure:5108: result: objdump
# configure:5120: WARNING: using cross tools not prefixed with host triplet
# configure:5140: checking how to recognize dependent libraries
# configure:5340: result: pass_all
# configure:5385: checking for x86_64-unknown-linux-dlltool
# configure:5415: result: no
# configure:5425: checking for dlltool
# configure:5455: result: no
# configure:5485: checking how to associate runtime and link libraries
# configure:5512: result: printf %s\n
# configure:5529: checking for x86_64-unknown-linux-ar
# configure:5559: result: no
# configure:5573: checking for ar
# configure:5589: found /sysroot/bin/ar
# configure:5600: result: ar
# configure:5637: checking for archiver @FILE support
# configure:5654: clang -c conftest.c >&5
# configure:5654: $? = 0
# configure:5657: ar cru libconftest.a @conftest.lst >&5
# /r: `u' modifier ignored since `D' is the default (see `U')
# configure:5660: $? = 0
# configure:5665: ar cru libconftest.a @conftest.lst >&5
# /r: `u' modifier ignored since `D' is the default (see `U')
# /r: conftest.o: No such file or directory
# configure:5668: $? = 1
# configure:5680: result: @
# configure:5698: checking for x86_64-unknown-linux-strip
# configure:5725: result: strip
# configure:5797: checking for x86_64-unknown-linux-ranlib
# configure:5827: result: no
# configure:5837: checking for ranlib
# configure:5853: found /sysroot/bin/ranlib
# configure:5864: result: ranlib
# configure:5966: checking command to parse /sysroot/bin/nm -B output from clang object
# configure:6119: clang -c conftest.c >&5
# configure:6122: $? = 0
# configure:6126: /sysroot/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:6129: $? = 0
# configure:6195: clang -o conftest conftest.c conftstm.o >&5
# configure:6198: $? = 0
# configure:6236: result: ok
# configure:6283: checking for sysroot
# configure:6313: result: no
# configure:6320: checking for a working dd
# configure:6358: result: /usr/sbin/dd
# configure:6362: checking how to truncate binary pipes
# configure:6377: result: /usr/sbin/dd bs=4096 count=1
# configure:6513: clang -c conftest.c >&5
# configure:6516: $? = 0
# configure:6666: checking for x86_64-unknown-linux-mt
# configure:6696: result: no
# configure:6706: checking for mt
# configure:6736: result: no
# configure:6756: checking if : is a manifest tool
# configure:6762: : '-?'
# configure:6770: result: no
# configure:7447: checking how to run the C preprocessor
# configure:7478: clang -E conftest.c
# configure:7478: $? = 0
# configure:7492: clang -E conftest.c
# conftest.c:9:10: fatal error: 'ac_nonexistent.h' file not found
# #include
# ^
# 1 error generated.
# configure:7492: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "libhpdf"
# | #define PACKAGE_TARNAME "libhpdf"
# | #define PACKAGE_VERSION "2.3.0"
# | #define PACKAGE_STRING "libhpdf 2.3.0"
# | #define PACKAGE_BUGREPORT ""
# | #define PACKAGE_URL ""
# | /* end confdefs.h. */
# | #include
# configure:7517: result: clang -E
# configure:7537: clang -E conftest.c
# configure:7537: $? = 0
# configure:7551: clang -E conftest.c
# conftest.c:9:10: fatal error: 'ac_nonexistent.h' file not found
# #include
# ^
# 1 error generated.
# configure:7551: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "libhpdf"
# | #define PACKAGE_TARNAME "libhpdf"
# | #define PACKAGE_VERSION "2.3.0"
# | #define PACKAGE_STRING "libhpdf 2.3.0"
# | #define PACKAGE_BUGREPORT ""
# | #define PACKAGE_URL ""
# | /* end confdefs.h. */
# | #include
# configure:7580: checking for ANSI C header files
# configure:7600: clang -c conftest.c >&5
# configure:7600: $? = 0
# configure:7684: result: yes
# configure:7697: checking for sys/types.h
# configure:7697: clang -c conftest.c >&5
# configure:7697: $? = 0
# configure:7697: result: yes
# configure:7697: checking for sys/stat.h
# configure:7697: clang -c conftest.c >&5
# configure:7697: $? = 0
# configure:7697: result: yes
# configure:7697: checking for stdlib.h
# configure:7697: clang -c conftest.c >&5
# configure:7697: $? = 0
# configure:7697: result: yes
# configure:7697: checking for string.h
# configure:7697: clang -c conftest.c >&5
# configure:7697: $? = 0
# configure:7697: result: yes
# configure:7697: checking for memory.h
# configure:7697: clang -c conftest.c >&5
# configure:7697: $? = 0
# configure:7697: result: yes
# configure:7697: checking for strings.h
# configure:7697: clang -c conftest.c >&5
# configure:7697: $? = 0
# configure:7697: result: yes
# configure:7697: checking for inttypes.h
# configure:7697: clang -c conftest.c >&5
# configure:7697: $? = 0
# configure:7697: result: yes
# configure:7697: checking for stdint.h
# configure:7697: clang -c conftest.c >&5
# configure:7697: $? = 0
# configure:7697: result: yes
# configure:7697: checking for unistd.h
# configure:7697: clang -c conftest.c >&5
# configure:7697: $? = 0
# configure:7697: result: yes
# configure:7711: checking for dlfcn.h
# configure:7711: clang -c conftest.c >&5
# configure:7711: $? = 0
# configure:7711: result: yes
# configure:7967: checking for objdir
# configure:7982: result: .libs
# configure:8242: checking if clang supports -fno-rtti -fno-exceptions
# configure:8260: clang -c -fno-rtti -fno-exceptions conftest.c >&5
# configure:8264: $? = 0
# configure:8277: result: yes
# configure:8635: checking for clang option to produce PIC
# configure:8642: result: -fPIC -DPIC
# configure:8650: checking if clang PIC flag -fPIC -DPIC works
# configure:8668: clang -c -fPIC -DPIC -DPIC conftest.c >&5
# configure:8672: $? = 0
# configure:8685: result: yes
# configure:8714: checking if clang static flag -static works
# configure:8742: result: no
# configure:8757: checking if clang supports -c -o file.o
# configure:8778: clang -c -o out/conftest2.o conftest.c >&5
# configure:8782: $? = 0
# configure:8804: result: yes
# configure:8812: checking if clang supports -c -o file.o
# configure:8859: result: yes
# configure:8892: checking whether the clang linker (/sysroot/bin/ld -m elf_x86_64) supports shared libraries
# configure:10151: result: yes
# configure:10188: checking whether -lc should be explicitly linked in
# configure:10196: clang -c conftest.c >&5
# configure:10199: $? = 0
# configure:10214: clang -shared -fPIC -DPIC conftest.o -v -Wl,-soname -Wl,conftest -o conftest 2\>\&1 \| /usr/sbin/grep -lc \>/dev/null 2\>\&1
# configure:10217: $? = 0
# configure:10231: result: no
# configure:10391: checking dynamic linker characteristics
# configure:10972: clang -o conftest -Wl,-rpath -Wl,/foo conftest.c >&5
# configure:10972: $? = 0
# configure:11209: result: GNU/Linux ld.so
# configure:11331: checking how to hardcode library paths into programs
# configure:11356: result: immediate
# configure:11904: checking whether stripping libraries is possible
# configure:11909: result: yes
# configure:11944: checking if libtool supports shared libraries
# configure:11946: result: yes
# configure:11949: checking whether to build shared libraries
# configure:11974: result: yes
# configure:11977: checking whether to build static libraries
# configure:11981: result: yes
# configure:12019: checking for egrep
# configure:12081: result: /usr/sbin/grep -E
# configure:12087: checking for size_t
# configure:12087: clang -c conftest.c >&5
# configure:12087: $? = 0
# configure:12087: clang -c conftest.c >&5
# conftest.c:57:21: error: expected expression
# if (sizeof ((size_t)))
# ^
# 1 error generated.
# configure:12087: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "libhpdf"
# | #define PACKAGE_TARNAME "libhpdf"
# | #define PACKAGE_VERSION "2.3.0"
# | #define PACKAGE_STRING "libhpdf 2.3.0"
# | #define PACKAGE_BUGREPORT ""
# | #define PACKAGE_URL ""
# | #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
# | #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:12087: result: yes
# configure:12102: checking for string.h
# configure:12102: result: yes
# configure:12102: checking for strings.h
# configure:12102: result: yes
# configure:12102: checking for unistd.h
# configure:12102: result: yes
# configure:12102: checking for stdint.h
# configure:12102: result: yes
# configure:12113: checking for floor in -lm
# configure:12138: clang -o conftest conftest.c -lm >&5
# conftest.c:32:6: warning: incompatible redeclaration of library function 'floor' [-Wincompatible-library-redeclaration]
# char floor ();
# ^
# conftest.c:32:6: note: 'floor' is a builtin with type 'double (double)'
# 1 warning generated.
# configure:12138: $? = 0
# configure:12147: result: yes
# configure:12260: checking Zlib install prefix
# configure:12283: result: /usr
# configure:12289: checking for deflate in -lz
# configure:12314: clang -o conftest -I/usr/include -L/usr/lib conftest.c -lz -lm -lz >&5
# configure:12314: $? = 0
# configure:12323: result: yes
# configure:12362: checking libpng install prefix
# configure:12385: result: /usr
# configure:12391: checking for png_init_io in -lpng
# configure:12416: clang -o conftest -I/usr/include -I/usr/include -L/usr/lib -L/usr/lib conftest.c -lpng -lz -lm -lz -lpng >&5
# configure:12416: $? = 0
# configure:12425: result: yes
# configure:12449: checking whether GCC supports -fexceptions
# configure:12457: result: yes
# configure:12578: checking that generated files are newer than configure
# configure:12584: result: done
# configure:12611: creating ./config.status
#
# ## ---------------------- ##
# ## Running config.status. ##
# ## ---------------------- ##
#
# This file was extended by libhpdf config.status 2.3.0, which was
# generated by GNU Autoconf 2.69. Invocation command line was
#
# CONFIG_FILES =
# CONFIG_HEADERS =
# CONFIG_LINKS =
# CONFIG_COMMANDS =
# $ ./config.status
#
# on 116ee525cb0f
#
# config.status:1095: creating Makefile
# config.status:1095: creating src/Makefile
# config.status:1095: creating include/Makefile
# config.status:1095: creating include/config.h
# config.status:1324: executing include/hpdf_config.h commands
# config.status:1362: creating: include/hpdf_config.h: prefix LIBHPDF for include/config.h defines
# config.status:1324: executing depfiles commands
# config.status:1324: executing libtool commands
#
# ## ---------------- ##
# ## Cache variables. ##
# ## ---------------- ##
#
# ac_cv_build=x86_64-unknown-linux-gnu
# ac_cv_c_compiler_gnu=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_LT_SYS_LIBRARY_PATH_set=
# ac_cv_env_LT_SYS_LIBRARY_PATH_value=
# ac_cv_env_build_alias_set=
# ac_cv_env_build_alias_value=
# ac_cv_env_host_alias_set=set
# ac_cv_env_host_alias_value=x86_64-unknown-linux
# ac_cv_env_target_alias_set=
# ac_cv_env_target_alias_value=
# ac_cv_header_dlfcn_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_m_floor=yes
# ac_cv_lib_png_png_init_io=yes
# ac_cv_lib_z_deflate=yes
# ac_cv_objext=o
# ac_cv_path_EGREP='/usr/sbin/grep -E'
# ac_cv_path_FGREP='/usr/sbin/grep -F'
# ac_cv_path_GREP=/usr/sbin/grep
# ac_cv_path_SED=/usr/sbin/sed
# ac_cv_path_install='/usr/bin/install -c'
# ac_cv_path_lt_DD=/usr/sbin/dd
# ac_cv_path_mkdir=/usr/sbin/mkdir
# ac_cv_prog_AWK=gawk
# ac_cv_prog_CC=clang
# ac_cv_prog_CPP='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_make_make_set=yes
# ac_cv_type_size_t=yes
# am_cv_CC_dependencies_compiler_type=gcc3
# am_cv_make_support_nested_variables=yes
# am_cv_prog_cc_c_o=yes
# 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=/sysroot/bin/ld
# lt_cv_path_NM='/sysroot/bin/nm -B'
# lt_cv_path_mainfest_tool=no
# lt_cv_prog_compiler_c_o=yes
# lt_cv_prog_compiler_pic='-fPIC -DPIC'
# lt_cv_prog_compiler_pic_works=yes
# lt_cv_prog_compiler_rtti_exceptions=yes
# lt_cv_prog_compiler_static_works=no
# lt_cv_prog_gnu_ld=yes
# lt_cv_sharedlib_from_linklib_cmd='printf %s\n'
# lt_cv_shlibpath_overrides_runpath=yes
# lt_cv_sys_global_symbol_pipe='sed -n -e '\''s/^.*[ ]\([ABCDGIRSTW][ABCDGIRSTW]*\)[ ][ ]*\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2 \2/p'\'' | sed '\''/ __gnu_lto/d'\'''
# lt_cv_sys_global_symbol_to_c_name_address='sed -n -e '\''s/^: \(.*\) .*$/ {"\1", (void *) 0},/p'\'' -e '\''s/^[ABCDGIRSTW][ABCDGIRSTW]* .* \(.*\)$/ {"\1", (void *) \&\1},/p'\'''
# lt_cv_sys_global_symbol_to_c_name_address_lib_prefix='sed -n -e '\''s/^: \(.*\) .*$/ {"\1", (void *) 0},/p'\'' -e '\''s/^[ABCDGIRSTW][ABCDGIRSTW]* .* \(lib.*\)$/ {"\1", (void *) \&\1},/p'\'' -e '\''s/^[ABCDGIRSTW][ABCDGIRSTW]* .* \(.*\)$/ {"lib\1", (void *) \&\1},/p'\'''
# lt_cv_sys_global_symbol_to_cdecl='sed -n -e '\''s/^T .* \(.*\)$/extern int \1();/p'\'' -e '\''s/^[ABCDGIRSTW][ABCDGIRSTW]* .* \(.*\)$/extern char \1;/p'\'''
# lt_cv_sys_global_symbol_to_import=
# lt_cv_sys_max_cmd_len=1572864
# lt_cv_to_host_file_cmd=func_convert_file_noop
# lt_cv_to_tool_file_cmd=func_convert_file_noop
# lt_cv_truncate_bin='/usr/sbin/dd bs=4096 count=1'
#
# ## ----------------- ##
# ## Output variables. ##
# ## ----------------- ##
#
# ACLOCAL='${SHELL} /tmp/libharu/src/libharu-RELEASE_2_3_0/missing aclocal-1.15'
# AMDEPBACKSLASH='\'
# AMDEP_FALSE='#'
# AMDEP_TRUE=''
# AMTAR='$${TAR-tar}'
# AM_BACKSLASH='\'
# AM_DEFAULT_V='$(AM_DEFAULT_VERBOSITY)'
# AM_DEFAULT_VERBOSITY='1'
# AM_V='$(V)'
# AR='ar'
# AUTOCONF='${SHELL} /tmp/libharu/src/libharu-RELEASE_2_3_0/missing autoconf'
# AUTOHEADER='${SHELL} /tmp/libharu/src/libharu-RELEASE_2_3_0/missing autoheader'
# AUTOMAKE='${SHELL} /tmp/libharu/src/libharu-RELEASE_2_3_0/missing automake-1.15'
# AWK='gawk'
# CC='clang'
# CCDEPMODE='depmode=gcc3'
# CFLAGS=' -I/usr/include -I/usr/include -fexceptions'
# CPP='clang -E'
# CPPFLAGS=''
# CYGPATH_W='echo'
# DEFS='-DHAVE_CONFIG_H'
# DEPDIR='.deps'
# DLLTOOL='false'
# DSYMUTIL=''
# DUMPBIN=''
# ECHO_C=''
# ECHO_N='-n'
# ECHO_T=''
# EGREP='/usr/sbin/grep -E'
# EXEEXT=''
# FGREP='/usr/sbin/grep -F'
# GREP='/usr/sbin/grep'
# INSTALL_DATA='${INSTALL} -m 644'
# INSTALL_PROGRAM='${INSTALL}'
# INSTALL_SCRIPT='${INSTALL}'
# INSTALL_STRIP_FLAG='-s'
# INSTALL_STRIP_PROGRAM='$(install_sh) -c -s'
# LD='/sysroot/bin/ld -m elf_x86_64'
# LDFLAGS=' -L/usr/lib -L/usr/lib'
# LIBOBJS=''
# LIBS='-lpng -lz -lm -lz -lpng -lm'
# LIBTOOL='$(SHELL) $(top_builddir)/libtool'
# LIPO=''
# LN_S='ln -s'
# LTLIBOBJS=''
# LT_SYS_LIBRARY_PATH=''
# MAINT='#'
# MAINTAINER_MODE_FALSE=''
# MAINTAINER_MODE_TRUE='#'
# MAKEINFO='${SHELL} /tmp/libharu/src/libharu-RELEASE_2_3_0/missing makeinfo'
# MANIFEST_TOOL=':'
# MKDIR_P='/usr/sbin/mkdir -p'
# NM='/sysroot/bin/nm -B'
# NMEDIT=''
# OBJDUMP='objdump'
# OBJEXT='o'
# OTOOL64=''
# OTOOL=''
# PACKAGE='libhpdf'
# PACKAGE_BUGREPORT=''
# PACKAGE_NAME='libhpdf'
# PACKAGE_STRING='libhpdf 2.3.0'
# PACKAGE_TARNAME='libhpdf'
# PACKAGE_URL=''
# PACKAGE_VERSION='2.3.0'
# PATH_SEPARATOR=':'
# RANLIB='ranlib'
# SED='/usr/sbin/sed'
# SET_MAKE=''
# SHELL='/bin/sh'
# STRIP='strip'
# VERSION='2.3.0'
# ac_ct_AR='ar'
# 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__nodep='_no'
# am__quote=''
# am__tar='$${TAR-tar} chof - "$$tardir"'
# am__untar='$${TAR-tar} xf -'
# bindir='${exec_prefix}/bin'
# build='x86_64-unknown-linux-gnu'
# build_alias=''
# build_cpu='x86_64'
# build_os='linux-gnu'
# build_vendor='unknown'
# datadir='${datarootdir}'
# datarootdir='${prefix}/share'
# docdir='${datarootdir}/doc/${PACKAGE_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/libharu/src/libharu-RELEASE_2_3_0/install-sh'
# libdir='${exec_prefix}/lib'
# libexecdir='${exec_prefix}/libexec'
# localedir='${datarootdir}/locale'
# localstatedir='${prefix}/var'
# mandir='${datarootdir}/man'
# mkdir_p='$(MKDIR_P)'
# oldincludedir='/usr/include'
# pdfdir='${docdir}'
# prefix='/usr'
# program_transform_name='s,x,x,'
# psdir='${docdir}'
# sbindir='${exec_prefix}/sbin'
# sharedstatedir='${prefix}/com'
# sysconfdir='${prefix}/etc'
# target_alias=''
#
# ## ----------- ##
# ## confdefs.h. ##
# ## ----------- ##
#
# /* confdefs.h */
# #define PACKAGE_NAME "libhpdf"
# #define PACKAGE_TARNAME "libhpdf"
# #define PACKAGE_VERSION "2.3.0"
# #define PACKAGE_STRING "libhpdf 2.3.0"
# #define PACKAGE_BUGREPORT ""
# #define PACKAGE_URL ""
# #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_STRING_H 1
# #define HAVE_STRINGS_H 1
# #define HAVE_UNISTD_H 1
# #define HAVE_STDINT_H 1
# #define HAVE_LIBZ 1
# #define HAVE_LIBPNG 1
#
# configure: exit 0