<86>Jan 19 08:11:31 userdel[75196]: delete user 'rooter' <86>Jan 19 08:11:31 userdel[75196]: removed group 'rooter' owned by 'rooter' <86>Jan 19 08:11:31 userdel[75196]: removed shadow group 'rooter' owned by 'rooter' <86>Jan 19 08:11:31 groupadd[75264]: group added to /etc/group: name=rooter, GID=567 <86>Jan 19 08:11:31 groupadd[75264]: group added to /etc/gshadow: name=rooter <86>Jan 19 08:11:31 groupadd[75264]: new group: name=rooter, GID=567 <86>Jan 19 08:11:31 useradd[75295]: new user: name=rooter, UID=567, GID=567, home=/root, shell=/bin/bash <86>Jan 19 08:11:31 userdel[75330]: delete user 'builder' <86>Jan 19 08:11:31 userdel[75330]: removed group 'builder' owned by 'builder' <86>Jan 19 08:11:31 userdel[75330]: removed shadow group 'builder' owned by 'builder' <86>Jan 19 08:11:31 groupadd[75355]: group added to /etc/group: name=builder, GID=568 <86>Jan 19 08:11:31 groupadd[75355]: group added to /etc/gshadow: name=builder <86>Jan 19 08:11:31 groupadd[75355]: new group: name=builder, GID=568 <86>Jan 19 08:11:31 useradd[75394]: new user: name=builder, UID=568, GID=568, home=/usr/src, shell=/bin/bash <13>Jan 19 08:11:34 rpmi: libexpat-2.2.4-alt1 1503305345 installed <13>Jan 19 08:11:34 rpmi: libexpat-devel-2.2.4-alt1 1503305345 installed Building target platforms: i586 Building for target i586 Wrote: /usr/src/in/nosrpm/klish-1.6.8-alt2.nosrc.rpm Installing klish-1.6.8-alt2.src.rpm Building target platforms: i586 Building for target i586 Executing(%prep): /bin/sh -e /usr/src/tmp/rpm-tmp.71803 + umask 022 + /bin/mkdir -p /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + rm -rf klish-1.6.8 + echo 'Source #0 (klish-1.6.8.tar):' Source #0 (klish-1.6.8.tar): + /bin/tar -xf /usr/src/RPM/SOURCES/klish-1.6.8.tar + cd klish-1.6.8 + /bin/chmod -c -Rf u+rwX,go-w . + echo 'Patch #0 (klishlibdir.patch):' Patch #0 (klishlibdir.patch): + /usr/bin/patch -p2 patching file Makefile.am patching file clish/module.am patching file konf/module.am patching file lub/module.am patching file tinyrl/module.am + exit 0 Executing(%build): /bin/sh -e /usr/src/tmp/rpm-tmp.26204 + umask 022 + /bin/mkdir -p /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + cd klish-1.6.8 + autoreconf -fisv autoreconf-default: Entering directory `.' autoreconf-default: configure.ac: not using Gettext autoreconf-default: running: aclocal --force -I m4 autoreconf-default: configure.ac: tracing autoreconf-default: running: libtoolize --force --install libtoolize-default: putting auxiliary files in AC_CONFIG_AUX_DIR, `aux_scripts'. libtoolize-default: linking file `aux_scripts/config.guess' libtoolize-default: linking file `aux_scripts/config.sub' libtoolize-default: linking file `aux_scripts/install-sh' libtoolize-default: linking file `aux_scripts/ltmain.sh' libtoolize-default: putting macros in AC_CONFIG_MACRO_DIR, `m4'. libtoolize-default: linking file `m4/libtool.m4' libtoolize-default: linking file `m4/ltoptions.m4' libtoolize-default: linking file `m4/ltsugar.m4' libtoolize-default: linking file `m4/ltversion.m4' libtoolize-default: linking file `m4/lt~obsolete.m4' autoreconf-default: configure.ac: not using Intltool autoreconf-default: configure.ac: not using gtk-doc autoreconf-default: running: /usr/bin/autoconf-2.60 --force autoreconf-default: running: /usr/bin/autoheader-2.60 --force autoreconf-default: running: automake --add-missing --force-missing autoreconf-default: Leaving directory `.' + CFLAGS='-pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic' + export CFLAGS + CXXFLAGS='-pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic' + export CXXFLAGS + FFLAGS='-pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic' + export FFLAGS + '[' -n '' ']' ++ sed -r 's/(^|[[:space:]]+)-[^m][^[:space:]]*//g' ++ printf %s '-pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic' + ASFLAGS=' -march=i586 -mtune=generic' + export ASFLAGS + export lt_cv_deplibs_check_method=pass_all + lt_cv_deplibs_check_method=pass_all + readlink -e -- ./configure + xargs -ri dirname -- '{}' + 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=i586-alt-linux --host=i586-alt-linux --prefix=/usr --exec-prefix=/usr --bindir=/usr/bin --sbindir=/usr/sbin --sysconfdir=/etc --datadir=/usr/share --includedir=/usr/include --libdir=/usr/lib --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 i586-alt-linux-gcc... i586-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 i586-alt-linux-gcc accepts -g... yes checking for i586-alt-linux-gcc option to accept ISO C89... none needed checking whether i586-alt-linux-gcc understands -c and -o together... yes checking how to run the C preprocessor... i586-alt-linux-gcc -E checking for grep that handles long lines and -e... /bin/grep checking for egrep... /bin/grep -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 minix/config.h usability... no checking minix/config.h presence... no checking for minix/config.h... no checking whether it is safe to define __EXTENSIONS__... yes checking for i586-alt-linux-gcc... (cached) i586-alt-linux-gcc checking whether we are using the GNU C compiler... (cached) yes checking whether i586-alt-linux-gcc accepts -g... (cached) yes checking for i586-alt-linux-gcc option to accept ISO C89... (cached) none needed checking whether i586-alt-linux-gcc understands -c and -o together... (cached) yes checking build system type... i586-alt-linux-gnu checking host system type... i586-alt-linux-gnu checking how to print strings... printf checking for a sed that does not truncate output... /bin/sed checking for fgrep... /bin/grep -F checking for ld used by i586-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 whether ln -s works... yes 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 i586-alt-linux-gnu file names to i586-alt-linux-gnu format... func_convert_file_noop checking how to convert i586-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 i586-alt-linux-objdump... objdump checking how to recognize dependent libraries... (cached) pass_all checking for i586-alt-linux-dlltool... dlltool checking how to associate runtime and link libraries... printf %s\n checking for i586-alt-linux-ar... no checking for ar... ar checking for archiver @FILE support... @ checking for i586-alt-linux-strip... no checking for strip... strip checking for i586-alt-linux-ranlib... no checking for ranlib... ranlib checking for gawk... gawk checking command to parse /usr/bin/nm -B output from i586-alt-linux-gcc object... ok checking for sysroot... no checking for i586-alt-linux-mt... no checking for mt... no checking if : is a manifest tool... no checking for dlfcn.h... yes checking for objdir... .libs checking if i586-alt-linux-gcc supports -fno-rtti -fno-exceptions... no checking for i586-alt-linux-gcc option to produce PIC... -fPIC -DPIC checking if i586-alt-linux-gcc PIC flag -fPIC -DPIC works... yes checking if i586-alt-linux-gcc static flag -static works... no checking if i586-alt-linux-gcc supports -c -o file.o... yes checking if i586-alt-linux-gcc supports -c -o file.o... (cached) yes checking whether the i586-alt-linux-gcc linker (/usr/bin/ld) 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 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 whether make sets $(MAKE)... yes checking for style of include used by make... GNU checking whether make supports nested variables... yes checking dependency style of i586-alt-linux-gcc... none checking size of int... 4 checking size of long... 4 checking size of size_t... 4 configure: WARNING: No XML backend has been selected: auto check checking for expat.h... yes checking for XML_ParserCreate in -lexpat... yes checking for libroxml support... no checking for libxml2 support... no configure: I found a suitable XML backend: expat checking for library containing socket... none required checking regex.h usability... yes checking regex.h presence... yes checking for regex.h... yes checking getopt.h usability... yes checking getopt.h presence... yes checking for getopt.h... yes checking for getopt_long()... yes checking locale.h usability... yes checking locale.h presence... yes checking for locale.h... yes checking for nl_langinfo and CODESET... yes checking pwd.h usability... yes checking pwd.h presence... yes checking for pwd.h... yes checking grp.h usability... yes checking grp.h presence... yes checking for grp.h... yes checking for chroot... yes checking that generated files are newer than configure... done configure: creating ./config.status config.status: creating Makefile config.status: creating config.h config.status: executing libtool commands config.status: executing depfiles commands configure: WARNING: unrecognized options: --without-included-gettext + make -j8 make all-am make[1]: Entering directory '/usr/src/RPM/BUILD/klish-1.6.8' /bin/sh ./libtool --tag=CC --mode=compile i586-alt-linux-gcc -DHAVE_CONFIG_H -I. -I. -pedantic -Wall -pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic -c -o lub/argv/argv__get_arg.lo lub/argv/argv__get_arg.c libtool: compile: i586-alt-linux-gcc -DHAVE_CONFIG_H -I. -I. -pedantic -Wall -pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic -c lub/argv/argv__get_arg.c -fPIC -DPIC -o lub/argv/.libs/argv__get_arg.o libtool: compile: i586-alt-linux-gcc -DHAVE_CONFIG_H -I. -I. -pedantic -Wall -pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic -c lub/argv/argv__get_arg.c -o lub/argv/argv__get_arg.o >/dev/null 2>&1 make[1]: Leaving directory '/usr/src/RPM/BUILD/klish-1.6.8' make[1]: Entering directory '/usr/src/RPM/BUILD/klish-1.6.8' /bin/sh ./libtool --tag=CC --mode=compile i586-alt-linux-gcc -DHAVE_CONFIG_H -I. -I. -pedantic -Wall -pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic -c -o lub/argv/argv__get_quoted.lo lub/argv/argv__get_quoted.c libtool: compile: i586-alt-linux-gcc -DHAVE_CONFIG_H -I. -I. -pedantic -Wall -pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic -c lub/argv/argv__get_quoted.c -fPIC -DPIC -o lub/argv/.libs/argv__get_quoted.o libtool: compile: i586-alt-linux-gcc -DHAVE_CONFIG_H -I. -I. -pedantic -Wall -pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic -c lub/argv/argv__get_quoted.c -o lub/argv/argv__get_quoted.o >/dev/null 2>&1 make[1]: Leaving directory '/usr/src/RPM/BUILD/klish-1.6.8' make[1]: Entering directory '/usr/src/RPM/BUILD/klish-1.6.8' /bin/sh ./libtool --tag=CC --mode=compile i586-alt-linux-gcc -DHAVE_CONFIG_H -I. -I. -pedantic -Wall -pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic -c -o lub/argv/argv__get_count.lo lub/argv/argv__get_count.c libtool: compile: i586-alt-linux-gcc -DHAVE_CONFIG_H -I. -I. -pedantic -Wall -pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic -c lub/argv/argv__get_count.c -fPIC -DPIC -o lub/argv/.libs/argv__get_count.o libtool: compile: i586-alt-linux-gcc -DHAVE_CONFIG_H -I. -I. -pedantic -Wall -pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic -c lub/argv/argv__get_count.c -o lub/argv/argv__get_count.o >/dev/null 2>&1 make[1]: Leaving directory '/usr/src/RPM/BUILD/klish-1.6.8' make[1]: Entering directory '/usr/src/RPM/BUILD/klish-1.6.8' /bin/sh ./libtool --tag=CC --mode=compile i586-alt-linux-gcc -DHAVE_CONFIG_H -I. -I. -pedantic -Wall -pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic -c -o lub/argv/argv__get_offset.lo lub/argv/argv__get_offset.c libtool: compile: i586-alt-linux-gcc -DHAVE_CONFIG_H -I. -I. -pedantic -Wall -pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic -c lub/argv/argv__get_offset.c -fPIC -DPIC -o lub/argv/.libs/argv__get_offset.o libtool: compile: i586-alt-linux-gcc -DHAVE_CONFIG_H -I. -I. -pedantic -Wall -pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic -c lub/argv/argv__get_offset.c -o lub/argv/argv__get_offset.o >/dev/null 2>&1 make[1]: Leaving directory '/usr/src/RPM/BUILD/klish-1.6.8' make[1]: Entering directory '/usr/src/RPM/BUILD/klish-1.6.8' /bin/sh ./libtool --tag=CC --mode=compile i586-alt-linux-gcc -DHAVE_CONFIG_H -I. -I. -pedantic -Wall -pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic -c -o lub/argv/argv_nextword.lo lub/argv/argv_nextword.c libtool: compile: i586-alt-linux-gcc -DHAVE_CONFIG_H -I. -I. -pedantic -Wall -pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic -c lub/argv/argv_nextword.c -fPIC -DPIC -o lub/argv/.libs/argv_nextword.o libtool: compile: i586-alt-linux-gcc -DHAVE_CONFIG_H -I. -I. -pedantic -Wall -pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic -c lub/argv/argv_nextword.c -o lub/argv/argv_nextword.o >/dev/null 2>&1 make[1]: Leaving directory '/usr/src/RPM/BUILD/klish-1.6.8' make[1]: Entering directory '/usr/src/RPM/BUILD/klish-1.6.8' /bin/sh ./libtool --tag=CC --mode=compile i586-alt-linux-gcc -DHAVE_CONFIG_H -I. -I. -pedantic -Wall -pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic -c -o lub/bintree/bintree_dump.lo lub/bintree/bintree_dump.c libtool: compile: i586-alt-linux-gcc -DHAVE_CONFIG_H -I. -I. -pedantic -Wall -pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic -c lub/bintree/bintree_dump.c -fPIC -DPIC -o lub/bintree/.libs/bintree_dump.o libtool: compile: i586-alt-linux-gcc -DHAVE_CONFIG_H -I. -I. -pedantic -Wall -pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic -c lub/bintree/bintree_dump.c -o lub/bintree/bintree_dump.o >/dev/null 2>&1 make[1]: Leaving directory '/usr/src/RPM/BUILD/klish-1.6.8' make[1]: Entering directory '/usr/src/RPM/BUILD/klish-1.6.8' /bin/sh ./libtool --tag=CC --mode=compile i586-alt-linux-gcc -DHAVE_CONFIG_H -I. -I. -pedantic -Wall -pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic -c -o lub/argv/argv__get_argv.lo lub/argv/argv__get_argv.c libtool: compile: i586-alt-linux-gcc -DHAVE_CONFIG_H -I. -I. -pedantic -Wall -pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic -c lub/argv/argv__get_argv.c -fPIC -DPIC -o lub/argv/.libs/argv__get_argv.o libtool: compile: i586-alt-linux-gcc -DHAVE_CONFIG_H -I. -I. -pedantic -Wall -pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic -c lub/argv/argv__get_argv.c -o lub/argv/argv__get_argv.o >/dev/null 2>&1 make[1]: Leaving directory '/usr/src/RPM/BUILD/klish-1.6.8' make[1]: Entering directory '/usr/src/RPM/BUILD/klish-1.6.8' /bin/sh ./libtool --tag=CC --mode=compile i586-alt-linux-gcc -DHAVE_CONFIG_H -I. -I. -pedantic -Wall -pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic -c -o lub/bintree/bintree_find.lo lub/bintree/bintree_find.c libtool: compile: i586-alt-linux-gcc -DHAVE_CONFIG_H -I. -I. -pedantic -Wall -pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic -c lub/bintree/bintree_find.c -fPIC -DPIC -o lub/bintree/.libs/bintree_find.o libtool: compile: i586-alt-linux-gcc -DHAVE_CONFIG_H -I. -I. -pedantic -Wall -pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic -c lub/bintree/bintree_find.c -o lub/bintree/bintree_find.o >/dev/null 2>&1 make[1]: Leaving directory '/usr/src/RPM/BUILD/klish-1.6.8' make[1]: Entering directory '/usr/src/RPM/BUILD/klish-1.6.8' /bin/sh ./libtool --tag=CC --mode=compile i586-alt-linux-gcc -DHAVE_CONFIG_H -I. -I. -pedantic -Wall -pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic -c -o lub/argv/argv_new.lo lub/argv/argv_new.c libtool: compile: i586-alt-linux-gcc -DHAVE_CONFIG_H -I. -I. -pedantic -Wall -pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic -c lub/argv/argv_new.c -fPIC -DPIC -o lub/argv/.libs/argv_new.o libtool: compile: i586-alt-linux-gcc -DHAVE_CONFIG_H -I. -I. -pedantic -Wall -pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic -c lub/argv/argv_new.c -o lub/argv/argv_new.o >/dev/null 2>&1 make[1]: Leaving directory '/usr/src/RPM/BUILD/klish-1.6.8' make[1]: Entering directory '/usr/src/RPM/BUILD/klish-1.6.8' /bin/sh ./libtool --tag=CC --mode=compile i586-alt-linux-gcc -DHAVE_CONFIG_H -I. -I. -pedantic -Wall -pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic -c -o lub/bintree/bintree_findfirst.lo lub/bintree/bintree_findfirst.c libtool: compile: i586-alt-linux-gcc -DHAVE_CONFIG_H -I. -I. -pedantic -Wall -pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic -c lub/bintree/bintree_findfirst.c -fPIC -DPIC -o lub/bintree/.libs/bintree_findfirst.o libtool: compile: i586-alt-linux-gcc -DHAVE_CONFIG_H -I. -I. -pedantic -Wall -pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic -c lub/bintree/bintree_findfirst.c -o lub/bintree/bintree_findfirst.o >/dev/null 2>&1 make[1]: Leaving directory '/usr/src/RPM/BUILD/klish-1.6.8' make[1]: Entering directory '/usr/src/RPM/BUILD/klish-1.6.8' /bin/sh ./libtool --tag=CC --mode=compile i586-alt-linux-gcc -DHAVE_CONFIG_H -I. -I. -pedantic -Wall -pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic -c -o lub/bintree/bintree_findlast.lo lub/bintree/bintree_findlast.c libtool: compile: i586-alt-linux-gcc -DHAVE_CONFIG_H -I. -I. -pedantic -Wall -pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic -c lub/bintree/bintree_findlast.c -fPIC -DPIC -o lub/bintree/.libs/bintree_findlast.o libtool: compile: i586-alt-linux-gcc -DHAVE_CONFIG_H -I. -I. -pedantic -Wall -pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic -c lub/bintree/bintree_findlast.c -o lub/bintree/bintree_findlast.o >/dev/null 2>&1 make[1]: Leaving directory '/usr/src/RPM/BUILD/klish-1.6.8' make[1]: Entering directory '/usr/src/RPM/BUILD/klish-1.6.8' /bin/sh ./libtool --tag=CC --mode=compile i586-alt-linux-gcc -DHAVE_CONFIG_H -I. -I. -pedantic -Wall -pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic -c -o lub/bintree/bintree_findnext.lo lub/bintree/bintree_findnext.c libtool: compile: i586-alt-linux-gcc -DHAVE_CONFIG_H -I. -I. -pedantic -Wall -pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic -c lub/bintree/bintree_findnext.c -fPIC -DPIC -o lub/bintree/.libs/bintree_findnext.o libtool: compile: i586-alt-linux-gcc -DHAVE_CONFIG_H -I. -I. -pedantic -Wall -pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic -c lub/bintree/bintree_findnext.c -o lub/bintree/bintree_findnext.o >/dev/null 2>&1 make[1]: Leaving directory '/usr/src/RPM/BUILD/klish-1.6.8' make[1]: Entering directory '/usr/src/RPM/BUILD/klish-1.6.8' /bin/sh ./libtool --tag=CC --mode=compile i586-alt-linux-gcc -DHAVE_CONFIG_H -I. -I. -pedantic -Wall -pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic -c -o lub/bintree/bintree_findprevious.lo lub/bintree/bintree_findprevious.c libtool: compile: i586-alt-linux-gcc -DHAVE_CONFIG_H -I. -I. -pedantic -Wall -pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic -c lub/bintree/bintree_findprevious.c -fPIC -DPIC -o lub/bintree/.libs/bintree_findprevious.o libtool: compile: i586-alt-linux-gcc -DHAVE_CONFIG_H -I. -I. -pedantic -Wall -pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic -c lub/bintree/bintree_findprevious.c -o lub/bintree/bintree_findprevious.o >/dev/null 2>&1 make[1]: Leaving directory '/usr/src/RPM/BUILD/klish-1.6.8' make[1]: Entering directory '/usr/src/RPM/BUILD/klish-1.6.8' /bin/sh ./libtool --tag=CC --mode=compile i586-alt-linux-gcc -DHAVE_CONFIG_H -I. -I. -pedantic -Wall -pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic -c -o lub/bintree/bintree_iterator_init.lo lub/bintree/bintree_iterator_init.c libtool: compile: i586-alt-linux-gcc -DHAVE_CONFIG_H -I. -I. -pedantic -Wall -pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic -c lub/bintree/bintree_iterator_init.c -fPIC -DPIC -o lub/bintree/.libs/bintree_iterator_init.o libtool: compile: i586-alt-linux-gcc -DHAVE_CONFIG_H -I. -I. -pedantic -Wall -pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic -c lub/bintree/bintree_iterator_init.c -o lub/bintree/bintree_iterator_init.o >/dev/null 2>&1 make[1]: Leaving directory '/usr/src/RPM/BUILD/klish-1.6.8' make[1]: Entering directory '/usr/src/RPM/BUILD/klish-1.6.8' /bin/sh ./libtool --tag=CC --mode=compile i586-alt-linux-gcc -DHAVE_CONFIG_H -I. -I. -pedantic -Wall -pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic -c -o lub/bintree/bintree_init.lo lub/bintree/bintree_init.c libtool: compile: i586-alt-linux-gcc -DHAVE_CONFIG_H -I. -I. -pedantic -Wall -pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic -c lub/bintree/bintree_init.c -fPIC -DPIC -o lub/bintree/.libs/bintree_init.o libtool: compile: i586-alt-linux-gcc -DHAVE_CONFIG_H -I. -I. -pedantic -Wall -pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic -c lub/bintree/bintree_init.c -o lub/bintree/bintree_init.o >/dev/null 2>&1 make[1]: Leaving directory '/usr/src/RPM/BUILD/klish-1.6.8' make[1]: Entering directory '/usr/src/RPM/BUILD/klish-1.6.8' /bin/sh ./libtool --tag=CC --mode=compile i586-alt-linux-gcc -DHAVE_CONFIG_H -I. -I. -pedantic -Wall -pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic -c -o lub/bintree/bintree_insert.lo lub/bintree/bintree_insert.c libtool: compile: i586-alt-linux-gcc -DHAVE_CONFIG_H -I. -I. -pedantic -Wall -pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic -c lub/bintree/bintree_insert.c -fPIC -DPIC -o lub/bintree/.libs/bintree_insert.o libtool: compile: i586-alt-linux-gcc -DHAVE_CONFIG_H -I. -I. -pedantic -Wall -pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic -c lub/bintree/bintree_insert.c -o lub/bintree/bintree_insert.o >/dev/null 2>&1 make[1]: Leaving directory '/usr/src/RPM/BUILD/klish-1.6.8' make[1]: Entering directory '/usr/src/RPM/BUILD/klish-1.6.8' /bin/sh ./libtool --tag=CC --mode=compile i586-alt-linux-gcc -DHAVE_CONFIG_H -I. -I. -pedantic -Wall -pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic -c -o lub/bintree/bintree_iterator_next.lo lub/bintree/bintree_iterator_next.c libtool: compile: i586-alt-linux-gcc -DHAVE_CONFIG_H -I. -I. -pedantic -Wall -pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic -c lub/bintree/bintree_iterator_next.c -fPIC -DPIC -o lub/bintree/.libs/bintree_iterator_next.o libtool: compile: i586-alt-linux-gcc -DHAVE_CONFIG_H -I. -I. -pedantic -Wall -pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic -c lub/bintree/bintree_iterator_next.c -o lub/bintree/bintree_iterator_next.o >/dev/null 2>&1 make[1]: Leaving directory '/usr/src/RPM/BUILD/klish-1.6.8' make[1]: Entering directory '/usr/src/RPM/BUILD/klish-1.6.8' /bin/sh ./libtool --tag=CC --mode=compile i586-alt-linux-gcc -DHAVE_CONFIG_H -I. -I. -pedantic -Wall -pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic -c -o lub/bintree/bintree_iterator_previous.lo lub/bintree/bintree_iterator_previous.c libtool: compile: i586-alt-linux-gcc -DHAVE_CONFIG_H -I. -I. -pedantic -Wall -pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic -c lub/bintree/bintree_iterator_previous.c -fPIC -DPIC -o lub/bintree/.libs/bintree_iterator_previous.o libtool: compile: i586-alt-linux-gcc -DHAVE_CONFIG_H -I. -I. -pedantic -Wall -pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic -c lub/bintree/bintree_iterator_previous.c -o lub/bintree/bintree_iterator_previous.o >/dev/null 2>&1 make[1]: Leaving directory '/usr/src/RPM/BUILD/klish-1.6.8' make[1]: Entering directory '/usr/src/RPM/BUILD/klish-1.6.8' /bin/sh ./libtool --tag=CC --mode=compile i586-alt-linux-gcc -DHAVE_CONFIG_H -I. -I. -pedantic -Wall -pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic -c -o lub/bintree/bintree_node_init.lo lub/bintree/bintree_node_init.c libtool: compile: i586-alt-linux-gcc -DHAVE_CONFIG_H -I. -I. -pedantic -Wall -pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic -c lub/bintree/bintree_node_init.c -fPIC -DPIC -o lub/bintree/.libs/bintree_node_init.o libtool: compile: i586-alt-linux-gcc -DHAVE_CONFIG_H -I. -I. -pedantic -Wall -pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic -c lub/bintree/bintree_node_init.c -o lub/bintree/bintree_node_init.o >/dev/null 2>&1 make[1]: Leaving directory '/usr/src/RPM/BUILD/klish-1.6.8' make[1]: Entering directory '/usr/src/RPM/BUILD/klish-1.6.8' /bin/sh ./libtool --tag=CC --mode=compile i586-alt-linux-gcc -DHAVE_CONFIG_H -I. -I. -pedantic -Wall -pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic -c -o lub/bintree/bintree_splay.lo lub/bintree/bintree_splay.c libtool: compile: i586-alt-linux-gcc -DHAVE_CONFIG_H -I. -I. -pedantic -Wall -pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic -c lub/bintree/bintree_splay.c -fPIC -DPIC -o lub/bintree/.libs/bintree_splay.o libtool: compile: i586-alt-linux-gcc -DHAVE_CONFIG_H -I. -I. -pedantic -Wall -pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic -c lub/bintree/bintree_splay.c -o lub/bintree/bintree_splay.o >/dev/null 2>&1 make[1]: Leaving directory '/usr/src/RPM/BUILD/klish-1.6.8' make[1]: Entering directory '/usr/src/RPM/BUILD/klish-1.6.8' /bin/sh ./libtool --tag=CC --mode=compile i586-alt-linux-gcc -DHAVE_CONFIG_H -I. -I. -pedantic -Wall -pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic -c -o lub/ctype/ctype_toupper.lo lub/ctype/ctype_toupper.c libtool: compile: i586-alt-linux-gcc -DHAVE_CONFIG_H -I. -I. -pedantic -Wall -pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic -c lub/ctype/ctype_toupper.c -fPIC -DPIC -o lub/ctype/.libs/ctype_toupper.o libtool: compile: i586-alt-linux-gcc -DHAVE_CONFIG_H -I. -I. -pedantic -Wall -pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic -c lub/ctype/ctype_toupper.c -o lub/ctype/ctype_toupper.o >/dev/null 2>&1 make[1]: Leaving directory '/usr/src/RPM/BUILD/klish-1.6.8' make[1]: Entering directory '/usr/src/RPM/BUILD/klish-1.6.8' /bin/sh ./libtool --tag=CC --mode=compile i586-alt-linux-gcc -DHAVE_CONFIG_H -I. -I. -pedantic -Wall -pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic -c -o lub/bintree/bintree_remove.lo lub/bintree/bintree_remove.c libtool: compile: i586-alt-linux-gcc -DHAVE_CONFIG_H -I. -I. -pedantic -Wall -pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic -c lub/bintree/bintree_remove.c -fPIC -DPIC -o lub/bintree/.libs/bintree_remove.o libtool: compile: i586-alt-linux-gcc -DHAVE_CONFIG_H -I. -I. -pedantic -Wall -pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic -c lub/bintree/bintree_remove.c -o lub/bintree/bintree_remove.o >/dev/null 2>&1 make[1]: Leaving directory '/usr/src/RPM/BUILD/klish-1.6.8' make[1]: Entering directory '/usr/src/RPM/BUILD/klish-1.6.8' /bin/sh ./libtool --tag=CC --mode=compile i586-alt-linux-gcc -DHAVE_CONFIG_H -I. -I. -pedantic -Wall -pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic -c -o lub/ctype/ctype_isdigit.lo lub/ctype/ctype_isdigit.c libtool: compile: i586-alt-linux-gcc -DHAVE_CONFIG_H -I. -I. -pedantic -Wall -pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic -c lub/ctype/ctype_isdigit.c -fPIC -DPIC -o lub/ctype/.libs/ctype_isdigit.o libtool: compile: i586-alt-linux-gcc -DHAVE_CONFIG_H -I. -I. -pedantic -Wall -pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic -c lub/ctype/ctype_isdigit.c -o lub/ctype/ctype_isdigit.o >/dev/null 2>&1 make[1]: Leaving directory '/usr/src/RPM/BUILD/klish-1.6.8' make[1]: Entering directory '/usr/src/RPM/BUILD/klish-1.6.8' /bin/sh ./libtool --tag=CC --mode=compile i586-alt-linux-gcc -DHAVE_CONFIG_H -I. -I. -pedantic -Wall -pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic -c -o lub/ctype/ctype_isspace.lo lub/ctype/ctype_isspace.c libtool: compile: i586-alt-linux-gcc -DHAVE_CONFIG_H -I. -I. -pedantic -Wall -pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic -c lub/ctype/ctype_isspace.c -fPIC -DPIC -o lub/ctype/.libs/ctype_isspace.o libtool: compile: i586-alt-linux-gcc -DHAVE_CONFIG_H -I. -I. -pedantic -Wall -pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic -c lub/ctype/ctype_isspace.c -o lub/ctype/ctype_isspace.o >/dev/null 2>&1 make[1]: Leaving directory '/usr/src/RPM/BUILD/klish-1.6.8' make[1]: Entering directory '/usr/src/RPM/BUILD/klish-1.6.8' /bin/sh ./libtool --tag=CC --mode=compile i586-alt-linux-gcc -DHAVE_CONFIG_H -I. -I. -pedantic -Wall -pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic -c -o lub/ctype/ctype_tolower.lo lub/ctype/ctype_tolower.c libtool: compile: i586-alt-linux-gcc -DHAVE_CONFIG_H -I. -I. -pedantic -Wall -pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic -c lub/ctype/ctype_tolower.c -fPIC -DPIC -o lub/ctype/.libs/ctype_tolower.o libtool: compile: i586-alt-linux-gcc -DHAVE_CONFIG_H -I. -I. -pedantic -Wall -pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic -c lub/ctype/ctype_tolower.c -o lub/ctype/ctype_tolower.o >/dev/null 2>&1 make[1]: Leaving directory '/usr/src/RPM/BUILD/klish-1.6.8' make[1]: Entering directory '/usr/src/RPM/BUILD/klish-1.6.8' /bin/sh ./libtool --tag=CC --mode=compile i586-alt-linux-gcc -DHAVE_CONFIG_H -I. -I. -pedantic -Wall -pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic -c -o lub/list/list.lo lub/list/list.c libtool: compile: i586-alt-linux-gcc -DHAVE_CONFIG_H -I. -I. -pedantic -Wall -pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic -c lub/list/list.c -fPIC -DPIC -o lub/list/.libs/list.o libtool: compile: i586-alt-linux-gcc -DHAVE_CONFIG_H -I. -I. -pedantic -Wall -pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic -c lub/list/list.c -o lub/list/list.o >/dev/null 2>&1 make[1]: Leaving directory '/usr/src/RPM/BUILD/klish-1.6.8' make[1]: Entering directory '/usr/src/RPM/BUILD/klish-1.6.8' /bin/sh ./libtool --tag=CC --mode=compile i586-alt-linux-gcc -DHAVE_CONFIG_H -I. -I. -pedantic -Wall -pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic -c -o lub/dump/dump.lo lub/dump/dump.c libtool: compile: i586-alt-linux-gcc -DHAVE_CONFIG_H -I. -I. -pedantic -Wall -pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic -c lub/dump/dump.c -fPIC -DPIC -o lub/dump/.libs/dump.o libtool: compile: i586-alt-linux-gcc -DHAVE_CONFIG_H -I. -I. -pedantic -Wall -pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic -c lub/dump/dump.c -o lub/dump/dump.o >/dev/null 2>&1 make[1]: Leaving directory '/usr/src/RPM/BUILD/klish-1.6.8' make[1]: Entering directory '/usr/src/RPM/BUILD/klish-1.6.8' /bin/sh ./libtool --tag=CC --mode=compile i586-alt-linux-gcc -DHAVE_CONFIG_H -I. -I. -pedantic -Wall -pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic -c -o lub/string/string_cat.lo lub/string/string_cat.c libtool: compile: i586-alt-linux-gcc -DHAVE_CONFIG_H -I. -I. -pedantic -Wall -pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic -c lub/string/string_cat.c -fPIC -DPIC -o lub/string/.libs/string_cat.o libtool: compile: i586-alt-linux-gcc -DHAVE_CONFIG_H -I. -I. -pedantic -Wall -pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic -c lub/string/string_cat.c -o lub/string/string_cat.o >/dev/null 2>&1 make[1]: Leaving directory '/usr/src/RPM/BUILD/klish-1.6.8' make[1]: Entering directory '/usr/src/RPM/BUILD/klish-1.6.8' /bin/sh ./libtool --tag=CC --mode=compile i586-alt-linux-gcc -DHAVE_CONFIG_H -I. -I. -pedantic -Wall -pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic -c -o lub/string/string_free.lo lub/string/string_free.c libtool: compile: i586-alt-linux-gcc -DHAVE_CONFIG_H -I. -I. -pedantic -Wall -pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic -c lub/string/string_free.c -fPIC -DPIC -o lub/string/.libs/string_free.o libtool: compile: i586-alt-linux-gcc -DHAVE_CONFIG_H -I. -I. -pedantic -Wall -pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic -c lub/string/string_free.c -o lub/string/string_free.o >/dev/null 2>&1 make[1]: Leaving directory '/usr/src/RPM/BUILD/klish-1.6.8' make[1]: Entering directory '/usr/src/RPM/BUILD/klish-1.6.8' /bin/sh ./libtool --tag=CC --mode=compile i586-alt-linux-gcc -DHAVE_CONFIG_H -I. -I. -pedantic -Wall -pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic -c -o lub/string/string_catn.lo lub/string/string_catn.c libtool: compile: i586-alt-linux-gcc -DHAVE_CONFIG_H -I. -I. -pedantic -Wall -pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic -c lub/string/string_catn.c -fPIC -DPIC -o lub/string/.libs/string_catn.o libtool: compile: i586-alt-linux-gcc -DHAVE_CONFIG_H -I. -I. -pedantic -Wall -pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic -c lub/string/string_catn.c -o lub/string/string_catn.o >/dev/null 2>&1 make[1]: Leaving directory '/usr/src/RPM/BUILD/klish-1.6.8' make[1]: Entering directory '/usr/src/RPM/BUILD/klish-1.6.8' /bin/sh ./libtool --tag=CC --mode=compile i586-alt-linux-gcc -DHAVE_CONFIG_H -I. -I. -pedantic -Wall -pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic -c -o lub/string/string_nocasestr.lo lub/string/string_nocasestr.c libtool: compile: i586-alt-linux-gcc -DHAVE_CONFIG_H -I. -I. -pedantic -Wall -pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic -c lub/string/string_nocasestr.c -fPIC -DPIC -o lub/string/.libs/string_nocasestr.o libtool: compile: i586-alt-linux-gcc -DHAVE_CONFIG_H -I. -I. -pedantic -Wall -pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic -c lub/string/string_nocasestr.c -o lub/string/string_nocasestr.o >/dev/null 2>&1 make[1]: Leaving directory '/usr/src/RPM/BUILD/klish-1.6.8' make[1]: Entering directory '/usr/src/RPM/BUILD/klish-1.6.8' /bin/sh ./libtool --tag=CC --mode=compile i586-alt-linux-gcc -DHAVE_CONFIG_H -I. -I. -pedantic -Wall -pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic -c -o lub/string/string_dup.lo lub/string/string_dup.c libtool: compile: i586-alt-linux-gcc -DHAVE_CONFIG_H -I. -I. -pedantic -Wall -pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic -c lub/string/string_dup.c -fPIC -DPIC -o lub/string/.libs/string_dup.o libtool: compile: i586-alt-linux-gcc -DHAVE_CONFIG_H -I. -I. -pedantic -Wall -pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic -c lub/string/string_dup.c -o lub/string/string_dup.o >/dev/null 2>&1 make[1]: Leaving directory '/usr/src/RPM/BUILD/klish-1.6.8' make[1]: Entering directory '/usr/src/RPM/BUILD/klish-1.6.8' /bin/sh ./libtool --tag=CC --mode=compile i586-alt-linux-gcc -DHAVE_CONFIG_H -I. -I. -pedantic -Wall -pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic -c -o lub/string/string_nocasecmp.lo lub/string/string_nocasecmp.c libtool: compile: i586-alt-linux-gcc -DHAVE_CONFIG_H -I. -I. -pedantic -Wall -pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic -c lub/string/string_nocasecmp.c -fPIC -DPIC -o lub/string/.libs/string_nocasecmp.o libtool: compile: i586-alt-linux-gcc -DHAVE_CONFIG_H -I. -I. -pedantic -Wall -pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic -c lub/string/string_nocasecmp.c -o lub/string/string_nocasecmp.o >/dev/null 2>&1 make[1]: Leaving directory '/usr/src/RPM/BUILD/klish-1.6.8' make[1]: Entering directory '/usr/src/RPM/BUILD/klish-1.6.8' /bin/sh ./libtool --tag=CC --mode=compile i586-alt-linux-gcc -DHAVE_CONFIG_H -I. -I. -pedantic -Wall -pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic -c -o lub/string/string_suffix.lo lub/string/string_suffix.c libtool: compile: i586-alt-linux-gcc -DHAVE_CONFIG_H -I. -I. -pedantic -Wall -pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic -c lub/string/string_suffix.c -fPIC -DPIC -o lub/string/.libs/string_suffix.o libtool: compile: i586-alt-linux-gcc -DHAVE_CONFIG_H -I. -I. -pedantic -Wall -pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic -c lub/string/string_suffix.c -o lub/string/string_suffix.o >/dev/null 2>&1 make[1]: Leaving directory '/usr/src/RPM/BUILD/klish-1.6.8' make[1]: Entering directory '/usr/src/RPM/BUILD/klish-1.6.8' /bin/sh ./libtool --tag=CC --mode=compile i586-alt-linux-gcc -DHAVE_CONFIG_H -I. -I. -pedantic -Wall -pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic -c -o lub/system/system_test.lo lub/system/system_test.c libtool: compile: i586-alt-linux-gcc -DHAVE_CONFIG_H -I. -I. -pedantic -Wall -pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic -c lub/system/system_test.c -fPIC -DPIC -o lub/system/.libs/system_test.o libtool: compile: i586-alt-linux-gcc -DHAVE_CONFIG_H -I. -I. -pedantic -Wall -pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic -c lub/system/system_test.c -o lub/system/system_test.o >/dev/null 2>&1 make[1]: Leaving directory '/usr/src/RPM/BUILD/klish-1.6.8' make[1]: Entering directory '/usr/src/RPM/BUILD/klish-1.6.8' /bin/sh ./libtool --tag=CC --mode=compile i586-alt-linux-gcc -DHAVE_CONFIG_H -I. -I. -pedantic -Wall -pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic -c -o lub/string/string_escape.lo lub/string/string_escape.c libtool: compile: i586-alt-linux-gcc -DHAVE_CONFIG_H -I. -I. -pedantic -Wall -pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic -c lub/string/string_escape.c -fPIC -DPIC -o lub/string/.libs/string_escape.o libtool: compile: i586-alt-linux-gcc -DHAVE_CONFIG_H -I. -I. -pedantic -Wall -pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic -c lub/string/string_escape.c -o lub/string/string_escape.o >/dev/null 2>&1 make[1]: Leaving directory '/usr/src/RPM/BUILD/klish-1.6.8' make[1]: Entering directory '/usr/src/RPM/BUILD/klish-1.6.8' /bin/sh ./libtool --tag=CC --mode=compile i586-alt-linux-gcc -DHAVE_CONFIG_H -I. -I. -pedantic -Wall -pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic -c -o lub/system/system_file.lo lub/system/system_file.c libtool: compile: i586-alt-linux-gcc -DHAVE_CONFIG_H -I. -I. -pedantic -Wall -pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic -c lub/system/system_file.c -fPIC -DPIC -o lub/system/.libs/system_file.o libtool: compile: i586-alt-linux-gcc -DHAVE_CONFIG_H -I. -I. -pedantic -Wall -pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic -c lub/system/system_file.c -o lub/system/system_file.o >/dev/null 2>&1 make[1]: Leaving directory '/usr/src/RPM/BUILD/klish-1.6.8' make[1]: Entering directory '/usr/src/RPM/BUILD/klish-1.6.8' /bin/sh ./libtool --tag=CC --mode=compile i586-alt-linux-gcc -DHAVE_CONFIG_H -I. -I. -pedantic -Wall -pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic -c -o lub/log/log.lo lub/log/log.c libtool: compile: i586-alt-linux-gcc -DHAVE_CONFIG_H -I. -I. -pedantic -Wall -pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic -c lub/log/log.c -fPIC -DPIC -o lub/log/.libs/log.o libtool: compile: i586-alt-linux-gcc -DHAVE_CONFIG_H -I. -I. -pedantic -Wall -pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic -c lub/log/log.c -o lub/log/log.o >/dev/null 2>&1 make[1]: Leaving directory '/usr/src/RPM/BUILD/klish-1.6.8' make[1]: Entering directory '/usr/src/RPM/BUILD/klish-1.6.8' /bin/sh ./libtool --tag=CC --mode=compile i586-alt-linux-gcc -DHAVE_CONFIG_H -I. -I. -pedantic -Wall -pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic -c -o konf/tree/tree_dump.lo konf/tree/tree_dump.c libtool: compile: i586-alt-linux-gcc -DHAVE_CONFIG_H -I. -I. -pedantic -Wall -pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic -c konf/tree/tree_dump.c -fPIC -DPIC -o konf/tree/.libs/tree_dump.o libtool: compile: i586-alt-linux-gcc -DHAVE_CONFIG_H -I. -I. -pedantic -Wall -pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic -c konf/tree/tree_dump.c -o konf/tree/tree_dump.o >/dev/null 2>&1 make[1]: Leaving directory '/usr/src/RPM/BUILD/klish-1.6.8' make[1]: Entering directory '/usr/src/RPM/BUILD/klish-1.6.8' /bin/sh ./libtool --tag=CC --mode=compile i586-alt-linux-gcc -DHAVE_CONFIG_H -I. -I. -pedantic -Wall -pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic -c -o lub/db/db.lo lub/db/db.c libtool: compile: i586-alt-linux-gcc -DHAVE_CONFIG_H -I. -I. -pedantic -Wall -pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic -c lub/db/db.c -fPIC -DPIC -o lub/db/.libs/db.o libtool: compile: i586-alt-linux-gcc -DHAVE_CONFIG_H -I. -I. -pedantic -Wall -pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic -c lub/db/db.c -o lub/db/db.o >/dev/null 2>&1 make[1]: Leaving directory '/usr/src/RPM/BUILD/klish-1.6.8' make[1]: Entering directory '/usr/src/RPM/BUILD/klish-1.6.8' /bin/sh ./libtool --tag=CC --mode=compile i586-alt-linux-gcc -DHAVE_CONFIG_H -I. -I. -pedantic -Wall -pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic -c -o tinyrl/history/history_entry.lo tinyrl/history/history_entry.c libtool: compile: i586-alt-linux-gcc -DHAVE_CONFIG_H -I. -I. -pedantic -Wall -pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic -c tinyrl/history/history_entry.c -fPIC -DPIC -o tinyrl/history/.libs/history_entry.o libtool: compile: i586-alt-linux-gcc -DHAVE_CONFIG_H -I. -I. -pedantic -Wall -pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic -c tinyrl/history/history_entry.c -o tinyrl/history/history_entry.o >/dev/null 2>&1 make[1]: Leaving directory '/usr/src/RPM/BUILD/klish-1.6.8' make[1]: Entering directory '/usr/src/RPM/BUILD/klish-1.6.8' /bin/sh ./libtool --tag=CC --mode=compile i586-alt-linux-gcc -DHAVE_CONFIG_H -I. -I. -pedantic -Wall -pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic -c -o konf/query/query_dump.lo konf/query/query_dump.c libtool: compile: i586-alt-linux-gcc -DHAVE_CONFIG_H -I. -I. -pedantic -Wall -pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic -c konf/query/query_dump.c -fPIC -DPIC -o konf/query/.libs/query_dump.o libtool: compile: i586-alt-linux-gcc -DHAVE_CONFIG_H -I. -I. -pedantic -Wall -pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic -c konf/query/query_dump.c -o konf/query/query_dump.o >/dev/null 2>&1 make[1]: Leaving directory '/usr/src/RPM/BUILD/klish-1.6.8' make[1]: Entering directory '/usr/src/RPM/BUILD/klish-1.6.8' /bin/sh ./libtool --tag=CC --mode=compile i586-alt-linux-gcc -DHAVE_CONFIG_H -I. -I. -pedantic -Wall -pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic -c -o lub/system/test.lo lub/system/test.c libtool: compile: i586-alt-linux-gcc -DHAVE_CONFIG_H -I. -I. -pedantic -Wall -pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic -c lub/system/test.c -fPIC -DPIC -o lub/system/.libs/test.o libtool: compile: i586-alt-linux-gcc -DHAVE_CONFIG_H -I. -I. -pedantic -Wall -pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic -c lub/system/test.c -o lub/system/test.o >/dev/null 2>&1 make[1]: Leaving directory '/usr/src/RPM/BUILD/klish-1.6.8' make[1]: Entering directory '/usr/src/RPM/BUILD/klish-1.6.8' /bin/sh ./libtool --tag=CC --mode=compile i586-alt-linux-gcc -DHAVE_CONFIG_H -I. -I. -pedantic -Wall -pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic -c -o tinyrl/history/history.lo tinyrl/history/history.c libtool: compile: i586-alt-linux-gcc -DHAVE_CONFIG_H -I. -I. -pedantic -Wall -pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic -c tinyrl/history/history.c -fPIC -DPIC -o tinyrl/history/.libs/history.o libtool: compile: i586-alt-linux-gcc -DHAVE_CONFIG_H -I. -I. -pedantic -Wall -pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic -c tinyrl/history/history.c -o tinyrl/history/history.o >/dev/null 2>&1 make[1]: Leaving directory '/usr/src/RPM/BUILD/klish-1.6.8' make[1]: Entering directory '/usr/src/RPM/BUILD/klish-1.6.8' /bin/sh ./libtool --tag=CC --mode=compile i586-alt-linux-gcc -DHAVE_CONFIG_H -I. -I. -pedantic -Wall -pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic -c -o konf/tree/tree.lo konf/tree/tree.c libtool: compile: i586-alt-linux-gcc -DHAVE_CONFIG_H -I. -I. -pedantic -Wall -pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic -c konf/tree/tree.c -fPIC -DPIC -o konf/tree/.libs/tree.o libtool: compile: i586-alt-linux-gcc -DHAVE_CONFIG_H -I. -I. -pedantic -Wall -pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic -c konf/tree/tree.c -o konf/tree/tree.o >/dev/null 2>&1 make[1]: Leaving directory '/usr/src/RPM/BUILD/klish-1.6.8' make[1]: Entering directory '/usr/src/RPM/BUILD/klish-1.6.8' /bin/sh ./libtool --tag=CC --mode=compile i586-alt-linux-gcc -DHAVE_CONFIG_H -I. -I. -pedantic -Wall -pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic -c -o konf/buf/buf.lo konf/buf/buf.c libtool: compile: i586-alt-linux-gcc -DHAVE_CONFIG_H -I. -I. -pedantic -Wall -pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic -c konf/buf/buf.c -fPIC -DPIC -o konf/buf/.libs/buf.o libtool: compile: i586-alt-linux-gcc -DHAVE_CONFIG_H -I. -I. -pedantic -Wall -pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic -c konf/buf/buf.c -o konf/buf/buf.o >/dev/null 2>&1 make[1]: Leaving directory '/usr/src/RPM/BUILD/klish-1.6.8' make[1]: Entering directory '/usr/src/RPM/BUILD/klish-1.6.8' /bin/sh ./libtool --tag=CC --mode=compile i586-alt-linux-gcc -DHAVE_CONFIG_H -I. -I. -pedantic -Wall -pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic -c -o tinyrl/vt100/vt100.lo tinyrl/vt100/vt100.c libtool: compile: i586-alt-linux-gcc -DHAVE_CONFIG_H -I. -I. -pedantic -Wall -pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic -c tinyrl/vt100/vt100.c -fPIC -DPIC -o tinyrl/vt100/.libs/vt100.o libtool: compile: i586-alt-linux-gcc -DHAVE_CONFIG_H -I. -I. -pedantic -Wall -pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic -c tinyrl/vt100/vt100.c -o tinyrl/vt100/vt100.o >/dev/null 2>&1 make[1]: Leaving directory '/usr/src/RPM/BUILD/klish-1.6.8' make[1]: Entering directory '/usr/src/RPM/BUILD/klish-1.6.8' /bin/sh ./libtool --tag=CC --mode=compile i586-alt-linux-gcc -DHAVE_CONFIG_H -I. -I. -pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic -c -o clish/libclish_la-callback_access.lo `test -f 'clish/callback_access.c' || echo './'`clish/callback_access.c libtool: compile: i586-alt-linux-gcc -DHAVE_CONFIG_H -I. -I. -pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic -c clish/callback_access.c -fPIC -DPIC -o clish/.libs/libclish_la-callback_access.o libtool: compile: i586-alt-linux-gcc -DHAVE_CONFIG_H -I. -I. -pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic -c clish/callback_access.c -o clish/libclish_la-callback_access.o >/dev/null 2>&1 make[1]: Leaving directory '/usr/src/RPM/BUILD/klish-1.6.8' make[1]: Entering directory '/usr/src/RPM/BUILD/klish-1.6.8' /bin/sh ./libtool --tag=CC --mode=compile i586-alt-linux-gcc -DHAVE_CONFIG_H -I. -I. -pedantic -Wall -pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic -c -o konf/query/query.lo konf/query/query.c libtool: compile: i586-alt-linux-gcc -DHAVE_CONFIG_H -I. -I. -pedantic -Wall -pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic -c konf/query/query.c -fPIC -DPIC -o konf/query/.libs/query.o libtool: compile: i586-alt-linux-gcc -DHAVE_CONFIG_H -I. -I. -pedantic -Wall -pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic -c konf/query/query.c -o konf/query/query.o >/dev/null 2>&1 make[1]: Leaving directory '/usr/src/RPM/BUILD/klish-1.6.8' make[1]: Entering directory '/usr/src/RPM/BUILD/klish-1.6.8' /bin/sh ./libtool --tag=CC --mode=compile i586-alt-linux-gcc -DHAVE_CONFIG_H -I. -I. -pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic -c -o clish/libclish_la-callback_script.lo `test -f 'clish/callback_script.c' || echo './'`clish/callback_script.c libtool: compile: i586-alt-linux-gcc -DHAVE_CONFIG_H -I. -I. -pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic -c clish/callback_script.c -fPIC -DPIC -o clish/.libs/libclish_la-callback_script.o libtool: compile: i586-alt-linux-gcc -DHAVE_CONFIG_H -I. -I. -pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic -c clish/callback_script.c -o clish/libclish_la-callback_script.o >/dev/null 2>&1 make[1]: Leaving directory '/usr/src/RPM/BUILD/klish-1.6.8' make[1]: Entering directory '/usr/src/RPM/BUILD/klish-1.6.8' /bin/sh ./libtool --tag=CC --mode=compile i586-alt-linux-gcc -DHAVE_CONFIG_H -I. -I. -pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic -c -o clish/libclish_la-callback_config.lo `test -f 'clish/callback_config.c' || echo './'`clish/callback_config.c libtool: compile: i586-alt-linux-gcc -DHAVE_CONFIG_H -I. -I. -pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic -c clish/callback_config.c -fPIC -DPIC -o clish/.libs/libclish_la-callback_config.o libtool: compile: i586-alt-linux-gcc -DHAVE_CONFIG_H -I. -I. -pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic -c clish/callback_config.c -o clish/libclish_la-callback_config.o >/dev/null 2>&1 make[1]: Leaving directory '/usr/src/RPM/BUILD/klish-1.6.8' make[1]: Entering directory '/usr/src/RPM/BUILD/klish-1.6.8' /bin/sh ./libtool --tag=CC --mode=compile i586-alt-linux-gcc -DHAVE_CONFIG_H -I. -I. -pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic -c -o clish/libclish_la-callback_log.lo `test -f 'clish/callback_log.c' || echo './'`clish/callback_log.c libtool: compile: i586-alt-linux-gcc -DHAVE_CONFIG_H -I. -I. -pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic -c clish/callback_log.c -fPIC -DPIC -o clish/.libs/libclish_la-callback_log.o libtool: compile: i586-alt-linux-gcc -DHAVE_CONFIG_H -I. -I. -pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic -c clish/callback_log.c -o clish/libclish_la-callback_log.o >/dev/null 2>&1 make[1]: Leaving directory '/usr/src/RPM/BUILD/klish-1.6.8' make[1]: Entering directory '/usr/src/RPM/BUILD/klish-1.6.8' /bin/sh ./libtool --tag=CC --mode=compile i586-alt-linux-gcc -DHAVE_CONFIG_H -I. -I. -pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic -c -o clish/command/libclish_la-command_dump.lo `test -f 'clish/command/command_dump.c' || echo './'`clish/command/command_dump.c libtool: compile: i586-alt-linux-gcc -DHAVE_CONFIG_H -I. -I. -pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic -c clish/command/command_dump.c -fPIC -DPIC -o clish/command/.libs/libclish_la-command_dump.o libtool: compile: i586-alt-linux-gcc -DHAVE_CONFIG_H -I. -I. -pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic -c clish/command/command_dump.c -o clish/command/libclish_la-command_dump.o >/dev/null 2>&1 make[1]: Leaving directory '/usr/src/RPM/BUILD/klish-1.6.8' make[1]: Entering directory '/usr/src/RPM/BUILD/klish-1.6.8' /bin/sh ./libtool --tag=CC --mode=compile i586-alt-linux-gcc -DHAVE_CONFIG_H -I. -I. -pedantic -Wall -pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic -c -o konf/net/net.lo konf/net/net.c libtool: compile: i586-alt-linux-gcc -DHAVE_CONFIG_H -I. -I. -pedantic -Wall -pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic -c konf/net/net.c -fPIC -DPIC -o konf/net/.libs/net.o libtool: compile: i586-alt-linux-gcc -DHAVE_CONFIG_H -I. -I. -pedantic -Wall -pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic -c konf/net/net.c -o konf/net/net.o >/dev/null 2>&1 make[1]: Leaving directory '/usr/src/RPM/BUILD/klish-1.6.8' make[1]: Entering directory '/usr/src/RPM/BUILD/klish-1.6.8' /bin/sh ./libtool --tag=CC --mode=compile i586-alt-linux-gcc -DHAVE_CONFIG_H -I. -I. -pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic -c -o clish/pargv/libclish_la-pargv_dump.lo `test -f 'clish/pargv/pargv_dump.c' || echo './'`clish/pargv/pargv_dump.c libtool: compile: i586-alt-linux-gcc -DHAVE_CONFIG_H -I. -I. -pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic -c clish/pargv/pargv_dump.c -fPIC -DPIC -o clish/pargv/.libs/libclish_la-pargv_dump.o libtool: compile: i586-alt-linux-gcc -DHAVE_CONFIG_H -I. -I. -pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic -c clish/pargv/pargv_dump.c -o clish/pargv/libclish_la-pargv_dump.o >/dev/null 2>&1 make[1]: Leaving directory '/usr/src/RPM/BUILD/klish-1.6.8' make[1]: Entering directory '/usr/src/RPM/BUILD/klish-1.6.8' /bin/sh ./libtool --tag=CC --mode=compile i586-alt-linux-gcc -DHAVE_CONFIG_H -I. -I. -pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic -c -o clish/param/libclish_la-param_dump.lo `test -f 'clish/param/param_dump.c' || echo './'`clish/param/param_dump.c libtool: compile: i586-alt-linux-gcc -DHAVE_CONFIG_H -I. -I. -pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic -c clish/param/param_dump.c -fPIC -DPIC -o clish/param/.libs/libclish_la-param_dump.o libtool: compile: i586-alt-linux-gcc -DHAVE_CONFIG_H -I. -I. -pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic -c clish/param/param_dump.c -o clish/param/libclish_la-param_dump.o >/dev/null 2>&1 make[1]: Leaving directory '/usr/src/RPM/BUILD/klish-1.6.8' make[1]: Entering directory '/usr/src/RPM/BUILD/klish-1.6.8' /bin/sh ./libtool --tag=CC --mode=compile i586-alt-linux-gcc -DHAVE_CONFIG_H -I. -I. -pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic -c -o clish/pargv/libclish_la-pargv.lo `test -f 'clish/pargv/pargv.c' || echo './'`clish/pargv/pargv.c libtool: compile: i586-alt-linux-gcc -DHAVE_CONFIG_H -I. -I. -pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic -c clish/pargv/pargv.c -fPIC -DPIC -o clish/pargv/.libs/libclish_la-pargv.o libtool: compile: i586-alt-linux-gcc -DHAVE_CONFIG_H -I. -I. -pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic -c clish/pargv/pargv.c -o clish/pargv/libclish_la-pargv.o >/dev/null 2>&1 make[1]: Leaving directory '/usr/src/RPM/BUILD/klish-1.6.8' make[1]: Entering directory '/usr/src/RPM/BUILD/klish-1.6.8' /bin/sh ./libtool --tag=CC --mode=compile i586-alt-linux-gcc -DHAVE_CONFIG_H -I. -I. -pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic -c -o clish/ptype/libclish_la-ptype_dump.lo `test -f 'clish/ptype/ptype_dump.c' || echo './'`clish/ptype/ptype_dump.c libtool: compile: i586-alt-linux-gcc -DHAVE_CONFIG_H -I. -I. -pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic -c clish/ptype/ptype_dump.c -fPIC -DPIC -o clish/ptype/.libs/libclish_la-ptype_dump.o libtool: compile: i586-alt-linux-gcc -DHAVE_CONFIG_H -I. -I. -pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic -c clish/ptype/ptype_dump.c -o clish/ptype/libclish_la-ptype_dump.o >/dev/null 2>&1 make[1]: Leaving directory '/usr/src/RPM/BUILD/klish-1.6.8' make[1]: Entering directory '/usr/src/RPM/BUILD/klish-1.6.8' /bin/sh ./libtool --tag=CC --mode=compile i586-alt-linux-gcc -DHAVE_CONFIG_H -I. -I. -pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic -c -o clish/shell/libclish_la-shell_view.lo `test -f 'clish/shell/shell_view.c' || echo './'`clish/shell/shell_view.c libtool: compile: i586-alt-linux-gcc -DHAVE_CONFIG_H -I. -I. -pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic -c clish/shell/shell_view.c -fPIC -DPIC -o clish/shell/.libs/libclish_la-shell_view.o libtool: compile: i586-alt-linux-gcc -DHAVE_CONFIG_H -I. -I. -pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic -c clish/shell/shell_view.c -o clish/shell/libclish_la-shell_view.o >/dev/null 2>&1 make[1]: Leaving directory '/usr/src/RPM/BUILD/klish-1.6.8' make[1]: Entering directory '/usr/src/RPM/BUILD/klish-1.6.8' /bin/sh ./libtool --tag=CC --mode=compile i586-alt-linux-gcc -DHAVE_CONFIG_H -I. -I. -pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic -c -o clish/shell/libclish_la-shell_ptype.lo `test -f 'clish/shell/shell_ptype.c' || echo './'`clish/shell/shell_ptype.c libtool: compile: i586-alt-linux-gcc -DHAVE_CONFIG_H -I. -I. -pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic -c clish/shell/shell_ptype.c -fPIC -DPIC -o clish/shell/.libs/libclish_la-shell_ptype.o libtool: compile: i586-alt-linux-gcc -DHAVE_CONFIG_H -I. -I. -pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic -c clish/shell/shell_ptype.c -o clish/shell/libclish_la-shell_ptype.o >/dev/null 2>&1 make[1]: Leaving directory '/usr/src/RPM/BUILD/klish-1.6.8' make[1]: Entering directory '/usr/src/RPM/BUILD/klish-1.6.8' /bin/sh ./libtool --tag=CC --mode=compile i586-alt-linux-gcc -DHAVE_CONFIG_H -I. -I. -pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic -c -o clish/command/libclish_la-command.lo `test -f 'clish/command/command.c' || echo './'`clish/command/command.c libtool: compile: i586-alt-linux-gcc -DHAVE_CONFIG_H -I. -I. -pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic -c clish/command/command.c -fPIC -DPIC -o clish/command/.libs/libclish_la-command.o libtool: compile: i586-alt-linux-gcc -DHAVE_CONFIG_H -I. -I. -pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic -c clish/command/command.c -o clish/command/libclish_la-command.o >/dev/null 2>&1 make[1]: Leaving directory '/usr/src/RPM/BUILD/klish-1.6.8' make[1]: Entering directory '/usr/src/RPM/BUILD/klish-1.6.8' /bin/sh ./libtool --tag=CC --mode=compile i586-alt-linux-gcc -DHAVE_CONFIG_H -I. -I. -pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic -c -o clish/param/libclish_la-param.lo `test -f 'clish/param/param.c' || echo './'`clish/param/param.c libtool: compile: i586-alt-linux-gcc -DHAVE_CONFIG_H -I. -I. -pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic -c clish/param/param.c -fPIC -DPIC -o clish/param/.libs/libclish_la-param.o libtool: compile: i586-alt-linux-gcc -DHAVE_CONFIG_H -I. -I. -pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic -c clish/param/param.c -o clish/param/libclish_la-param.o >/dev/null 2>&1 make[1]: Leaving directory '/usr/src/RPM/BUILD/klish-1.6.8' make[1]: Entering directory '/usr/src/RPM/BUILD/klish-1.6.8' /bin/sh ./libtool --tag=CC --mode=compile i586-alt-linux-gcc -DHAVE_CONFIG_H -I. -I. -pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic -c -o clish/shell/libclish_la-shell_command.lo `test -f 'clish/shell/shell_command.c' || echo './'`clish/shell/shell_command.c libtool: compile: i586-alt-linux-gcc -DHAVE_CONFIG_H -I. -I. -pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic -c clish/shell/shell_command.c -fPIC -DPIC -o clish/shell/.libs/libclish_la-shell_command.o libtool: compile: i586-alt-linux-gcc -DHAVE_CONFIG_H -I. -I. -pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic -c clish/shell/shell_command.c -o clish/shell/libclish_la-shell_command.o >/dev/null 2>&1 make[1]: Leaving directory '/usr/src/RPM/BUILD/klish-1.6.8' make[1]: Entering directory '/usr/src/RPM/BUILD/klish-1.6.8' /bin/sh ./libtool --tag=CC --mode=compile i586-alt-linux-gcc -DHAVE_CONFIG_H -I. -I. -pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic -c -o clish/shell/libclish_la-shell_dump.lo `test -f 'clish/shell/shell_dump.c' || echo './'`clish/shell/shell_dump.c libtool: compile: i586-alt-linux-gcc -DHAVE_CONFIG_H -I. -I. -pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic -c clish/shell/shell_dump.c -fPIC -DPIC -o clish/shell/.libs/libclish_la-shell_dump.o libtool: compile: i586-alt-linux-gcc -DHAVE_CONFIG_H -I. -I. -pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic -c clish/shell/shell_dump.c -o clish/shell/libclish_la-shell_dump.o >/dev/null 2>&1 make[1]: Leaving directory '/usr/src/RPM/BUILD/klish-1.6.8' make[1]: Entering directory '/usr/src/RPM/BUILD/klish-1.6.8' /bin/sh ./libtool --tag=CC --mode=compile i586-alt-linux-gcc -DHAVE_CONFIG_H -I. -I. -pedantic -Wall -pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic -c -o tinyrl/tinyrl.lo tinyrl/tinyrl.c libtool: compile: i586-alt-linux-gcc -DHAVE_CONFIG_H -I. -I. -pedantic -Wall -pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic -c tinyrl/tinyrl.c -fPIC -DPIC -o tinyrl/.libs/tinyrl.o libtool: compile: i586-alt-linux-gcc -DHAVE_CONFIG_H -I. -I. -pedantic -Wall -pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic -c tinyrl/tinyrl.c -o tinyrl/tinyrl.o >/dev/null 2>&1 make[1]: Leaving directory '/usr/src/RPM/BUILD/klish-1.6.8' make[1]: Entering directory '/usr/src/RPM/BUILD/klish-1.6.8' /bin/sh ./libtool --tag=CC --mode=compile i586-alt-linux-gcc -DHAVE_CONFIG_H -I. -I. -pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic -c -o clish/ptype/libclish_la-ptype.lo `test -f 'clish/ptype/ptype.c' || echo './'`clish/ptype/ptype.c libtool: compile: i586-alt-linux-gcc -DHAVE_CONFIG_H -I. -I. -pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic -c clish/ptype/ptype.c -fPIC -DPIC -o clish/ptype/.libs/libclish_la-ptype.o libtool: compile: i586-alt-linux-gcc -DHAVE_CONFIG_H -I. -I. -pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic -c clish/ptype/ptype.c -o clish/ptype/libclish_la-ptype.o >/dev/null 2>&1 make[1]: Leaving directory '/usr/src/RPM/BUILD/klish-1.6.8' make[1]: Entering directory '/usr/src/RPM/BUILD/klish-1.6.8' /bin/sh ./libtool --tag=CC --mode=compile i586-alt-linux-gcc -DHAVE_CONFIG_H -I. -I. -pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic -c -o clish/shell/libclish_la-shell_help.lo `test -f 'clish/shell/shell_help.c' || echo './'`clish/shell/shell_help.c libtool: compile: i586-alt-linux-gcc -DHAVE_CONFIG_H -I. -I. -pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic -c clish/shell/shell_help.c -fPIC -DPIC -o clish/shell/.libs/libclish_la-shell_help.o libtool: compile: i586-alt-linux-gcc -DHAVE_CONFIG_H -I. -I. -pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic -c clish/shell/shell_help.c -o clish/shell/libclish_la-shell_help.o >/dev/null 2>&1 make[1]: Leaving directory '/usr/src/RPM/BUILD/klish-1.6.8' make[1]: Entering directory '/usr/src/RPM/BUILD/klish-1.6.8' /bin/sh ./libtool --tag=CC --mode=compile i586-alt-linux-gcc -DHAVE_CONFIG_H -I. -I. -pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic -c -o clish/shell/libclish_la-shell_new.lo `test -f 'clish/shell/shell_new.c' || echo './'`clish/shell/shell_new.c libtool: compile: i586-alt-linux-gcc -DHAVE_CONFIG_H -I. -I. -pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic -c clish/shell/shell_new.c -fPIC -DPIC -o clish/shell/.libs/libclish_la-shell_new.o libtool: compile: i586-alt-linux-gcc -DHAVE_CONFIG_H -I. -I. -pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic -c clish/shell/shell_new.c -o clish/shell/libclish_la-shell_new.o >/dev/null 2>&1 make[1]: Leaving directory '/usr/src/RPM/BUILD/klish-1.6.8' make[1]: Entering directory '/usr/src/RPM/BUILD/klish-1.6.8' /bin/sh ./libtool --tag=CC --mode=compile i586-alt-linux-gcc -DHAVE_CONFIG_H -I. -I. -pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic -c -o clish/shell/libclish_la-shell_file.lo `test -f 'clish/shell/shell_file.c' || echo './'`clish/shell/shell_file.c libtool: compile: i586-alt-linux-gcc -DHAVE_CONFIG_H -I. -I. -pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic -c clish/shell/shell_file.c -fPIC -DPIC -o clish/shell/.libs/libclish_la-shell_file.o libtool: compile: i586-alt-linux-gcc -DHAVE_CONFIG_H -I. -I. -pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic -c clish/shell/shell_file.c -o clish/shell/libclish_la-shell_file.o >/dev/null 2>&1 make[1]: Leaving directory '/usr/src/RPM/BUILD/klish-1.6.8' make[1]: Entering directory '/usr/src/RPM/BUILD/klish-1.6.8' /bin/sh ./libtool --tag=CC --mode=compile i586-alt-linux-gcc -DHAVE_CONFIG_H -I. -I. -pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic -c -o clish/shell/libclish_la-shell_parse.lo `test -f 'clish/shell/shell_parse.c' || echo './'`clish/shell/shell_parse.c libtool: compile: i586-alt-linux-gcc -DHAVE_CONFIG_H -I. -I. -pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic -c clish/shell/shell_parse.c -fPIC -DPIC -o clish/shell/.libs/libclish_la-shell_parse.o libtool: compile: i586-alt-linux-gcc -DHAVE_CONFIG_H -I. -I. -pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic -c clish/shell/shell_parse.c -o clish/shell/libclish_la-shell_parse.o >/dev/null 2>&1 make[1]: Leaving directory '/usr/src/RPM/BUILD/klish-1.6.8' make[1]: Entering directory '/usr/src/RPM/BUILD/klish-1.6.8' /bin/sh ./libtool --tag=CC --mode=compile i586-alt-linux-gcc -DHAVE_CONFIG_H -I. -I. -pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic -c -o clish/shell/libclish_la-shell_spawn.lo `test -f 'clish/shell/shell_spawn.c' || echo './'`clish/shell/shell_spawn.c libtool: compile: i586-alt-linux-gcc -DHAVE_CONFIG_H -I. -I. -pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic -c clish/shell/shell_spawn.c -fPIC -DPIC -o clish/shell/.libs/libclish_la-shell_spawn.o libtool: compile: i586-alt-linux-gcc -DHAVE_CONFIG_H -I. -I. -pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic -c clish/shell/shell_spawn.c -o clish/shell/libclish_la-shell_spawn.o >/dev/null 2>&1 make[1]: Leaving directory '/usr/src/RPM/BUILD/klish-1.6.8' make[1]: Entering directory '/usr/src/RPM/BUILD/klish-1.6.8' /bin/sh ./libtool --tag=CC --mode=compile i586-alt-linux-gcc -DHAVE_CONFIG_H -I. -I. -pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic -c -o clish/shell/libclish_la-shell_execute.lo `test -f 'clish/shell/shell_execute.c' || echo './'`clish/shell/shell_execute.c libtool: compile: i586-alt-linux-gcc -DHAVE_CONFIG_H -I. -I. -pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic -c clish/shell/shell_execute.c -fPIC -DPIC -o clish/shell/.libs/libclish_la-shell_execute.o libtool: compile: i586-alt-linux-gcc -DHAVE_CONFIG_H -I. -I. -pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic -c clish/shell/shell_execute.c -o clish/shell/libclish_la-shell_execute.o >/dev/null 2>&1 make[1]: Leaving directory '/usr/src/RPM/BUILD/klish-1.6.8' make[1]: Entering directory '/usr/src/RPM/BUILD/klish-1.6.8' /bin/sh ./libtool --tag=CC --mode=compile i586-alt-linux-gcc -DHAVE_CONFIG_H -I. -I. -pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic -c -o clish/shell/libclish_la-shell_wdog.lo `test -f 'clish/shell/shell_wdog.c' || echo './'`clish/shell/shell_wdog.c libtool: compile: i586-alt-linux-gcc -DHAVE_CONFIG_H -I. -I. -pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic -c clish/shell/shell_wdog.c -fPIC -DPIC -o clish/shell/.libs/libclish_la-shell_wdog.o libtool: compile: i586-alt-linux-gcc -DHAVE_CONFIG_H -I. -I. -pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic -c clish/shell/shell_wdog.c -o clish/shell/libclish_la-shell_wdog.o >/dev/null 2>&1 make[1]: Leaving directory '/usr/src/RPM/BUILD/klish-1.6.8' make[1]: Entering directory '/usr/src/RPM/BUILD/klish-1.6.8' /bin/sh ./libtool --tag=CC --mode=compile i586-alt-linux-gcc -DHAVE_CONFIG_H -I. -I. -pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic -c -o clish/shell/libclish_la-shell_startup.lo `test -f 'clish/shell/shell_startup.c' || echo './'`clish/shell/shell_startup.c libtool: compile: i586-alt-linux-gcc -DHAVE_CONFIG_H -I. -I. -pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic -c clish/shell/shell_startup.c -fPIC -DPIC -o clish/shell/.libs/libclish_la-shell_startup.o libtool: compile: i586-alt-linux-gcc -DHAVE_CONFIG_H -I. -I. -pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic -c clish/shell/shell_startup.c -o clish/shell/libclish_la-shell_startup.o >/dev/null 2>&1 make[1]: Leaving directory '/usr/src/RPM/BUILD/klish-1.6.8' make[1]: Entering directory '/usr/src/RPM/BUILD/klish-1.6.8' /bin/sh ./libtool --tag=CC --mode=compile i586-alt-linux-gcc -DHAVE_CONFIG_H -I. -I. -pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic -c -o clish/shell/libclish_la-shell_roxml.lo `test -f 'clish/shell/shell_roxml.c' || echo './'`clish/shell/shell_roxml.c libtool: compile: i586-alt-linux-gcc -DHAVE_CONFIG_H -I. -I. -pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic -c clish/shell/shell_roxml.c -fPIC -DPIC -o clish/shell/.libs/libclish_la-shell_roxml.o libtool: compile: i586-alt-linux-gcc -DHAVE_CONFIG_H -I. -I. -pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic -c clish/shell/shell_roxml.c -o clish/shell/libclish_la-shell_roxml.o >/dev/null 2>&1 make[1]: Leaving directory '/usr/src/RPM/BUILD/klish-1.6.8' make[1]: Entering directory '/usr/src/RPM/BUILD/klish-1.6.8' /bin/sh ./libtool --tag=CC --mode=compile i586-alt-linux-gcc -DHAVE_CONFIG_H -I. -I. -pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic -c -o clish/shell/libclish_la-shell_pwd.lo `test -f 'clish/shell/shell_pwd.c' || echo './'`clish/shell/shell_pwd.c libtool: compile: i586-alt-linux-gcc -DHAVE_CONFIG_H -I. -I. -pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic -c clish/shell/shell_pwd.c -fPIC -DPIC -o clish/shell/.libs/libclish_la-shell_pwd.o libtool: compile: i586-alt-linux-gcc -DHAVE_CONFIG_H -I. -I. -pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic -c clish/shell/shell_pwd.c -o clish/shell/libclish_la-shell_pwd.o >/dev/null 2>&1 make[1]: Leaving directory '/usr/src/RPM/BUILD/klish-1.6.8' make[1]: Entering directory '/usr/src/RPM/BUILD/klish-1.6.8' /bin/sh ./libtool --tag=CC --mode=compile i586-alt-linux-gcc -DHAVE_CONFIG_H -I. -I. -pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic -c -o clish/shell/libclish_la-shell_libxml2.lo `test -f 'clish/shell/shell_libxml2.c' || echo './'`clish/shell/shell_libxml2.c libtool: compile: i586-alt-linux-gcc -DHAVE_CONFIG_H -I. -I. -pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic -c clish/shell/shell_libxml2.c -fPIC -DPIC -o clish/shell/.libs/libclish_la-shell_libxml2.o libtool: compile: i586-alt-linux-gcc -DHAVE_CONFIG_H -I. -I. -pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic -c clish/shell/shell_libxml2.c -o clish/shell/libclish_la-shell_libxml2.o >/dev/null 2>&1 make[1]: Leaving directory '/usr/src/RPM/BUILD/klish-1.6.8' make[1]: Entering directory '/usr/src/RPM/BUILD/klish-1.6.8' /bin/sh ./libtool --tag=CC --mode=compile i586-alt-linux-gcc -DHAVE_CONFIG_H -I. -I. -pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic -c -o clish/shell/libclish_la-shell_var.lo `test -f 'clish/shell/shell_var.c' || echo './'`clish/shell/shell_var.c libtool: compile: i586-alt-linux-gcc -DHAVE_CONFIG_H -I. -I. -pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic -c clish/shell/shell_var.c -fPIC -DPIC -o clish/shell/.libs/libclish_la-shell_var.o libtool: compile: i586-alt-linux-gcc -DHAVE_CONFIG_H -I. -I. -pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic -c clish/shell/shell_var.c -o clish/shell/libclish_la-shell_var.o >/dev/null 2>&1 make[1]: Leaving directory '/usr/src/RPM/BUILD/klish-1.6.8' make[1]: Entering directory '/usr/src/RPM/BUILD/klish-1.6.8' /bin/sh ./libtool --tag=CC --mode=compile i586-alt-linux-gcc -DHAVE_CONFIG_H -I. -I. -pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic -c -o clish/view/libclish_la-view_dump.lo `test -f 'clish/view/view_dump.c' || echo './'`clish/view/view_dump.c libtool: compile: i586-alt-linux-gcc -DHAVE_CONFIG_H -I. -I. -pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic -c clish/view/view_dump.c -fPIC -DPIC -o clish/view/.libs/libclish_la-view_dump.o libtool: compile: i586-alt-linux-gcc -DHAVE_CONFIG_H -I. -I. -pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic -c clish/view/view_dump.c -o clish/view/libclish_la-view_dump.o >/dev/null 2>&1 make[1]: Leaving directory '/usr/src/RPM/BUILD/klish-1.6.8' make[1]: Entering directory '/usr/src/RPM/BUILD/klish-1.6.8' /bin/sh ./libtool --tag=CC --mode=compile i586-alt-linux-gcc -DHAVE_CONFIG_H -I. -I. -pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic -c -o clish/nspace/libclish_la-nspace_dump.lo `test -f 'clish/nspace/nspace_dump.c' || echo './'`clish/nspace/nspace_dump.c libtool: compile: i586-alt-linux-gcc -DHAVE_CONFIG_H -I. -I. -pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic -c clish/nspace/nspace_dump.c -fPIC -DPIC -o clish/nspace/.libs/libclish_la-nspace_dump.o libtool: compile: i586-alt-linux-gcc -DHAVE_CONFIG_H -I. -I. -pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic -c clish/nspace/nspace_dump.c -o clish/nspace/libclish_la-nspace_dump.o >/dev/null 2>&1 make[1]: Leaving directory '/usr/src/RPM/BUILD/klish-1.6.8' make[1]: Entering directory '/usr/src/RPM/BUILD/klish-1.6.8' /bin/sh ./libtool --tag=CC --mode=compile i586-alt-linux-gcc -DHAVE_CONFIG_H -I. -I. -pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic -c -o clish/var/libclish_la-var.lo `test -f 'clish/var/var.c' || echo './'`clish/var/var.c libtool: compile: i586-alt-linux-gcc -DHAVE_CONFIG_H -I. -I. -pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic -c clish/var/var.c -fPIC -DPIC -o clish/var/.libs/libclish_la-var.o libtool: compile: i586-alt-linux-gcc -DHAVE_CONFIG_H -I. -I. -pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic -c clish/var/var.c -o clish/var/libclish_la-var.o >/dev/null 2>&1 make[1]: Leaving directory '/usr/src/RPM/BUILD/klish-1.6.8' make[1]: Entering directory '/usr/src/RPM/BUILD/klish-1.6.8' /bin/sh ./libtool --tag=CC --mode=compile i586-alt-linux-gcc -DHAVE_CONFIG_H -I. -I. -pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic -c -o clish/var/libclish_la-var_dump.lo `test -f 'clish/var/var_dump.c' || echo './'`clish/var/var_dump.c libtool: compile: i586-alt-linux-gcc -DHAVE_CONFIG_H -I. -I. -pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic -c clish/var/var_dump.c -fPIC -DPIC -o clish/var/.libs/libclish_la-var_dump.o libtool: compile: i586-alt-linux-gcc -DHAVE_CONFIG_H -I. -I. -pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic -c clish/var/var_dump.c -o clish/var/libclish_la-var_dump.o >/dev/null 2>&1 make[1]: Leaving directory '/usr/src/RPM/BUILD/klish-1.6.8' make[1]: Entering directory '/usr/src/RPM/BUILD/klish-1.6.8' /bin/sh ./libtool --tag=CC --mode=compile i586-alt-linux-gcc -DHAVE_CONFIG_H -I. -I. -pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic -c -o clish/shell/libclish_la-shell_tinyrl.lo `test -f 'clish/shell/shell_tinyrl.c' || echo './'`clish/shell/shell_tinyrl.c libtool: compile: i586-alt-linux-gcc -DHAVE_CONFIG_H -I. -I. -pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic -c clish/shell/shell_tinyrl.c -fPIC -DPIC -o clish/shell/.libs/libclish_la-shell_tinyrl.o libtool: compile: i586-alt-linux-gcc -DHAVE_CONFIG_H -I. -I. -pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic -c clish/shell/shell_tinyrl.c -o clish/shell/libclish_la-shell_tinyrl.o >/dev/null 2>&1 make[1]: Leaving directory '/usr/src/RPM/BUILD/klish-1.6.8' make[1]: Entering directory '/usr/src/RPM/BUILD/klish-1.6.8' /bin/sh ./libtool --tag=CC --mode=compile i586-alt-linux-gcc -DHAVE_CONFIG_H -I. -I. -pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic -c -o clish/shell/libclish_la-shell_expat.lo `test -f 'clish/shell/shell_expat.c' || echo './'`clish/shell/shell_expat.c libtool: compile: i586-alt-linux-gcc -DHAVE_CONFIG_H -I. -I. -pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic -c clish/shell/shell_expat.c -fPIC -DPIC -o clish/shell/.libs/libclish_la-shell_expat.o libtool: compile: i586-alt-linux-gcc -DHAVE_CONFIG_H -I. -I. -pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic -c clish/shell/shell_expat.c -o clish/shell/libclish_la-shell_expat.o >/dev/null 2>&1 make[1]: Leaving directory '/usr/src/RPM/BUILD/klish-1.6.8' make[1]: Entering directory '/usr/src/RPM/BUILD/klish-1.6.8' /bin/sh ./libtool --tag=CC --mode=compile i586-alt-linux-gcc -DHAVE_CONFIG_H -I. -I. -pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic -c -o clish/nspace/libclish_la-nspace.lo `test -f 'clish/nspace/nspace.c' || echo './'`clish/nspace/nspace.c libtool: compile: i586-alt-linux-gcc -DHAVE_CONFIG_H -I. -I. -pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic -c clish/nspace/nspace.c -fPIC -DPIC -o clish/nspace/.libs/libclish_la-nspace.o libtool: compile: i586-alt-linux-gcc -DHAVE_CONFIG_H -I. -I. -pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic -c clish/nspace/nspace.c -o clish/nspace/libclish_la-nspace.o >/dev/null 2>&1 make[1]: Leaving directory '/usr/src/RPM/BUILD/klish-1.6.8' make[1]: Entering directory '/usr/src/RPM/BUILD/klish-1.6.8' /bin/sh ./libtool --tag=CC --mode=compile i586-alt-linux-gcc -DHAVE_CONFIG_H -I. -I. -pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic -c -o clish/view/libclish_la-view.lo `test -f 'clish/view/view.c' || echo './'`clish/view/view.c libtool: compile: i586-alt-linux-gcc -DHAVE_CONFIG_H -I. -I. -pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic -c clish/view/view.c -fPIC -DPIC -o clish/view/.libs/libclish_la-view.o libtool: compile: i586-alt-linux-gcc -DHAVE_CONFIG_H -I. -I. -pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic -c clish/view/view.c -o clish/view/libclish_la-view.o >/dev/null 2>&1 make[1]: Leaving directory '/usr/src/RPM/BUILD/klish-1.6.8' make[1]: Entering directory '/usr/src/RPM/BUILD/klish-1.6.8' /bin/sh ./libtool --tag=CC --mode=compile i586-alt-linux-gcc -DHAVE_CONFIG_H -I. -I. -pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic -c -o clish/action/libclish_la-action_dump.lo `test -f 'clish/action/action_dump.c' || echo './'`clish/action/action_dump.c libtool: compile: i586-alt-linux-gcc -DHAVE_CONFIG_H -I. -I. -pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic -c clish/action/action_dump.c -fPIC -DPIC -o clish/action/.libs/libclish_la-action_dump.o libtool: compile: i586-alt-linux-gcc -DHAVE_CONFIG_H -I. -I. -pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic -c clish/action/action_dump.c -o clish/action/libclish_la-action_dump.o >/dev/null 2>&1 make[1]: Leaving directory '/usr/src/RPM/BUILD/klish-1.6.8' make[1]: Entering directory '/usr/src/RPM/BUILD/klish-1.6.8' /bin/sh ./libtool --tag=CC --mode=compile i586-alt-linux-gcc -DHAVE_CONFIG_H -I. -I. -pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic -c -o clish/action/libclish_la-action.lo `test -f 'clish/action/action.c' || echo './'`clish/action/action.c libtool: compile: i586-alt-linux-gcc -DHAVE_CONFIG_H -I. -I. -pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic -c clish/action/action.c -fPIC -DPIC -o clish/action/.libs/libclish_la-action.o libtool: compile: i586-alt-linux-gcc -DHAVE_CONFIG_H -I. -I. -pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic -c clish/action/action.c -o clish/action/libclish_la-action.o >/dev/null 2>&1 make[1]: Leaving directory '/usr/src/RPM/BUILD/klish-1.6.8' make[1]: Entering directory '/usr/src/RPM/BUILD/klish-1.6.8' /bin/sh ./libtool --tag=CC --mode=compile i586-alt-linux-gcc -DHAVE_CONFIG_H -I. -I. -pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic -c -o clish/config/libclish_la-config_dump.lo `test -f 'clish/config/config_dump.c' || echo './'`clish/config/config_dump.c libtool: compile: i586-alt-linux-gcc -DHAVE_CONFIG_H -I. -I. -pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic -c clish/config/config_dump.c -fPIC -DPIC -o clish/config/.libs/libclish_la-config_dump.o libtool: compile: i586-alt-linux-gcc -DHAVE_CONFIG_H -I. -I. -pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic -c clish/config/config_dump.c -o clish/config/libclish_la-config_dump.o >/dev/null 2>&1 make[1]: Leaving directory '/usr/src/RPM/BUILD/klish-1.6.8' make[1]: Entering directory '/usr/src/RPM/BUILD/klish-1.6.8' /bin/sh ./libtool --tag=CC --mode=compile i586-alt-linux-gcc -DHAVE_CONFIG_H -I. -I. -pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic -c -o clish/hotkey/libclish_la-hotkey_dump.lo `test -f 'clish/hotkey/hotkey_dump.c' || echo './'`clish/hotkey/hotkey_dump.c libtool: compile: i586-alt-linux-gcc -DHAVE_CONFIG_H -I. -I. -pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic -c clish/hotkey/hotkey_dump.c -fPIC -DPIC -o clish/hotkey/.libs/libclish_la-hotkey_dump.o libtool: compile: i586-alt-linux-gcc -DHAVE_CONFIG_H -I. -I. -pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic -c clish/hotkey/hotkey_dump.c -o clish/hotkey/libclish_la-hotkey_dump.o >/dev/null 2>&1 make[1]: Leaving directory '/usr/src/RPM/BUILD/klish-1.6.8' make[1]: Entering directory '/usr/src/RPM/BUILD/klish-1.6.8' i586-alt-linux-gcc -DHAVE_CONFIG_H -I. -I. -pedantic -Wall -pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic -c -o bin/konf.o bin/konf.c make[1]: Leaving directory '/usr/src/RPM/BUILD/klish-1.6.8' make[1]: Entering directory '/usr/src/RPM/BUILD/klish-1.6.8' i586-alt-linux-gcc -DHAVE_CONFIG_H -I. -I. -pedantic -Wall -pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic -c -o bin/clish.o bin/clish.c make[1]: Leaving directory '/usr/src/RPM/BUILD/klish-1.6.8' make[1]: Entering directory '/usr/src/RPM/BUILD/klish-1.6.8' /bin/sh ./libtool --tag=CC --mode=compile i586-alt-linux-gcc -DHAVE_CONFIG_H -I. -I. -pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic -c -o clish/config/libclish_la-config.lo `test -f 'clish/config/config.c' || echo './'`clish/config/config.c libtool: compile: i586-alt-linux-gcc -DHAVE_CONFIG_H -I. -I. -pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic -c clish/config/config.c -fPIC -DPIC -o clish/config/.libs/libclish_la-config.o libtool: compile: i586-alt-linux-gcc -DHAVE_CONFIG_H -I. -I. -pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic -c clish/config/config.c -o clish/config/libclish_la-config.o >/dev/null 2>&1 make[1]: Leaving directory '/usr/src/RPM/BUILD/klish-1.6.8' make[1]: Entering directory '/usr/src/RPM/BUILD/klish-1.6.8' i586-alt-linux-gcc -DHAVE_CONFIG_H -I. -I. -pedantic -Wall -pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic -c -o bin/sigexec.o bin/sigexec.c make[1]: Leaving directory '/usr/src/RPM/BUILD/klish-1.6.8' make[1]: Entering directory '/usr/src/RPM/BUILD/klish-1.6.8' i586-alt-linux-gcc -DHAVE_CONFIG_H -I. -I. -pedantic -Wall -pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic -c -o bin/konfd.o bin/konfd.c make[1]: Leaving directory '/usr/src/RPM/BUILD/klish-1.6.8' make[1]: Entering directory '/usr/src/RPM/BUILD/klish-1.6.8' /bin/sh ./libtool --tag=CC --mode=compile i586-alt-linux-gcc -DHAVE_CONFIG_H -I. -I. -pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic -c -o clish/hotkey/libclish_la-hotkey.lo `test -f 'clish/hotkey/hotkey.c' || echo './'`clish/hotkey/hotkey.c libtool: compile: i586-alt-linux-gcc -DHAVE_CONFIG_H -I. -I. -pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic -c clish/hotkey/hotkey.c -fPIC -DPIC -o clish/hotkey/.libs/libclish_la-hotkey.o libtool: compile: i586-alt-linux-gcc -DHAVE_CONFIG_H -I. -I. -pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic -c clish/hotkey/hotkey.c -o clish/hotkey/libclish_la-hotkey.o >/dev/null 2>&1 make[1]: Leaving directory '/usr/src/RPM/BUILD/klish-1.6.8' make[1]: Entering directory '/usr/src/RPM/BUILD/klish-1.6.8' /bin/sh ./libtool --tag=CC --mode=link i586-alt-linux-gcc -pedantic -Wall -pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic -version-info 0:0:0 -o bin/sigexec bin/sigexec.o libtool: link: warning: `-version-info' is ignored for programs libtool: link: i586-alt-linux-gcc -pedantic -Wall -pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic -o bin/sigexec bin/sigexec.o make[1]: Leaving directory '/usr/src/RPM/BUILD/klish-1.6.8' make[1]: Entering directory '/usr/src/RPM/BUILD/klish-1.6.8' /bin/sh ./libtool --tag=CC --mode=link i586-alt-linux-gcc -pedantic -Wall -pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic -version-info 0:0:0 -o liblub.la -rpath /usr/lib/klish lub/argv/argv__get_arg.lo lub/argv/argv__get_argv.lo lub/argv/argv__get_count.lo lub/argv/argv__get_offset.lo lub/argv/argv__get_quoted.lo lub/argv/argv_new.lo lub/argv/argv_nextword.lo lub/bintree/bintree_dump.lo lub/bintree/bintree_find.lo lub/bintree/bintree_findfirst.lo lub/bintree/bintree_findlast.lo lub/bintree/bintree_findnext.lo lub/bintree/bintree_findprevious.lo lub/bintree/bintree_init.lo lub/bintree/bintree_insert.lo lub/bintree/bintree_iterator_init.lo lub/bintree/bintree_iterator_next.lo lub/bintree/bintree_iterator_previous.lo lub/bintree/bintree_node_init.lo lub/bintree/bintree_remove.lo lub/bintree/bintree_splay.lo lub/list/list.lo lub/ctype/ctype_isspace.lo lub/ctype/ctype_isdigit.lo lub/ctype/ctype_toupper.lo lub/ctype/ctype_tolower.lo lub/dump/dump.lo lub/string/string_cat.lo lub/string/string_catn.lo lub/string/string_dup.lo lub/string/string_free.lo lub/string/string_nocasecmp.lo lub/string/string_nocasestr.lo lub/string/string_suffix.lo lub/string/string_escape.lo lub/system/test.lo lub/system/system_test.lo lub/system/system_file.lo lub/db/db.lo lub/log/log.lo libtool: link: i586-alt-linux-gcc -shared -fPIC -DPIC lub/argv/.libs/argv__get_arg.o lub/argv/.libs/argv__get_argv.o lub/argv/.libs/argv__get_count.o lub/argv/.libs/argv__get_offset.o lub/argv/.libs/argv__get_quoted.o lub/argv/.libs/argv_new.o lub/argv/.libs/argv_nextword.o lub/bintree/.libs/bintree_dump.o lub/bintree/.libs/bintree_find.o lub/bintree/.libs/bintree_findfirst.o lub/bintree/.libs/bintree_findlast.o lub/bintree/.libs/bintree_findnext.o lub/bintree/.libs/bintree_findprevious.o lub/bintree/.libs/bintree_init.o lub/bintree/.libs/bintree_insert.o lub/bintree/.libs/bintree_iterator_init.o lub/bintree/.libs/bintree_iterator_next.o lub/bintree/.libs/bintree_iterator_previous.o lub/bintree/.libs/bintree_node_init.o lub/bintree/.libs/bintree_remove.o lub/bintree/.libs/bintree_splay.o lub/list/.libs/list.o lub/ctype/.libs/ctype_isspace.o lub/ctype/.libs/ctype_isdigit.o lub/ctype/.libs/ctype_toupper.o lub/ctype/.libs/ctype_tolower.o lub/dump/.libs/dump.o lub/string/.libs/string_cat.o lub/string/.libs/string_catn.o lub/string/.libs/string_dup.o lub/string/.libs/string_free.o lub/string/.libs/string_nocasecmp.o lub/string/.libs/string_nocasestr.o lub/string/.libs/string_suffix.o lub/string/.libs/string_escape.o lub/system/.libs/test.o lub/system/.libs/system_test.o lub/system/.libs/system_file.o lub/db/.libs/db.o lub/log/.libs/log.o -O2 -march=i586 -mtune=generic -Wl,-soname -Wl,liblub.so.0 -o .libs/liblub.so.0.0.0 libtool: link: (cd ".libs" && rm -f "liblub.so.0" && ln -s "liblub.so.0.0.0" "liblub.so.0") libtool: link: (cd ".libs" && rm -f "liblub.so" && ln -s "liblub.so.0.0.0" "liblub.so") libtool: link: ar cru .libs/liblub.a lub/argv/argv__get_arg.o lub/argv/argv__get_argv.o lub/argv/argv__get_count.o lub/argv/argv__get_offset.o lub/argv/argv__get_quoted.o lub/argv/argv_new.o lub/argv/argv_nextword.o lub/bintree/bintree_dump.o lub/bintree/bintree_find.o lub/bintree/bintree_findfirst.o lub/bintree/bintree_findlast.o lub/bintree/bintree_findnext.o lub/bintree/bintree_findprevious.o lub/bintree/bintree_init.o lub/bintree/bintree_insert.o lub/bintree/bintree_iterator_init.o lub/bintree/bintree_iterator_next.o lub/bintree/bintree_iterator_previous.o lub/bintree/bintree_node_init.o lub/bintree/bintree_remove.o lub/bintree/bintree_splay.o lub/list/list.o lub/ctype/ctype_isspace.o lub/ctype/ctype_isdigit.o lub/ctype/ctype_toupper.o lub/ctype/ctype_tolower.o lub/dump/dump.o lub/string/string_cat.o lub/string/string_catn.o lub/string/string_dup.o lub/string/string_free.o lub/string/string_nocasecmp.o lub/string/string_nocasestr.o lub/string/string_suffix.o lub/string/string_escape.o lub/system/test.o lub/system/system_test.o lub/system/system_file.o lub/db/db.o lub/log/log.o libtool: link: ranlib .libs/liblub.a libtool: link: ( cd ".libs" && rm -f "liblub.la" && ln -s "../liblub.la" "liblub.la" ) make[1]: Leaving directory '/usr/src/RPM/BUILD/klish-1.6.8' make[1]: Entering directory '/usr/src/RPM/BUILD/klish-1.6.8' /bin/sh ./libtool --tag=CC --mode=compile i586-alt-linux-gcc -DHAVE_CONFIG_H -I. -I. -pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic -c -o clish/shell/libclish_la-shell_xml.lo `test -f 'clish/shell/shell_xml.c' || echo './'`clish/shell/shell_xml.c libtool: compile: i586-alt-linux-gcc -DHAVE_CONFIG_H -I. -I. -pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic -c clish/shell/shell_xml.c -fPIC -DPIC -o clish/shell/.libs/libclish_la-shell_xml.o libtool: compile: i586-alt-linux-gcc -DHAVE_CONFIG_H -I. -I. -pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic -c clish/shell/shell_xml.c -o clish/shell/libclish_la-shell_xml.o >/dev/null 2>&1 make[1]: Leaving directory '/usr/src/RPM/BUILD/klish-1.6.8' make[1]: Entering directory '/usr/src/RPM/BUILD/klish-1.6.8' /bin/sh ./libtool --tag=CC --mode=link i586-alt-linux-gcc -pedantic -Wall -pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic -version-info 0:0:0 -o libtinyrl.la -rpath /usr/lib/klish tinyrl/tinyrl.lo tinyrl/history/history.lo tinyrl/history/history_entry.lo tinyrl/vt100/vt100.lo liblub.la libtool: link: i586-alt-linux-gcc -shared -fPIC -DPIC tinyrl/.libs/tinyrl.o tinyrl/history/.libs/history.o tinyrl/history/.libs/history_entry.o tinyrl/vt100/.libs/vt100.o -Wl,-rpath -Wl,/usr/src/RPM/BUILD/klish-1.6.8/.libs -Wl,-rpath -Wl,/usr/lib/klish ./.libs/liblub.so -O2 -march=i586 -mtune=generic -Wl,-soname -Wl,libtinyrl.so.0 -o .libs/libtinyrl.so.0.0.0 libtool: link: (cd ".libs" && rm -f "libtinyrl.so.0" && ln -s "libtinyrl.so.0.0.0" "libtinyrl.so.0") libtool: link: (cd ".libs" && rm -f "libtinyrl.so" && ln -s "libtinyrl.so.0.0.0" "libtinyrl.so") libtool: link: ar cru .libs/libtinyrl.a tinyrl/tinyrl.o tinyrl/history/history.o tinyrl/history/history_entry.o tinyrl/vt100/vt100.o libtool: link: ranlib .libs/libtinyrl.a libtool: link: ( cd ".libs" && rm -f "libtinyrl.la" && ln -s "../libtinyrl.la" "libtinyrl.la" ) make[1]: Leaving directory '/usr/src/RPM/BUILD/klish-1.6.8' make[1]: Entering directory '/usr/src/RPM/BUILD/klish-1.6.8' /bin/sh ./libtool --tag=CC --mode=link i586-alt-linux-gcc -pedantic -Wall -pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic -version-info 0:0:0 -o libkonf.la -rpath /usr/lib/klish konf/tree/tree.lo konf/tree/tree_dump.lo konf/query/query.lo konf/query/query_dump.lo konf/buf/buf.lo konf/net/net.lo liblub.la libtool: link: i586-alt-linux-gcc -shared -fPIC -DPIC konf/tree/.libs/tree.o konf/tree/.libs/tree_dump.o konf/query/.libs/query.o konf/query/.libs/query_dump.o konf/buf/.libs/buf.o konf/net/.libs/net.o -Wl,-rpath -Wl,/usr/src/RPM/BUILD/klish-1.6.8/.libs -Wl,-rpath -Wl,/usr/lib/klish ./.libs/liblub.so -O2 -march=i586 -mtune=generic -Wl,-soname -Wl,libkonf.so.0 -o .libs/libkonf.so.0.0.0 libtool: link: (cd ".libs" && rm -f "libkonf.so.0" && ln -s "libkonf.so.0.0.0" "libkonf.so.0") libtool: link: (cd ".libs" && rm -f "libkonf.so" && ln -s "libkonf.so.0.0.0" "libkonf.so") libtool: link: ar cru .libs/libkonf.a konf/tree/tree.o konf/tree/tree_dump.o konf/query/query.o konf/query/query_dump.o konf/buf/buf.o konf/net/net.o libtool: link: ranlib .libs/libkonf.a libtool: link: ( cd ".libs" && rm -f "libkonf.la" && ln -s "../libkonf.la" "libkonf.la" ) make[1]: Leaving directory '/usr/src/RPM/BUILD/klish-1.6.8' make[1]: Entering directory '/usr/src/RPM/BUILD/klish-1.6.8' /bin/sh ./libtool --tag=CC --mode=link i586-alt-linux-gcc -pedantic -Wall -pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic -version-info 0:0:0 -o bin/konfd bin/konfd.o libkonf.la liblub.la libtool: link: warning: `-version-info' is ignored for programs libtool: link: i586-alt-linux-gcc -pedantic -Wall -pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic -o bin/.libs/konfd bin/konfd.o ./.libs/libkonf.so ./.libs/liblub.so -Wl,-rpath -Wl,/usr/lib/klish make[1]: Leaving directory '/usr/src/RPM/BUILD/klish-1.6.8' make[1]: Entering directory '/usr/src/RPM/BUILD/klish-1.6.8' /bin/sh ./libtool --tag=CC --mode=link i586-alt-linux-gcc -pedantic -Wall -pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic -version-info 0:0:0 -o bin/konf bin/konf.o libkonf.la liblub.la libtool: link: warning: `-version-info' is ignored for programs libtool: link: i586-alt-linux-gcc -pedantic -Wall -pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic -o bin/.libs/konf bin/konf.o ./.libs/libkonf.so ./.libs/liblub.so -Wl,-rpath -Wl,/usr/lib/klish make[1]: Leaving directory '/usr/src/RPM/BUILD/klish-1.6.8' make[1]: Entering directory '/usr/src/RPM/BUILD/klish-1.6.8' /bin/sh ./libtool --tag=CC --mode=link i586-alt-linux-gcc -pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic -version-info 0:0:0 -o libclish.la -rpath /usr/lib/klish clish/libclish_la-callback_access.lo clish/libclish_la-callback_script.lo clish/libclish_la-callback_config.lo clish/libclish_la-callback_log.lo clish/command/libclish_la-command.lo clish/command/libclish_la-command_dump.lo clish/param/libclish_la-param.lo clish/param/libclish_la-param_dump.lo clish/pargv/libclish_la-pargv.lo clish/pargv/libclish_la-pargv_dump.lo clish/ptype/libclish_la-ptype.lo clish/ptype/libclish_la-ptype_dump.lo clish/shell/libclish_la-shell_view.lo clish/shell/libclish_la-shell_ptype.lo clish/shell/libclish_la-shell_var.lo clish/shell/libclish_la-shell_command.lo clish/shell/libclish_la-shell_dump.lo clish/shell/libclish_la-shell_execute.lo clish/shell/libclish_la-shell_help.lo clish/shell/libclish_la-shell_new.lo clish/shell/libclish_la-shell_parse.lo clish/shell/libclish_la-shell_file.lo clish/shell/libclish_la-shell_spawn.lo clish/shell/libclish_la-shell_startup.lo clish/shell/libclish_la-shell_wdog.lo clish/shell/libclish_la-shell_pwd.lo clish/shell/libclish_la-shell_tinyrl.lo clish/shell/libclish_la-shell_xml.lo clish/shell/libclish_la-shell_roxml.lo clish/shell/libclish_la-shell_libxml2.lo clish/shell/libclish_la-shell_expat.lo clish/view/libclish_la-view.lo clish/view/libclish_la-view_dump.lo clish/nspace/libclish_la-nspace.lo clish/nspace/libclish_la-nspace_dump.lo clish/var/libclish_la-var.lo clish/var/libclish_la-var_dump.lo clish/action/libclish_la-action.lo clish/action/libclish_la-action_dump.lo clish/config/libclish_la-config.lo clish/config/libclish_la-config_dump.lo clish/hotkey/libclish_la-hotkey.lo clish/hotkey/libclish_la-hotkey_dump.lo liblub.la libtinyrl.la libkonf.la -lexpat libtool: link: i586-alt-linux-gcc -shared -fPIC -DPIC clish/.libs/libclish_la-callback_access.o clish/.libs/libclish_la-callback_script.o clish/.libs/libclish_la-callback_config.o clish/.libs/libclish_la-callback_log.o clish/command/.libs/libclish_la-command.o clish/command/.libs/libclish_la-command_dump.o clish/param/.libs/libclish_la-param.o clish/param/.libs/libclish_la-param_dump.o clish/pargv/.libs/libclish_la-pargv.o clish/pargv/.libs/libclish_la-pargv_dump.o clish/ptype/.libs/libclish_la-ptype.o clish/ptype/.libs/libclish_la-ptype_dump.o clish/shell/.libs/libclish_la-shell_view.o clish/shell/.libs/libclish_la-shell_ptype.o clish/shell/.libs/libclish_la-shell_var.o clish/shell/.libs/libclish_la-shell_command.o clish/shell/.libs/libclish_la-shell_dump.o clish/shell/.libs/libclish_la-shell_execute.o clish/shell/.libs/libclish_la-shell_help.o clish/shell/.libs/libclish_la-shell_new.o clish/shell/.libs/libclish_la-shell_parse.o clish/shell/.libs/libclish_la-shell_file.o clish/shell/.libs/libclish_la-shell_spawn.o clish/shell/.libs/libclish_la-shell_startup.o clish/shell/.libs/libclish_la-shell_wdog.o clish/shell/.libs/libclish_la-shell_pwd.o clish/shell/.libs/libclish_la-shell_tinyrl.o clish/shell/.libs/libclish_la-shell_xml.o clish/shell/.libs/libclish_la-shell_roxml.o clish/shell/.libs/libclish_la-shell_libxml2.o clish/shell/.libs/libclish_la-shell_expat.o clish/view/.libs/libclish_la-view.o clish/view/.libs/libclish_la-view_dump.o clish/nspace/.libs/libclish_la-nspace.o clish/nspace/.libs/libclish_la-nspace_dump.o clish/var/.libs/libclish_la-var.o clish/var/.libs/libclish_la-var_dump.o clish/action/.libs/libclish_la-action.o clish/action/.libs/libclish_la-action_dump.o clish/config/.libs/libclish_la-config.o clish/config/.libs/libclish_la-config_dump.o clish/hotkey/.libs/libclish_la-hotkey.o clish/hotkey/.libs/libclish_la-hotkey_dump.o -Wl,-rpath -Wl,/usr/src/RPM/BUILD/klish-1.6.8/.libs -Wl,-rpath -Wl,/usr/lib/klish ./.libs/liblub.so ./.libs/libtinyrl.so ./.libs/libkonf.so -lexpat -O2 -march=i586 -mtune=generic -Wl,-soname -Wl,libclish.so.0 -o .libs/libclish.so.0.0.0 /usr/bin/ld.default: clish/shell/.libs/libclish_la-shell_execute.o: in function `clish_shell__get_fifo': /usr/src/RPM/BUILD/klish-1.6.8/clish/shell/shell_execute.c:532: warning: the use of `mktemp' is dangerous, better use `mkstemp' or `mkdtemp' libtool: link: (cd ".libs" && rm -f "libclish.so.0" && ln -s "libclish.so.0.0.0" "libclish.so.0") libtool: link: (cd ".libs" && rm -f "libclish.so" && ln -s "libclish.so.0.0.0" "libclish.so") libtool: link: ar cru .libs/libclish.a clish/libclish_la-callback_access.o clish/libclish_la-callback_script.o clish/libclish_la-callback_config.o clish/libclish_la-callback_log.o clish/command/libclish_la-command.o clish/command/libclish_la-command_dump.o clish/param/libclish_la-param.o clish/param/libclish_la-param_dump.o clish/pargv/libclish_la-pargv.o clish/pargv/libclish_la-pargv_dump.o clish/ptype/libclish_la-ptype.o clish/ptype/libclish_la-ptype_dump.o clish/shell/libclish_la-shell_view.o clish/shell/libclish_la-shell_ptype.o clish/shell/libclish_la-shell_var.o clish/shell/libclish_la-shell_command.o clish/shell/libclish_la-shell_dump.o clish/shell/libclish_la-shell_execute.o clish/shell/libclish_la-shell_help.o clish/shell/libclish_la-shell_new.o clish/shell/libclish_la-shell_parse.o clish/shell/libclish_la-shell_file.o clish/shell/libclish_la-shell_spawn.o clish/shell/libclish_la-shell_startup.o clish/shell/libclish_la-shell_wdog.o clish/shell/libclish_la-shell_pwd.o clish/shell/libclish_la-shell_tinyrl.o clish/shell/libclish_la-shell_xml.o clish/shell/libclish_la-shell_roxml.o clish/shell/libclish_la-shell_libxml2.o clish/shell/libclish_la-shell_expat.o clish/view/libclish_la-view.o clish/view/libclish_la-view_dump.o clish/nspace/libclish_la-nspace.o clish/nspace/libclish_la-nspace_dump.o clish/var/libclish_la-var.o clish/var/libclish_la-var_dump.o clish/action/libclish_la-action.o clish/action/libclish_la-action_dump.o clish/config/libclish_la-config.o clish/config/libclish_la-config_dump.o clish/hotkey/libclish_la-hotkey.o clish/hotkey/libclish_la-hotkey_dump.o libtool: link: ranlib .libs/libclish.a libtool: link: ( cd ".libs" && rm -f "libclish.la" && ln -s "../libclish.la" "libclish.la" ) make[1]: Leaving directory '/usr/src/RPM/BUILD/klish-1.6.8' make[1]: Entering directory '/usr/src/RPM/BUILD/klish-1.6.8' /bin/sh ./libtool --tag=CC --mode=link i586-alt-linux-gcc -pedantic -Wall -pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic -version-info 0:0:0 -o bin/clish bin/clish.o libclish.la libkonf.la libtinyrl.la liblub.la libtool: link: warning: `-version-info' is ignored for programs libtool: link: i586-alt-linux-gcc -pedantic -Wall -pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic -o bin/.libs/clish bin/clish.o ./.libs/libclish.so ./.libs/libkonf.so ./.libs/libtinyrl.so ./.libs/liblub.so -Wl,-rpath -Wl,/usr/lib/klish make[1]: Leaving directory '/usr/src/RPM/BUILD/klish-1.6.8' + exit 0 Executing(%install): /bin/sh -e /usr/src/tmp/rpm-tmp.38537 + umask 022 + /bin/mkdir -p /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + /bin/chmod -Rf u+rwX -- /usr/src/tmp/klish-buildroot + : + /bin/rm -rf -- /usr/src/tmp/klish-buildroot + cd klish-1.6.8 + make 'INSTALL=/bin/install -p' install DESTDIR=/usr/src/tmp/klish-buildroot make: Entering directory '/usr/src/RPM/BUILD/klish-1.6.8' make[1]: Entering directory '/usr/src/RPM/BUILD/klish-1.6.8' /bin/mkdir -p '/usr/src/tmp/klish-buildroot/usr/bin' /bin/sh ./libtool --mode=install /bin/install -p bin/clish bin/konfd bin/konf bin/sigexec '/usr/src/tmp/klish-buildroot/usr/bin' libtool: install: warning: `libclish.la' has not been installed in `/usr/lib/klish' libtool: install: warning: `libkonf.la' has not been installed in `/usr/lib/klish' libtool: install: warning: `libtinyrl.la' has not been installed in `/usr/lib/klish' libtool: install: warning: `liblub.la' has not been installed in `/usr/lib/klish' libtool: install: /bin/install -p bin/.libs/clish /usr/src/tmp/klish-buildroot/usr/bin/clish libtool: install: warning: `libkonf.la' has not been installed in `/usr/lib/klish' libtool: install: warning: `liblub.la' has not been installed in `/usr/lib/klish' libtool: install: /bin/install -p bin/.libs/konfd /usr/src/tmp/klish-buildroot/usr/bin/konfd libtool: install: warning: `libkonf.la' has not been installed in `/usr/lib/klish' libtool: install: warning: `liblub.la' has not been installed in `/usr/lib/klish' libtool: install: /bin/install -p bin/.libs/konf /usr/src/tmp/klish-buildroot/usr/bin/konf libtool: install: /bin/install -p bin/sigexec /usr/src/tmp/klish-buildroot/usr/bin/sigexec /bin/mkdir -p '/usr/src/tmp/klish-buildroot/usr/lib/klish' /bin/sh ./libtool --mode=install /bin/install -p liblub.la libtinyrl.la libkonf.la libclish.la '/usr/src/tmp/klish-buildroot/usr/lib/klish' libtool: install: /bin/install -p .libs/liblub.so.0.0.0 /usr/src/tmp/klish-buildroot/usr/lib/klish/liblub.so.0.0.0 libtool: install: (cd /usr/src/tmp/klish-buildroot/usr/lib/klish && { ln -s -f liblub.so.0.0.0 liblub.so.0 || { rm -f liblub.so.0 && ln -s liblub.so.0.0.0 liblub.so.0; }; }) libtool: install: (cd /usr/src/tmp/klish-buildroot/usr/lib/klish && { ln -s -f liblub.so.0.0.0 liblub.so || { rm -f liblub.so && ln -s liblub.so.0.0.0 liblub.so; }; }) libtool: install: /bin/install -p .libs/liblub.lai /usr/src/tmp/klish-buildroot/usr/lib/klish/liblub.la libtool: install: warning: relinking `libtinyrl.la' libtool: install: (cd /usr/src/RPM/BUILD/klish-1.6.8; /bin/sh /usr/src/RPM/BUILD/klish-1.6.8/libtool --tag CC --mode=relink i586-alt-linux-gcc -pedantic -Wall -pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic -version-info 0:0:0 -o libtinyrl.la -rpath /usr/lib/klish tinyrl/tinyrl.lo tinyrl/history/history.lo tinyrl/history/history_entry.lo tinyrl/vt100/vt100.lo liblub.la -inst-prefix-dir /usr/src/tmp/klish-buildroot) libtool: relink: i586-alt-linux-gcc -shared -fPIC -DPIC tinyrl/.libs/tinyrl.o tinyrl/history/.libs/history.o tinyrl/history/.libs/history_entry.o tinyrl/vt100/.libs/vt100.o -Wl,-rpath -Wl,/usr/lib/klish -L/usr/src/tmp/klish-buildroot/usr/lib/klish -L/usr/lib/klish -llub -O2 -march=i586 -mtune=generic -Wl,-soname -Wl,libtinyrl.so.0 -o .libs/libtinyrl.so.0.0.0 libtool: install: /bin/install -p .libs/libtinyrl.so.0.0.0T /usr/src/tmp/klish-buildroot/usr/lib/klish/libtinyrl.so.0.0.0 libtool: install: (cd /usr/src/tmp/klish-buildroot/usr/lib/klish && { ln -s -f libtinyrl.so.0.0.0 libtinyrl.so.0 || { rm -f libtinyrl.so.0 && ln -s libtinyrl.so.0.0.0 libtinyrl.so.0; }; }) libtool: install: (cd /usr/src/tmp/klish-buildroot/usr/lib/klish && { ln -s -f libtinyrl.so.0.0.0 libtinyrl.so || { rm -f libtinyrl.so && ln -s libtinyrl.so.0.0.0 libtinyrl.so; }; }) libtool: install: /bin/install -p .libs/libtinyrl.lai /usr/src/tmp/klish-buildroot/usr/lib/klish/libtinyrl.la libtool: install: warning: relinking `libkonf.la' libtool: install: (cd /usr/src/RPM/BUILD/klish-1.6.8; /bin/sh /usr/src/RPM/BUILD/klish-1.6.8/libtool --tag CC --mode=relink i586-alt-linux-gcc -pedantic -Wall -pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic -version-info 0:0:0 -o libkonf.la -rpath /usr/lib/klish konf/tree/tree.lo konf/tree/tree_dump.lo konf/query/query.lo konf/query/query_dump.lo konf/buf/buf.lo konf/net/net.lo liblub.la -inst-prefix-dir /usr/src/tmp/klish-buildroot) libtool: relink: i586-alt-linux-gcc -shared -fPIC -DPIC konf/tree/.libs/tree.o konf/tree/.libs/tree_dump.o konf/query/.libs/query.o konf/query/.libs/query_dump.o konf/buf/.libs/buf.o konf/net/.libs/net.o -Wl,-rpath -Wl,/usr/lib/klish -L/usr/src/tmp/klish-buildroot/usr/lib/klish -L/usr/lib/klish -llub -O2 -march=i586 -mtune=generic -Wl,-soname -Wl,libkonf.so.0 -o .libs/libkonf.so.0.0.0 libtool: install: /bin/install -p .libs/libkonf.so.0.0.0T /usr/src/tmp/klish-buildroot/usr/lib/klish/libkonf.so.0.0.0 libtool: install: (cd /usr/src/tmp/klish-buildroot/usr/lib/klish && { ln -s -f libkonf.so.0.0.0 libkonf.so.0 || { rm -f libkonf.so.0 && ln -s libkonf.so.0.0.0 libkonf.so.0; }; }) libtool: install: (cd /usr/src/tmp/klish-buildroot/usr/lib/klish && { ln -s -f libkonf.so.0.0.0 libkonf.so || { rm -f libkonf.so && ln -s libkonf.so.0.0.0 libkonf.so; }; }) libtool: install: /bin/install -p .libs/libkonf.lai /usr/src/tmp/klish-buildroot/usr/lib/klish/libkonf.la libtool: install: warning: relinking `libclish.la' libtool: install: (cd /usr/src/RPM/BUILD/klish-1.6.8; /bin/sh /usr/src/RPM/BUILD/klish-1.6.8/libtool --tag CC --mode=relink i586-alt-linux-gcc -pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic -version-info 0:0:0 -o libclish.la -rpath /usr/lib/klish clish/libclish_la-callback_access.lo clish/libclish_la-callback_script.lo clish/libclish_la-callback_config.lo clish/libclish_la-callback_log.lo clish/command/libclish_la-command.lo clish/command/libclish_la-command_dump.lo clish/param/libclish_la-param.lo clish/param/libclish_la-param_dump.lo clish/pargv/libclish_la-pargv.lo clish/pargv/libclish_la-pargv_dump.lo clish/ptype/libclish_la-ptype.lo clish/ptype/libclish_la-ptype_dump.lo clish/shell/libclish_la-shell_view.lo clish/shell/libclish_la-shell_ptype.lo clish/shell/libclish_la-shell_var.lo clish/shell/libclish_la-shell_command.lo clish/shell/libclish_la-shell_dump.lo clish/shell/libclish_la-shell_execute.lo clish/shell/libclish_la-shell_help.lo clish/shell/libclish_la-shell_new.lo clish/shell/libclish_la-shell_parse.lo clish/shell/libclish_la-shell_file.lo clish/shell/libclish_la-shell_spawn.lo clish/shell/libclish_la-shell_startup.lo clish/shell/libclish_la-shell_wdog.lo clish/shell/libclish_la-shell_pwd.lo clish/shell/libclish_la-shell_tinyrl.lo clish/shell/libclish_la-shell_xml.lo clish/shell/libclish_la-shell_roxml.lo clish/shell/libclish_la-shell_libxml2.lo clish/shell/libclish_la-shell_expat.lo clish/view/libclish_la-view.lo clish/view/libclish_la-view_dump.lo clish/nspace/libclish_la-nspace.lo clish/nspace/libclish_la-nspace_dump.lo clish/var/libclish_la-var.lo clish/var/libclish_la-var_dump.lo clish/action/libclish_la-action.lo clish/action/libclish_la-action_dump.lo clish/config/libclish_la-config.lo clish/config/libclish_la-config_dump.lo clish/hotkey/libclish_la-hotkey.lo clish/hotkey/libclish_la-hotkey_dump.lo liblub.la libtinyrl.la libkonf.la -lexpat -inst-prefix-dir /usr/src/tmp/klish-buildroot) libtool: relink: i586-alt-linux-gcc -shared -fPIC -DPIC clish/.libs/libclish_la-callback_access.o clish/.libs/libclish_la-callback_script.o clish/.libs/libclish_la-callback_config.o clish/.libs/libclish_la-callback_log.o clish/command/.libs/libclish_la-command.o clish/command/.libs/libclish_la-command_dump.o clish/param/.libs/libclish_la-param.o clish/param/.libs/libclish_la-param_dump.o clish/pargv/.libs/libclish_la-pargv.o clish/pargv/.libs/libclish_la-pargv_dump.o clish/ptype/.libs/libclish_la-ptype.o clish/ptype/.libs/libclish_la-ptype_dump.o clish/shell/.libs/libclish_la-shell_view.o clish/shell/.libs/libclish_la-shell_ptype.o clish/shell/.libs/libclish_la-shell_var.o clish/shell/.libs/libclish_la-shell_command.o clish/shell/.libs/libclish_la-shell_dump.o clish/shell/.libs/libclish_la-shell_execute.o clish/shell/.libs/libclish_la-shell_help.o clish/shell/.libs/libclish_la-shell_new.o clish/shell/.libs/libclish_la-shell_parse.o clish/shell/.libs/libclish_la-shell_file.o clish/shell/.libs/libclish_la-shell_spawn.o clish/shell/.libs/libclish_la-shell_startup.o clish/shell/.libs/libclish_la-shell_wdog.o clish/shell/.libs/libclish_la-shell_pwd.o clish/shell/.libs/libclish_la-shell_tinyrl.o clish/shell/.libs/libclish_la-shell_xml.o clish/shell/.libs/libclish_la-shell_roxml.o clish/shell/.libs/libclish_la-shell_libxml2.o clish/shell/.libs/libclish_la-shell_expat.o clish/view/.libs/libclish_la-view.o clish/view/.libs/libclish_la-view_dump.o clish/nspace/.libs/libclish_la-nspace.o clish/nspace/.libs/libclish_la-nspace_dump.o clish/var/.libs/libclish_la-var.o clish/var/.libs/libclish_la-var_dump.o clish/action/.libs/libclish_la-action.o clish/action/.libs/libclish_la-action_dump.o clish/config/.libs/libclish_la-config.o clish/config/.libs/libclish_la-config_dump.o clish/hotkey/.libs/libclish_la-hotkey.o clish/hotkey/.libs/libclish_la-hotkey_dump.o -Wl,-rpath -Wl,/usr/lib/klish -L/usr/src/tmp/klish-buildroot/usr/lib/klish -L/usr/lib/klish -llub -ltinyrl -lkonf -lexpat -O2 -march=i586 -mtune=generic -Wl,-soname -Wl,libclish.so.0 -o .libs/libclish.so.0.0.0 /usr/bin/ld.default: clish/shell/.libs/libclish_la-shell_execute.o: in function `clish_shell__get_fifo': /usr/src/RPM/BUILD/klish-1.6.8/clish/shell/shell_execute.c:532: warning: the use of `mktemp' is dangerous, better use `mkstemp' or `mkdtemp' libtool: install: /bin/install -p .libs/libclish.so.0.0.0T /usr/src/tmp/klish-buildroot/usr/lib/klish/libclish.so.0.0.0 libtool: install: (cd /usr/src/tmp/klish-buildroot/usr/lib/klish && { ln -s -f libclish.so.0.0.0 libclish.so.0 || { rm -f libclish.so.0 && ln -s libclish.so.0.0.0 libclish.so.0; }; }) libtool: install: (cd /usr/src/tmp/klish-buildroot/usr/lib/klish && { ln -s -f libclish.so.0.0.0 libclish.so || { rm -f libclish.so && ln -s libclish.so.0.0.0 libclish.so; }; }) libtool: install: /bin/install -p .libs/libclish.lai /usr/src/tmp/klish-buildroot/usr/lib/klish/libclish.la libtool: install: /bin/install -p .libs/liblub.a /usr/src/tmp/klish-buildroot/usr/lib/klish/liblub.a libtool: install: chmod 644 /usr/src/tmp/klish-buildroot/usr/lib/klish/liblub.a libtool: install: ranlib /usr/src/tmp/klish-buildroot/usr/lib/klish/liblub.a libtool: install: /bin/install -p .libs/libtinyrl.a /usr/src/tmp/klish-buildroot/usr/lib/klish/libtinyrl.a libtool: install: chmod 644 /usr/src/tmp/klish-buildroot/usr/lib/klish/libtinyrl.a libtool: install: ranlib /usr/src/tmp/klish-buildroot/usr/lib/klish/libtinyrl.a libtool: install: /bin/install -p .libs/libkonf.a /usr/src/tmp/klish-buildroot/usr/lib/klish/libkonf.a libtool: install: chmod 644 /usr/src/tmp/klish-buildroot/usr/lib/klish/libkonf.a libtool: install: ranlib /usr/src/tmp/klish-buildroot/usr/lib/klish/libkonf.a libtool: install: /bin/install -p .libs/libclish.a /usr/src/tmp/klish-buildroot/usr/lib/klish/libclish.a libtool: install: chmod 644 /usr/src/tmp/klish-buildroot/usr/lib/klish/libclish.a libtool: install: ranlib /usr/src/tmp/klish-buildroot/usr/lib/klish/libclish.a libtool: install: warning: remember to run `libtool --finish /usr/lib/klish' /bin/mkdir -p '/usr/src/tmp/klish-buildroot/usr/include' /bin/mkdir -p '/usr/src/tmp/klish-buildroot/usr/include/tinyrl' /bin/install -p -m 644 tinyrl/tinyrl.h tinyrl/history.h tinyrl/vt100.h '/usr/src/tmp/klish-buildroot/usr/include/tinyrl' /bin/mkdir -p '/usr/src/tmp/klish-buildroot/usr/include/lub' /bin/install -p -m 644 lub/argv.h lub/bintree.h lub/list.h lub/ctype.h lub/c_decl.h lub/dump.h lub/string.h lub/types.h lub/system.h lub/db.h lub/log.h '/usr/src/tmp/klish-buildroot/usr/include/lub' /bin/mkdir -p '/usr/src/tmp/klish-buildroot/usr/include/konf' /bin/install -p -m 644 konf/tree.h konf/query.h konf/buf.h konf/net.h '/usr/src/tmp/klish-buildroot/usr/include/konf' /bin/mkdir -p '/usr/src/tmp/klish-buildroot/usr/include/clish' /bin/install -p -m 644 clish/types.h clish/command.h clish/param.h clish/pargv.h clish/ptype.h clish/shell.h clish/view.h clish/nspace.h clish/var.h clish/action.h clish/config.h clish/hotkey.h clish/internal.h '/usr/src/tmp/klish-buildroot/usr/include/clish' make[1]: Leaving directory '/usr/src/RPM/BUILD/klish-1.6.8' make: Leaving directory '/usr/src/RPM/BUILD/klish-1.6.8' + /usr/lib/rpm/brp-alt Cleaning files in /usr/src/tmp/klish-buildroot (auto) mode of './usr/lib/klish/libclish.so.0.0.0' changed from 0755 (rwxr-xr-x) to 0644 (rw-r--r--) mode of './usr/lib/klish/libkonf.so.0.0.0' changed from 0755 (rwxr-xr-x) to 0644 (rw-r--r--) mode of './usr/lib/klish/libtinyrl.so.0.0.0' changed from 0755 (rwxr-xr-x) to 0644 (rw-r--r--) mode of './usr/lib/klish/liblub.so.0.0.0' changed from 0755 (rwxr-xr-x) to 0644 (rw-r--r--) Verifying and fixing files in /usr/src/tmp/klish-buildroot (binconfig,pkgconfig,libtool,desktop) /usr/lib/klish/libclish.la: dependency_libs: ' /usr/lib/klish/libtinyrl.la /usr/lib/klish/libkonf.la /usr/lib/klish/liblub.la -lexpat' --> '/usr/lib/klish/libtinyrl.la /usr/lib/klish/libkonf.la /usr/lib/klish/liblub.la -lexpat' /usr/lib/klish/libkonf.la: dependency_libs: ' /usr/lib/klish/liblub.la' --> '/usr/lib/klish/liblub.la' /usr/lib/klish/libtinyrl.la: dependency_libs: ' /usr/lib/klish/liblub.la' --> '/usr/lib/klish/liblub.la' Checking contents of files in /usr/src/tmp/klish-buildroot/ (default) Compressing files in /usr/src/tmp/klish-buildroot (auto) Adjusting library links in /usr/src/tmp/klish-buildroot ./usr/lib: Verifying ELF objects in /usr/src/tmp/klish-buildroot (arch=normal,fhs=normal,lfs=relaxed,lint=relaxed,rpath=normal,stack=normal,textrel=normal,unresolved=normal) verify-elf: WARNING: ./usr/lib/klish/libclish.so.0.0.0: RPATH entry found: /usr/lib/klish verify-elf: WARNING: ./usr/lib/klish/libclish.so.0.0.0: uses non-LFS functions: __fxstat __xstat fopen open readdir verify-elf: WARNING: ./usr/lib/klish/libkonf.so.0.0.0: RPATH entry found: /usr/lib/klish verify-elf: WARNING: ./usr/lib/klish/libtinyrl.so.0.0.0: RPATH entry found: /usr/lib/klish verify-elf: WARNING: ./usr/lib/klish/libtinyrl.so.0.0.0: uses non-LFS functions: fopen verify-elf: WARNING: ./usr/lib/klish/liblub.so.0.0.0: uses non-LFS functions: __lxstat __xstat verify-elf: WARNING: ./usr/bin/konf: RPATH entry found: /usr/lib/klish verify-elf: WARNING: ./usr/bin/konfd: RPATH entry found: /usr/lib/klish verify-elf: WARNING: ./usr/bin/konfd: uses non-LFS functions: fopen open verify-elf: WARNING: ./usr/bin/clish: RPATH entry found: /usr/lib/klish verify-elf: WARNING: ./usr/bin/clish: uses non-LFS functions: fopen Hardlinking identical .pyc and .pyo files Processing files: klish-1.6.8-alt2 Finding Provides (using /usr/lib/rpm/find-provides) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.AGH7zg find-provides: running scripts (debuginfo,lib,pam,perl,pkgconfig,python,shell) Finding Requires (using /usr/lib/rpm/find-requires) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.3XAssZ find-requires: running scripts (cpp,debuginfo,files,lib,pam,perl,pkgconfig,pkgconfiglib,python,rpmlib,shebang,shell,static,symlinks) Requires: /lib/ld-linux.so.2, /usr/lib/klish/libclish.so.0, /usr/lib/klish/liblub.so.0, libc.so.6(GLIBC_2.0), libc.so.6(GLIBC_2.1), libc.so.6(GLIBC_2.3.4), rtld(GNU_HASH) Finding debuginfo files (using /usr/lib/rpm/find-debuginfo-files) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.c4b0Vb Creating klish-debuginfo package Processing files: klish-konfd-1.6.8-alt2 Finding Provides (using /usr/lib/rpm/find-provides) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.CIws0Y find-provides: running scripts (debuginfo,lib,pam,perl,pkgconfig,python,shell) Finding Requires (using /usr/lib/rpm/find-requires) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.a01oKa find-requires: running scripts (cpp,debuginfo,files,lib,pam,perl,pkgconfig,pkgconfiglib,python,rpmlib,shebang,shell,static,symlinks) Requires: /lib/ld-linux.so.2, /usr/lib/klish/libkonf.so.0, /usr/lib/klish/liblub.so.0, libc.so.6(GLIBC_2.0), libc.so.6(GLIBC_2.1), libc.so.6(GLIBC_2.15), libc.so.6(GLIBC_2.3.4), libc.so.6(GLIBC_2.4), rtld(GNU_HASH) Finding debuginfo files (using /usr/lib/rpm/find-debuginfo-files) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.zsJJXR Creating klish-konfd-debuginfo package Processing files: klish-libclish-1.6.8-alt2 Finding Provides (using /usr/lib/rpm/find-provides) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.LlAii2 find-provides: running scripts (debuginfo,lib,pam,perl,pkgconfig,python,shell) Finding Requires (using /usr/lib/rpm/find-requires) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.5nSzzq find-requires: running scripts (cpp,debuginfo,files,lib,pam,perl,pkgconfig,pkgconfiglib,python,rpmlib,shebang,shell,static,symlinks) Requires: /usr/lib/klish/libkonf.so.0, /usr/lib/klish/liblub.so.0, /usr/lib/klish/libtinyrl.so.0, libc.so.6(GLIBC_2.0), libc.so.6(GLIBC_2.1), libc.so.6(GLIBC_2.1.3), libc.so.6(GLIBC_2.3), libc.so.6(GLIBC_2.3.4), libc.so.6(GLIBC_2.4), libc.so.6(GLIBC_2.7), libexpat.so.1 >= set:khW0XRiNfPnYhUtG95, 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.gDRa86 Creating klish-libclish-debuginfo package Processing files: klish-libclish-devel-1.6.8-alt2 Finding Provides (using /usr/lib/rpm/find-provides) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.KlhYU3 find-provides: running scripts (debuginfo,lib,pam,perl,pkgconfig,python,shell) Finding Requires (using /usr/lib/rpm/find-requires) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.EI12S8 find-requires: running scripts (cpp,debuginfo,files,lib,pam,perl,pkgconfig,pkgconfiglib,python,rpmlib,shebang,shell,static,symlinks) Requires: /usr/include/konf/net.h, /usr/include/lub/argv.h, /usr/include/lub/bintree.h, /usr/include/lub/c_decl.h, /usr/include/lub/types.h, /usr/include/tinyrl/tinyrl.h, /usr/lib/klish/libclish.so.0.0.0 Finding debuginfo files (using /usr/lib/rpm/find-debuginfo-files) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.JGAbgw Processing files: klish-libkonf-1.6.8-alt2 Finding Provides (using /usr/lib/rpm/find-provides) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.HKO2c9 find-provides: running scripts (debuginfo,lib,pam,perl,pkgconfig,python,shell) Finding Requires (using /usr/lib/rpm/find-requires) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.GAXon5 find-requires: running scripts (cpp,debuginfo,files,lib,pam,perl,pkgconfig,pkgconfiglib,python,rpmlib,shebang,shell,static,symlinks) Requires: /usr/lib/klish/liblub.so.0, libc.so.6(GLIBC_2.0), libc.so.6(GLIBC_2.1.3), libc.so.6(GLIBC_2.3.4), libc.so.6(GLIBC_2.4), rtld(GNU_HASH) Finding debuginfo files (using /usr/lib/rpm/find-debuginfo-files) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.lHg3P5 Creating klish-libkonf-debuginfo package Processing files: klish-libkonf-devel-1.6.8-alt2 Finding Provides (using /usr/lib/rpm/find-provides) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.jdo5Dq find-provides: running scripts (debuginfo,lib,pam,perl,pkgconfig,python,shell) Finding Requires (using /usr/lib/rpm/find-requires) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.AgOU95 find-requires: running scripts (cpp,debuginfo,files,lib,pam,perl,pkgconfig,pkgconfiglib,python,rpmlib,shebang,shell,static,symlinks) Requires: /usr/include/lub/bintree.h, /usr/include/lub/list.h, /usr/include/lub/types.h, /usr/lib/klish/libkonf.so.0.0.0 Finding debuginfo files (using /usr/lib/rpm/find-debuginfo-files) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.yRE4G1 Processing files: klish-liblub-1.6.8-alt2 Finding Provides (using /usr/lib/rpm/find-provides) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.a2NtB2 find-provides: running scripts (debuginfo,lib,pam,perl,pkgconfig,python,shell) Finding Requires (using /usr/lib/rpm/find-requires) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.5XWS0m find-requires: running scripts (cpp,debuginfo,files,lib,pam,perl,pkgconfig,pkgconfiglib,python,rpmlib,shebang,shell,static,symlinks) Requires: libc.so.6(GLIBC_2.0), libc.so.6(GLIBC_2.1.2), libc.so.6(GLIBC_2.1.3), libc.so.6(GLIBC_2.3), libc.so.6(GLIBC_2.3.4), libc.so.6(GLIBC_2.4), rtld(GNU_HASH) Finding debuginfo files (using /usr/lib/rpm/find-debuginfo-files) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.3K8vJU Creating klish-liblub-debuginfo package Processing files: klish-liblub-devel-1.6.8-alt2 Finding Provides (using /usr/lib/rpm/find-provides) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.wNu2LL find-provides: running scripts (debuginfo,lib,pam,perl,pkgconfig,python,shell) Finding Requires (using /usr/lib/rpm/find-requires) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.GP3CsP find-requires: running scripts (cpp,debuginfo,files,lib,pam,perl,pkgconfig,pkgconfiglib,python,rpmlib,shebang,shell,static,symlinks) Requires: /usr/lib/klish/liblub.so.0.0.0 Finding debuginfo files (using /usr/lib/rpm/find-debuginfo-files) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.IAsPNZ Processing files: klish-libtinyrl-1.6.8-alt2 Finding Provides (using /usr/lib/rpm/find-provides) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.NergAr find-provides: running scripts (debuginfo,lib,pam,perl,pkgconfig,python,shell) Finding Requires (using /usr/lib/rpm/find-requires) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.FVmbG8 find-requires: running scripts (cpp,debuginfo,files,lib,pam,perl,pkgconfig,pkgconfiglib,python,rpmlib,shebang,shell,static,symlinks) Requires: /usr/lib/klish/liblub.so.0, libc.so.6(GLIBC_2.0), libc.so.6(GLIBC_2.1), libc.so.6(GLIBC_2.1.3), libc.so.6(GLIBC_2.15), libc.so.6(GLIBC_2.3), libc.so.6(GLIBC_2.3.4), libc.so.6(GLIBC_2.4), libc.so.6(GLIBC_2.7), rtld(GNU_HASH) Finding debuginfo files (using /usr/lib/rpm/find-debuginfo-files) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.otois7 Creating klish-libtinyrl-debuginfo package Processing files: klish-libtinyrl-devel-1.6.8-alt2 Finding Provides (using /usr/lib/rpm/find-provides) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.NRalga find-provides: running scripts (debuginfo,lib,pam,perl,pkgconfig,python,shell) Finding Requires (using /usr/lib/rpm/find-requires) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.9feKnr find-requires: running scripts (cpp,debuginfo,files,lib,pam,perl,pkgconfig,pkgconfiglib,python,rpmlib,shebang,shell,static,symlinks) Requires: /usr/include/lub/c_decl.h, /usr/include/lub/types.h, /usr/lib/klish/libtinyrl.so.0.0.0 Finding debuginfo files (using /usr/lib/rpm/find-debuginfo-files) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.ESej2Z Processing files: klish-doc-1.6.8-alt2 Executing(%doc): /bin/sh -e /usr/src/tmp/rpm-tmp.66769 + umask 022 + /bin/mkdir -p /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + cd klish-1.6.8 + DOCDIR=/usr/src/tmp/klish-buildroot/usr/share/doc/klish-doc-1.6.8 + export DOCDIR + rm -rf /usr/src/tmp/klish-buildroot/usr/share/doc/klish-doc-1.6.8 + /bin/mkdir -p /usr/src/tmp/klish-buildroot/usr/share/doc/klish-doc-1.6.8 + cp -prL README /usr/src/tmp/klish-buildroot/usr/share/doc/klish-doc-1.6.8 + chmod -R go-w /usr/src/tmp/klish-buildroot/usr/share/doc/klish-doc-1.6.8 + chmod -R a+rX /usr/src/tmp/klish-buildroot/usr/share/doc/klish-doc-1.6.8 + cp -prL clish.xsd /usr/src/tmp/klish-buildroot/usr/share/doc/klish-doc-1.6.8 + chmod -R go-w /usr/src/tmp/klish-buildroot/usr/share/doc/klish-doc-1.6.8 + chmod -R a+rX /usr/src/tmp/klish-buildroot/usr/share/doc/klish-doc-1.6.8 + cp -prL xml-examples/clish /usr/src/tmp/klish-buildroot/usr/share/doc/klish-doc-1.6.8 + chmod -R go-w /usr/src/tmp/klish-buildroot/usr/share/doc/klish-doc-1.6.8 + chmod -R a+rX /usr/src/tmp/klish-buildroot/usr/share/doc/klish-doc-1.6.8 + cp -prL xml-examples/klish /usr/src/tmp/klish-buildroot/usr/share/doc/klish-doc-1.6.8 + chmod -R go-w /usr/src/tmp/klish-buildroot/usr/share/doc/klish-doc-1.6.8 + chmod -R a+rX /usr/src/tmp/klish-buildroot/usr/share/doc/klish-doc-1.6.8 + exit 0 Finding Provides (using /usr/lib/rpm/find-provides) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.Am4vJ1 find-provides: running scripts (debuginfo,lib,pam,perl,pkgconfig,python,shell) Finding Requires (using /usr/lib/rpm/find-requires) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.S0dLwa find-requires: running scripts (cpp,debuginfo,files,lib,pam,perl,pkgconfig,pkgconfiglib,python,rpmlib,shebang,shell,static,symlinks) Finding debuginfo files (using /usr/lib/rpm/find-debuginfo-files) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.vJeffA Processing files: klish-debuginfo-1.6.8-alt2 Finding Provides (using /usr/lib/rpm/find-provides) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.JYS50f find-provides: running scripts (debuginfo) Finding Requires (using /usr/lib/rpm/find-requires) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.CYC2fc find-requires: running scripts (debuginfo) Requires: klish = 1.6.8-alt2, /usr/lib/debug/lib/ld-linux.so.2.debug, /usr/lib/debug/usr/lib/klish/libclish.so.0.debug, /usr/lib/debug/usr/lib/klish/liblub.so.0.debug, debug(libc.so.6) Processing files: klish-konfd-debuginfo-1.6.8-alt2 Finding Provides (using /usr/lib/rpm/find-provides) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.FCxPbe find-provides: running scripts (debuginfo) Finding Requires (using /usr/lib/rpm/find-requires) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.zHoslt find-requires: running scripts (debuginfo) Requires: klish-konfd = 1.6.8-alt2, /usr/lib/debug/lib/ld-linux.so.2.debug, /usr/lib/debug/usr/lib/klish/libkonf.so.0.debug, /usr/lib/debug/usr/lib/klish/liblub.so.0.debug, debug(libc.so.6) Processing files: klish-libclish-debuginfo-1.6.8-alt2 Finding Provides (using /usr/lib/rpm/find-provides) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.0MxO71 find-provides: running scripts (debuginfo) Finding Requires (using /usr/lib/rpm/find-requires) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.Mmj3QQ find-requires: running scripts (debuginfo) Requires: klish-libclish = 1.6.8-alt2, /usr/lib/debug/usr/lib/klish/libkonf.so.0.debug, /usr/lib/debug/usr/lib/klish/liblub.so.0.debug, /usr/lib/debug/usr/lib/klish/libtinyrl.so.0.debug, debug(libc.so.6), debug(libexpat.so.1) Processing files: klish-libkonf-debuginfo-1.6.8-alt2 Finding Provides (using /usr/lib/rpm/find-provides) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.nKzRnS find-provides: running scripts (debuginfo) Finding Requires (using /usr/lib/rpm/find-requires) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.sIXVNZ find-requires: running scripts (debuginfo) Requires: klish-libkonf = 1.6.8-alt2, /usr/lib/debug/usr/lib/klish/liblub.so.0.debug, debug(libc.so.6) Processing files: klish-liblub-debuginfo-1.6.8-alt2 Finding Provides (using /usr/lib/rpm/find-provides) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.wXO2no find-provides: running scripts (debuginfo) Finding Requires (using /usr/lib/rpm/find-requires) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.7gcnr3 find-requires: running scripts (debuginfo) Requires: klish-liblub = 1.6.8-alt2, debug(libc.so.6) Processing files: klish-libtinyrl-debuginfo-1.6.8-alt2 Finding Provides (using /usr/lib/rpm/find-provides) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.fTE3MY find-provides: running scripts (debuginfo) Finding Requires (using /usr/lib/rpm/find-requires) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.FRi4RY find-requires: running scripts (debuginfo) Requires: klish-libtinyrl = 1.6.8-alt2, /usr/lib/debug/usr/lib/klish/liblub.so.0.debug, debug(libc.so.6) Adding to klish a strict dependency on klish-libclish Adding to klish a strict dependency on klish-liblub Adding to klish-konfd a strict dependency on klish-libkonf Adding to klish-konfd a strict dependency on klish-liblub Adding to klish-libclish a strict dependency on klish-libkonf Adding to klish-libclish a strict dependency on klish-liblub Adding to klish-libclish a strict dependency on klish-libtinyrl Adding to klish-libclish-devel a strict dependency on klish-libclish Adding to klish-libclish-devel a strict dependency on klish-libkonf-devel Adding to klish-libclish-devel a strict dependency on klish-liblub-devel Adding to klish-libclish-devel a strict dependency on klish-libtinyrl-devel Adding to klish-libkonf a strict dependency on klish-liblub Adding to klish-libkonf-devel a strict dependency on klish-libkonf Adding to klish-libkonf-devel a strict dependency on klish-liblub-devel Adding to klish-liblub-devel a strict dependency on klish-liblub Adding to klish-libtinyrl a strict dependency on klish-liblub Adding to klish-libtinyrl-devel a strict dependency on klish-liblub-devel Adding to klish-libtinyrl-devel a strict dependency on klish-libtinyrl Adding to klish-debuginfo a strict dependency on klish-libclish-debuginfo Adding to klish-debuginfo a strict dependency on klish-liblub-debuginfo Adding to klish-konfd-debuginfo a strict dependency on klish-libkonf-debuginfo Adding to klish-konfd-debuginfo a strict dependency on klish-liblub-debuginfo Adding to klish-libclish-debuginfo a strict dependency on klish-libkonf-debuginfo Adding to klish-libclish-debuginfo a strict dependency on klish-liblub-debuginfo Adding to klish-libclish-debuginfo a strict dependency on klish-libtinyrl-debuginfo Adding to klish-libkonf-debuginfo a strict dependency on klish-liblub-debuginfo Adding to klish-libtinyrl-debuginfo a strict dependency on klish-liblub-debuginfo Removing from klish-debuginfo 8 sources provided by klish-libclish-debuginfo also prunning dir /usr/src/debug/klish-1.6.8/clish Removing from klish-debuginfo 1 sources provided by klish-libkonf-debuginfo Removing from klish-konfd-debuginfo 7 sources provided by klish-libkonf-debuginfo also prunning dir /usr/src/debug/klish-1.6.8/konf Removing from klish-libclish-debuginfo 7 sources provided by klish-libkonf-debuginfo also prunning dir /usr/src/debug/klish-1.6.8/konf Removing from klish-libclish-debuginfo 1 sources provided by klish-liblub-debuginfo Removing from klish-libclish-debuginfo 2 sources provided by klish-libtinyrl-debuginfo also prunning dir /usr/src/debug/klish-1.6.8/tinyrl Removing from klish-libkonf-debuginfo 5 sources provided by klish-liblub-debuginfo Removing from klish-libtinyrl-debuginfo 2 sources provided by klish-liblub-debuginfo also prunning dir /usr/src/debug/klish-1.6.8/lub Removing 1 extra deps from klish due to dependency on klish-libclish Removing 1 extra deps from klish due to dependency on klish-liblub Removing 1 extra deps from klish-konfd due to dependency on klish-libkonf Removing 1 extra deps from klish-konfd due to dependency on klish-liblub Removing 1 extra deps from klish-libclish-devel due to dependency on klish-libclish Removing 1 extra deps from klish-libclish due to dependency on klish-libkonf Removing 1 extra deps from klish-libclish due to dependency on klish-liblub Removing 1 extra deps from klish-libclish due to dependency on klish-libtinyrl Removing 1 extra deps from klish-libclish-devel due to dependency on klish-libkonf-devel Removing 4 extra deps from klish-libclish-devel due to dependency on klish-liblub-devel Removing 1 extra deps from klish-libclish-devel due to dependency on klish-libtinyrl-devel Removing 1 extra deps from klish-libkonf-devel due to dependency on klish-libkonf Removing 1 extra deps from klish-libkonf due to dependency on klish-liblub Removing 3 extra deps from klish-libkonf-devel due to dependency on klish-liblub-devel Removing 1 extra deps from klish-liblub-devel due to dependency on klish-liblub Removing 1 extra deps from klish-libtinyrl due to dependency on klish-liblub Removing 2 extra deps from klish-libtinyrl-devel due to dependency on klish-liblub-devel Removing 1 extra deps from klish-libtinyrl-devel due to dependency on klish-libtinyrl Removing 1 extra deps from klish-debuginfo due to dependency on klish-libclish-debuginfo Removing 1 extra deps from klish-debuginfo due to dependency on klish-liblub-debuginfo Removing 1 extra deps from klish-konfd-debuginfo due to dependency on klish-libkonf-debuginfo Removing 1 extra deps from klish-konfd-debuginfo due to dependency on klish-liblub-debuginfo Removing 1 extra deps from klish-libclish-debuginfo due to dependency on klish-libkonf-debuginfo Removing 1 extra deps from klish-libclish-debuginfo due to dependency on klish-liblub-debuginfo Removing 1 extra deps from klish-libclish-debuginfo due to dependency on klish-libtinyrl-debuginfo Removing 1 extra deps from klish-libkonf-debuginfo due to dependency on klish-liblub-debuginfo Removing 1 extra deps from klish-libtinyrl-debuginfo due to dependency on klish-liblub-debuginfo Removing 5 extra deps from klish due to repentancy on klish-libclish Removing 5 extra deps from klish-konfd due to repentancy on klish-libkonf Removing 6 extra deps from klish-libclish due to repentancy on klish-libkonf Removing 1 extra deps from klish-libclish due to repentancy on klish-liblub Removing 2 extra deps from klish-libclish due to repentancy on klish-libtinyrl Removing 1 extra deps from klish-libclish-devel due to repentancy on klish-libkonf-devel Removing 5 extra deps from klish-libkonf due to repentancy on klish-liblub Removing 6 extra deps from klish-libtinyrl due to repentancy on klish-liblub Removing 2 extra deps from klish-debuginfo due to repentancy on klish-libclish-debuginfo Removing 2 extra deps from klish-konfd-debuginfo due to repentancy on klish-libkonf-debuginfo Removing 2 extra deps from klish-libclish-debuginfo due to repentancy on klish-libkonf-debuginfo Removing 1 extra deps from klish-libkonf-debuginfo due to repentancy on klish-liblub-debuginfo Removing 1 extra deps from klish-libtinyrl-debuginfo due to repentancy on klish-liblub-debuginfo Wrote: /usr/src/RPM/RPMS/i586/klish-1.6.8-alt2.i586.rpm Wrote: /usr/src/RPM/RPMS/i586/klish-konfd-1.6.8-alt2.i586.rpm Wrote: /usr/src/RPM/RPMS/i586/klish-libclish-1.6.8-alt2.i586.rpm Wrote: /usr/src/RPM/RPMS/i586/klish-libclish-devel-1.6.8-alt2.i586.rpm Wrote: /usr/src/RPM/RPMS/i586/klish-libkonf-1.6.8-alt2.i586.rpm Wrote: /usr/src/RPM/RPMS/i586/klish-libkonf-devel-1.6.8-alt2.i586.rpm Wrote: /usr/src/RPM/RPMS/i586/klish-liblub-1.6.8-alt2.i586.rpm Wrote: /usr/src/RPM/RPMS/i586/klish-liblub-devel-1.6.8-alt2.i586.rpm Wrote: /usr/src/RPM/RPMS/i586/klish-libtinyrl-1.6.8-alt2.i586.rpm Wrote: /usr/src/RPM/RPMS/i586/klish-libtinyrl-devel-1.6.8-alt2.i586.rpm Wrote: /usr/src/RPM/RPMS/i586/klish-doc-1.6.8-alt2.i586.rpm Wrote: /usr/src/RPM/RPMS/i586/klish-debuginfo-1.6.8-alt2.i586.rpm Wrote: /usr/src/RPM/RPMS/i586/klish-konfd-debuginfo-1.6.8-alt2.i586.rpm Wrote: /usr/src/RPM/RPMS/i586/klish-libclish-debuginfo-1.6.8-alt2.i586.rpm Wrote: /usr/src/RPM/RPMS/i586/klish-libkonf-debuginfo-1.6.8-alt2.i586.rpm Wrote: /usr/src/RPM/RPMS/i586/klish-liblub-debuginfo-1.6.8-alt2.i586.rpm Wrote: /usr/src/RPM/RPMS/i586/klish-libtinyrl-debuginfo-1.6.8-alt2.i586.rpm 36.72user 5.77system 1:27.62elapsed 48%CPU (0avgtext+0avgdata 29156maxresident)k 0inputs+0outputs (0major+2793594minor)pagefaults 0swaps 45.58user 9.19system 1:41.36elapsed 54%CPU (0avgtext+0avgdata 121652maxresident)k 0inputs+0outputs (0major+3507265minor)pagefaults 0swaps --- klish-konfd-debuginfo-1.6.8-alt2.i586.rpm.repo 2014-07-28 14:04:31.000000000 +0000 +++ klish-konfd-debuginfo-1.6.8-alt2.i586.rpm.hasher 2019-01-19 08:13:05.790605415 +0000 @@ -6,2 +6,4 @@ /usr/src/debug/klish-1.6.8/bin/konfd.c 100644 +/usr/src/debug/klish-1.6.8/clish 40755 +/usr/src/debug/klish-1.6.8/clish/internal.h 100644 /usr/src/debug/klish-1.6.8/lub 40755 --- klish-libclish-debuginfo-1.6.8-alt2.i586.rpm.repo 2014-07-28 14:04:31.000000000 +0000 +++ klish-libclish-debuginfo-1.6.8-alt2.i586.rpm.hasher 2019-01-19 08:13:05.809605435 +0000 @@ -29,2 +29,3 @@ /usr/src/debug/klish-1.6.8/clish/hotkey/private.h 100644 +/usr/src/debug/klish-1.6.8/clish/internal.h 100644 /usr/src/debug/klish-1.6.8/clish/nspace 40755