The following packages will be installed: mod_dnssd Fetching README... 0%100%100%100%100%100%Done Fetching doinst.sh... 0%100%100%100%100%100%Done Fetching mod_dnssd.SlackBuild... 0%100%100%100%100%100%Done Fetching mod_dnssd.conf... 0%100%100%100%100%100%Done Fetching mod_dnssd.info... 0%100%100%100%100%100%Done Fetching slack-desc... 0%100%100%100%100%100%Done Fetching use-ap_unixd_setup_child.patch... 0%100%100%100%100%100%Done mod_dnssd-0.6/ mod_dnssd-0.6/LICENSE mod_dnssd-0.6/config.h.in mod_dnssd-0.6/Makefile.in mod_dnssd-0.6/config.rpath mod_dnssd-0.6/Makefile.am mod_dnssd-0.6/bootstrap.sh mod_dnssd-0.6/src/ mod_dnssd-0.6/src/Makefile.in mod_dnssd-0.6/src/mod_dnssd.c mod_dnssd-0.6/missing mod_dnssd-0.6/configure.ac mod_dnssd-0.6/configure mod_dnssd-0.6/install-sh mod_dnssd-0.6/aclocal.m4 mod_dnssd-0.6/doc/ mod_dnssd-0.6/doc/style.css mod_dnssd-0.6/doc/Makefile.in mod_dnssd-0.6/doc/README.html mod_dnssd-0.6/doc/Makefile.am mod_dnssd-0.6/doc/README.html.in mod_dnssd-0.6/doc/README mod_dnssd-0.6/README Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |From 56ca0181fce37fae5a048aa31cdf6097592b2e14 Mon Sep 17 00:00:00 2001 |From: Robby Workman |Date: Fri, 8 Feb 2013 14:14:08 -0600 |Subject: [PATCH] mod_dnssd.c: Use ap_unixd_setup_child | |This fixeds an undefined reference to unixd_setup_child in the |compiled module. This looks to have changed in httpd-2.3.2 dev: |20090130.0 (2.3.2-dev) Add ap_ prefix to unixd_setup_child(). | |Signed-off-by: Robby Workman |--- | src/mod_dnssd.c | 3 ++- | 1 file changed, 2 insertions(+), 1 deletion(-) | |diff --git a/src/mod_dnssd.c b/src/mod_dnssd.c |index 6179276..3363701 100644 |--- a/src/mod_dnssd.c |+++ b/src/mod_dnssd.c -------------------------- patching file src/mod_dnssd.c Using Plan A... Hunk #1 succeeded at 24. Hunk #2 succeeded at 577. Hmm... Ignoring the trailing garbage. done 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 for gcc... gcc 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 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... none checking how to run the C preprocessor... gcc -E checking for a BSD-compatible install... /usr/bin/ginstall -c checking whether make sets $(MAKE)... (cached) yes checking whether gcc accepts -std=c99... yes checking whether gcc accepts -Wall... yes checking whether gcc accepts -W... yes checking whether gcc accepts -Wextra... yes checking whether gcc accepts -pedantic... yes checking whether gcc accepts -pipe... yes checking whether gcc accepts -Wformat... yes checking whether gcc accepts -Wold-style-definition... yes checking whether gcc accepts -Wdeclaration-after-statement... yes checking whether gcc accepts -Wfloat-equal... yes checking whether gcc accepts -Wmissing-declarations... yes checking whether gcc accepts -Wmissing-prototypes... yes checking whether gcc accepts -Wstrict-prototypes... yes checking whether gcc accepts -Wredundant-decls... yes checking whether gcc accepts -Wmissing-noreturn... yes checking whether gcc accepts -Wshadow... yes checking whether gcc accepts -Wendif-labels... yes checking whether gcc accepts -Wpointer-arith... yes checking whether gcc accepts -Wbad-function-cast... yes checking whether gcc accepts -Wcast-qual... yes checking whether gcc accepts -Wcast-align... yes checking whether gcc accepts -Wwrite-strings... yes checking whether gcc accepts -Winline... yes checking for pkg-config... /usr/bin/pkg-config checking pkg-config is at least version 0.9.0... yes checking for APR... yes checking for apxs2... no checking for apxs... /usr/bin/apxs checking for apache2ctl... /usr/sbin/apache2ctl checking for Apache 2... yes checking for AVAHI... yes checking for lynx... yes configure: creating ./config.status config.status: creating src/Makefile config.status: creating Makefile config.status: creating doc/Makefile config.status: creating doc/README.html config.status: creating config.h config.status: executing depfiles commands make all-recursive make[1]: Entering directory '/usr/src/slapt-src-x86_64/network/mod_dnssd/mod_dnssd-0.6' Making all in src make[2]: Entering directory '/usr/src/slapt-src-x86_64/network/mod_dnssd/mod_dnssd-0.6/src' /usr/bin/apxs -c -Wc,"-DLINUX -D_REENTRANT -D_GNU_SOURCE -pthread -I/usr/include/apr-1 -O2 -fPIC -std=c99 -Wall -W -Wextra -pedantic -pipe -Wformat -Wold-style-definition -Wdeclaration-after-statement -Wfloat-equal -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wredundant-decls -Wmissing-noreturn -Wshadow -Wendif-labels -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Winline" -D_REENTRANT -Wl,"-lapr-1 -luuid -lrt -lcrypt -lpthread -ldl " -lavahi-common -lavahi-client ./mod_dnssd.c /usr/lib64/apr-1.7.0/build-1/libtool --silent --mode=compile gcc -prefer-pic -O2 -fPIC -DLINUX -D_REENTRANT -D_GNU_SOURCE -pthread -I/usr/include/httpd -I/usr/include/apr-1 -I/usr/include/apr-1 -DLINUX -D_REENTRANT -D_GNU_SOURCE -pthread -I/usr/include/apr-1 -O2 -fPIC -std=c99 -Wall -W -Wextra -pedantic -pipe -Wformat -Wold-style-definition -Wdeclaration-after-statement -Wfloat-equal -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wredundant-decls -Wmissing-noreturn -Wshadow -Wendif-labels -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Winline -D_REENTRANT -c -o ./mod_dnssd.lo ./mod_dnssd.c && touch ./mod_dnssd.slo ./mod_dnssd.c:918:1: warning: missing initializer for field ‘flags’ of ‘module’ {aka ‘struct module_struct’} [-Wmissing-field-initializers] 918 | }; | ^ In file included from ./mod_dnssd.c:20: /usr/include/httpd/http_config.h:420:9: note: ‘flags’ declared here 420 | int flags; | ^~~~~ /usr/lib64/apr-1.7.0/build-1/libtool --silent --mode=link gcc -o ./mod_dnssd.la -lapr-1 -luuid -lrt -lcrypt -lpthread -ldl -lavahi-common -lavahi-client -rpath /usr/lib64/httpd/modules -module -avoid-version ./mod_dnssd.lo make[2]: Leaving directory '/usr/src/slapt-src-x86_64/network/mod_dnssd/mod_dnssd-0.6/src' Making all in doc make[2]: Entering directory '/usr/src/slapt-src-x86_64/network/mod_dnssd/mod_dnssd-0.6/doc' lynx --dump README.html | sed 's,file://localhost/.*/doc/README.html,README,' > README make[2]: Leaving directory '/usr/src/slapt-src-x86_64/network/mod_dnssd/mod_dnssd-0.6/doc' make[2]: Entering directory '/usr/src/slapt-src-x86_64/network/mod_dnssd/mod_dnssd-0.6' make[2]: Leaving directory '/usr/src/slapt-src-x86_64/network/mod_dnssd/mod_dnssd-0.6' make[1]: Leaving directory '/usr/src/slapt-src-x86_64/network/mod_dnssd/mod_dnssd-0.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-x86_64/network/mod_dnssd/mod_dnssd-0.6-x86_64-1salix15.0.txz ./ etc/ etc/httpd/ etc/httpd/extra/ etc/httpd/extra/mod_dnssd.conf.new install/ install/doinst.sh install/slack-desc usr/ usr/doc/ usr/doc/mod_dnssd-0.6/ usr/doc/mod_dnssd-0.6/LICENSE usr/doc/mod_dnssd-0.6/README usr/doc/mod_dnssd-0.6/mod_dnssd.SlackBuild usr/lib64/ usr/lib64/httpd/ usr/lib64/httpd/modules/ usr/lib64/httpd/modules/mod_dnssd.so Slackware package /usr/src/slapt-src-x86_64/network/mod_dnssd/mod_dnssd-0.6-x86_64-1salix15.0.txz created. Installing package mod_dnssd-0.6-x86_64-1salix15.0... | mod_dnssd (dns-sd/zeroconf/avahi module for httpd) | | mod_dnssd is an Apache HTTPD module which adds Zeroconf support via | DNS-SD using Avahi. | | Homepage: http://0pointer.de/lennart/projects/mod_dnssd/ | | | | | | |