<86>Apr 21 01:14:02 userdel[13909]: delete user 'rooter' <86>Apr 21 01:14:02 userdel[13909]: removed shadow group 'rooter' owned by 'rooter' <86>Apr 21 01:14:02 groupadd[13924]: group added to /etc/group: name=rooter, GID=579 <86>Apr 21 01:14:02 groupadd[13924]: group added to /etc/gshadow: name=rooter <86>Apr 21 01:14:02 groupadd[13924]: new group: name=rooter, GID=579 <86>Apr 21 01:14:02 useradd[13934]: new user: name=rooter, UID=579, GID=579, home=/root, shell=/bin/bash <86>Apr 21 01:14:02 userdel[13952]: delete user 'builder' <86>Apr 21 01:14:02 userdel[13952]: removed group 'builder' owned by 'builder' <86>Apr 21 01:14:02 userdel[13952]: removed shadow group 'builder' owned by 'builder' <86>Apr 21 01:14:02 groupadd[13971]: group added to /etc/group: name=builder, GID=580 <86>Apr 21 01:14:02 groupadd[13971]: group added to /etc/gshadow: name=builder <86>Apr 21 01:14:02 groupadd[13971]: new group: name=builder, GID=580 <86>Apr 21 01:14:02 useradd[13986]: new user: name=builder, UID=580, GID=580, home=/usr/src, shell=/bin/bash <13>Apr 21 01:14:05 rpmi: gcc-c++-common-1.4.20-alt1 1432315196 installed <13>Apr 21 01:14:06 rpmi: libstdc++5-devel-5.3.1-alt3.M80P.1 p8+225520.100.3.1 1553688800 installed <13>Apr 21 01:14:07 rpmi: gcc5-c++-5.3.1-alt3.M80P.1 p8+225520.100.3.1 1553688800 installed Installing tidy-0.99-alt11.20051026.src.rpm Building target platforms: x86_64 Building for target x86_64 Executing(%prep): /bin/sh -e /usr/src/tmp/rpm-tmp.96535 + umask 022 + /bin/mkdir -p /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + rm -rf tidy + echo 'Source #0 (tidy_src_051026.tgz):' Source #0 (tidy_src_051026.tgz): + /bin/gzip -dc /usr/src/RPM/SOURCES/tidy_src_051026.tgz + /bin/tar -xf - + cd tidy + /bin/chmod -c -Rf u+rwX,go-w . + cd /usr/src/RPM/BUILD + echo 'Source #1 (tidy_docs_051020.tgz):' Source #1 (tidy_docs_051020.tgz): + /bin/tar -xf - + /bin/gzip -dc /usr/src/RPM/SOURCES/tidy_docs_051020.tgz + cd tidy + /bin/chmod -c -Rf u+rwX,go-w . + exit 0 Executing(%build): /bin/sh -e /usr/src/tmp/rpm-tmp.96535 + umask 022 + /bin/mkdir -p /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + cd tidy + sh build/gnuauto/setup.sh Generating the build system in /usr/src/RPM/BUILD/tidy copying files into place: cd build/gnuauto && cp -R -f * /usr/src/RPM/BUILD/tidy running: libtoolize --force --copy libtoolize-default: putting auxiliary files in `.'. libtoolize-default: copying file `./ltmain.sh' libtoolize-default: You should add the contents of the following files to `aclocal.m4': libtoolize-default: `/usr/share/libtool-2.4/aclocal/libtool.m4' libtoolize-default: `/usr/share/libtool-2.4/aclocal/ltoptions.m4' libtoolize-default: `/usr/share/libtool-2.4/aclocal/ltversion.m4' libtoolize-default: `/usr/share/libtool-2.4/aclocal/ltsugar.m4' libtoolize-default: `/usr/share/libtool-2.4/aclocal/lt~obsolete.m4' libtoolize-default: Consider adding `AC_CONFIG_MACRO_DIR([m4])' to configure.in and libtoolize-default: rerunning libtoolize-default, to keep the correct libtool macros in-tree. libtoolize-default: Consider adding `-I m4' to ACLOCAL_AMFLAGS in Makefile.am. running: aclocal aclocal-default: warning: autoconf input should be named 'configure.ac', not 'configure.in' running: automake -a -c --foreign automake-default: warning: autoconf input should be named 'configure.ac', not 'configure.in' configure.in:49: warning: AM_INIT_AUTOMAKE: two- and three-arguments forms are deprecated. For more info, see: configure.in:49: http://www.gnu.org/software/automake/manual/automake.html#Modernize-AM_005fINIT_005fAUTOMAKE-invocation configure.in:58: installing './compile' configure.in:84: installing './config.guess' configure.in:84: installing './config.sub' configure.in:49: installing './install-sh' configure.in:49: installing './missing' console/Makefile.am:58: warning: 'INCLUDES' is the old name for 'AM_CPPFLAGS' (or '*_CPPFLAGS') console/Makefile.am: installing './depcomp' automake-default: warning: autoconf input should be named 'configure.ac', not 'configure.in' src/Makefile.am:58: warning: 'INCLUDES' is the old name for 'AM_CPPFLAGS' (or '*_CPPFLAGS') running: autoconf If the above commands were successful you should now be able to build in the usual way: $ ./configure --prefix=/usr $ make $ make install to get a list of configure options type: ./configure --help Alternatively, you should be able to build outside of the source tree. e.g.: $ mkdir ../build-tidy $ cd ../build-tidy $ ../tidy/configure --prefix=/usr $ make $ make install + CFLAGS='-pipe -Wall -g -O2' + export CFLAGS + CXXFLAGS='-pipe -Wall -g -O2' + export CXXFLAGS + FFLAGS='-pipe -Wall -g -O2' + export FFLAGS + '[' -n '' ']' ++ printf %s '-pipe -Wall -g -O2' ++ sed -r 's/(^|[[:space:]]+)-[^m][^[:space:]]*//g' + ASFLAGS= + export ASFLAGS + export lt_cv_deplibs_check_method=pass_all + lt_cv_deplibs_check_method=pass_all + xargs -ri dirname -- '{}' + readlink -e -- ./configure + xargs -ri find '{}' -type f '(' -name config.sub -or -name config.guess ')' -printf '%h/\n' + sort -u + xargs -rn1 install -pm755 -- /usr/share/gnu-config/config.sub /usr/share/gnu-config/config.guess + ./configure --build=x86_64-alt-linux --host=x86_64-alt-linux --prefix=/usr --exec-prefix=/usr --bindir=/usr/bin --sbindir=/usr/sbin --sysconfdir=/etc --datadir=/usr/share --includedir=/usr/include --libdir=/usr/lib64 --libexecdir=/usr/lib --localstatedir=/var/lib --sharedstatedir=/var/lib --mandir=/usr/share/man --infodir=/usr/share/info --disable-dependency-tracking --without-included-gettext configure: WARNING: unrecognized options: --without-included-gettext checking for a BSD-compatible install... /bin/install -c checking whether build environment is sane... yes checking for a thread-safe mkdir -p... /bin/mkdir -p checking for gawk... gawk checking whether make sets $(MAKE)... yes checking whether make supports nested variables... yes checking for x86_64-alt-linux-gcc... x86_64-alt-linux-gcc checking whether the C compiler works... yes checking for C compiler default output file name... a.out checking for suffix of executables... checking whether we are cross compiling... no checking for suffix of object files... o checking whether we are using the GNU C compiler... yes checking whether x86_64-alt-linux-gcc accepts -g... yes checking for x86_64-alt-linux-gcc option to accept ISO C89... none needed checking whether x86_64-alt-linux-gcc understands -c and -o together... yes checking for style of include used by make... GNU checking dependency style of x86_64-alt-linux-gcc... none checking how to run the C preprocessor... x86_64-alt-linux-gcc -E checking for x86_64-alt-linux-g++... x86_64-alt-linux-g++ checking whether we are using the GNU C++ compiler... yes checking whether x86_64-alt-linux-g++ accepts -g... yes checking dependency style of x86_64-alt-linux-g++... none checking whether ln -s works... yes checking build system type... x86_64-alt-linux-gnu checking host system type... x86_64-alt-linux-gnu checking how to print strings... printf checking for a sed that does not truncate output... /bin/sed checking for grep that handles long lines and -e... /bin/grep checking for egrep... /bin/grep -E checking for fgrep... /bin/grep -F checking for ld used by x86_64-alt-linux-gcc... /usr/bin/ld checking if the linker (/usr/bin/ld) is GNU ld... yes checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B checking the name lister (/usr/bin/nm -B) interface... BSD nm checking the maximum length of command line arguments... 1572864 checking whether the shell understands some XSI constructs... yes checking whether the shell understands "+="... yes checking how to convert x86_64-alt-linux-gnu file names to x86_64-alt-linux-gnu format... func_convert_file_noop checking how to convert x86_64-alt-linux-gnu file names to toolchain format... func_convert_file_noop checking for /usr/bin/ld option to reload object files... -r checking for x86_64-alt-linux-objdump... no checking for objdump... objdump checking how to recognize dependent libraries... (cached) pass_all checking for x86_64-alt-linux-dlltool... no checking for dlltool... no checking how to associate runtime and link libraries... printf %s\n checking for x86_64-alt-linux-ar... no checking for ar... ar checking for archiver @FILE support... @ checking for x86_64-alt-linux-strip... no checking for strip... strip checking for x86_64-alt-linux-ranlib... no checking for ranlib... ranlib checking command to parse /usr/bin/nm -B output from x86_64-alt-linux-gcc object... ok checking for sysroot... no checking for x86_64-alt-linux-mt... no checking for mt... no checking if : is a manifest tool... no 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 x86_64-alt-linux-gcc supports -fno-rtti -fno-exceptions... no checking for x86_64-alt-linux-gcc option to produce PIC... -fPIC -DPIC checking if x86_64-alt-linux-gcc PIC flag -fPIC -DPIC works... yes checking if x86_64-alt-linux-gcc static flag -static works... no checking if x86_64-alt-linux-gcc supports -c -o file.o... yes checking if x86_64-alt-linux-gcc supports -c -o file.o... (cached) yes checking whether the x86_64-alt-linux-gcc linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes checking whether -lc should be explicitly linked in... no checking dynamic linker characteristics... GNU/Linux ld.so checking how to hardcode library paths into programs... immediate checking whether stripping libraries is possible... yes checking if libtool supports shared libraries... yes checking whether to build shared libraries... yes checking whether to build static libraries... yes checking how to run the C++ preprocessor... x86_64-alt-linux-g++ -E checking for ld used by x86_64-alt-linux-g++... /usr/bin/ld -m elf_x86_64 checking if the linker (/usr/bin/ld -m elf_x86_64) is GNU ld... yes checking whether the x86_64-alt-linux-g++ linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes checking for x86_64-alt-linux-g++ option to produce PIC... -fPIC -DPIC checking if x86_64-alt-linux-g++ PIC flag -fPIC -DPIC works... yes checking if x86_64-alt-linux-g++ static flag -static works... no checking if x86_64-alt-linux-g++ supports -c -o file.o... yes checking if x86_64-alt-linux-g++ supports -c -o file.o... (cached) yes checking whether the x86_64-alt-linux-g++ linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes checking dynamic linker characteristics... (cached) GNU/Linux ld.so checking how to hardcode library paths into programs... immediate checking whether make sets $(MAKE)... (cached) yes checking if malloc debugging is wanted... no 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 console/Makefile config.status: creating include/Makefile config.status: executing depfiles commands config.status: executing libtool commands configure: WARNING: unrecognized options: --without-included-gettext + '[' -n '' ']' + NPROCS=8 + make -j8 make: Entering directory `/usr/src/RPM/BUILD/tidy' Making all in src make[1]: Entering directory `/usr/src/RPM/BUILD/tidy/src' /bin/sh ../libtool --tag=CC --mode=compile x86_64-alt-linux-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"tidy\" -DVERSION=\"0.99.0\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DSUPPORT_ACCESSIBILITY_CHECKS=1 -DSUPPORT_UTF16_ENCODINGS=1 -DSUPPORT_ASIAN_ENCODINGS=1 -I. -I../include -O2 -pipe -Wall -g -O2 -Wall -Wno-switch -Wno-parentheses -Wno-unused -c -o access.lo access.c /bin/sh ../libtool --tag=CC --mode=compile x86_64-alt-linux-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"tidy\" -DVERSION=\"0.99.0\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DSUPPORT_ACCESSIBILITY_CHECKS=1 -DSUPPORT_UTF16_ENCODINGS=1 -DSUPPORT_ASIAN_ENCODINGS=1 -I. -I../include -O2 -pipe -Wall -g -O2 -Wall -Wno-switch -Wno-parentheses -Wno-unused -c -o attrs.lo attrs.c /bin/sh ../libtool --tag=CC --mode=compile x86_64-alt-linux-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"tidy\" -DVERSION=\"0.99.0\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DSUPPORT_ACCESSIBILITY_CHECKS=1 -DSUPPORT_UTF16_ENCODINGS=1 -DSUPPORT_ASIAN_ENCODINGS=1 -I. -I../include -O2 -pipe -Wall -g -O2 -Wall -Wno-switch -Wno-parentheses -Wno-unused -c -o istack.lo istack.c /bin/sh ../libtool --tag=CC --mode=compile x86_64-alt-linux-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"tidy\" -DVERSION=\"0.99.0\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DSUPPORT_ACCESSIBILITY_CHECKS=1 -DSUPPORT_UTF16_ENCODINGS=1 -DSUPPORT_ASIAN_ENCODINGS=1 -I. -I../include -O2 -pipe -Wall -g -O2 -Wall -Wno-switch -Wno-parentheses -Wno-unused -c -o parser.lo parser.c /bin/sh ../libtool --tag=CC --mode=compile x86_64-alt-linux-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"tidy\" -DVERSION=\"0.99.0\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DSUPPORT_ACCESSIBILITY_CHECKS=1 -DSUPPORT_UTF16_ENCODINGS=1 -DSUPPORT_ASIAN_ENCODINGS=1 -I. -I../include -O2 -pipe -Wall -g -O2 -Wall -Wno-switch -Wno-parentheses -Wno-unused -c -o tags.lo tags.c /bin/sh ../libtool --tag=CC --mode=compile x86_64-alt-linux-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"tidy\" -DVERSION=\"0.99.0\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DSUPPORT_ACCESSIBILITY_CHECKS=1 -DSUPPORT_UTF16_ENCODINGS=1 -DSUPPORT_ASIAN_ENCODINGS=1 -I. -I../include -O2 -pipe -Wall -g -O2 -Wall -Wno-switch -Wno-parentheses -Wno-unused -c -o entities.lo entities.c /bin/sh ../libtool --tag=CC --mode=compile x86_64-alt-linux-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"tidy\" -DVERSION=\"0.99.0\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DSUPPORT_ACCESSIBILITY_CHECKS=1 -DSUPPORT_UTF16_ENCODINGS=1 -DSUPPORT_ASIAN_ENCODINGS=1 -I. -I../include -O2 -pipe -Wall -g -O2 -Wall -Wno-switch -Wno-parentheses -Wno-unused -c -o lexer.lo lexer.c /bin/sh ../libtool --tag=CC --mode=compile x86_64-alt-linux-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"tidy\" -DVERSION=\"0.99.0\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DSUPPORT_ACCESSIBILITY_CHECKS=1 -DSUPPORT_UTF16_ENCODINGS=1 -DSUPPORT_ASIAN_ENCODINGS=1 -I. -I../include -O2 -pipe -Wall -g -O2 -Wall -Wno-switch -Wno-parentheses -Wno-unused -c -o pprint.lo pprint.c libtool: compile: x86_64-alt-linux-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"tidy\" -DVERSION=\"0.99.0\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DSUPPORT_ACCESSIBILITY_CHECKS=1 -DSUPPORT_UTF16_ENCODINGS=1 -DSUPPORT_ASIAN_ENCODINGS=1 -I. -I../include -O2 -pipe -Wall -g -O2 -Wall -Wno-switch -Wno-parentheses -Wno-unused -c access.c -fPIC -DPIC -o .libs/access.o libtool: compile: x86_64-alt-linux-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"tidy\" -DVERSION=\"0.99.0\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DSUPPORT_ACCESSIBILITY_CHECKS=1 -DSUPPORT_UTF16_ENCODINGS=1 -DSUPPORT_ASIAN_ENCODINGS=1 -I. -I../include -O2 -pipe -Wall -g -O2 -Wall -Wno-switch -Wno-parentheses -Wno-unused -c tags.c -fPIC -DPIC -o .libs/tags.o libtool: compile: x86_64-alt-linux-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"tidy\" -DVERSION=\"0.99.0\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DSUPPORT_ACCESSIBILITY_CHECKS=1 -DSUPPORT_UTF16_ENCODINGS=1 -DSUPPORT_ASIAN_ENCODINGS=1 -I. -I../include -O2 -pipe -Wall -g -O2 -Wall -Wno-switch -Wno-parentheses -Wno-unused -c istack.c -fPIC -DPIC -o .libs/istack.o libtool: compile: x86_64-alt-linux-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"tidy\" -DVERSION=\"0.99.0\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DSUPPORT_ACCESSIBILITY_CHECKS=1 -DSUPPORT_UTF16_ENCODINGS=1 -DSUPPORT_ASIAN_ENCODINGS=1 -I. -I../include -O2 -pipe -Wall -g -O2 -Wall -Wno-switch -Wno-parentheses -Wno-unused -c parser.c -fPIC -DPIC -o .libs/parser.o libtool: compile: x86_64-alt-linux-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"tidy\" -DVERSION=\"0.99.0\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DSUPPORT_ACCESSIBILITY_CHECKS=1 -DSUPPORT_UTF16_ENCODINGS=1 -DSUPPORT_ASIAN_ENCODINGS=1 -I. -I../include -O2 -pipe -Wall -g -O2 -Wall -Wno-switch -Wno-parentheses -Wno-unused -c lexer.c -fPIC -DPIC -o .libs/lexer.o libtool: compile: x86_64-alt-linux-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"tidy\" -DVERSION=\"0.99.0\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DSUPPORT_ACCESSIBILITY_CHECKS=1 -DSUPPORT_UTF16_ENCODINGS=1 -DSUPPORT_ASIAN_ENCODINGS=1 -I. -I../include -O2 -pipe -Wall -g -O2 -Wall -Wno-switch -Wno-parentheses -Wno-unused -c attrs.c -fPIC -DPIC -o .libs/attrs.o libtool: compile: x86_64-alt-linux-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"tidy\" -DVERSION=\"0.99.0\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DSUPPORT_ACCESSIBILITY_CHECKS=1 -DSUPPORT_UTF16_ENCODINGS=1 -DSUPPORT_ASIAN_ENCODINGS=1 -I. -I../include -O2 -pipe -Wall -g -O2 -Wall -Wno-switch -Wno-parentheses -Wno-unused -c entities.c -fPIC -DPIC -o .libs/entities.o libtool: compile: x86_64-alt-linux-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"tidy\" -DVERSION=\"0.99.0\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DSUPPORT_ACCESSIBILITY_CHECKS=1 -DSUPPORT_UTF16_ENCODINGS=1 -DSUPPORT_ASIAN_ENCODINGS=1 -I. -I../include -O2 -pipe -Wall -g -O2 -Wall -Wno-switch -Wno-parentheses -Wno-unused -c pprint.c -fPIC -DPIC -o .libs/pprint.o libtool: compile: x86_64-alt-linux-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"tidy\" -DVERSION=\"0.99.0\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DSUPPORT_ACCESSIBILITY_CHECKS=1 -DSUPPORT_UTF16_ENCODINGS=1 -DSUPPORT_ASIAN_ENCODINGS=1 -I. -I../include -O2 -pipe -Wall -g -O2 -Wall -Wno-switch -Wno-parentheses -Wno-unused -c entities.c -o entities.o >/dev/null 2>&1 libtool: compile: x86_64-alt-linux-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"tidy\" -DVERSION=\"0.99.0\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DSUPPORT_ACCESSIBILITY_CHECKS=1 -DSUPPORT_UTF16_ENCODINGS=1 -DSUPPORT_ASIAN_ENCODINGS=1 -I. -I../include -O2 -pipe -Wall -g -O2 -Wall -Wno-switch -Wno-parentheses -Wno-unused -c istack.c -o istack.o >/dev/null 2>&1 libtool: compile: x86_64-alt-linux-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"tidy\" -DVERSION=\"0.99.0\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DSUPPORT_ACCESSIBILITY_CHECKS=1 -DSUPPORT_UTF16_ENCODINGS=1 -DSUPPORT_ASIAN_ENCODINGS=1 -I. -I../include -O2 -pipe -Wall -g -O2 -Wall -Wno-switch -Wno-parentheses -Wno-unused -c attrs.c -o attrs.o >/dev/null 2>&1 /bin/sh ../libtool --tag=CC --mode=compile x86_64-alt-linux-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"tidy\" -DVERSION=\"0.99.0\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DSUPPORT_ACCESSIBILITY_CHECKS=1 -DSUPPORT_UTF16_ENCODINGS=1 -DSUPPORT_ASIAN_ENCODINGS=1 -I. -I../include -O2 -pipe -Wall -g -O2 -Wall -Wno-switch -Wno-parentheses -Wno-unused -c -o clean.lo clean.c libtool: compile: x86_64-alt-linux-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"tidy\" -DVERSION=\"0.99.0\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DSUPPORT_ACCESSIBILITY_CHECKS=1 -DSUPPORT_UTF16_ENCODINGS=1 -DSUPPORT_ASIAN_ENCODINGS=1 -I. -I../include -O2 -pipe -Wall -g -O2 -Wall -Wno-switch -Wno-parentheses -Wno-unused -c clean.c -fPIC -DPIC -o .libs/clean.o libtool: compile: x86_64-alt-linux-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"tidy\" -DVERSION=\"0.99.0\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DSUPPORT_ACCESSIBILITY_CHECKS=1 -DSUPPORT_UTF16_ENCODINGS=1 -DSUPPORT_ASIAN_ENCODINGS=1 -I. -I../include -O2 -pipe -Wall -g -O2 -Wall -Wno-switch -Wno-parentheses -Wno-unused -c tags.c -o tags.o >/dev/null 2>&1 /bin/sh ../libtool --tag=CC --mode=compile x86_64-alt-linux-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"tidy\" -DVERSION=\"0.99.0\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DSUPPORT_ACCESSIBILITY_CHECKS=1 -DSUPPORT_UTF16_ENCODINGS=1 -DSUPPORT_ASIAN_ENCODINGS=1 -I. -I../include -O2 -pipe -Wall -g -O2 -Wall -Wno-switch -Wno-parentheses -Wno-unused -c -o localize.lo localize.c /bin/sh ../libtool --tag=CC --mode=compile x86_64-alt-linux-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"tidy\" -DVERSION=\"0.99.0\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DSUPPORT_ACCESSIBILITY_CHECKS=1 -DSUPPORT_UTF16_ENCODINGS=1 -DSUPPORT_ASIAN_ENCODINGS=1 -I. -I../include -O2 -pipe -Wall -g -O2 -Wall -Wno-switch -Wno-parentheses -Wno-unused -c -o config.lo config.c libtool: compile: x86_64-alt-linux-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"tidy\" -DVERSION=\"0.99.0\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DSUPPORT_ACCESSIBILITY_CHECKS=1 -DSUPPORT_UTF16_ENCODINGS=1 -DSUPPORT_ASIAN_ENCODINGS=1 -I. -I../include -O2 -pipe -Wall -g -O2 -Wall -Wno-switch -Wno-parentheses -Wno-unused -c localize.c -fPIC -DPIC -o .libs/localize.o libtool: compile: x86_64-alt-linux-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"tidy\" -DVERSION=\"0.99.0\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DSUPPORT_ACCESSIBILITY_CHECKS=1 -DSUPPORT_UTF16_ENCODINGS=1 -DSUPPORT_ASIAN_ENCODINGS=1 -I. -I../include -O2 -pipe -Wall -g -O2 -Wall -Wno-switch -Wno-parentheses -Wno-unused -c config.c -fPIC -DPIC -o .libs/config.o /bin/sh ../libtool --tag=CC --mode=compile x86_64-alt-linux-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"tidy\" -DVERSION=\"0.99.0\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DSUPPORT_ACCESSIBILITY_CHECKS=1 -DSUPPORT_UTF16_ENCODINGS=1 -DSUPPORT_ASIAN_ENCODINGS=1 -I. -I../include -O2 -pipe -Wall -g -O2 -Wall -Wno-switch -Wno-parentheses -Wno-unused -c -o alloc.lo alloc.c libtool: compile: x86_64-alt-linux-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"tidy\" -DVERSION=\"0.99.0\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DSUPPORT_ACCESSIBILITY_CHECKS=1 -DSUPPORT_UTF16_ENCODINGS=1 -DSUPPORT_ASIAN_ENCODINGS=1 -I. -I../include -O2 -pipe -Wall -g -O2 -Wall -Wno-switch -Wno-parentheses -Wno-unused -c alloc.c -fPIC -DPIC -o .libs/alloc.o libtool: compile: x86_64-alt-linux-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"tidy\" -DVERSION=\"0.99.0\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DSUPPORT_ACCESSIBILITY_CHECKS=1 -DSUPPORT_UTF16_ENCODINGS=1 -DSUPPORT_ASIAN_ENCODINGS=1 -I. -I../include -O2 -pipe -Wall -g -O2 -Wall -Wno-switch -Wno-parentheses -Wno-unused -c parser.c -o parser.o >/dev/null 2>&1 libtool: compile: x86_64-alt-linux-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"tidy\" -DVERSION=\"0.99.0\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DSUPPORT_ACCESSIBILITY_CHECKS=1 -DSUPPORT_UTF16_ENCODINGS=1 -DSUPPORT_ASIAN_ENCODINGS=1 -I. -I../include -O2 -pipe -Wall -g -O2 -Wall -Wno-switch -Wno-parentheses -Wno-unused -c alloc.c -o alloc.o >/dev/null 2>&1 libtool: compile: x86_64-alt-linux-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"tidy\" -DVERSION=\"0.99.0\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DSUPPORT_ACCESSIBILITY_CHECKS=1 -DSUPPORT_UTF16_ENCODINGS=1 -DSUPPORT_ASIAN_ENCODINGS=1 -I. -I../include -O2 -pipe -Wall -g -O2 -Wall -Wno-switch -Wno-parentheses -Wno-unused -c localize.c -o localize.o >/dev/null 2>&1 /bin/sh ../libtool --tag=CC --mode=compile x86_64-alt-linux-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"tidy\" -DVERSION=\"0.99.0\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DSUPPORT_ACCESSIBILITY_CHECKS=1 -DSUPPORT_UTF16_ENCODINGS=1 -DSUPPORT_ASIAN_ENCODINGS=1 -I. -I../include -O2 -pipe -Wall -g -O2 -Wall -Wno-switch -Wno-parentheses -Wno-unused -c -o attrask.lo attrask.c libtool: compile: x86_64-alt-linux-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"tidy\" -DVERSION=\"0.99.0\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DSUPPORT_ACCESSIBILITY_CHECKS=1 -DSUPPORT_UTF16_ENCODINGS=1 -DSUPPORT_ASIAN_ENCODINGS=1 -I. -I../include -O2 -pipe -Wall -g -O2 -Wall -Wno-switch -Wno-parentheses -Wno-unused -c clean.c -o clean.o >/dev/null 2>&1 libtool: compile: x86_64-alt-linux-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"tidy\" -DVERSION=\"0.99.0\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DSUPPORT_ACCESSIBILITY_CHECKS=1 -DSUPPORT_UTF16_ENCODINGS=1 -DSUPPORT_ASIAN_ENCODINGS=1 -I. -I../include -O2 -pipe -Wall -g -O2 -Wall -Wno-switch -Wno-parentheses -Wno-unused -c attrask.c -fPIC -DPIC -o .libs/attrask.o libtool: compile: x86_64-alt-linux-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"tidy\" -DVERSION=\"0.99.0\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DSUPPORT_ACCESSIBILITY_CHECKS=1 -DSUPPORT_UTF16_ENCODINGS=1 -DSUPPORT_ASIAN_ENCODINGS=1 -I. -I../include -O2 -pipe -Wall -g -O2 -Wall -Wno-switch -Wno-parentheses -Wno-unused -c pprint.c -o pprint.o >/dev/null 2>&1 /bin/sh ../libtool --tag=CC --mode=compile x86_64-alt-linux-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"tidy\" -DVERSION=\"0.99.0\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DSUPPORT_ACCESSIBILITY_CHECKS=1 -DSUPPORT_UTF16_ENCODINGS=1 -DSUPPORT_ASIAN_ENCODINGS=1 -I. -I../include -O2 -pipe -Wall -g -O2 -Wall -Wno-switch -Wno-parentheses -Wno-unused -c -o attrdict.lo attrdict.c libtool: compile: x86_64-alt-linux-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"tidy\" -DVERSION=\"0.99.0\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DSUPPORT_ACCESSIBILITY_CHECKS=1 -DSUPPORT_UTF16_ENCODINGS=1 -DSUPPORT_ASIAN_ENCODINGS=1 -I. -I../include -O2 -pipe -Wall -g -O2 -Wall -Wno-switch -Wno-parentheses -Wno-unused -c attrdict.c -fPIC -DPIC -o .libs/attrdict.o libtool: compile: x86_64-alt-linux-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"tidy\" -DVERSION=\"0.99.0\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DSUPPORT_ACCESSIBILITY_CHECKS=1 -DSUPPORT_UTF16_ENCODINGS=1 -DSUPPORT_ASIAN_ENCODINGS=1 -I. -I../include -O2 -pipe -Wall -g -O2 -Wall -Wno-switch -Wno-parentheses -Wno-unused -c lexer.c -o lexer.o >/dev/null 2>&1 libtool: compile: x86_64-alt-linux-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"tidy\" -DVERSION=\"0.99.0\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DSUPPORT_ACCESSIBILITY_CHECKS=1 -DSUPPORT_UTF16_ENCODINGS=1 -DSUPPORT_ASIAN_ENCODINGS=1 -I. -I../include -O2 -pipe -Wall -g -O2 -Wall -Wno-switch -Wno-parentheses -Wno-unused -c access.c -o access.o >/dev/null 2>&1 libtool: compile: x86_64-alt-linux-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"tidy\" -DVERSION=\"0.99.0\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DSUPPORT_ACCESSIBILITY_CHECKS=1 -DSUPPORT_UTF16_ENCODINGS=1 -DSUPPORT_ASIAN_ENCODINGS=1 -I. -I../include -O2 -pipe -Wall -g -O2 -Wall -Wno-switch -Wno-parentheses -Wno-unused -c attrdict.c -o attrdict.o >/dev/null 2>&1 libtool: compile: x86_64-alt-linux-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"tidy\" -DVERSION=\"0.99.0\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DSUPPORT_ACCESSIBILITY_CHECKS=1 -DSUPPORT_UTF16_ENCODINGS=1 -DSUPPORT_ASIAN_ENCODINGS=1 -I. -I../include -O2 -pipe -Wall -g -O2 -Wall -Wno-switch -Wno-parentheses -Wno-unused -c attrask.c -o attrask.o >/dev/null 2>&1 libtool: compile: x86_64-alt-linux-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"tidy\" -DVERSION=\"0.99.0\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DSUPPORT_ACCESSIBILITY_CHECKS=1 -DSUPPORT_UTF16_ENCODINGS=1 -DSUPPORT_ASIAN_ENCODINGS=1 -I. -I../include -O2 -pipe -Wall -g -O2 -Wall -Wno-switch -Wno-parentheses -Wno-unused -c config.c -o config.o >/dev/null 2>&1 /bin/sh ../libtool --tag=CC --mode=compile x86_64-alt-linux-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"tidy\" -DVERSION=\"0.99.0\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DSUPPORT_ACCESSIBILITY_CHECKS=1 -DSUPPORT_UTF16_ENCODINGS=1 -DSUPPORT_ASIAN_ENCODINGS=1 -I. -I../include -O2 -pipe -Wall -g -O2 -Wall -Wno-switch -Wno-parentheses -Wno-unused -c -o attrget.lo attrget.c /bin/sh ../libtool --tag=CC --mode=compile x86_64-alt-linux-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"tidy\" -DVERSION=\"0.99.0\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DSUPPORT_ACCESSIBILITY_CHECKS=1 -DSUPPORT_UTF16_ENCODINGS=1 -DSUPPORT_ASIAN_ENCODINGS=1 -I. -I../include -O2 -pipe -Wall -g -O2 -Wall -Wno-switch -Wno-parentheses -Wno-unused -c -o buffio.lo buffio.c libtool: compile: x86_64-alt-linux-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"tidy\" -DVERSION=\"0.99.0\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DSUPPORT_ACCESSIBILITY_CHECKS=1 -DSUPPORT_UTF16_ENCODINGS=1 -DSUPPORT_ASIAN_ENCODINGS=1 -I. -I../include -O2 -pipe -Wall -g -O2 -Wall -Wno-switch -Wno-parentheses -Wno-unused -c attrget.c -fPIC -DPIC -o .libs/attrget.o libtool: compile: x86_64-alt-linux-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"tidy\" -DVERSION=\"0.99.0\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DSUPPORT_ACCESSIBILITY_CHECKS=1 -DSUPPORT_UTF16_ENCODINGS=1 -DSUPPORT_ASIAN_ENCODINGS=1 -I. -I../include -O2 -pipe -Wall -g -O2 -Wall -Wno-switch -Wno-parentheses -Wno-unused -c buffio.c -fPIC -DPIC -o .libs/buffio.o libtool: compile: x86_64-alt-linux-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"tidy\" -DVERSION=\"0.99.0\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DSUPPORT_ACCESSIBILITY_CHECKS=1 -DSUPPORT_UTF16_ENCODINGS=1 -DSUPPORT_ASIAN_ENCODINGS=1 -I. -I../include -O2 -pipe -Wall -g -O2 -Wall -Wno-switch -Wno-parentheses -Wno-unused -c attrget.c -o attrget.o >/dev/null 2>&1 /bin/sh ../libtool --tag=CC --mode=compile x86_64-alt-linux-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"tidy\" -DVERSION=\"0.99.0\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DSUPPORT_ACCESSIBILITY_CHECKS=1 -DSUPPORT_UTF16_ENCODINGS=1 -DSUPPORT_ASIAN_ENCODINGS=1 -I. -I../include -O2 -pipe -Wall -g -O2 -Wall -Wno-switch -Wno-parentheses -Wno-unused -c -o fileio.lo fileio.c /bin/sh ../libtool --tag=CC --mode=compile x86_64-alt-linux-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"tidy\" -DVERSION=\"0.99.0\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DSUPPORT_ACCESSIBILITY_CHECKS=1 -DSUPPORT_UTF16_ENCODINGS=1 -DSUPPORT_ASIAN_ENCODINGS=1 -I. -I../include -O2 -pipe -Wall -g -O2 -Wall -Wno-switch -Wno-parentheses -Wno-unused -c -o streamio.lo streamio.c libtool: compile: x86_64-alt-linux-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"tidy\" -DVERSION=\"0.99.0\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DSUPPORT_ACCESSIBILITY_CHECKS=1 -DSUPPORT_UTF16_ENCODINGS=1 -DSUPPORT_ASIAN_ENCODINGS=1 -I. -I../include -O2 -pipe -Wall -g -O2 -Wall -Wno-switch -Wno-parentheses -Wno-unused -c buffio.c -o buffio.o >/dev/null 2>&1 libtool: compile: x86_64-alt-linux-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"tidy\" -DVERSION=\"0.99.0\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DSUPPORT_ACCESSIBILITY_CHECKS=1 -DSUPPORT_UTF16_ENCODINGS=1 -DSUPPORT_ASIAN_ENCODINGS=1 -I. -I../include -O2 -pipe -Wall -g -O2 -Wall -Wno-switch -Wno-parentheses -Wno-unused -c fileio.c -fPIC -DPIC -o .libs/fileio.o libtool: compile: x86_64-alt-linux-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"tidy\" -DVERSION=\"0.99.0\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DSUPPORT_ACCESSIBILITY_CHECKS=1 -DSUPPORT_UTF16_ENCODINGS=1 -DSUPPORT_ASIAN_ENCODINGS=1 -I. -I../include -O2 -pipe -Wall -g -O2 -Wall -Wno-switch -Wno-parentheses -Wno-unused -c streamio.c -fPIC -DPIC -o .libs/streamio.o libtool: compile: x86_64-alt-linux-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"tidy\" -DVERSION=\"0.99.0\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DSUPPORT_ACCESSIBILITY_CHECKS=1 -DSUPPORT_UTF16_ENCODINGS=1 -DSUPPORT_ASIAN_ENCODINGS=1 -I. -I../include -O2 -pipe -Wall -g -O2 -Wall -Wno-switch -Wno-parentheses -Wno-unused -c fileio.c -o fileio.o >/dev/null 2>&1 /bin/sh ../libtool --tag=CC --mode=compile x86_64-alt-linux-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"tidy\" -DVERSION=\"0.99.0\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DSUPPORT_ACCESSIBILITY_CHECKS=1 -DSUPPORT_UTF16_ENCODINGS=1 -DSUPPORT_ASIAN_ENCODINGS=1 -I. -I../include -O2 -pipe -Wall -g -O2 -Wall -Wno-switch -Wno-parentheses -Wno-unused -c -o tagask.lo tagask.c /bin/sh ../libtool --tag=CC --mode=compile x86_64-alt-linux-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"tidy\" -DVERSION=\"0.99.0\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DSUPPORT_ACCESSIBILITY_CHECKS=1 -DSUPPORT_UTF16_ENCODINGS=1 -DSUPPORT_ASIAN_ENCODINGS=1 -I. -I../include -O2 -pipe -Wall -g -O2 -Wall -Wno-switch -Wno-parentheses -Wno-unused -c -o tmbstr.lo tmbstr.c libtool: compile: x86_64-alt-linux-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"tidy\" -DVERSION=\"0.99.0\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DSUPPORT_ACCESSIBILITY_CHECKS=1 -DSUPPORT_UTF16_ENCODINGS=1 -DSUPPORT_ASIAN_ENCODINGS=1 -I. -I../include -O2 -pipe -Wall -g -O2 -Wall -Wno-switch -Wno-parentheses -Wno-unused -c tagask.c -fPIC -DPIC -o .libs/tagask.o /bin/sh ../libtool --tag=CC --mode=compile x86_64-alt-linux-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"tidy\" -DVERSION=\"0.99.0\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DSUPPORT_ACCESSIBILITY_CHECKS=1 -DSUPPORT_UTF16_ENCODINGS=1 -DSUPPORT_ASIAN_ENCODINGS=1 -I. -I../include -O2 -pipe -Wall -g -O2 -Wall -Wno-switch -Wno-parentheses -Wno-unused -c -o utf8.lo utf8.c /bin/sh ../libtool --tag=CC --mode=compile x86_64-alt-linux-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"tidy\" -DVERSION=\"0.99.0\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DSUPPORT_ACCESSIBILITY_CHECKS=1 -DSUPPORT_UTF16_ENCODINGS=1 -DSUPPORT_ASIAN_ENCODINGS=1 -I. -I../include -O2 -pipe -Wall -g -O2 -Wall -Wno-switch -Wno-parentheses -Wno-unused -c -o tidylib.lo tidylib.c libtool: compile: x86_64-alt-linux-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"tidy\" -DVERSION=\"0.99.0\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DSUPPORT_ACCESSIBILITY_CHECKS=1 -DSUPPORT_UTF16_ENCODINGS=1 -DSUPPORT_ASIAN_ENCODINGS=1 -I. -I../include -O2 -pipe -Wall -g -O2 -Wall -Wno-switch -Wno-parentheses -Wno-unused -c tmbstr.c -fPIC -DPIC -o .libs/tmbstr.o libtool: compile: x86_64-alt-linux-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"tidy\" -DVERSION=\"0.99.0\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DSUPPORT_ACCESSIBILITY_CHECKS=1 -DSUPPORT_UTF16_ENCODINGS=1 -DSUPPORT_ASIAN_ENCODINGS=1 -I. -I../include -O2 -pipe -Wall -g -O2 -Wall -Wno-switch -Wno-parentheses -Wno-unused -c utf8.c -fPIC -DPIC -o .libs/utf8.o libtool: compile: x86_64-alt-linux-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"tidy\" -DVERSION=\"0.99.0\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DSUPPORT_ACCESSIBILITY_CHECKS=1 -DSUPPORT_UTF16_ENCODINGS=1 -DSUPPORT_ASIAN_ENCODINGS=1 -I. -I../include -O2 -pipe -Wall -g -O2 -Wall -Wno-switch -Wno-parentheses -Wno-unused -c tidylib.c -fPIC -DPIC -o .libs/tidylib.o libtool: compile: x86_64-alt-linux-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"tidy\" -DVERSION=\"0.99.0\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DSUPPORT_ACCESSIBILITY_CHECKS=1 -DSUPPORT_UTF16_ENCODINGS=1 -DSUPPORT_ASIAN_ENCODINGS=1 -I. -I../include -O2 -pipe -Wall -g -O2 -Wall -Wno-switch -Wno-parentheses -Wno-unused -c tmbstr.c -o tmbstr.o >/dev/null 2>&1 libtool: compile: x86_64-alt-linux-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"tidy\" -DVERSION=\"0.99.0\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DSUPPORT_ACCESSIBILITY_CHECKS=1 -DSUPPORT_UTF16_ENCODINGS=1 -DSUPPORT_ASIAN_ENCODINGS=1 -I. -I../include -O2 -pipe -Wall -g -O2 -Wall -Wno-switch -Wno-parentheses -Wno-unused -c tagask.c -o tagask.o >/dev/null 2>&1 libtool: compile: x86_64-alt-linux-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"tidy\" -DVERSION=\"0.99.0\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DSUPPORT_ACCESSIBILITY_CHECKS=1 -DSUPPORT_UTF16_ENCODINGS=1 -DSUPPORT_ASIAN_ENCODINGS=1 -I. -I../include -O2 -pipe -Wall -g -O2 -Wall -Wno-switch -Wno-parentheses -Wno-unused -c utf8.c -o utf8.o >/dev/null 2>&1 libtool: compile: x86_64-alt-linux-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"tidy\" -DVERSION=\"0.99.0\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DSUPPORT_ACCESSIBILITY_CHECKS=1 -DSUPPORT_UTF16_ENCODINGS=1 -DSUPPORT_ASIAN_ENCODINGS=1 -I. -I../include -O2 -pipe -Wall -g -O2 -Wall -Wno-switch -Wno-parentheses -Wno-unused -c tidylib.c -o tidylib.o >/dev/null 2>&1 libtool: compile: x86_64-alt-linux-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"tidy\" -DVERSION=\"0.99.0\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DSUPPORT_ACCESSIBILITY_CHECKS=1 -DSUPPORT_UTF16_ENCODINGS=1 -DSUPPORT_ASIAN_ENCODINGS=1 -I. -I../include -O2 -pipe -Wall -g -O2 -Wall -Wno-switch -Wno-parentheses -Wno-unused -c streamio.c -o streamio.o >/dev/null 2>&1 /bin/sh ../libtool --tag=CC --mode=link x86_64-alt-linux-gcc -O2 -pipe -Wall -g -O2 -Wall -Wno-switch -Wno-parentheses -Wno-unused -version-info 0:0:0 -release 0.99 -no-undefined -export-dynamic -o libtidy.la -rpath /usr/lib64 access.lo attrs.lo istack.lo parser.lo tags.lo entities.lo lexer.lo pprint.lo clean.lo localize.lo config.lo alloc.lo attrask.lo attrdict.lo attrget.lo buffio.lo fileio.lo streamio.lo tagask.lo tmbstr.lo utf8.lo tidylib.lo libtool: link: x86_64-alt-linux-gcc -shared -fPIC -DPIC .libs/access.o .libs/attrs.o .libs/istack.o .libs/parser.o .libs/tags.o .libs/entities.o .libs/lexer.o .libs/pprint.o .libs/clean.o .libs/localize.o .libs/config.o .libs/alloc.o .libs/attrask.o .libs/attrdict.o .libs/attrget.o .libs/buffio.o .libs/fileio.o .libs/streamio.o .libs/tagask.o .libs/tmbstr.o .libs/utf8.o .libs/tidylib.o -O2 -O2 -Wl,-soname -Wl,libtidy-0.99.so.0 -o .libs/libtidy-0.99.so.0.0.0 libtool: link: (cd ".libs" && rm -f "libtidy-0.99.so.0" && ln -s "libtidy-0.99.so.0.0.0" "libtidy-0.99.so.0") libtool: link: (cd ".libs" && rm -f "libtidy.so" && ln -s "libtidy-0.99.so.0.0.0" "libtidy.so") libtool: link: ar cru .libs/libtidy.a access.o attrs.o istack.o parser.o tags.o entities.o lexer.o pprint.o clean.o localize.o config.o alloc.o attrask.o attrdict.o attrget.o buffio.o fileio.o streamio.o tagask.o tmbstr.o utf8.o tidylib.o libtool: link: ranlib .libs/libtidy.a libtool: link: ( cd ".libs" && rm -f "libtidy.la" && ln -s "../libtidy.la" "libtidy.la" ) make[1]: Leaving directory `/usr/src/RPM/BUILD/tidy/src' Making all in console make[1]: Entering directory `/usr/src/RPM/BUILD/tidy/console' x86_64-alt-linux-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"tidy\" -DVERSION=\"0.99.0\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DSUPPORT_ACCESSIBILITY_CHECKS=1 -DSUPPORT_UTF16_ENCODINGS=1 -DSUPPORT_ASIAN_ENCODINGS=1 -I. -I../include -O2 -pipe -Wall -g -O2 -Wall -Wno-switch -Wno-parentheses -Wno-unused -c -o tidy.o tidy.c x86_64-alt-linux-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"tidy\" -DVERSION=\"0.99.0\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DSUPPORT_ACCESSIBILITY_CHECKS=1 -DSUPPORT_UTF16_ENCODINGS=1 -DSUPPORT_ASIAN_ENCODINGS=1 -I. -I../include -O2 -pipe -Wall -g -O2 -Wall -Wno-switch -Wno-parentheses -Wno-unused -c -o tab2space.o tab2space.c /bin/sh ../libtool --tag=CC --mode=link x86_64-alt-linux-gcc -O2 -pipe -Wall -g -O2 -Wall -Wno-switch -Wno-parentheses -Wno-unused -o tab2space tab2space.o ../src/libtidy.la libtool: link: x86_64-alt-linux-gcc -O2 -pipe -Wall -g -O2 -Wall -Wno-switch -Wno-parentheses -Wno-unused -o .libs/tab2space tab2space.o ../src/.libs/libtidy.so /bin/sh ../libtool --tag=CC --mode=link x86_64-alt-linux-gcc -O2 -pipe -Wall -g -O2 -Wall -Wno-switch -Wno-parentheses -Wno-unused -o tidy tidy.o ../src/libtidy.la libtool: link: x86_64-alt-linux-gcc -O2 -pipe -Wall -g -O2 -Wall -Wno-switch -Wno-parentheses -Wno-unused -o .libs/tidy tidy.o ../src/.libs/libtidy.so make[1]: Leaving directory `/usr/src/RPM/BUILD/tidy/console' Making all in include make[1]: Entering directory `/usr/src/RPM/BUILD/tidy/include' make[1]: Nothing to be done for `all'. make[1]: Leaving directory `/usr/src/RPM/BUILD/tidy/include' make[1]: Entering directory `/usr/src/RPM/BUILD/tidy' make[1]: Nothing to be done for `all-am'. make[1]: Leaving directory `/usr/src/RPM/BUILD/tidy' make: Leaving directory `/usr/src/RPM/BUILD/tidy' + exit 0 Executing(%install): /bin/sh -e /usr/src/tmp/rpm-tmp.49928 + umask 022 + /bin/mkdir -p /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + /bin/chmod -Rf u+rwX -- /usr/src/tmp/tidy-buildroot + : + /bin/rm -rf -- /usr/src/tmp/tidy-buildroot + cd tidy + /usr/bin/make 'INSTALL=/bin/install -p' prefix=/usr/src/tmp/tidy-buildroot/usr exec_prefix=/usr/src/tmp/tidy-buildroot/usr bindir=/usr/src/tmp/tidy-buildroot/usr/bin sbindir=/usr/src/tmp/tidy-buildroot/usr/sbin sysconfdir=/usr/src/tmp/tidy-buildroot/etc datadir=/usr/src/tmp/tidy-buildroot/usr/share includedir=/usr/src/tmp/tidy-buildroot/usr/include libdir=/usr/src/tmp/tidy-buildroot/usr/lib64 libexecdir=/usr/src/tmp/tidy-buildroot/usr/lib localstatedir=/usr/src/tmp/tidy-buildroot/var/lib sharedstatedir=/usr/src/tmp/tidy-buildroot/var/lib mandir=/usr/src/tmp/tidy-buildroot/usr/share/man infodir=/usr/src/tmp/tidy-buildroot/usr/share/info install make: Entering directory `/usr/src/RPM/BUILD/tidy' Making install in src make[1]: Entering directory `/usr/src/RPM/BUILD/tidy/src' make[2]: Entering directory `/usr/src/RPM/BUILD/tidy/src' /bin/mkdir -p '/usr/src/tmp/tidy-buildroot/usr/lib64' /bin/sh ../libtool --mode=install /bin/install -p libtidy.la '/usr/src/tmp/tidy-buildroot/usr/lib64' libtool: install: /bin/install -p .libs/libtidy-0.99.so.0.0.0 /usr/src/tmp/tidy-buildroot/usr/lib64/libtidy-0.99.so.0.0.0 libtool: install: (cd /usr/src/tmp/tidy-buildroot/usr/lib64 && { ln -s -f libtidy-0.99.so.0.0.0 libtidy-0.99.so.0 || { rm -f libtidy-0.99.so.0 && ln -s libtidy-0.99.so.0.0.0 libtidy-0.99.so.0; }; }) libtool: install: (cd /usr/src/tmp/tidy-buildroot/usr/lib64 && { ln -s -f libtidy-0.99.so.0.0.0 libtidy.so || { rm -f libtidy.so && ln -s libtidy-0.99.so.0.0.0 libtidy.so; }; }) libtool: install: /bin/install -p .libs/libtidy.lai /usr/src/tmp/tidy-buildroot/usr/lib64/libtidy.la libtool: install: /bin/install -p .libs/libtidy.a /usr/src/tmp/tidy-buildroot/usr/lib64/libtidy.a libtool: install: chmod 644 /usr/src/tmp/tidy-buildroot/usr/lib64/libtidy.a libtool: install: ranlib /usr/src/tmp/tidy-buildroot/usr/lib64/libtidy.a libtool: install: warning: remember to run `libtool --finish /usr/lib64' make[2]: Nothing to be done for `install-data-am'. make[2]: Leaving directory `/usr/src/RPM/BUILD/tidy/src' make[1]: Leaving directory `/usr/src/RPM/BUILD/tidy/src' Making install in console make[1]: Entering directory `/usr/src/RPM/BUILD/tidy/console' make[2]: Entering directory `/usr/src/RPM/BUILD/tidy/console' /bin/mkdir -p '/usr/src/tmp/tidy-buildroot/usr/bin' /bin/sh ../libtool --mode=install /bin/install -p tidy tab2space '/usr/src/tmp/tidy-buildroot/usr/bin' libtool: install: warning: `../src/libtidy.la' has not been installed in `/usr/lib64' libtool: install: /bin/install -p .libs/tidy /usr/src/tmp/tidy-buildroot/usr/bin/tidy libtool: install: warning: `../src/libtidy.la' has not been installed in `/usr/lib64' libtool: install: /bin/install -p .libs/tab2space /usr/src/tmp/tidy-buildroot/usr/bin/tab2space make[2]: Nothing to be done for `install-data-am'. make[2]: Leaving directory `/usr/src/RPM/BUILD/tidy/console' make[1]: Leaving directory `/usr/src/RPM/BUILD/tidy/console' Making install in include make[1]: Entering directory `/usr/src/RPM/BUILD/tidy/include' make[2]: Entering directory `/usr/src/RPM/BUILD/tidy/include' make[2]: Nothing to be done for `install-exec-am'. /bin/mkdir -p '/usr/src/tmp/tidy-buildroot/usr/include' /bin/install -p -m 644 platform.h tidy.h tidyenum.h fileio.h buffio.h '/usr/src/tmp/tidy-buildroot/usr/include' make[2]: Leaving directory `/usr/src/RPM/BUILD/tidy/include' make[1]: Leaving directory `/usr/src/RPM/BUILD/tidy/include' make[1]: Entering directory `/usr/src/RPM/BUILD/tidy' make[2]: Entering directory `/usr/src/RPM/BUILD/tidy' make[2]: Nothing to be done for `install-exec-am'. make[2]: Nothing to be done for `install-data-am'. make[2]: Leaving directory `/usr/src/RPM/BUILD/tidy' make[1]: Leaving directory `/usr/src/RPM/BUILD/tidy' make: Leaving directory `/usr/src/RPM/BUILD/tidy' + install -pDm644 /usr/src/RPM/SOURCES/man_page.txt /usr/src/tmp/tidy-buildroot/usr/share/man/man1/tidy.1 + rm htmldoc/doxygen.cfg + mv htmldoc/api _api + rm /usr/src/tmp/tidy-buildroot/usr/lib64/libtidy.a + /usr/lib/rpm/brp-alt Cleaning files in /usr/src/tmp/tidy-buildroot (auto) removed './usr/lib64/libtidy.la' mode of './usr/lib64/libtidy-0.99.so.0.0.0' changed from 0755 (rwxr-xr-x) to 0644 (rw-r--r--) Verifying and fixing files in /usr/src/tmp/tidy-buildroot (binconfig,pkgconfig,libtool,desktop) Compressing files in /usr/src/tmp/tidy-buildroot (auto) Adjusting library links in /usr/src/tmp/tidy-buildroot ./usr/lib64: libtidy-0.99.so.0 -> libtidy-0.99.so.0.0.0 Verifying ELF objects in /usr/src/tmp/tidy-buildroot (arch=normal,fhs=normal,lfs=relaxed,lint=relaxed,rpath=normal,stack=normal,textrel=normal,unresolved=normal) Hardlinking identical .pyc and .pyo files Processing files: tidy-0.99-alt11.20051026 Executing(%doc): /bin/sh -e /usr/src/tmp/rpm-tmp.90013 + umask 022 + /bin/mkdir -p /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + cd tidy + DOCDIR=/usr/src/tmp/tidy-buildroot/usr/share/doc/tidy-0.99 + export DOCDIR + rm -rf /usr/src/tmp/tidy-buildroot/usr/share/doc/tidy-0.99 + /bin/mkdir -p /usr/src/tmp/tidy-buildroot/usr/share/doc/tidy-0.99 + cp -prL htmldoc/Overview.html htmldoc/checked_by_tidy.gif htmldoc/faq.html htmldoc/grid.gif htmldoc/license.html htmldoc/pending.html htmldoc/quickref-html.xsl htmldoc/release-notes.html htmldoc/tidy.css htmldoc/tidy.gif htmldoc/tidy1.xsl /usr/src/tmp/tidy-buildroot/usr/share/doc/tidy-0.99 + chmod -R go-w /usr/src/tmp/tidy-buildroot/usr/share/doc/tidy-0.99 + chmod -R a+rX /usr/src/tmp/tidy-buildroot/usr/share/doc/tidy-0.99 + exit 0 Finding Provides (using /usr/lib/rpm/find-provides) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.cz6ERn find-provides: running scripts (alternatives,debuginfo,lib,pam,perl,pkgconfig,python,shell) Finding Requires (using /usr/lib/rpm/find-requires) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.xYAKT2 find-requires: running scripts (cpp,debuginfo,files,lib,pam,perl,pkgconfig,pkgconfiglib,python,rpmlib,shebang,shell,static,symlinks) Requires: libtidy = 20120522:0.99-alt11.20051026, /lib64/ld-linux-x86-64.so.2, libc.so.6(GLIBC_2.14)(64bit), libc.so.6(GLIBC_2.2.5)(64bit), libc.so.6(GLIBC_2.3.4)(64bit), libc.so.6(GLIBC_2.4)(64bit), libc.so.6(GLIBC_2.7)(64bit), libtidy-0.99.so.0()(64bit) >= set:nhcZn43HGZicFV47LFHbXBZLYJ4UBRlUF0ley9d2rQ37opnoGJ65WySUGsSloxT2F8goDDgANesSUa8a02943Z1LvMxvuc5DA0ajhs7AZmt7DnLjrf0, rtld(GNU_HASH) Requires(rpmlib): rpmlib(SetVersions) Finding debuginfo files (using /usr/lib/rpm/find-debuginfo-files) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.lGORFK Creating tidy-debuginfo package Processing files: libtidy-0.99-alt11.20051026 Finding Provides (using /usr/lib/rpm/find-provides) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.5lw99u find-provides: running scripts (alternatives,debuginfo,lib,pam,perl,pkgconfig,python,shell) lib.prov: /usr/src/tmp/tidy-buildroot/usr/lib64/libtidy-0.99.so.0: 770 symbols, 20 bpp Finding Requires (using /usr/lib/rpm/find-requires) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.to3nni find-requires: running scripts (cpp,debuginfo,files,lib,pam,perl,pkgconfig,pkgconfiglib,python,rpmlib,shebang,shell,static,symlinks) Provides: libtidy-0.99.so.0()(64bit) = set:ndwymxDxe71MVOlVl8kbnRZfbDFVnedk4ENZf2a6ZoZ3yMkLPcpq4Nh2IIA00bxrDy4ZD2AKAq4LCZ7Ha0TAUjiC0QaEcZGOFf7Ydjd8KUR8kIRb1xn2qZC0PSGsZjLcfRNUZx3uPLZjRoyS6qSMH3zOaE5hooEQV49yf6mzymY6KJ1g7qcfl2JryBaHMGwgk6lkHulp6im1REy1moXOf9Zi9lUT2pF8oC8OZapIChsN8WysAF0xNM659RzCArXu0n3D34SE1ZGPzZfZaSHgZsttPtZttEPXTdh4MX6HIyzYBDdm5GgoB5vDe5wMGlE5Bn5ac3kOOtCto78vSC08e2e0GNxjjmPDuv4B6DhNA9qS5JEZ0HhtRUtBhFvOq4IjqG8NHM6ZDz7USYIDw90Hkpp9bkxvyuDQXqELuX8lFWozCiP1A9jDt9tCJaR3mCWKtx3Z994Gn0NA5R019dScHVYzaUrh6pz8jQjAV7n45clG4yFHsewYbYjD5FQjN7sYcvPb0ElrohFsQnOnyZEI5MShZsCl7TZyGGalo9daNlxMI2Athv3zGCnb8FZKUhFdqMdtUTZxx0dFZFpZKiDLuE7Zg8xVnWdl4eeayFFvEhg6z7lS84tU1zzYV8ut6uqJZzmhHytlCPwNR7sB3DQw5yxYPWCREjTL598KjQZzq04aAZ2jDdZGJLKDXhTyZpc6QQiq7DKx7ANvGohIx4nHsaghNMzbuY5y1AiQeMEvekaIdt9INqcZvNxamdnjZK75FE4hmFkTRGfSZ2ZwWMlLeCYRuOEZiqEPG1iZiNLnVp4dWWXf1gE5Zzj2ziHWo0v1ksm7HI9XziNzunRdW8GRxcLHaoDlZhXnV3SoIkz8ybob7vnk8LCN5Y19w3YoU8G9cRucru6m2D3yMr3YlTba3omRZlFwbTTd1CqssdrZznS3KeRUaZBTICgtlrj4dug11NIbwJj7uJUxscPrDAtsznR53tN2YHZ3xnmZISLAPjo7MkWRoz08ihNsWr4U4YYk4IMg6HkCZFvgh8lsEiEm8P2PU6ZG3rUtiAezhVZIFsUgifncZCeNU7i9z9OVE8Zkv96qKhh3Vy5xHl1VxOWkQesxawngbpjZJIs0Otirk58eR7jnBCo347syUZ4IZHO8BAnplAXaYTHfsZsWo0zd8t41cvFegsZz05ARCZa8kqupDzB90pzr6MVIY5yLDVESOtc6f7FTZ8YQ3oUAim3Ka1CAxGiuBsjpRqPxSDDm7fKxYfyKBtp2poZLZbFbMnLXTKpqXzQvncWHTEUWBStogRZ4khMC0U7KoaQ1AoxemA32OkbLHIoy3qYbZxn9dwwnm9Li2aEAtKIorCQA0TKG4ZAwBT9MaqLVTVzHpviwGtwZcAsA6nIEVlW6VxfASPLSbofbx9NojGuuy0I2U2Ciez16XFzcw2lLkcFZKV3i66PShn5qiJQggkzwx5wwwCFkRZ9SR45ZzEbXo8eF1QdJnLpu1tJt5dj8JVnCUGD5lxz7ML4qkWrOqtBszE4RFQ07EqNJGZsZCdbSrYh0 Requires: libc.so.6(GLIBC_2.14)(64bit), libc.so.6(GLIBC_2.2.5)(64bit), libc.so.6(GLIBC_2.3)(64bit), libc.so.6(GLIBC_2.3.4)(64bit), libc.so.6(GLIBC_2.4)(64bit), libc.so.6(GLIBC_2.7)(64bit), rtld(GNU_HASH) Finding debuginfo files (using /usr/lib/rpm/find-debuginfo-files) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.shMxl8 Creating libtidy-debuginfo package Processing files: libtidy-devel-0.99-alt11.20051026 Executing(%doc): /bin/sh -e /usr/src/tmp/rpm-tmp.57951 + umask 022 + /bin/mkdir -p /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + cd tidy + DOCDIR=/usr/src/tmp/tidy-buildroot/usr/share/doc/libtidy-devel-0.99 + export DOCDIR + rm -rf /usr/src/tmp/tidy-buildroot/usr/share/doc/libtidy-devel-0.99 + /bin/mkdir -p /usr/src/tmp/tidy-buildroot/usr/share/doc/libtidy-devel-0.99 + cp -prL _api/annotated.html _api/buffio_8h-source.html _api/buffio_8h.html _api/doxygen.css _api/doxygen.png _api/fileio_8h-source.html _api/fileio_8h.html _api/files.html _api/ftv2blank.png _api/ftv2doc.png _api/ftv2folderclosed.png _api/ftv2folderopen.png _api/ftv2lastnode.png _api/ftv2link.png _api/ftv2mlastnode.png _api/ftv2mnode.png _api/ftv2node.png _api/ftv2plastnode.png _api/ftv2pnode.png _api/ftv2vertline.png _api/functions.html _api/globals.html _api/group__AttrGet.html _api/group__Attribute.html _api/group__Basic.html _api/group__Clean.html _api/group__Configuration.html _api/group__IO.html _api/group__Memory.html _api/group__NodeAsk.html _api/group__Opaque.html _api/group__Parse.html _api/group__Save.html _api/group__Tree.html _api/index.html _api/main.html _api/modules.html _api/structTidyAttr.html _api/structTidyDoc.html _api/structTidyNode.html _api/structTidyOption.html _api/struct__TidyBuffer.html _api/struct__TidyInputSource.html _api/struct__TidyOutputSink.html _api/tidy_8h-source.html _api/tidy_8h.html _api/tidyenum_8h-source.html _api/tidyenum_8h.html _api/tree.html _api/tree.js _api/treeview.js /usr/src/tmp/tidy-buildroot/usr/share/doc/libtidy-devel-0.99 + chmod -R go-w /usr/src/tmp/tidy-buildroot/usr/share/doc/libtidy-devel-0.99 + chmod -R a+rX /usr/src/tmp/tidy-buildroot/usr/share/doc/libtidy-devel-0.99 + exit 0 Finding Provides (using /usr/lib/rpm/find-provides) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.mqxRi1 find-provides: running scripts (alternatives,debuginfo,lib,pam,perl,pkgconfig,python,shell) Finding Requires (using /usr/lib/rpm/find-requires) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.ABLPXW find-requires: running scripts (cpp,debuginfo,files,lib,pam,perl,pkgconfig,pkgconfiglib,python,rpmlib,shebang,shell,static,symlinks) Requires: libtidy = 20120522:0.99-alt11.20051026, /usr/lib64/libtidy-0.99.so.0.0.0 Finding debuginfo files (using /usr/lib/rpm/find-debuginfo-files) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.i78PmV Processing files: tidy-debuginfo-0.99-alt11.20051026 Finding Provides (using /usr/lib/rpm/find-provides) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.dhcevW find-provides: running scripts (debuginfo) Finding Requires (using /usr/lib/rpm/find-requires) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.qRiIn0 find-requires: running scripts (debuginfo) Requires: tidy = 20120522:0.99-alt11.20051026, /usr/lib/debug/lib64/ld-linux-x86-64.so.2.debug, debug64(libc.so.6), debug64(libtidy-0.99.so.0) Processing files: libtidy-debuginfo-0.99-alt11.20051026 Finding Provides (using /usr/lib/rpm/find-provides) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.U0ft16 find-provides: running scripts (debuginfo) Finding Requires (using /usr/lib/rpm/find-requires) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.lRR8mg find-requires: running scripts (debuginfo) Provides: debug64(libtidy-0.99.so.0) Requires: libtidy = 20120522:0.99-alt11.20051026, debug64(libc.so.6) Adding to tidy-debuginfo a strict dependency on libtidy-debuginfo Removing from tidy-debuginfo 3 sources provided by libtidy-debuginfo also prunning dir /usr/src/debug/tidy/include Removing 2 extra deps from tidy due to dependency on libtidy Removing 1 extra deps from libtidy-devel due to dependency on libtidy Removing 1 extra deps from tidy-debuginfo due to dependency on libtidy-debuginfo Removing 6 extra deps from tidy due to repentancy on libtidy Removing 1 extra deps from tidy-debuginfo due to repentancy on libtidy-debuginfo Wrote: /usr/src/RPM/RPMS/x86_64/tidy-0.99-alt11.20051026.x86_64.rpm Wrote: /usr/src/RPM/RPMS/x86_64/libtidy-0.99-alt11.20051026.x86_64.rpm Wrote: /usr/src/RPM/RPMS/x86_64/libtidy-devel-0.99-alt11.20051026.x86_64.rpm Wrote: /usr/src/RPM/RPMS/x86_64/tidy-debuginfo-0.99-alt11.20051026.x86_64.rpm Wrote: /usr/src/RPM/RPMS/x86_64/libtidy-debuginfo-0.99-alt11.20051026.x86_64.rpm 34.20user 7.51system 0:31.86elapsed 130%CPU (0avgtext+0avgdata 47552maxresident)k 0inputs+0outputs (0major+1284090minor)pagefaults 0swaps 40.67user 12.61system 0:43.61elapsed 122%CPU (0avgtext+0avgdata 122132maxresident)k 0inputs+0outputs (0major+1620562minor)pagefaults 0swaps --- libtidy-0.99-alt11.20051026.x86_64.rpm.repo 2012-05-22 18:01:22.000000000 +0000 +++ libtidy-0.99-alt11.20051026.x86_64.rpm.hasher 2019-04-21 01:14:43.109585207 +0000 @@ -2,2 +2,3 @@ /usr/lib64/libtidy-0.99.so.0.0.0 100644 +Requires: libc.so.6(GLIBC_2.14)(64bit) Requires: libc.so.6(GLIBC_2.2.5)(64bit) --- libtidy-debuginfo-0.99-alt11.20051026.x86_64.rpm.repo 2012-05-22 18:01:22.000000000 +0000 +++ libtidy-debuginfo-0.99-alt11.20051026.x86_64.rpm.hasher 2019-04-21 01:14:43.218581947 +0000 @@ -5,2 +5,3 @@ /usr/src/debug/tidy/include/buffio.h 100644 +/usr/src/debug/tidy/include/fileio.h 100644 /usr/src/debug/tidy/include/platform.h 100644 @@ -20,2 +21,3 @@ /usr/src/debug/tidy/src/clean.c 100644 +/usr/src/debug/tidy/src/clean.h 100644 /usr/src/debug/tidy/src/config.c 100644 @@ -23,2 +25,3 @@ /usr/src/debug/tidy/src/entities.c 100644 +/usr/src/debug/tidy/src/entities.h 100644 /usr/src/debug/tidy/src/fileio.c 100644 @@ -29,3 +32,5 @@ /usr/src/debug/tidy/src/localize.c 100644 +/usr/src/debug/tidy/src/message.h 100644 /usr/src/debug/tidy/src/parser.c 100644 +/usr/src/debug/tidy/src/parser.h 100644 /usr/src/debug/tidy/src/pprint.c 100644 @@ -40,3 +45,5 @@ /usr/src/debug/tidy/src/tmbstr.c 100644 +/usr/src/debug/tidy/src/tmbstr.h 100644 /usr/src/debug/tidy/src/utf8.c 100644 +/usr/src/debug/tidy/src/utf8.h 100644 Requires: libtidy = 20120522:0.99-alt11.20051026 --- tidy-0.99-alt11.20051026.x86_64.rpm.repo 2012-05-22 18:01:22.000000000 +0000 +++ tidy-0.99-alt11.20051026.x86_64.rpm.hasher 2019-04-21 01:14:43.353577909 +0000 @@ -14,3 +14,3 @@ /usr/share/doc/tidy-0.99/tidy1.xsl 100644 -/usr/share/man/man1/tidy.1.gz 100644 +/usr/share/man/man1/tidy.1.xz 100644 Requires: libtidy = 20120522:0.99-alt11.20051026