-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- UHUBUILD -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- acquire... toilet-0.3/ toilet-0.3/README toilet-0.3/.auto/ toilet-0.3/.auto/missing toilet-0.3/.auto/config.sub toilet-0.3/.auto/config.guess toilet-0.3/.auto/compile toilet-0.3/.auto/install-sh toilet-0.3/.auto/depcomp toilet-0.3/ChangeLog toilet-0.3/config.h.in toilet-0.3/tools/ toilet-0.3/tools/Makefile.in toilet-0.3/tools/caca2tlf.c toilet-0.3/tools/Makefile.am toilet-0.3/src/ toilet-0.3/src/export.c toilet-0.3/src/main.c toilet-0.3/src/Makefile.in toilet-0.3/src/render.c toilet-0.3/src/export.h toilet-0.3/src/filter.h toilet-0.3/src/figlet.c toilet-0.3/src/toilet.h toilet-0.3/src/term.c toilet-0.3/src/render.h toilet-0.3/src/filter.c toilet-0.3/src/Makefile.am toilet-0.3/bootstrap toilet-0.3/test/ toilet-0.3/test/Makefile.in toilet-0.3/test/check-fonts toilet-0.3/test/check-source toilet-0.3/test/Makefile.am toilet-0.3/Makefile.in toilet-0.3/configure.ac toilet-0.3/COPYING toilet-0.3/aclocal.m4 toilet-0.3/configure toilet-0.3/fonts/ toilet-0.3/fonts/letter.tlf toilet-0.3/fonts/Makefile.in toilet-0.3/fonts/mono12.tlf toilet-0.3/fonts/wideterm.tlf toilet-0.3/fonts/circle.tlf toilet-0.3/fonts/ascii9.tlf toilet-0.3/fonts/ascii12.tlf toilet-0.3/fonts/emboss.tlf toilet-0.3/fonts/smascii9.tlf toilet-0.3/fonts/emboss2.tlf toilet-0.3/fonts/bigascii9.tlf toilet-0.3/fonts/mono9.tlf toilet-0.3/fonts/smascii12.tlf toilet-0.3/fonts/smmono12.tlf toilet-0.3/fonts/bigmono9.tlf toilet-0.3/fonts/smbraille.tlf toilet-0.3/fonts/smmono9.tlf toilet-0.3/fonts/pagga.tlf toilet-0.3/fonts/smblock.tlf toilet-0.3/fonts/future.tlf toilet-0.3/fonts/Makefile.am toilet-0.3/fonts/bigascii12.tlf toilet-0.3/fonts/bigmono12.tlf toilet-0.3/TODO toilet-0.3/NEWS toilet-0.3/doc/ toilet-0.3/doc/toilet.1.in toilet-0.3/doc/Makefile.in toilet-0.3/doc/Makefile.am toilet-0.3/Makefile.am -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- UHUBUILD -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- ccache-extract... -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- UHUBUILD -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- compile... + ub_compile ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var --mandir=/usr/share/man --infodir=/usr/share/info --enable-shared --build=i686-uhu-linux --host=i686-uhu-linux --disable-static CFLAGS=-O2 -march=i686 -mtune=generic configure: WARNING: unrecognized options: --enable-shared, --disable-static checking build system type... i686-uhu-linux-gnu checking host system type... i686-uhu-linux-gnu checking target system type... i686-uhu-linux-gnu checking for a BSD-compatible install... /bin/install -c checking whether build environment is sane... yes checking for a thread-safe mkdir -p... /bin/mkdir -p checking for gawk... gawk checking whether make sets $(MAKE)... yes checking for style of include used by make... GNU checking for i686-uhu-linux-gcc... i686-uhu-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 i686-uhu-linux-gcc accepts -g... yes checking for i686-uhu-linux-gcc option to accept ISO C89... none needed checking dependency style of i686-uhu-linux-gcc... gcc3 checking whether i686-uhu-linux-gcc and cc understand -c and -o together... yes checking how to run the C preprocessor... i686-uhu-linux-gcc -E checking for grep that handles long lines and -e... /bin/grep checking for egrep... /bin/grep -E checking for i686-uhu-linux-pkg-config... no checking for pkg-config... /usr/bin/pkg-config checking pkg-config is at least version 0.9.0... yes 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 sys/ioctl.h usability... yes checking sys/ioctl.h presence... yes checking for sys/ioctl.h... yes checking for TIOCGWINSZ... yes checking for CACA... yes checking for release date... configure: creating ./config.status config.status: creating Makefile config.status: creating src/Makefile config.status: creating tools/Makefile config.status: creating fonts/Makefile config.status: creating doc/Makefile config.status: creating test/Makefile config.status: creating config.h config.status: executing depfiles commands configure: WARNING: unrecognized options: --enable-shared, --disable-static make -j1 MAN1EXT=1 MAN2EXT=2 MAN3EXT=3 MAN4EXT=4 MAN5EXT=5 MAN6EXT=6 MAN7EXT=7 MAN8EXT=8 make all-recursive make[1]: Entering directory `/var/uhubuild/work/compile' Making all in src make[2]: Entering directory `/var/uhubuild/work/compile/src' i686-uhu-linux-gcc -DHAVE_CONFIG_H -I. -I.. -DFONTDIR=\"/usr/share/figlet\" -O2 -march=i686 -mtune=generic -g -O2 -fno-strength-reduce -fomit-frame-pointer -Wall -Wpointer-arith -Wcast-align -Wcast-qual -Wstrict-prototypes -Wshadow -Waggregate-return -Wmissing-prototypes -Wnested-externs -Wsign-compare -MT toilet-main.o -MD -MP -MF .deps/toilet-main.Tpo -c -o toilet-main.o `test -f 'main.c' || echo './'`main.c mv -f .deps/toilet-main.Tpo .deps/toilet-main.Po i686-uhu-linux-gcc -DHAVE_CONFIG_H -I. -I.. -DFONTDIR=\"/usr/share/figlet\" -O2 -march=i686 -mtune=generic -g -O2 -fno-strength-reduce -fomit-frame-pointer -Wall -Wpointer-arith -Wcast-align -Wcast-qual -Wstrict-prototypes -Wshadow -Waggregate-return -Wmissing-prototypes -Wnested-externs -Wsign-compare -MT toilet-render.o -MD -MP -MF .deps/toilet-render.Tpo -c -o toilet-render.o `test -f 'render.c' || echo './'`render.c mv -f .deps/toilet-render.Tpo .deps/toilet-render.Po i686-uhu-linux-gcc -DHAVE_CONFIG_H -I. -I.. -DFONTDIR=\"/usr/share/figlet\" -O2 -march=i686 -mtune=generic -g -O2 -fno-strength-reduce -fomit-frame-pointer -Wall -Wpointer-arith -Wcast-align -Wcast-qual -Wstrict-prototypes -Wshadow -Waggregate-return -Wmissing-prototypes -Wnested-externs -Wsign-compare -MT toilet-filter.o -MD -MP -MF .deps/toilet-filter.Tpo -c -o toilet-filter.o `test -f 'filter.c' || echo './'`filter.c mv -f .deps/toilet-filter.Tpo .deps/toilet-filter.Po i686-uhu-linux-gcc -DHAVE_CONFIG_H -I. -I.. -DFONTDIR=\"/usr/share/figlet\" -O2 -march=i686 -mtune=generic -g -O2 -fno-strength-reduce -fomit-frame-pointer -Wall -Wpointer-arith -Wcast-align -Wcast-qual -Wstrict-prototypes -Wshadow -Waggregate-return -Wmissing-prototypes -Wnested-externs -Wsign-compare -MT toilet-export.o -MD -MP -MF .deps/toilet-export.Tpo -c -o toilet-export.o `test -f 'export.c' || echo './'`export.c mv -f .deps/toilet-export.Tpo .deps/toilet-export.Po i686-uhu-linux-gcc -DHAVE_CONFIG_H -I. -I.. -DFONTDIR=\"/usr/share/figlet\" -O2 -march=i686 -mtune=generic -g -O2 -fno-strength-reduce -fomit-frame-pointer -Wall -Wpointer-arith -Wcast-align -Wcast-qual -Wstrict-prototypes -Wshadow -Waggregate-return -Wmissing-prototypes -Wnested-externs -Wsign-compare -MT toilet-term.o -MD -MP -MF .deps/toilet-term.Tpo -c -o toilet-term.o `test -f 'term.c' || echo './'`term.c mv -f .deps/toilet-term.Tpo .deps/toilet-term.Po i686-uhu-linux-gcc -DHAVE_CONFIG_H -I. -I.. -DFONTDIR=\"/usr/share/figlet\" -O2 -march=i686 -mtune=generic -g -O2 -fno-strength-reduce -fomit-frame-pointer -Wall -Wpointer-arith -Wcast-align -Wcast-qual -Wstrict-prototypes -Wshadow -Waggregate-return -Wmissing-prototypes -Wnested-externs -Wsign-compare -MT toilet-figlet.o -MD -MP -MF .deps/toilet-figlet.Tpo -c -o toilet-figlet.o `test -f 'figlet.c' || echo './'`figlet.c mv -f .deps/toilet-figlet.Tpo .deps/toilet-figlet.Po i686-uhu-linux-gcc -O2 -march=i686 -mtune=generic -g -O2 -fno-strength-reduce -fomit-frame-pointer -Wall -Wpointer-arith -Wcast-align -Wcast-qual -Wstrict-prototypes -Wshadow -Waggregate-return -Wmissing-prototypes -Wnested-externs -Wsign-compare -o toilet toilet-main.o toilet-render.o toilet-filter.o toilet-export.o toilet-term.o toilet-figlet.o -lcaca make[2]: Leaving directory `/var/uhubuild/work/compile/src' Making all in tools make[2]: Entering directory `/var/uhubuild/work/compile/tools' i686-uhu-linux-gcc -DHAVE_CONFIG_H -I. -I.. -O2 -march=i686 -mtune=generic -g -O2 -fno-strength-reduce -fomit-frame-pointer -Wall -Wpointer-arith -Wcast-align -Wcast-qual -Wstrict-prototypes -Wshadow -Waggregate-return -Wmissing-prototypes -Wnested-externs -Wsign-compare -MT caca2tlf-caca2tlf.o -MD -MP -MF .deps/caca2tlf-caca2tlf.Tpo -c -o caca2tlf-caca2tlf.o `test -f 'caca2tlf.c' || echo './'`caca2tlf.c caca2tlf.c: In function 'main': caca2tlf.c:44:18: warning: variable 'b' set but not used [-Wunused-but-set-variable] mv -f .deps/caca2tlf-caca2tlf.Tpo .deps/caca2tlf-caca2tlf.Po i686-uhu-linux-gcc -O2 -march=i686 -mtune=generic -g -O2 -fno-strength-reduce -fomit-frame-pointer -Wall -Wpointer-arith -Wcast-align -Wcast-qual -Wstrict-prototypes -Wshadow -Waggregate-return -Wmissing-prototypes -Wnested-externs -Wsign-compare -o caca2tlf caca2tlf-caca2tlf.o -lcaca make[2]: Leaving directory `/var/uhubuild/work/compile/tools' Making all in fonts make[2]: Entering directory `/var/uhubuild/work/compile/fonts' make[2]: Nothing to be done for `all'. make[2]: Leaving directory `/var/uhubuild/work/compile/fonts' Making all in doc make[2]: Entering directory `/var/uhubuild/work/compile/doc' sed -e "s,[@]datarootdir@,/usr/share,g" ./toilet.1.in > toilet.1 make[2]: Leaving directory `/var/uhubuild/work/compile/doc' Making all in test make[2]: Entering directory `/var/uhubuild/work/compile/test' make[2]: Nothing to be done for `all'. make[2]: Leaving directory `/var/uhubuild/work/compile/test' make[2]: Entering directory `/var/uhubuild/work/compile' make[2]: Leaving directory `/var/uhubuild/work/compile' make[1]: Leaving directory `/var/uhubuild/work/compile' -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- UHUBUILD -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- ccache-remove-unused... -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- UHUBUILD -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- ccache-compress... -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- UHUBUILD -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- compile-snapshot... (kihagyva) -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- UHUBUILD -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- install... + ub_install DESTDIR-aware Makefile found. make DESTDIR=/var/uhubuild/work/install MAN1EXT=1 MAN2EXT=2 MAN3EXT=3 MAN4EXT=4 MAN5EXT=5 MAN6EXT=6 MAN7EXT=7 MAN8EXT=8 install Making install in src make[1]: Entering directory `/var/uhubuild/work/compile/src' make[2]: Entering directory `/var/uhubuild/work/compile/src' test -z "/usr/bin" || /bin/mkdir -p "/var/uhubuild/work/install/usr/bin" /bin/install -c toilet '/var/uhubuild/work/install/usr/bin' make[2]: Nothing to be done for `install-data-am'. make[2]: Leaving directory `/var/uhubuild/work/compile/src' make[1]: Leaving directory `/var/uhubuild/work/compile/src' Making install in tools make[1]: Entering directory `/var/uhubuild/work/compile/tools' make[2]: Entering directory `/var/uhubuild/work/compile/tools' make[2]: Nothing to be done for `install-exec-am'. make[2]: Nothing to be done for `install-data-am'. make[2]: Leaving directory `/var/uhubuild/work/compile/tools' make[1]: Leaving directory `/var/uhubuild/work/compile/tools' Making install in fonts make[1]: Entering directory `/var/uhubuild/work/compile/fonts' make[2]: Entering directory `/var/uhubuild/work/compile/fonts' make[2]: Nothing to be done for `install-exec-am'. test -z "/usr/share/figlet" || /bin/mkdir -p "/var/uhubuild/work/install/usr/share/figlet" /bin/install -c -m 644 wideterm.tlf circle.tlf emboss.tlf emboss2.tlf future.tlf ascii9.tlf smascii9.tlf bigascii9.tlf ascii12.tlf smascii12.tlf bigascii12.tlf mono9.tlf smmono9.tlf bigmono9.tlf mono12.tlf smmono12.tlf bigmono12.tlf pagga.tlf letter.tlf smblock.tlf smbraille.tlf '/var/uhubuild/work/install/usr/share/figlet' make[2]: Leaving directory `/var/uhubuild/work/compile/fonts' make[1]: Leaving directory `/var/uhubuild/work/compile/fonts' Making install in doc make[1]: Entering directory `/var/uhubuild/work/compile/doc' make[2]: Entering directory `/var/uhubuild/work/compile/doc' make[2]: Nothing to be done for `install-exec-am'. test -z "/usr/share/man/man1" || /bin/mkdir -p "/var/uhubuild/work/install/usr/share/man/man1" /bin/install -c -m 644 toilet.1 '/var/uhubuild/work/install/usr/share/man/man1' make[2]: Leaving directory `/var/uhubuild/work/compile/doc' make[1]: Leaving directory `/var/uhubuild/work/compile/doc' Making install in test make[1]: Entering directory `/var/uhubuild/work/compile/test' make[2]: Entering directory `/var/uhubuild/work/compile/test' make[2]: Nothing to be done for `install-exec-am'. make[2]: Nothing to be done for `install-data-am'. make[2]: Leaving directory `/var/uhubuild/work/compile/test' make[1]: Leaving directory `/var/uhubuild/work/compile/test' make[1]: Entering directory `/var/uhubuild/work/compile' make[2]: Entering directory `/var/uhubuild/work/compile' make[2]: Nothing to be done for `install-exec-am'. make[2]: Nothing to be done for `install-data-am'. make[2]: Leaving directory `/var/uhubuild/work/compile' make[1]: Leaving directory `/var/uhubuild/work/compile' -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- UHUBUILD -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- strip... ./usr/bin/toilet -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- UHUBUILD -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- doc... -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- UHUBUILD -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- move-compile... -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- UHUBUILD -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- install-snapshot... (kihagyva) -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- UHUBUILD -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- python... -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- UHUBUILD -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- addons... -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- UHUBUILD -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- cleanup... -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- UHUBUILD -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- optipng... -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- UHUBUILD -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- split... -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- UHUBUILD -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- dirs... -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- UHUBUILD -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- users-groups... -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- UHUBUILD -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- changelog... -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- UHUBUILD -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- suid_wrapper... -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- UHUBUILD -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- perms... -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- UHUBUILD -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- scripts... -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- UHUBUILD -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- remove-misc... -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- UHUBUILD -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- man... -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- UHUBUILD -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- info... -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- UHUBUILD -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- mo... -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- UHUBUILD -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- timestamps... -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- UHUBUILD -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- menu... -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- UHUBUILD -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- depends... -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- UHUBUILD -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- shlibs... -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- UHUBUILD -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- fhs... -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- UHUBUILD -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- conffiles... -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- UHUBUILD -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- buildinfo... -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- UHUBUILD -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- control... -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- UHUBUILD -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- pack... toilet...