The following packages will be installed: fbdump Fetching README... 0%100%100%100%100%100%Done Fetching fbdump.1... 0%100%100%100%100%100%Done Fetching fbdump.SlackBuild... 0%100%100%100%100%100%Done Fetching fbdump.info... 0%100%100%100%100%100%Done Fetching fbdump.rst... 0%100%100%100%100%100%Done Fetching fflush_stdout.diff... 0%100%100%100%100%100%Done Fetching slack-desc... 0%100%100%100%100%100%Done fbdump-0.4.2/ fbdump-0.4.2/src/ fbdump-0.4.2/src/fb.c fbdump-0.4.2/src/fb.h fbdump-0.4.2/src/vt.c fbdump-0.4.2/src/vt.h fbdump-0.4.2/src/vga.c fbdump-0.4.2/src/vga.h fbdump-0.4.2/src/convert.c fbdump-0.4.2/src/convert.h fbdump-0.4.2/src/cmap.c fbdump-0.4.2/src/cmap.h fbdump-0.4.2/src/defs.h fbdump-0.4.2/src/Makefile.am fbdump-0.4.2/src/Makefile.in fbdump-0.4.2/src/main.c fbdump-0.4.2/src/options.c fbdump-0.4.2/src/options.h fbdump-0.4.2/src/surface.c fbdump-0.4.2/src/surface.h fbdump-0.4.2/NEWS fbdump-0.4.2/TODO fbdump-0.4.2/aclocal.m4 fbdump-0.4.2/README fbdump-0.4.2/configure fbdump-0.4.2/configure.in fbdump-0.4.2/config.guess fbdump-0.4.2/bootstrap.sh fbdump-0.4.2/config.sub fbdump-0.4.2/debian/ fbdump-0.4.2/debian/docs fbdump-0.4.2/debian/control fbdump-0.4.2/debian/rules fbdump-0.4.2/debian/changelog fbdump-0.4.2/debian/README.Debian fbdump-0.4.2/debian/copyright fbdump-0.4.2/config/ fbdump-0.4.2/config/depcomp fbdump-0.4.2/config/config.guess fbdump-0.4.2/config/install-sh fbdump-0.4.2/config/config.sub fbdump-0.4.2/config/missing fbdump-0.4.2/config/mkinstalldirs fbdump-0.4.2/Makefile.am fbdump-0.4.2/Makefile.in fbdump-0.4.2/config.h.in fbdump-0.4.2/AUTHORS fbdump-0.4.2/INSTALL fbdump-0.4.2/ChangeLog fbdump-0.4.2/COPYING patching file src/surface.c checking build system type... i586-slackware-linux-gnu checking host system type... i586-slackware-linux-gnu checking target system type... i586-slackware-linux-gnu checking for a BSD-compatible install... /usr/bin/ginstall -c checking whether build environment is sane... yes checking for gawk... gawk checking whether make sets $(MAKE)... yes checking for gcc... clang checking for C compiler default output file name... a.out checking whether the C compiler works... yes checking whether we are cross compiling... no checking for suffix of executables... checking for suffix of object files... o checking whether we are using the GNU C compiler... yes checking whether clang accepts -g... yes checking for clang option to accept ISO C89... none needed checking for style of include used by make... GNU checking dependency style of clang... gcc3 checking how to run the C preprocessor... clang -E checking for grep that handles long lines and -e... /usr/bin/grep checking for egrep... /usr/bin/grep -E checking for ANSI C header files... no 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 whether byte ordering is bigendian... no checking for ANSI C header files... (cached) no checking fcntl.h usability... yes checking fcntl.h presence... yes checking for fcntl.h... yes checking for stdlib.h... (cached) yes checking for string.h... (cached) yes checking sys/ioctl.h usability... yes checking sys/ioctl.h presence... yes checking for sys/ioctl.h... yes checking for unistd.h... (cached) yes checking linux/fb.h usability... yes checking linux/fb.h presence... yes checking for linux/fb.h... yes checking sys/io.h usability... yes checking sys/io.h presence... yes checking for sys/io.h... yes checking for an ANSI C-conforming const... yes checking for inline... inline checking for working volatile... yes checking whether clang needs -traditional... no checking for stdlib.h... (cached) yes checking for GNU libc compatible malloc... yes checking for stdlib.h... (cached) yes checking for unistd.h... (cached) yes checking for getpagesize... yes checking for working mmap... yes checking for working strtod... yes checking for memset... yes checking for munmap,... no checking for strerror... yes configure: creating ./config.status config.status: creating Makefile config.status: creating src/Makefile config.status: creating config.h config.status: executing depfiles commands make all-recursive make[1]: Entering directory '/usr/src/slapt-src-i486/misc/fbdump/fbdump-0.4.2' Making all in src make[2]: Entering directory '/usr/src/slapt-src-i486/misc/fbdump/fbdump-0.4.2/src' if clang -DHAVE_CONFIG_H -I. -I. -I.. -Wall -O2 -fomit-frame-pointer -s -O2 -march=i586 -mtune=i686 -MT main.o -MD -MP -MF ".deps/main.Tpo" \ -c -o main.o `test -f 'main.c' || echo './'`main.c; \ then mv -f ".deps/main.Tpo" ".deps/main.Po"; \ else rm -f ".deps/main.Tpo"; exit 1; \ fi if clang -DHAVE_CONFIG_H -I. -I. -I.. -Wall -O2 -fomit-frame-pointer -s -O2 -march=i586 -mtune=i686 -MT cmap.o -MD -MP -MF ".deps/cmap.Tpo" \ -c -o cmap.o `test -f 'cmap.c' || echo './'`cmap.c; \ then mv -f ".deps/cmap.Tpo" ".deps/cmap.Po"; \ else rm -f ".deps/cmap.Tpo"; exit 1; \ fi if clang -DHAVE_CONFIG_H -I. -I. -I.. -Wall -O2 -fomit-frame-pointer -s -O2 -march=i586 -mtune=i686 -MT surface.o -MD -MP -MF ".deps/surface.Tpo" \ -c -o surface.o `test -f 'surface.c' || echo './'`surface.c; \ then mv -f ".deps/surface.Tpo" ".deps/surface.Po"; \ else rm -f ".deps/surface.Tpo"; exit 1; \ fi if clang -DHAVE_CONFIG_H -I. -I. -I.. -Wall -O2 -fomit-frame-pointer -s -O2 -march=i586 -mtune=i686 -MT convert.o -MD -MP -MF ".deps/convert.Tpo" \ -c -o convert.o `test -f 'convert.c' || echo './'`convert.c; \ then mv -f ".deps/convert.Tpo" ".deps/convert.Po"; \ else rm -f ".deps/convert.Tpo"; exit 1; \ fi if clang -DHAVE_CONFIG_H -I. -I. -I.. -Wall -O2 -fomit-frame-pointer -s -O2 -march=i586 -mtune=i686 -MT fb.o -MD -MP -MF ".deps/fb.Tpo" \ -c -o fb.o `test -f 'fb.c' || echo './'`fb.c; \ then mv -f ".deps/fb.Tpo" ".deps/fb.Po"; \ else rm -f ".deps/fb.Tpo"; exit 1; \ fi if clang -DHAVE_CONFIG_H -I. -I. -I.. -Wall -O2 -fomit-frame-pointer -s -O2 -march=i586 -mtune=i686 -MT vga.o -MD -MP -MF ".deps/vga.Tpo" \ -c -o vga.o `test -f 'vga.c' || echo './'`vga.c; \ then mv -f ".deps/vga.Tpo" ".deps/vga.Po"; \ else rm -f ".deps/vga.Tpo"; exit 1; \ fi if clang -DHAVE_CONFIG_H -I. -I. -I.. -Wall -O2 -fomit-frame-pointer -s -O2 -march=i586 -mtune=i686 -MT vt.o -MD -MP -MF ".deps/vt.Tpo" \ -c -o vt.o `test -f 'vt.c' || echo './'`vt.c; \ then mv -f ".deps/vt.Tpo" ".deps/vt.Po"; \ else rm -f ".deps/vt.Tpo"; exit 1; \ fi if clang -DHAVE_CONFIG_H -I. -I. -I.. -Wall -O2 -fomit-frame-pointer -s -O2 -march=i586 -mtune=i686 -MT options.o -MD -MP -MF ".deps/options.Tpo" \ -c -o options.o `test -f 'options.c' || echo './'`options.c; \ then mv -f ".deps/options.Tpo" ".deps/options.Po"; \ else rm -f ".deps/options.Tpo"; exit 1; \ fi clang -Wall -O2 -fomit-frame-pointer -s -O2 -march=i586 -mtune=i686 -o fbdump main.o cmap.o surface.o convert.o fb.o vga.o vt.o options.o make[2]: Leaving directory '/usr/src/slapt-src-i486/misc/fbdump/fbdump-0.4.2/src' make[2]: Entering directory '/usr/src/slapt-src-i486/misc/fbdump/fbdump-0.4.2' make[2]: Leaving directory '/usr/src/slapt-src-i486/misc/fbdump/fbdump-0.4.2' make[1]: Leaving directory '/usr/src/slapt-src-i486/misc/fbdump/fbdump-0.4.2' make INSTALL_PROGRAM="/bin/sh /usr/src/slapt-src-i486/misc/fbdump/fbdump-0.4.2/config/install-sh -c -s" \ install_sh_PROGRAM="/bin/sh /usr/src/slapt-src-i486/misc/fbdump/fbdump-0.4.2/config/install-sh -c -s" INSTALL_STRIP_FLAG=-s \ `test -z '' || \ echo "INSTALL_PROGRAM_ENV=STRIPPROG=''"` install make[1]: Entering directory '/usr/src/slapt-src-i486/misc/fbdump/fbdump-0.4.2' Making install in src make[2]: Entering directory '/usr/src/slapt-src-i486/misc/fbdump/fbdump-0.4.2/src' make[3]: Entering directory '/usr/src/slapt-src-i486/misc/fbdump/fbdump-0.4.2/src' /bin/sh ../config/mkinstalldirs /usr/src/slapt-src-i486/misc/fbdump/package-fbdump/usr/bin mkdir -p -- /usr/src/slapt-src-i486/misc/fbdump/package-fbdump/usr/bin /bin/sh /usr/src/slapt-src-i486/misc/fbdump/fbdump-0.4.2/config/install-sh -c -s fbdump /usr/src/slapt-src-i486/misc/fbdump/package-fbdump/usr/bin/fbdump make[3]: Nothing to be done for 'install-data-am'. make[3]: Leaving directory '/usr/src/slapt-src-i486/misc/fbdump/fbdump-0.4.2/src' make[2]: Leaving directory '/usr/src/slapt-src-i486/misc/fbdump/fbdump-0.4.2/src' make[2]: Entering directory '/usr/src/slapt-src-i486/misc/fbdump/fbdump-0.4.2' make[3]: Entering directory '/usr/src/slapt-src-i486/misc/fbdump/fbdump-0.4.2' make[3]: Nothing to be done for 'install-exec-am'. make[3]: Nothing to be done for 'install-data-am'. make[3]: Leaving directory '/usr/src/slapt-src-i486/misc/fbdump/fbdump-0.4.2' make[2]: Leaving directory '/usr/src/slapt-src-i486/misc/fbdump/fbdump-0.4.2' make[1]: Leaving directory '/usr/src/slapt-src-i486/misc/fbdump/fbdump-0.4.2' Slackware package maker, version 3.14159265. Searching for symbolic links: No symbolic links were found, so we won't make an installation script. You can make your own later in ./install/doinst.sh and rebuild the package if you like. This next step is optional - you can set the directories in your package to some sane permissions. If any of the directories in your package have special permissions, then DO NOT reset them here! Would you like to reset all directory permissions to 755 (drwxr-xr-x) and directory ownerships to root.root ([y]es, [n]o)? n Creating Slackware package: /usr/src/slapt-src-i486/misc/fbdump/fbdump-0.4.2-i586-2salix15.0.txz ./ install/ install/slack-desc usr/ usr/bin/ usr/bin/fbdump usr/doc/ usr/doc/fbdump-0.4.2/ usr/doc/fbdump-0.4.2/AUTHORS usr/doc/fbdump-0.4.2/COPYING usr/doc/fbdump-0.4.2/ChangeLog usr/doc/fbdump-0.4.2/NEWS usr/doc/fbdump-0.4.2/README usr/doc/fbdump-0.4.2/TODO usr/doc/fbdump-0.4.2/fbdump.SlackBuild usr/man/ usr/man/man1/ usr/man/man1/fbdump.1.gz Slackware package /usr/src/slapt-src-i486/misc/fbdump/fbdump-0.4.2-i586-2salix15.0.txz created. Installing package fbdump-0.4.2-i586-2salix15.0... | fbdump (captures the visible portion of framebuffer to stdout) | | fbdump is a simple tool that captures the contents of the visible | portion of the Linux framebuffer device and writes it to the standard | output as a PPM file. In other words, it takes a screenshot of | anything running on the framebuffer. It currently has fairly complete | support for packed-pixel framebuffer types and also works with the | VGA16 framebuffer driver. | | Homepage: http://www.rcdrummond.net/fbdump/ | | |