tar: /usr/src/slapt-src-i486/network/fcgiwrap/fcgiwrap-1.1.0.tar.gz: Cannot open: No such file or directory tar: Error is not recoverable: exiting now Package systemd was not found in the pkg-config search path. Perhaps you should add the directory containing `systemd.pc' to the PKG_CONFIG_PATH environment variable No package 'systemd' found 00%100%Done Fetching slack-desc... 0%100%100%100%100%100%Done Fetching spawn-fcgi... 0%100%100%100%100%100%Done fcgiwrap-1.1.0/ fcgiwrap-1.1.0/.gitignore fcgiwrap-1.1.0/Makefile.in fcgiwrap-1.1.0/README.rst fcgiwrap-1.1.0/configure.ac fcgiwrap-1.1.0/fcgiwrap.8 fcgiwrap-1.1.0/fcgiwrap.c fcgiwrap-1.1.0/systemd/ fcgiwrap-1.1.0/systemd/fcgiwrap.service fcgiwrap-1.1.0/systemd/fcgiwrap.socket 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 pkg-config... /usr/bin/pkg-config checking pkg-config is at least version 0.9.0... yes checking for FCGX_Init in -lfcgi... yes checking for libsystemd-daemon... no checking how to run the C preprocessor... gcc -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... 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 limits.h usability... yes checking limits.h presence... yes checking for limits.h... yes checking for stdlib.h... (cached) yes checking for string.h... (cached) yes checking for unistd.h... (cached) yes checking for stdbool.h that conforms to C99... yes checking for _Bool... yes checking for pid_t... yes checking for size_t... yes checking for ssize_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 whether lstat correctly handles trailing slash... yes checking for stdlib.h... (cached) yes checking for GNU libc compatible malloc... yes checking for strchr... yes checking for strdup... yes checking for strrchr... yes checking for dup2... yes checking for putenv... yes checking for select... yes checking for setenv... yes checking for strerror... yes configure: creating ./config.status config.status: creating Makefile config.status: creating config.h cc -std=gnu99 -Wall -Wextra -Werror -pedantic -O2 -march=i486 -mtune=i686 -Wno-error=implicit-fallthrough= fcgiwrap.c -lfcgi -o fcgiwrap fcgiwrap.c: In function ‘handle_fcgi_request’: fcgiwrap.c:555:25: warning: this statement may fall through [-Wimplicit-fallthrough=] 555 | cgi_error("502 Bad Gateway", "Cannot execute script", filename); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ fcgiwrap.c:557:17: note: here 557 | default: /* parent */ | ^~~~~~~ install -d -m 755 /usr/src/slapt-src-i486/network/fcgiwrap/package-fcgiwrap/usr/sbin install -m 755 fcgiwrap /usr/src/slapt-src-i486/network/fcgiwrap/package-fcgiwrap/usr/sbin install -d -m 755 /usr/src/slapt-src-i486/network/fcgiwrap/package-fcgiwrap/usr/man/man8 install -m 644 fcgiwrap.8 /usr/src/slapt-src-i486/network/fcgiwrap/package-fcgiwrap/usr/man/man8 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/network/fcgiwrap/fcgiwrap-1.1.0-i486-1salix15.0.txz ./ etc/ etc/rc.d/ etc/rc.d/rc.spawn-fcgi install/ install/slack-desc usr/ usr/doc/ usr/doc/fcgiwrap-1.1.0/ usr/doc/fcgiwrap-1.1.0/README.rst usr/doc/fcgiwrap-1.1.0/fcgiwrap.SlackBuild usr/doc/fcgiwrap-1.1.0/spawn-fcgi usr/man/ usr/man/man8/ usr/man/man8/fcgiwrap.8.gz usr/sbin/ usr/sbin/fcgiwrap Slackware package /usr/src/slapt-src-i486/network/fcgiwrap/fcgiwrap-1.1.0-i486-1salix15.0.txz created. Installing package fcgiwrap-1.1.0-i486-1salix15.0... | fcgiwrap (Simple FastCGI wrapper for CGI scripts) | | fcgiwrap is a simple server for running CGI applications over | FastCGI. It hopes to provide clean CGI support to Nginx | (and other web servers that may need it). | | | | home: https://nginx.localdomain.pl/wiki/FcgiWrap | source: https://github.com/gnosek/fcgiwrap | | |