tar -xf liboauth-0.9.7.tar.gz checking for sed... /usr/bin/sed checking liboauth version... 0.9.7 checking build system type... arm-slackware-linux-gnu checking host system type... arm-slackware-linux-gnu checking target system type... arm-slackware-linux-gnu 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 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 whether ln -s works... yes checking how to print strings... printf checking for a sed that does not truncate output... (cached) /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/arm-slackware-linux-gnueabi/bin/ld checking if the linker (/usr/arm-slackware-linux-gnueabi/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 the maximum length of command line arguments... 1572864 checking whether the shell understands some XSI constructs... yes checking whether the shell understands "+="... yes checking how to convert arm-slackware-linux-gnu file names to arm-slackware-linux-gnu format... func_convert_file_noop checking how to convert arm-slackware-linux-gnu file names to toolchain format... func_convert_file_noop checking for /usr/arm-slackware-linux-gnueabi/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 how to run the C preprocessor... gcc -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 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/arm-slackware-linux-gnueabi/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... no checking whether gcc and cc understand -c and -o together... yes checking for ANSI C header files... (cached) yes checking for unistd.h... (cached) yes checking time.h usability... yes checking time.h presence... yes checking for time.h... yes checking for string.h... (cached) yes checking alloca.h usability... yes checking alloca.h presence... yes checking for alloca.h... yes checking stdio.h usability... yes checking stdio.h presence... yes checking for stdio.h... yes checking stdarg.h usability... yes checking stdarg.h presence... yes checking for stdarg.h... yes checking math.h usability... yes checking math.h presence... yes checking for math.h... yes checking whether sys/types.h defines makedev... yes checking for size_t... yes checking for working alloca.h... yes checking for alloca... yes checking whether struct tm is in sys/time.h or time.h... time.h checking for struct stat.st_blocks... yes checking for dirent.h that defines DIR... yes checking for library containing opendir... none required checking whether closedir returns void... no checking if -Wl,--as-needed works... yes checking for curl... /usr/bin/curl checking for pkg-config... /usr/bin/pkg-config checking pkg-config is at least version 0.9.0... yes checking for CURL... yes checking openssl/hmac.h usability... yes checking openssl/hmac.h presence... yes checking for openssl/hmac.h... yes configure: NOTE: OpenSSL is not compatible with GPL applications. Even if only linked with GPL code you are not allowed to distibute your app. However liboauth provides an exeption (to the GPL) to circumvent this issue (see README, src/hash.c). Nevertheless, double-check your licensing. liboauth itself is licensed under MIT license and comatible with the GPL. Either way, you are probably better off using NSS (configure --enable-nss); future versions of liboauth will default to the Mozilla NSS. see http://people.gnome.org/~markmc/openssl-and-the-gpl.html checking for doxygen... /usr/bin/doxygen checking for dot... no checking for perl... /usr/bin/perl configure: creating ./config.status config.status: creating Makefile config.status: creating src/Makefile config.status: creating doc/Makefile config.status: creating tests/Makefile config.status: creating liboauth.lsm config.status: creating oauth.pc config.status: creating Doxyfile config.status: creating doc/mainpage.dox config.status: creating src/config.h config.status: src/config.h is unchanged config.status: executing tests/atconfig commands config.status: executing depfiles commands config.status: executing libtool commands configure: liboauth configured: ----------------------- version: 0.9.7 interface revision: 8:4:8 hash/signature: OpenSSL http integration: libcurl libcurl-timeout: - generate documentation: /usr/bin/doxygen installation prefix: /usr CFLAGS: -Wall -O2 -march=armv5te LDFLAGS: -Wall -export-symbols-regex '^oauth_.*' -Wl,--as-needed type "make" followed my "make install" as root. run "make dox" to generate API html reference: doc/html/index.html Making all in src make[1]: Entering directory `/builds/salix/arm/14.0/original/l/liboauth/src/liboauth-0.9.7/src' make all-am make[2]: Entering directory `/builds/salix/arm/14.0/original/l/liboauth/src/liboauth-0.9.7/src' /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -Wall -O2 -march=armv5te -MT liboauth_la-oauth.lo -MD -MP -MF .deps/liboauth_la-oauth.Tpo -c -o liboauth_la-oauth.lo `test -f 'oauth.c' || echo './'`oauth.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -Wall -O2 -march=armv5te -MT liboauth_la-oauth.lo -MD -MP -MF .deps/liboauth_la-oauth.Tpo -c oauth.c -fPIC -DPIC -o .libs/liboauth_la-oauth.o mv -f .deps/liboauth_la-oauth.Tpo .deps/liboauth_la-oauth.Plo /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -Wall -O2 -march=armv5te -MT liboauth_la-hash.lo -MD -MP -MF .deps/liboauth_la-hash.Tpo -c -o liboauth_la-hash.lo `test -f 'hash.c' || echo './'`hash.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -Wall -O2 -march=armv5te -MT liboauth_la-hash.lo -MD -MP -MF .deps/liboauth_la-hash.Tpo -c hash.c -fPIC -DPIC -o .libs/liboauth_la-hash.o mv -f .deps/liboauth_la-hash.Tpo .deps/liboauth_la-hash.Plo /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -Wall -O2 -march=armv5te -MT liboauth_la-xmalloc.lo -MD -MP -MF .deps/liboauth_la-xmalloc.Tpo -c -o liboauth_la-xmalloc.lo `test -f 'xmalloc.c' || echo './'`xmalloc.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -Wall -O2 -march=armv5te -MT liboauth_la-xmalloc.lo -MD -MP -MF .deps/liboauth_la-xmalloc.Tpo -c xmalloc.c -fPIC -DPIC -o .libs/liboauth_la-xmalloc.o mv -f .deps/liboauth_la-xmalloc.Tpo .deps/liboauth_la-xmalloc.Plo /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -Wall -O2 -march=armv5te -MT liboauth_la-oauth_http.lo -MD -MP -MF .deps/liboauth_la-oauth_http.Tpo -c -o liboauth_la-oauth_http.lo `test -f 'oauth_http.c' || echo './'`oauth_http.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -Wall -O2 -march=armv5te -MT liboauth_la-oauth_http.lo -MD -MP -MF .deps/liboauth_la-oauth_http.Tpo -c oauth_http.c -fPIC -DPIC -o .libs/liboauth_la-oauth_http.o mv -f .deps/liboauth_la-oauth_http.Tpo .deps/liboauth_la-oauth_http.Plo /bin/sh ../libtool --tag=CC --mode=link gcc -Wall -O2 -march=armv5te -Wall -export-symbols-regex '^oauth_.*' -Wl,--as-needed -version-info 8:4:8 -o liboauth.la -rpath /usr/lib liboauth_la-oauth.lo liboauth_la-hash.lo liboauth_la-xmalloc.lo liboauth_la-oauth_http.lo -lcrypto -lcurl libtool: link: /usr/bin/nm -B .libs/liboauth_la-oauth.o .libs/liboauth_la-hash.o .libs/liboauth_la-xmalloc.o .libs/liboauth_la-oauth_http.o | sed -n -e 's/^.*[ ]\([ABCDGIRSTW][ABCDGIRSTW]*\)[ ][ ]*\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2 \2/p' | sed '/ __gnu_lto/d' | /usr/bin/sed 's/.* //' | sort | uniq > .libs/liboauth.exp libtool: link: /usr/bin/grep -E -e "^oauth_.*" ".libs/liboauth.exp" > ".libs/liboauth.expT" libtool: link: mv -f ".libs/liboauth.expT" ".libs/liboauth.exp" libtool: link: echo "{ global:" > .libs/liboauth.ver libtool: link: cat .libs/liboauth.exp | sed -e "s/\(.*\)/\1;/" >> .libs/liboauth.ver libtool: link: echo "local: *; };" >> .libs/liboauth.ver libtool: link: gcc -shared -fPIC -DPIC .libs/liboauth_la-oauth.o .libs/liboauth_la-hash.o .libs/liboauth_la-xmalloc.o .libs/liboauth_la-oauth_http.o -lcrypto /usr/lib/libcurl.so -O2 -march=armv5te -Wl,--as-needed -Wl,-soname -Wl,liboauth.so.0 -Wl,-version-script -Wl,.libs/liboauth.ver -o .libs/liboauth.so.0.8.4 libtool: link: (cd ".libs" && rm -f "liboauth.so.0" && ln -s "liboauth.so.0.8.4" "liboauth.so.0") libtool: link: (cd ".libs" && rm -f "liboauth.so" && ln -s "liboauth.so.0.8.4" "liboauth.so") libtool: link: ( cd ".libs" && rm -f "liboauth.la" && ln -s "../liboauth.la" "liboauth.la" ) make[2]: Leaving directory `/builds/salix/arm/14.0/original/l/liboauth/src/liboauth-0.9.7/src' make[1]: Leaving directory `/builds/salix/arm/14.0/original/l/liboauth/src/liboauth-0.9.7/src' Making all in doc make[1]: Entering directory `/builds/salix/arm/14.0/original/l/liboauth/src/liboauth-0.9.7/doc' make[1]: Nothing to be done for `all'. make[1]: Leaving directory `/builds/salix/arm/14.0/original/l/liboauth/src/liboauth-0.9.7/doc' Making all in tests make[1]: Entering directory `/builds/salix/arm/14.0/original/l/liboauth/src/liboauth-0.9.7/tests' make[1]: Nothing to be done for `all'. make[1]: Leaving directory `/builds/salix/arm/14.0/original/l/liboauth/src/liboauth-0.9.7/tests' make[1]: Entering directory `/builds/salix/arm/14.0/original/l/liboauth/src/liboauth-0.9.7' make[1]: Nothing to be done for `all-am'. make[1]: Leaving directory `/builds/salix/arm/14.0/original/l/liboauth/src/liboauth-0.9.7' Making install in src make[1]: Entering directory `/builds/salix/arm/14.0/original/l/liboauth/src/liboauth-0.9.7/src' make[2]: Entering directory `/builds/salix/arm/14.0/original/l/liboauth/src/liboauth-0.9.7/src' test -z "/usr/lib" || /usr/bin/mkdir -p "/builds/salix/arm/14.0/original/l/liboauth/pkg/usr/lib" /bin/sh ../libtool --mode=install /usr/bin/ginstall -c liboauth.la '/builds/salix/arm/14.0/original/l/liboauth/pkg/usr/lib' libtool: install: /usr/bin/ginstall -c .libs/liboauth.so.0.8.4 /builds/salix/arm/14.0/original/l/liboauth/pkg/usr/lib/liboauth.so.0.8.4 libtool: install: (cd /builds/salix/arm/14.0/original/l/liboauth/pkg/usr/lib && { ln -s -f liboauth.so.0.8.4 liboauth.so.0 || { rm -f liboauth.so.0 && ln -s liboauth.so.0.8.4 liboauth.so.0; }; }) libtool: install: (cd /builds/salix/arm/14.0/original/l/liboauth/pkg/usr/lib && { ln -s -f liboauth.so.0.8.4 liboauth.so || { rm -f liboauth.so && ln -s liboauth.so.0.8.4 liboauth.so; }; }) libtool: install: /usr/bin/ginstall -c .libs/liboauth.lai /builds/salix/arm/14.0/original/l/liboauth/pkg/usr/lib/liboauth.la libtool: install: warning: remember to run `libtool --finish /usr/lib' test -z "/usr/include" || /usr/bin/mkdir -p "/builds/salix/arm/14.0/original/l/liboauth/pkg/usr/include" /usr/bin/ginstall -c -m 644 oauth.h '/builds/salix/arm/14.0/original/l/liboauth/pkg/usr/include' make[2]: Leaving directory `/builds/salix/arm/14.0/original/l/liboauth/src/liboauth-0.9.7/src' make[1]: Leaving directory `/builds/salix/arm/14.0/original/l/liboauth/src/liboauth-0.9.7/src' Making install in doc make[1]: Entering directory `/builds/salix/arm/14.0/original/l/liboauth/src/liboauth-0.9.7/doc' make[2]: Entering directory `/builds/salix/arm/14.0/original/l/liboauth/src/liboauth-0.9.7/doc' make[2]: Nothing to be done for `install-exec-am'. test -z "/usr/man/man3" || /usr/bin/mkdir -p "/builds/salix/arm/14.0/original/l/liboauth/pkg/usr/man/man3" /usr/bin/ginstall -c -m 644 oauth.3 '/builds/salix/arm/14.0/original/l/liboauth/pkg/usr/man/man3' make[2]: Leaving directory `/builds/salix/arm/14.0/original/l/liboauth/src/liboauth-0.9.7/doc' make[1]: Leaving directory `/builds/salix/arm/14.0/original/l/liboauth/src/liboauth-0.9.7/doc' Making install in tests make[1]: Entering directory `/builds/salix/arm/14.0/original/l/liboauth/src/liboauth-0.9.7/tests' make[2]: Entering directory `/builds/salix/arm/14.0/original/l/liboauth/src/liboauth-0.9.7/tests' make[2]: Nothing to be done for `install-exec-am'. make[2]: Nothing to be done for `install-data-am'. make[2]: Leaving directory `/builds/salix/arm/14.0/original/l/liboauth/src/liboauth-0.9.7/tests' make[1]: Leaving directory `/builds/salix/arm/14.0/original/l/liboauth/src/liboauth-0.9.7/tests' make[1]: Entering directory `/builds/salix/arm/14.0/original/l/liboauth/src/liboauth-0.9.7' make[2]: Entering directory `/builds/salix/arm/14.0/original/l/liboauth/src/liboauth-0.9.7' make[2]: Nothing to be done for `install-exec-am'. test -z "/usr/lib/pkgconfig" || /usr/bin/mkdir -p "/builds/salix/arm/14.0/original/l/liboauth/pkg/usr/lib/pkgconfig" /usr/bin/ginstall -c -m 644 oauth.pc '/builds/salix/arm/14.0/original/l/liboauth/pkg/usr/lib/pkgconfig' make[2]: Leaving directory `/builds/salix/arm/14.0/original/l/liboauth/src/liboauth-0.9.7' make[1]: Leaving directory `/builds/salix/arm/14.0/original/l/liboauth/src/liboauth-0.9.7' /builds/salix/arm/14.0/original/l/liboauth/pkg: total 8 drwxr-xr-x 2 root root 4096 Dec 23 21:10 install drwxr-xr-x 7 root root 4096 Dec 23 21:10 usr /builds/salix/arm/14.0/original/l/liboauth/pkg/install: total 4 -rw-r--r-- 1 root root 469 Dec 23 21:10 slack-desc /builds/salix/arm/14.0/original/l/liboauth/pkg/usr: total 20 drwxr-xr-x 3 root root 4096 Dec 23 21:10 doc drwxr-xr-x 2 root root 4096 Dec 23 21:09 include drwxr-xr-x 3 root root 4096 Dec 23 21:10 lib drwxr-xr-x 3 root root 4096 Dec 23 21:09 man drwxr-xr-x 3 root root 4096 Dec 23 21:09 src /builds/salix/arm/14.0/original/l/liboauth/pkg/usr/doc: total 4 drwxr-xr-x 2 root root 4096 Dec 23 21:10 liboauth-0.9.7 /builds/salix/arm/14.0/original/l/liboauth/pkg/usr/doc/liboauth-0.9.7: total 52 -rw-r--r-- 1 root root 1452 Dec 23 21:10 AUTHORS -rw-r--r-- 1 root root 112 Dec 23 21:10 COPYING -rw-r--r-- 1 root root 18007 Dec 23 21:10 COPYING.GPL -rw-r--r-- 1 root root 1149 Dec 23 21:10 COPYING.MIT -rw-r--r-- 1 root root 6515 Dec 23 21:10 ChangeLog -rw-r--r-- 1 root root 6968 Dec 23 21:10 LICENSE.OpenSSL -rw-r--r-- 1 root root 0 Dec 23 21:10 NEWS -rw-r--r-- 1 root root 2390 Dec 23 21:10 README /builds/salix/arm/14.0/original/l/liboauth/pkg/usr/include: total 28 -rw-r--r-- 1 root root 27599 Dec 23 21:09 oauth.h /builds/salix/arm/14.0/original/l/liboauth/pkg/usr/lib: total 32 -rwxr-xr-x 1 root root 1061 Dec 23 21:09 liboauth.la lrwxrwxrwx 1 root root 17 Dec 23 21:09 liboauth.so -> liboauth.so.0.8.4 lrwxrwxrwx 1 root root 17 Dec 23 21:09 liboauth.so.0 -> liboauth.so.0.8.4 -rwxr-xr-x 1 root root 23444 Dec 23 21:10 liboauth.so.0.8.4 drwxr-xr-x 2 root root 4096 Dec 23 21:10 pkgconfig /builds/salix/arm/14.0/original/l/liboauth/pkg/usr/lib/pkgconfig: total 4 -rw-r--r-- 1 root root 298 Dec 23 21:10 oauth.pc /builds/salix/arm/14.0/original/l/liboauth/pkg/usr/man: total 4 drwxr-xr-x 2 root root 4096 Dec 23 21:10 man3 /builds/salix/arm/14.0/original/l/liboauth/pkg/usr/man/man3: total 8 -rw-r--r-- 1 root root 7008 Dec 23 21:09 oauth.3.gz /builds/salix/arm/14.0/original/l/liboauth/pkg/usr/src: total 4 drwxr-xr-x 2 root root 4096 Dec 23 21:10 liboauth-0.9.7 /builds/salix/arm/14.0/original/l/liboauth/pkg/usr/src/liboauth-0.9.7: total 4 -rw-r--r-- 1 root root 1113 Dec 23 21:10 SLKBUILD Slackware package maker, version 3.14159. Searching for symbolic links: usr/lib/liboauth.so.0 -> liboauth.so.0.8.4 usr/lib/liboauth.so -> liboauth.so.0.8.4 Making symbolic link creation script: ( cd usr/lib ; rm -rf liboauth.so.0 ) ( cd usr/lib ; ln -sf liboauth.so.0.8.4 liboauth.so.0 ) ( cd usr/lib ; rm -rf liboauth.so ) ( cd usr/lib ; ln -sf liboauth.so.0.8.4 liboauth.so ) It is recommended that you make these lines your new installation script. Would you like to make this stuff the install script for this package and remove the symbolic links ([y]es, [n]o)? y Removing symbolic links: removed './usr/lib/liboauth.so.0' removed './usr/lib/liboauth.so' Creating your new ./install/doinst.sh... 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: /builds/salix/arm/14.0/original/l/liboauth/liboauth-0.9.7-arm-1rl.txz ./ usr/ usr/src/ usr/src/liboauth-0.9.7/ usr/src/liboauth-0.9.7/SLKBUILD usr/lib/ usr/lib/liboauth.so.0.8.4 usr/lib/liboauth.la usr/lib/pkgconfig/ usr/lib/pkgconfig/oauth.pc usr/include/ usr/include/oauth.h usr/man/ usr/man/man3/ usr/man/man3/oauth.3.gz usr/doc/ usr/doc/liboauth-0.9.7/ usr/doc/liboauth-0.9.7/README usr/doc/liboauth-0.9.7/NEWS usr/doc/liboauth-0.9.7/COPYING.MIT usr/doc/liboauth-0.9.7/ChangeLog usr/doc/liboauth-0.9.7/COPYING.GPL usr/doc/liboauth-0.9.7/COPYING usr/doc/liboauth-0.9.7/AUTHORS usr/doc/liboauth-0.9.7/LICENSE.OpenSSL install/ install/slack-desc install/doinst.sh WARNING: zero length file usr/doc/liboauth-0.9.7/NEWS Slackware package /builds/salix/arm/14.0/original/l/liboauth/liboauth-0.9.7-arm-1rl.txz created. Package has been built. Cleaning pkg and src directories