tar -xf ushare-1.1a.tar.bz2 patching file src/http.c patching file src/http.h patching file src/ushare.c patching file src/cds.c patching file src/cms.c patching file src/http.c patching file src/presentation.c patching file src/mime.c patching file src/services.c Checking for compiler available... Checking for locales ... Checking for ifaddrs ... Checking for langinfo ... Checking for iconv ... Checking for libixml ... Checking for libthreadutil ... Checking for libupnp >= 1.4.2 ... Checking for libdlna >= 0.2.1 ... uShare: configure is OK version 1.1a using libupnp 1.6.19 using libdlna 0.2.4 configuration: install prefix /usr configuration dir /etc locales dir ${PREFIX}/share/locale NLS support yes DLNA support yes C compiler gcc STRIP strip make make CPU x86_64 () debug symbols no strip symbols yes optimize yes CFLAGS -O2 -fPIC -I.. -W -Wall -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_REENTRANT -D_GNU_SOURCE -O3 -DHAVE_LOCALE_H -DHAVE_SETLOCALE -DHAVE_IFADDRS_H -DHAVE_LANGINFO_H -DHAVE_LANGINFO_CODESET -DHAVE_ICONV -pthread -I/usr/include/upnp -DHAVE_DLNA LDFLAGS extralibs -lixml -lthreadutil -lpthread -lupnp -pthread -ldlna -L/usr/lib -lavformat -lavcodec Creating config.mak ... Creating config.h ... for subdir in po scripts src ; do \ make -C $subdir all; \ done make[1]: Entering directory `/run/media/rich/744c0590-8d01-4db5-a941-5714118c48c0/14.1/ushare/1.1a/src/ushare-1.1a/po' make fr.gmo de.gmo make[2]: Entering directory `/run/media/rich/744c0590-8d01-4db5-a941-5714118c48c0/14.1/ushare/1.1a/src/ushare-1.1a/po' make[2]: `fr.gmo' is up to date. make[2]: `de.gmo' is up to date. make[2]: Leaving directory `/run/media/rich/744c0590-8d01-4db5-a941-5714118c48c0/14.1/ushare/1.1a/src/ushare-1.1a/po' touch stamp-po make[1]: Leaving directory `/run/media/rich/744c0590-8d01-4db5-a941-5714118c48c0/14.1/ushare/1.1a/src/ushare-1.1a/po' make[1]: Entering directory `/run/media/rich/744c0590-8d01-4db5-a941-5714118c48c0/14.1/ushare/1.1a/src/ushare-1.1a/scripts' make[1]: Nothing to be done for `all'. make[1]: Leaving directory `/run/media/rich/744c0590-8d01-4db5-a941-5714118c48c0/14.1/ushare/1.1a/src/ushare-1.1a/scripts' make[1]: Entering directory `/run/media/rich/744c0590-8d01-4db5-a941-5714118c48c0/14.1/ushare/1.1a/src/ushare-1.1a/src' gcc -I.. -MM -O2 -fPIC cds.c cms.c msr.c http.c presentation.c metadata.c mime.c services.c buffer.c util_iconv.c content.c cfgparser.c trace.c redblack.c osdep.c ctrl_telnet.c ushare.c 1>.depend gcc -c -O2 -fPIC -O2 -fPIC -I.. -W -Wall -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_REENTRANT -D_GNU_SOURCE -O3 -DHAVE_LOCALE_H -DHAVE_SETLOCALE -DHAVE_IFADDRS_H -DHAVE_LANGINFO_H -DHAVE_LANGINFO_CODESET -DHAVE_ICONV -pthread -I/usr/include/upnp -DHAVE_DLNA -o cds.o cds.c cds.c: In function ‘didl_add_value’: cds.c:271:3: warning: format ‘%lld’ expects argument of type ‘long long int’, but argument 4 has type ‘off_t’ [-Wformat=] buffer_appendf (out, " %s=\"%lld\"", param, value); ^ cds.c: In function ‘cds_browse’: cds.c:485:43: warning: variable ‘sort_criteria’ set but not used [-Wunused-but-set-variable] int result_count = 0, index, count, id, sort_criteria; ^ cds.c: In function ‘cds_search’: cds.c:805:43: warning: variable ‘sort_criteria’ set but not used [-Wunused-but-set-variable] int result_count = 0, index, count, id, sort_criteria; ^ gcc -c -O2 -fPIC -O2 -fPIC -I.. -W -Wall -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_REENTRANT -D_GNU_SOURCE -O3 -DHAVE_LOCALE_H -DHAVE_SETLOCALE -DHAVE_IFADDRS_H -DHAVE_LANGINFO_H -DHAVE_LANGINFO_CODESET -DHAVE_ICONV -pthread -I/usr/include/upnp -DHAVE_DLNA -o cms.o cms.c gcc -c -O2 -fPIC -O2 -fPIC -I.. -W -Wall -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_REENTRANT -D_GNU_SOURCE -O3 -DHAVE_LOCALE_H -DHAVE_SETLOCALE -DHAVE_IFADDRS_H -DHAVE_LANGINFO_H -DHAVE_LANGINFO_CODESET -DHAVE_ICONV -pthread -I/usr/include/upnp -DHAVE_DLNA -o msr.o msr.c gcc -c -O2 -fPIC -O2 -fPIC -I.. -W -Wall -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_REENTRANT -D_GNU_SOURCE -O3 -DHAVE_LOCALE_H -DHAVE_SETLOCALE -DHAVE_IFADDRS_H -DHAVE_LANGINFO_H -DHAVE_LANGINFO_CODESET -DHAVE_ICONV -pthread -I/usr/include/upnp -DHAVE_DLNA -o http.o http.c http.c: In function ‘http_seek’: http.c:309:5: warning: format ‘%lld’ expects argument of type ‘long long int’, but argument 3 has type ‘off_t’ [-Wformat=] log_verbose ("Attempting to seek to %lld (was at %lld) in %s\n", ^ http.c:309:5: warning: format ‘%lld’ expects argument of type ‘long long int’, but argument 4 has type ‘off_t’ [-Wformat=] http.c:314:5: warning: format ‘%lld’ expects argument of type ‘long long int’, but argument 3 has type ‘off_t’ [-Wformat=] log_verbose ("Attempting to seek by %lld from %lld in %s\n", ^ http.c:314:5: warning: format ‘%lld’ expects argument of type ‘long long int’, but argument 4 has type ‘off_t’ [-Wformat=] http.c:319:5: warning: format ‘%lld’ expects argument of type ‘long long int’, but argument 3 has type ‘off_t’ [-Wformat=] log_verbose ("Attempting to seek by %lld from end (was at %lld) in %s\n", ^ http.c:319:5: warning: format ‘%lld’ expects argument of type ‘long long int’, but argument 4 has type ‘off_t’ [-Wformat=] gcc -c -O2 -fPIC -O2 -fPIC -I.. -W -Wall -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_REENTRANT -D_GNU_SOURCE -O3 -DHAVE_LOCALE_H -DHAVE_SETLOCALE -DHAVE_IFADDRS_H -DHAVE_LANGINFO_H -DHAVE_LANGINFO_CODESET -DHAVE_ICONV -pthread -I/usr/include/upnp -DHAVE_DLNA -o presentation.o presentation.c gcc -c -O2 -fPIC -O2 -fPIC -I.. -W -Wall -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_REENTRANT -D_GNU_SOURCE -O3 -DHAVE_LOCALE_H -DHAVE_SETLOCALE -DHAVE_IFADDRS_H -DHAVE_LANGINFO_H -DHAVE_LANGINFO_CODESET -DHAVE_ICONV -pthread -I/usr/include/upnp -DHAVE_DLNA -o metadata.o metadata.c gcc -c -O2 -fPIC -O2 -fPIC -I.. -W -Wall -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_REENTRANT -D_GNU_SOURCE -O3 -DHAVE_LOCALE_H -DHAVE_SETLOCALE -DHAVE_IFADDRS_H -DHAVE_LANGINFO_H -DHAVE_LANGINFO_CODESET -DHAVE_ICONV -pthread -I/usr/include/upnp -DHAVE_DLNA -o mime.o mime.c gcc -c -O2 -fPIC -O2 -fPIC -I.. -W -Wall -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_REENTRANT -D_GNU_SOURCE -O3 -DHAVE_LOCALE_H -DHAVE_SETLOCALE -DHAVE_IFADDRS_H -DHAVE_LANGINFO_H -DHAVE_LANGINFO_CODESET -DHAVE_ICONV -pthread -I/usr/include/upnp -DHAVE_DLNA -o services.o services.c gcc -c -O2 -fPIC -O2 -fPIC -I.. -W -Wall -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_REENTRANT -D_GNU_SOURCE -O3 -DHAVE_LOCALE_H -DHAVE_SETLOCALE -DHAVE_IFADDRS_H -DHAVE_LANGINFO_H -DHAVE_LANGINFO_CODESET -DHAVE_ICONV -pthread -I/usr/include/upnp -DHAVE_DLNA -o buffer.o buffer.c gcc -c -O2 -fPIC -O2 -fPIC -I.. -W -Wall -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_REENTRANT -D_GNU_SOURCE -O3 -DHAVE_LOCALE_H -DHAVE_SETLOCALE -DHAVE_IFADDRS_H -DHAVE_LANGINFO_H -DHAVE_LANGINFO_CODESET -DHAVE_ICONV -pthread -I/usr/include/upnp -DHAVE_DLNA -o util_iconv.o util_iconv.c gcc -c -O2 -fPIC -O2 -fPIC -I.. -W -Wall -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_REENTRANT -D_GNU_SOURCE -O3 -DHAVE_LOCALE_H -DHAVE_SETLOCALE -DHAVE_IFADDRS_H -DHAVE_LANGINFO_H -DHAVE_LANGINFO_CODESET -DHAVE_ICONV -pthread -I/usr/include/upnp -DHAVE_DLNA -o content.o content.c gcc -c -O2 -fPIC -O2 -fPIC -I.. -W -Wall -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_REENTRANT -D_GNU_SOURCE -O3 -DHAVE_LOCALE_H -DHAVE_SETLOCALE -DHAVE_IFADDRS_H -DHAVE_LANGINFO_H -DHAVE_LANGINFO_CODESET -DHAVE_ICONV -pthread -I/usr/include/upnp -DHAVE_DLNA -o cfgparser.o cfgparser.c gcc -c -O2 -fPIC -O2 -fPIC -I.. -W -Wall -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_REENTRANT -D_GNU_SOURCE -O3 -DHAVE_LOCALE_H -DHAVE_SETLOCALE -DHAVE_IFADDRS_H -DHAVE_LANGINFO_H -DHAVE_LANGINFO_CODESET -DHAVE_ICONV -pthread -I/usr/include/upnp -DHAVE_DLNA -o trace.o trace.c gcc -c -O2 -fPIC -O2 -fPIC -I.. -W -Wall -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_REENTRANT -D_GNU_SOURCE -O3 -DHAVE_LOCALE_H -DHAVE_SETLOCALE -DHAVE_IFADDRS_H -DHAVE_LANGINFO_H -DHAVE_LANGINFO_CODESET -DHAVE_ICONV -pthread -I/usr/include/upnp -DHAVE_DLNA -o redblack.o redblack.c redblack.c: In function ‘rbinit’: redblack.c:143:7: warning: variable ‘c’ set but not used [-Wunused-but-set-variable] char c; ^ gcc -c -O2 -fPIC -O2 -fPIC -I.. -W -Wall -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_REENTRANT -D_GNU_SOURCE -O3 -DHAVE_LOCALE_H -DHAVE_SETLOCALE -DHAVE_IFADDRS_H -DHAVE_LANGINFO_H -DHAVE_LANGINFO_CODESET -DHAVE_ICONV -pthread -I/usr/include/upnp -DHAVE_DLNA -o osdep.o osdep.c gcc -c -O2 -fPIC -O2 -fPIC -I.. -W -Wall -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_REENTRANT -D_GNU_SOURCE -O3 -DHAVE_LOCALE_H -DHAVE_SETLOCALE -DHAVE_IFADDRS_H -DHAVE_LANGINFO_H -DHAVE_LANGINFO_CODESET -DHAVE_ICONV -pthread -I/usr/include/upnp -DHAVE_DLNA -o ctrl_telnet.o ctrl_telnet.c gcc -c -O2 -fPIC -O2 -fPIC -I.. -W -Wall -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_REENTRANT -D_GNU_SOURCE -O3 -DHAVE_LOCALE_H -DHAVE_SETLOCALE -DHAVE_IFADDRS_H -DHAVE_LANGINFO_H -DHAVE_LANGINFO_CODESET -DHAVE_ICONV -pthread -I/usr/include/upnp -DHAVE_DLNA -o ushare.o ushare.c gcc cds.o cms.o msr.o http.o presentation.o metadata.o mime.o services.o buffer.o util_iconv.o content.o cfgparser.o trace.o redblack.o osdep.o ctrl_telnet.o ushare.o -lixml -lthreadutil -lpthread -lupnp -pthread -ldlna -L/usr/lib -lavformat -lavcodec -o ushare make[1]: Leaving directory `/run/media/rich/744c0590-8d01-4db5-a941-5714118c48c0/14.1/ushare/1.1a/src/ushare-1.1a/src' for subdir in po scripts src ; do \ make -C $subdir install; \ done make[1]: Entering directory `/run/media/rich/744c0590-8d01-4db5-a941-5714118c48c0/14.1/ushare/1.1a/src/ushare-1.1a/po' for gmo in fr.gmo de.gmo; do \ lang=`echo $gmo | sed -e 's/\.gmo$//'`; \ /usr/bin/install -c -d /run/media/rich/744c0590-8d01-4db5-a941-5714118c48c0/14.1/ushare/1.1a/pkg/usr/share/locale/$lang/LC_MESSAGES; \ /usr/bin/install -c -m 644 $lang.gmo /run/media/rich/744c0590-8d01-4db5-a941-5714118c48c0/14.1/ushare/1.1a/pkg/usr/share/locale/$lang/LC_MESSAGES/ushare.mo; \ done make[1]: Leaving directory `/run/media/rich/744c0590-8d01-4db5-a941-5714118c48c0/14.1/ushare/1.1a/src/ushare-1.1a/po' make[1]: Entering directory `/run/media/rich/744c0590-8d01-4db5-a941-5714118c48c0/14.1/ushare/1.1a/src/ushare-1.1a/scripts' /usr/bin/install -c -d /run/media/rich/744c0590-8d01-4db5-a941-5714118c48c0/14.1/ushare/1.1a/pkg/etc /usr/bin/install -c -m 644 "ushare.conf" /run/media/rich/744c0590-8d01-4db5-a941-5714118c48c0/14.1/ushare/1.1a/pkg/etc /usr/bin/install -c -d /run/media/rich/744c0590-8d01-4db5-a941-5714118c48c0/14.1/ushare/1.1a/pkg/etc/init.d /usr/bin/install -c -m 755 "ushare" /run/media/rich/744c0590-8d01-4db5-a941-5714118c48c0/14.1/ushare/1.1a/pkg/etc/init.d make[1]: Leaving directory `/run/media/rich/744c0590-8d01-4db5-a941-5714118c48c0/14.1/ushare/1.1a/src/ushare-1.1a/scripts' make[1]: Entering directory `/run/media/rich/744c0590-8d01-4db5-a941-5714118c48c0/14.1/ushare/1.1a/src/ushare-1.1a/src' /usr/bin/install -c -d /run/media/rich/744c0590-8d01-4db5-a941-5714118c48c0/14.1/ushare/1.1a/pkg/usr/bin /usr/bin/install -c ushare /run/media/rich/744c0590-8d01-4db5-a941-5714118c48c0/14.1/ushare/1.1a/pkg/usr/bin strip -s /run/media/rich/744c0590-8d01-4db5-a941-5714118c48c0/14.1/ushare/1.1a/pkg/usr/bin/ushare make[1]: Leaving directory `/run/media/rich/744c0590-8d01-4db5-a941-5714118c48c0/14.1/ushare/1.1a/src/ushare-1.1a/src' /run/media/rich/744c0590-8d01-4db5-a941-5714118c48c0/14.1/ushare/1.1a/pkg: total 12 drwxr-xr-x 3 root root 4096 Dec 14 21:14 etc drwxr-xr-x 2 root root 4096 Dec 14 21:14 install drwxr-xr-x 6 root root 4096 Dec 14 21:14 usr /run/media/rich/744c0590-8d01-4db5-a941-5714118c48c0/14.1/ushare/1.1a/pkg/etc: total 8 drwxr-xr-x 2 root root 4096 Dec 14 21:14 rc.d -rw-r--r-- 1 root root 1263 Dec 14 21:14 ushare.conf.new /run/media/rich/744c0590-8d01-4db5-a941-5714118c48c0/14.1/ushare/1.1a/pkg/etc/rc.d: total 4 -rw-r--r-- 1 root root 919 Dec 14 21:14 rc.ushare /run/media/rich/744c0590-8d01-4db5-a941-5714118c48c0/14.1/ushare/1.1a/pkg/install: total 8 -rw-r--r-- 1 root root 489 Dec 14 21:14 doinst.sh -rw-r--r-- 1 root root 728 Dec 14 21:14 slack-desc /run/media/rich/744c0590-8d01-4db5-a941-5714118c48c0/14.1/ushare/1.1a/pkg/usr: total 16 drwxr-xr-x 2 root root 4096 Dec 14 21:14 bin drwxr-xr-x 3 root root 4096 Dec 14 21:14 doc drwxr-xr-x 3 root root 4096 Dec 14 21:14 share drwxr-xr-x 3 root root 4096 Dec 14 21:14 src /run/media/rich/744c0590-8d01-4db5-a941-5714118c48c0/14.1/ushare/1.1a/pkg/usr/bin: total 88 -rwxr-xr-x 1 root root 86840 Dec 14 21:14 ushare /run/media/rich/744c0590-8d01-4db5-a941-5714118c48c0/14.1/ushare/1.1a/pkg/usr/doc: total 4 drwxr-xr-x 2 root root 4096 Dec 14 21:14 ushare-1.1a /run/media/rich/744c0590-8d01-4db5-a941-5714118c48c0/14.1/ushare/1.1a/pkg/usr/doc/ushare-1.1a: total 52 -rw-r--r-- 1 root root 876 Dec 14 21:14 AUTHORS -rw-r--r-- 1 root root 18002 Dec 14 21:14 COPYING -rw-r--r-- 1 root root 6331 Dec 14 21:14 ChangeLog -rw-r--r-- 1 root root 4662 Dec 14 21:14 NEWS -rw-r--r-- 1 root root 7227 Dec 14 21:14 README -rw-r--r-- 1 root root 152 Dec 14 21:14 TODO /run/media/rich/744c0590-8d01-4db5-a941-5714118c48c0/14.1/ushare/1.1a/pkg/usr/share: total 4 drwxr-xr-x 4 root root 4096 Dec 14 21:14 locale /run/media/rich/744c0590-8d01-4db5-a941-5714118c48c0/14.1/ushare/1.1a/pkg/usr/share/locale: total 8 drwxr-xr-x 3 root root 4096 Dec 14 21:14 de drwxr-xr-x 3 root root 4096 Dec 14 21:14 fr /run/media/rich/744c0590-8d01-4db5-a941-5714118c48c0/14.1/ushare/1.1a/pkg/usr/share/locale/de: total 4 drwxr-xr-x 2 root root 4096 Dec 14 21:14 LC_MESSAGES /run/media/rich/744c0590-8d01-4db5-a941-5714118c48c0/14.1/ushare/1.1a/pkg/usr/share/locale/de/LC_MESSAGES: total 8 -rw-r--r-- 1 root root 5228 Dec 14 21:14 ushare.mo /run/media/rich/744c0590-8d01-4db5-a941-5714118c48c0/14.1/ushare/1.1a/pkg/usr/share/locale/fr: total 4 drwxr-xr-x 2 root root 4096 Dec 14 21:14 LC_MESSAGES /run/media/rich/744c0590-8d01-4db5-a941-5714118c48c0/14.1/ushare/1.1a/pkg/usr/share/locale/fr/LC_MESSAGES: total 8 -rw-r--r-- 1 root root 7076 Dec 14 21:14 ushare.mo /run/media/rich/744c0590-8d01-4db5-a941-5714118c48c0/14.1/ushare/1.1a/pkg/usr/src: total 4 drwxr-xr-x 2 root root 4096 Dec 14 21:14 ushare-1.1a /run/media/rich/744c0590-8d01-4db5-a941-5714118c48c0/14.1/ushare/1.1a/pkg/usr/src/ushare-1.1a: total 20 -rw-r--r-- 1 root root 2098 Dec 14 21:14 SLKBUILD -rw-r--r-- 1 root root 919 Dec 14 21:14 rc.ushare -rw-r--r-- 1 root root 1585 Dec 14 21:14 segfault.patch -rw-r--r-- 1 root root 4617 Dec 14 21:14 upnp-build-fix.patch Slackware package maker, version 3.14159. 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: /run/media/rich/744c0590-8d01-4db5-a941-5714118c48c0/14.1/ushare/1.1a/ushare-1.1a-x86_64-1rl.txz ./ install/ install/slack-desc install/doinst.sh usr/ usr/doc/ usr/doc/ushare-1.1a/ usr/doc/ushare-1.1a/AUTHORS usr/doc/ushare-1.1a/COPYING usr/doc/ushare-1.1a/NEWS usr/doc/ushare-1.1a/ChangeLog usr/doc/ushare-1.1a/README usr/doc/ushare-1.1a/TODO usr/share/ usr/share/locale/ usr/share/locale/fr/ usr/share/locale/fr/LC_MESSAGES/ usr/share/locale/fr/LC_MESSAGES/ushare.mo usr/share/locale/de/ usr/share/locale/de/LC_MESSAGES/ usr/share/locale/de/LC_MESSAGES/ushare.mo usr/bin/ usr/bin/ushare usr/src/ usr/src/ushare-1.1a/ usr/src/ushare-1.1a/rc.ushare usr/src/ushare-1.1a/SLKBUILD usr/src/ushare-1.1a/upnp-build-fix.patch usr/src/ushare-1.1a/segfault.patch etc/ etc/ushare.conf.new etc/rc.d/ etc/rc.d/rc.ushare Slackware package /run/media/rich/744c0590-8d01-4db5-a941-5714118c48c0/14.1/ushare/1.1a/ushare-1.1a-x86_64-1rl.txz created. Package has been built. Cleaning pkg and src directories