The following packages will be installed: autocutsel Fetching README... 0%100%100%100%100%100%Done Fetching autocutsel.1... 0%100%100%100%100%100%Done Fetching autocutsel.SlackBuild... 0%100%100%100%100%100%Done Fetching autocutsel.info... 0%100%100%100%100%100%Done Fetching cutsel.1... 0%100%100%100%100%100%Done Fetching slack-desc... 0%100%100%100%100%100%Done autocutsel-0.10.1/ autocutsel-0.10.1/missing autocutsel-0.10.1/NEWS autocutsel-0.10.1/COPYING autocutsel-0.10.1/config.h.in autocutsel-0.10.1/autocutsel.c autocutsel-0.10.1/common.h autocutsel-0.10.1/install-sh autocutsel-0.10.1/mkinstalldirs autocutsel-0.10.1/INSTALL autocutsel-0.10.1/ltmain.sh autocutsel-0.10.1/AUTHORS autocutsel-0.10.1/Makefile.am autocutsel-0.10.1/test_autocutsel.rb autocutsel-0.10.1/compile autocutsel-0.10.1/config.sub autocutsel-0.10.1/config.guess autocutsel-0.10.1/Makefile.in autocutsel-0.10.1/common.c autocutsel-0.10.1/aclocal.m4 autocutsel-0.10.1/configure autocutsel-0.10.1/configure.ac autocutsel-0.10.1/TODO autocutsel-0.10.1/ChangeLog autocutsel-0.10.1/m4/ autocutsel-0.10.1/m4/ltsugar.m4 autocutsel-0.10.1/m4/ltversion.m4 autocutsel-0.10.1/m4/lt~obsolete.m4 autocutsel-0.10.1/m4/libtool.m4 autocutsel-0.10.1/m4/ltoptions.m4 autocutsel-0.10.1/README autocutsel-0.10.1/depcomp autocutsel-0.10.1/cutsel.c checking for a BSD-compatible install... /usr/bin/ginstall -c checking whether build environment is sane... yes checking for a race-free mkdir -p... /usr/bin/mkdir -p checking for gawk... gawk checking whether make sets $(MAKE)... yes checking whether make supports nested variables... yes checking for gcc... 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 the compiler supports GNU C... yes checking whether gcc accepts -g... yes checking for gcc option to enable C11 features... none needed checking whether gcc understands -c and -o together... yes checking whether make supports the include directive... yes (GNU style) checking dependency style of gcc... gcc3 checking build system type... i586-slackware-linux-gnu checking host system type... i586-slackware-linux-gnu checking how to print strings... printf checking for a sed that does not truncate output... /usr/bin/sed checking for grep that handles long lines and -e... /usr/bin/grep checking for egrep... /usr/bin/grep -E checking for fgrep... /usr/bin/grep -F checking for ld used by 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 how to convert i586-slackware-linux-gnu file names to i586-slackware-linux-gnu format... func_convert_file_noop checking how to convert i586-slackware-linux-gnu file names to toolchain format... func_convert_file_noop checking for /usr/bin/ld option to reload object files... -r checking for objdump... objdump checking how to recognize dependent libraries... pass_all checking for dlltool... dlltool checking how to associate runtime and link libraries... printf %s\n checking for ar... ar checking for archiver @FILE support... @ checking for strip... strip checking for ranlib... ranlib checking command to parse /usr/bin/nm -B output from gcc object... ok checking for sysroot... no checking for mt... mt checking if mt is a manifest tool... no checking for stdio.h... yes checking for stdlib.h... yes checking for string.h... yes checking for inttypes.h... yes checking for stdint.h... yes checking for strings.h... yes checking for sys/stat.h... yes checking for sys/types.h... yes checking for unistd.h... yes checking for dlfcn.h... yes checking for objdir... .libs checking if gcc supports -fno-rtti -fno-exceptions... no checking for gcc option to produce PIC... -fPIC -DPIC checking if gcc PIC flag -fPIC -DPIC works... yes checking if gcc static flag -static works... yes checking if gcc supports -c -o file.o... yes checking if gcc supports -c -o file.o... (cached) yes checking whether the 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 how to run the C preprocessor... gcc -E checking for X... libraries , headers checking for gethostbyname... yes checking for connect... yes checking for remove... yes checking for shmat... yes checking for IceConnectionNumber in -lICE... yes checking for main in -lXext... yes checking for main in -lXaw... yes checking for XtDisplay in -lXt... yes checking for XmuGetHostname in -lXmu... yes checking whether setpgrp requires zero arguments... yes checking whether to enable -Wall... adding -Wall to CFLAGS. 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 depfiles commands config.status: executing libtool commands make all-am make[1]: Entering directory '/usr/src/slapt-src-i486/system/autocutsel/autocutsel-0.10.1' gcc -DHAVE_CONFIG_H -I. -O2 -march=i586 -mtune=i686 -Wall -MT autocutsel.o -MD -MP -MF .deps/autocutsel.Tpo -c -o autocutsel.o autocutsel.c mv -f .deps/autocutsel.Tpo .deps/autocutsel.Po gcc -DHAVE_CONFIG_H -I. -O2 -march=i586 -mtune=i686 -Wall -MT common.o -MD -MP -MF .deps/common.Tpo -c -o common.o common.c common.c: In function ‘ConvertSelection’: common.c:143:14: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘CARD32’ {aka ‘long unsigned int’} [-Wformat=] 143 | printf("Returning %" PRIx32 "\n", *temp); | ^~~~~~~~~~~~~ ~~~~~ | | | CARD32 {aka long unsigned int} In file included from common.h:45, from common.c:25: /usr/include/inttypes.h:120:26: note: format string is defined here 120 | # define PRIx32 "x" common.c:157:14: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘CARD32’ {aka ‘long unsigned int’} [-Wformat=] 157 | printf("Returning %" PRIx32 "\n", *temp); | ^~~~~~~~~~~~~ ~~~~~ | | | CARD32 {aka long unsigned int} In file included from common.h:45, from common.c:25: /usr/include/inttypes.h:120:26: note: format string is defined here 120 | # define PRIx32 "x" mv -f .deps/common.Tpo .deps/common.Po /bin/sh ./libtool --tag=CC --mode=link gcc -O2 -march=i586 -mtune=i686 -Wall -o autocutsel autocutsel.o common.o -lSM -lICE -lXext -lX11 -lXaw -lXt -lXmu ./libtool: line 8120: func_munge_path_list: command not found libtool: link: gcc -O2 -march=i586 -mtune=i686 -Wall -o autocutsel autocutsel.o common.o -lSM -lICE -lXext -lX11 -lXaw -lXt -lXmu gcc -DHAVE_CONFIG_H -I. -O2 -march=i586 -mtune=i686 -Wall -MT cutsel.o -MD -MP -MF .deps/cutsel.Tpo -c -o cutsel.o cutsel.c cutsel.c: In function ‘LengthReceived’: cutsel.c:127:14: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘CARD32’ {aka ‘long unsigned int’} [-Wformat=] 127 | printf("Length is %" PRIx32 "\n", *(CARD32*)value); | ^~~~~~~~~~~~~ ~~~~~~~~~~~~~~~ | | | CARD32 {aka long unsigned int} In file included from common.h:45, from cutsel.c:26: /usr/include/inttypes.h:120:26: note: format string is defined here 120 | # define PRIx32 "x" mv -f .deps/cutsel.Tpo .deps/cutsel.Po /bin/sh ./libtool --tag=CC --mode=link gcc -O2 -march=i586 -mtune=i686 -Wall -o cutsel cutsel.o common.o -lSM -lICE -lXext -lX11 -lXaw -lXt -lXmu ./libtool: line 8120: func_munge_path_list: command not found libtool: link: gcc -O2 -march=i586 -mtune=i686 -Wall -o cutsel cutsel.o common.o -lSM -lICE -lXext -lX11 -lXaw -lXt -lXmu make[1]: Leaving directory '/usr/src/slapt-src-i486/system/autocutsel/autocutsel-0.10.1' if test -z 'strip'; then \ make INSTALL_PROGRAM="/bin/sh /usr/src/slapt-src-i486/system/autocutsel/autocutsel-0.10.1/install-sh -c -s" \ install_sh_PROGRAM="/bin/sh /usr/src/slapt-src-i486/system/autocutsel/autocutsel-0.10.1/install-sh -c -s" INSTALL_STRIP_FLAG=-s \ install; \ else \ make INSTALL_PROGRAM="/bin/sh /usr/src/slapt-src-i486/system/autocutsel/autocutsel-0.10.1/install-sh -c -s" \ install_sh_PROGRAM="/bin/sh /usr/src/slapt-src-i486/system/autocutsel/autocutsel-0.10.1/install-sh -c -s" INSTALL_STRIP_FLAG=-s \ "INSTALL_PROGRAM_ENV=STRIPPROG='strip'" install; \ fi make[1]: Entering directory '/usr/src/slapt-src-i486/system/autocutsel/autocutsel-0.10.1' make[2]: Entering directory '/usr/src/slapt-src-i486/system/autocutsel/autocutsel-0.10.1' /usr/bin/mkdir -p '/usr/src/slapt-src-i486/system/autocutsel/package-autocutsel/usr/bin' STRIPPROG='strip' /bin/sh ./libtool --mode=install /bin/sh /usr/src/slapt-src-i486/system/autocutsel/autocutsel-0.10.1/install-sh -c -s autocutsel cutsel '/usr/src/slapt-src-i486/system/autocutsel/package-autocutsel/usr/bin' libtool: install: /bin/sh /usr/src/slapt-src-i486/system/autocutsel/autocutsel-0.10.1/install-sh -c -s autocutsel /usr/src/slapt-src-i486/system/autocutsel/package-autocutsel/usr/bin/autocutsel libtool: install: /bin/sh /usr/src/slapt-src-i486/system/autocutsel/autocutsel-0.10.1/install-sh -c -s cutsel /usr/src/slapt-src-i486/system/autocutsel/package-autocutsel/usr/bin/cutsel make[2]: Nothing to be done for 'install-data-am'. make[2]: Leaving directory '/usr/src/slapt-src-i486/system/autocutsel/autocutsel-0.10.1' make[1]: Leaving directory '/usr/src/slapt-src-i486/system/autocutsel/autocutsel-0.10.1' 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/system/autocutsel/autocutsel-0.10.1-i586-1salix15.0.txz ./ install/ install/slack-desc usr/ usr/bin/ usr/bin/autocutsel usr/bin/cutsel usr/doc/ usr/doc/autocutsel-0.10.1/ usr/doc/autocutsel-0.10.1/AUTHORS usr/doc/autocutsel-0.10.1/COPYING usr/doc/autocutsel-0.10.1/ChangeLog usr/doc/autocutsel-0.10.1/README usr/doc/autocutsel-0.10.1/autocutsel.SlackBuild usr/man/ usr/man/man1/ usr/man/man1/autocutsel.1.gz usr/man/man1/cutsel.1.gz Slackware package /usr/src/slapt-src-i486/system/autocutsel/autocutsel-0.10.1-i586-1salix15.0.txz created. Installing package autocutsel-0.10.1-i586-1salix15.0... | autocutsel (keep the X clipboard and the cutbuffer in sync) | | Autocutsel tracks changes in the server's cutbuffer and clipboard | selection. When the clipboard is changed, it updates the cutbuffer. | When the cutbuffer is changed, it owns the clipboard selection. The | cutbuffer and clipboard selection are always synchronized. | | Homepage: http://www.nongnu.org/autocutsel | | | | |