/bin/sh: ./config.rpath: No such file or directory s Fetching README... 0%100%100%100%100%100%Done Fetching slack-desc... 0%100%100%100%100%100%Done Fetching xbindkeys.SlackBuild... 0%100%100%100%100%100%Done Fetching xbindkeys.info... 0%100%100%100%100%100%Done xbindkeys-1.8.6/ xbindkeys-1.8.6/xbindkeys.1 xbindkeys-1.8.6/xbindkeys_show xbindkeys-1.8.6/options.c xbindkeys-1.8.6/AUTHORS xbindkeys-1.8.6/install-sh xbindkeys-1.8.6/NEWS xbindkeys-1.8.6/TODO xbindkeys-1.8.6/keys.h xbindkeys-1.8.6/depcomp xbindkeys-1.8.6/xbindkeys.c xbindkeys-1.8.6/xbindkeysrc-combo.scm xbindkeys-1.8.6/get_key.c xbindkeys-1.8.6/xbindkeysrc.scm xbindkeys-1.8.6/COPYING xbindkeys-1.8.6/xbindkeys.spec xbindkeys-1.8.6/keys.c xbindkeys-1.8.6/INSTALL xbindkeys-1.8.6/config.h.in xbindkeys-1.8.6/xbindkeysrc xbindkeys-1.8.6/options.h xbindkeys-1.8.6/Makefile.am xbindkeys-1.8.6/configure.ac xbindkeys-1.8.6/xbindkeys_show.1 xbindkeys-1.8.6/get_key.h xbindkeys-1.8.6/missing xbindkeys-1.8.6/ChangeLog xbindkeys-1.8.6/config.sub xbindkeys-1.8.6/mkinstalldirs xbindkeys-1.8.6/grab_key.c xbindkeys-1.8.6/Makefile.in xbindkeys-1.8.6/xbindkeys.h xbindkeys-1.8.6/aclocal.m4 xbindkeys-1.8.6/grab_key.h xbindkeys-1.8.6/config.guess xbindkeys-1.8.6/BUGS xbindkeys-1.8.6/configure xbindkeys-1.8.6/README checking for a BSD-compatible install... /usr/bin/ginstall -c checking whether build environment is sane... yes checking for a thread-safe mkdir -p... /usr/bin/mkdir -p checking for gawk... gawk checking whether make sets $(MAKE)... yes checking whether to enable maintainer-specific portions of Makefiles... no 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 we are using the GNU C compiler... yes checking whether gcc accepts -g... yes checking for gcc option to accept ISO C89... none needed checking for style of include used by make... GNU checking dependency style of gcc... gcc3 checking whether make sets $(MAKE)... (cached) yes checking for gawk... (cached) gawk 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 grep that handles long lines and -e... /usr/bin/grep checking for egrep... /usr/bin/grep -E checking for ANSI C header files... yes checking for sys/wait.h that is POSIX.1 compatible... 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 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 for unistd.h... (cached) yes checking for XCreateWindow in -lX11... yes checking for guile... /usr/bin/guile checking for guile-config... /usr/bin/guile-config checking for guile-tools... /usr/bin/guile-tools checking build system type... i586-slackware-linux-gnu checking host system type... i586-slackware-linux-gnu checking for ld used by GCC... /usr/bin/ld checking if the linker (/usr/bin/ld) is GNU ld... yes checking for shared library run path origin... done checking libguile compile flags... -pthread -I/usr/include/guile/3.0 -I/usr checking libguile link flags... -lguile-3.0 -lgc checking for pid_t... yes checking vfork.h usability... no checking vfork.h presence... no checking for vfork.h... no checking for fork... yes checking for vfork... yes checking for working fork... yes checking for working vfork... (cached) yes checking for stdlib.h... (cached) yes checking for GNU libc compatible malloc... yes checking return type of signal handlers... void checking for strcasecmp... yes checking for strchr... yes checking for strrchr... yes checking for strstr... yes checking for strtol... yes configure: creating ./config.status config.status: creating Makefile config.status: creating config.h config.status: executing depfiles commands make all-am make[1]: Entering directory '/usr/src/slapt-src-i486/system/xbindkeys/xbindkeys-1.8.6' gcc -DHAVE_CONFIG_H -I. -O2 -march=i586 -mtune=i686 -DFORK_FLAG=1 -DGUILE_FLAG=1 -pthread -I/usr/include/guile/3.0 -I/usr -I. -Wall -O2 -march=i586 -mtune=i686 -MT xbindkeys.o -MD -MP -MF .deps/xbindkeys.Tpo -c -o xbindkeys.o xbindkeys.c mv -f .deps/xbindkeys.Tpo .deps/xbindkeys.Po gcc -DHAVE_CONFIG_H -I. -O2 -march=i586 -mtune=i686 -DFORK_FLAG=1 -DGUILE_FLAG=1 -pthread -I/usr/include/guile/3.0 -I/usr -I. -Wall -O2 -march=i586 -mtune=i686 -MT keys.o -MD -MP -MF .deps/keys.Tpo -c -o keys.o keys.c mv -f .deps/keys.Tpo .deps/keys.Po gcc -DHAVE_CONFIG_H -I. -O2 -march=i586 -mtune=i686 -DFORK_FLAG=1 -DGUILE_FLAG=1 -pthread -I/usr/include/guile/3.0 -I/usr -I. -Wall -O2 -march=i586 -mtune=i686 -MT options.o -MD -MP -MF .deps/options.Tpo -c -o options.o options.c options.c: In function ‘get_options’: options.c:181:11: warning: ‘strncat’ specified bound 512 equals destination size [-Wstringop-overflow=] 181 | strncat (rc_file, "/.xbindkeysrc", sizeof (rc_file)); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ options.c:193:11: warning: ‘strncat’ specified bound 512 equals destination size [-Wstringop-overflow=] 193 | strncat (rc_guile_file, "/.xbindkeysrc.scm", sizeof (rc_guile_file)); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ mv -f .deps/options.Tpo .deps/options.Po gcc -DHAVE_CONFIG_H -I. -O2 -march=i586 -mtune=i686 -DFORK_FLAG=1 -DGUILE_FLAG=1 -pthread -I/usr/include/guile/3.0 -I/usr -I. -Wall -O2 -march=i586 -mtune=i686 -MT get_key.o -MD -MP -MF .deps/get_key.Tpo -c -o get_key.o get_key.c mv -f .deps/get_key.Tpo .deps/get_key.Po gcc -DHAVE_CONFIG_H -I. -O2 -march=i586 -mtune=i686 -DFORK_FLAG=1 -DGUILE_FLAG=1 -pthread -I/usr/include/guile/3.0 -I/usr -I. -Wall -O2 -march=i586 -mtune=i686 -MT grab_key.o -MD -MP -MF .deps/grab_key.Tpo -c -o grab_key.o grab_key.c mv -f .deps/grab_key.Tpo .deps/grab_key.Po gcc -O2 -march=i586 -mtune=i686 -DFORK_FLAG=1 -DGUILE_FLAG=1 -pthread -I/usr/include/guile/3.0 -I/usr -I. -Wall -O2 -march=i586 -mtune=i686 -o xbindkeys xbindkeys.o keys.o options.o get_key.o grab_key.o -lX11 -lguile-3.0 -lgc make[1]: Leaving directory '/usr/src/slapt-src-i486/system/xbindkeys/xbindkeys-1.8.6' make INSTALL_PROGRAM="/bin/sh /usr/src/slapt-src-i486/system/xbindkeys/xbindkeys-1.8.6/install-sh -c -s" \ install_sh_PROGRAM="/bin/sh /usr/src/slapt-src-i486/system/xbindkeys/xbindkeys-1.8.6/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/system/xbindkeys/xbindkeys-1.8.6' make[2]: Entering directory '/usr/src/slapt-src-i486/system/xbindkeys/xbindkeys-1.8.6' test -z "/usr/bin" || /usr/bin/mkdir -p "/usr/src/slapt-src-i486/system/xbindkeys/package-xbindkeys/usr/bin" /bin/sh /usr/src/slapt-src-i486/system/xbindkeys/xbindkeys-1.8.6/install-sh -c -s xbindkeys '/usr/src/slapt-src-i486/system/xbindkeys/package-xbindkeys/usr/bin' test -z "/usr/bin" || /usr/bin/mkdir -p "/usr/src/slapt-src-i486/system/xbindkeys/package-xbindkeys/usr/bin" /usr/bin/ginstall -c xbindkeys_show '/usr/src/slapt-src-i486/system/xbindkeys/package-xbindkeys/usr/bin' test -z "/usr/man/man1" || /usr/bin/mkdir -p "/usr/src/slapt-src-i486/system/xbindkeys/package-xbindkeys/usr/man/man1" /usr/bin/ginstall -c -m 644 xbindkeys.1 xbindkeys_show.1 '/usr/src/slapt-src-i486/system/xbindkeys/package-xbindkeys/usr/man/man1' make[2]: Leaving directory '/usr/src/slapt-src-i486/system/xbindkeys/xbindkeys-1.8.6' make[1]: Leaving directory '/usr/src/slapt-src-i486/system/xbindkeys/xbindkeys-1.8.6' 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/xbindkeys/xbindkeys-1.8.6-i586-1salix15.0.txz ./ install/ install/slack-desc usr/ usr/bin/ usr/bin/xbindkeys usr/bin/xbindkeys_show usr/doc/ usr/doc/xbindkeys-1.8.6/ usr/doc/xbindkeys-1.8.6/AUTHORS usr/doc/xbindkeys-1.8.6/BUGS usr/doc/xbindkeys-1.8.6/COPYING usr/doc/xbindkeys-1.8.6/ChangeLog usr/doc/xbindkeys-1.8.6/INSTALL usr/doc/xbindkeys-1.8.6/NEWS usr/doc/xbindkeys-1.8.6/README usr/doc/xbindkeys-1.8.6/TODO usr/doc/xbindkeys-1.8.6/xbindkeys.SlackBuild usr/doc/xbindkeys-1.8.6/xbindkeysrc usr/man/ usr/man/man1/ usr/man/man1/xbindkeys.1.gz usr/man/man1/xbindkeys_show.1.gz Slackware package /usr/src/slapt-src-i486/system/xbindkeys/xbindkeys-1.8.6-i586-1salix15.0.txz created. Installing package xbindkeys-1.8.6-i586-1salix15.0... | xbindkeys (xbindkeys) | | xbindkeys is a program that allows you to launch shell commands | with your keyboard or your mouse under X Windows. It links commands | to keys or mouse buttons, using a configuration file. It's | independant of the window manager and can capture all keyboard keys | (ex: Power, Wake...). | | Homepage: http://www.nongnu.org/xbindkeys/xbindkeys.html | | | |