The following packages will be installed: openrdate Fetching README... 0%100%100%100%100%100%Done Fetching openrdate.SlackBuild... 0%100%100%100%100%100%Done Fetching openrdate.info... 0%100%100%100%100%100%Done Fetching slack-desc... 0%100%100%100%100%100%Done openrdate-1.2/ openrdate-1.2/src/ openrdate-1.2/src/rfc868time.c openrdate-1.2/src/rdate.c openrdate-1.2/src/ntp.c openrdate-1.2/src/ntpleaps.c openrdate-1.2/src/ntpleaps.h openrdate-1.2/src/arc4random.c openrdate-1.2/src/arc4random.h openrdate-1.2/src/Makefile.am openrdate-1.2/src/Makefile.in openrdate-1.2/NEWS openrdate-1.2/docs/ openrdate-1.2/docs/rdate.8 openrdate-1.2/depcomp openrdate-1.2/aclocal.m4 openrdate-1.2/README openrdate-1.2/configure openrdate-1.2/configure.ac openrdate-1.2/config.guess openrdate-1.2/install-sh openrdate-1.2/config.sub openrdate-1.2/missing openrdate-1.2/Makefile.am openrdate-1.2/Makefile.in openrdate-1.2/config.h.in openrdate-1.2/AUTHORS openrdate-1.2/INSTALL openrdate-1.2/ChangeLog openrdate-1.2/COPYING checking for a BSD-compatible install... /usr/bin/ginstall -c checking whether build environment is sane... yes 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... gcc3 checking for a BSD-compatible install... /usr/bin/ginstall -c checking for ranlib... ranlib checking for fork in -lc... yes checking for malloc in -lutil... yes checking for pthread_testcancel in -lpthread... yes 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 arpa/inet.h usability... yes checking arpa/inet.h presence... yes checking for arpa/inet.h... yes checking fcntl.h usability... yes checking fcntl.h presence... yes checking for fcntl.h... yes checking float.h usability... yes checking float.h presence... yes checking for float.h... yes checking limits.h usability... yes checking limits.h presence... yes checking for limits.h... yes checking netdb.h usability... yes checking netdb.h presence... yes checking for netdb.h... yes checking netinet/in.h usability... yes checking netinet/in.h presence... yes checking for netinet/in.h... yes checking for stdlib.h... (cached) yes checking for string.h... (cached) yes checking sys/param.h usability... yes checking sys/param.h presence... yes checking for sys/param.h... yes checking sys/socket.h usability... yes checking sys/socket.h presence... yes checking for sys/socket.h... yes checking sys/time.h usability... yes checking sys/time.h presence... yes checking for sys/time.h... yes checking for unistd.h... (cached) yes checking utmp.h usability... yes checking utmp.h presence... yes checking for utmp.h... yes checking util.h usability... no checking util.h presence... no checking for util.h... no checking pthread.h usability... yes checking pthread.h presence... yes checking for pthread.h... yes checking for an ANSI C-conforming const... yes checking for inline... inline checking for off_t... yes checking for pid_t... yes checking for size_t... yes checking whether time.h and sys/time.h may both be included... yes checking whether struct tm is in sys/time.h or time.h... time.h checking for stdlib.h... (cached) yes checking for GNU libc compatible malloc... yes checking sys/select.h usability... yes checking sys/select.h presence... yes checking for sys/select.h... yes checking for sys/socket.h... (cached) yes checking types of arguments for select... int,fd_set *,struct timeval * checking for strftime... yes checking for gettimeofday... yes checking for memset... yes checking for select... yes checking for socket... yes checking for uname... /usr/bin/uname checking build system type... i486-slackware-linux-gnu checking host system type... i486-slackware-linux-gnu configure: creating ./config.status config.status: creating Makefile config.status: creating src/Makefile config.status: creating config.h config.status: executing depfiles commands make all-recursive make[1]: Entering directory '/usr/src/slapt-src/network/openrdate/openrdate-1.2' Making all in src make[2]: Entering directory '/usr/src/slapt-src/network/openrdate/openrdate-1.2/src' if gcc -DHAVE_CONFIG_H -I. -I. -I.. -O2 -march=i486 -mtune=i686 -Wall -MT arc4random.o -MD -MP -MF ".deps/arc4random.Tpo" -c -o arc4random.o arc4random.c; \ then mv -f ".deps/arc4random.Tpo" ".deps/arc4random.Po"; else rm -f ".deps/arc4random.Tpo"; exit 1; fi if gcc -DHAVE_CONFIG_H -I. -I. -I.. -O2 -march=i486 -mtune=i686 -Wall -MT ntp.o -MD -MP -MF ".deps/ntp.Tpo" -c -o ntp.o ntp.c; \ then mv -f ".deps/ntp.Tpo" ".deps/ntp.Po"; else rm -f ".deps/ntp.Tpo"; exit 1; fi if gcc -DHAVE_CONFIG_H -I. -I. -I.. -O2 -march=i486 -mtune=i686 -Wall -MT ntpleaps.o -MD -MP -MF ".deps/ntpleaps.Tpo" -c -o ntpleaps.o ntpleaps.c; \ then mv -f ".deps/ntpleaps.Tpo" ".deps/ntpleaps.Po"; else rm -f ".deps/ntpleaps.Tpo"; exit 1; fi if gcc -DHAVE_CONFIG_H -I. -I. -I.. -O2 -march=i486 -mtune=i686 -Wall -MT rfc868time.o -MD -MP -MF ".deps/rfc868time.Tpo" -c -o rfc868time.o rfc868time.c; \ then mv -f ".deps/rfc868time.Tpo" ".deps/rfc868time.Po"; else rm -f ".deps/rfc868time.Tpo"; exit 1; fi rm -f librdate.a ar cru librdate.a arc4random.o ntp.o ntpleaps.o rfc868time.o ranlib librdate.a make[2]: Leaving directory '/usr/src/slapt-src/network/openrdate/openrdate-1.2/src' make[2]: Entering directory '/usr/src/slapt-src/network/openrdate/openrdate-1.2' if gcc -DHAVE_CONFIG_H -I. -I. -I. -O2 -march=i486 -mtune=i686 -Wall -MT rdate.o -MD -MP -MF ".deps/rdate.Tpo" -c -o rdate.o `test -f 'src/rdate.c' || echo './'`src/rdate.c; \ then mv -f ".deps/rdate.Tpo" ".deps/rdate.Po"; else rm -f ".deps/rdate.Tpo"; exit 1; fi gcc -O2 -march=i486 -mtune=i686 -Wall -o rdate rdate.o src/librdate.a -lpthread -lutil -lc make[2]: Leaving directory '/usr/src/slapt-src/network/openrdate/openrdate-1.2' make[1]: Leaving directory '/usr/src/slapt-src/network/openrdate/openrdate-1.2' make INSTALL_PROGRAM="/bin/sh /usr/src/slapt-src/network/openrdate/openrdate-1.2/install-sh -c -s" \ install_sh_PROGRAM="/bin/sh /usr/src/slapt-src/network/openrdate/openrdate-1.2/install-sh -c -s" INSTALL_STRIP_FLAG=-s \ `test -z '' || \ echo "INSTALL_PROGRAM_ENV=STRIPPROG=''"` install make[1]: Entering directory '/usr/src/slapt-src/network/openrdate/openrdate-1.2' Making install in src make[2]: Entering directory '/usr/src/slapt-src/network/openrdate/openrdate-1.2/src' make[3]: Entering directory '/usr/src/slapt-src/network/openrdate/openrdate-1.2/src' make[3]: Nothing to be done for 'install-exec-am'. make[3]: Nothing to be done for 'install-data-am'. make[3]: Leaving directory '/usr/src/slapt-src/network/openrdate/openrdate-1.2/src' make[2]: Leaving directory '/usr/src/slapt-src/network/openrdate/openrdate-1.2/src' make[2]: Entering directory '/usr/src/slapt-src/network/openrdate/openrdate-1.2' make[3]: Entering directory '/usr/src/slapt-src/network/openrdate/openrdate-1.2' test -z "/usr/sbin" || mkdir -p -- "/usr/src/slapt-src/network/openrdate/package-openrdate/usr/sbin" /bin/sh /usr/src/slapt-src/network/openrdate/openrdate-1.2/install-sh -c -s 'rdate' '/usr/src/slapt-src/network/openrdate/package-openrdate/usr/sbin/rdate' test -z "/usr/man/man8" || mkdir -p -- "/usr/src/slapt-src/network/openrdate/package-openrdate/usr/man/man8" /usr/bin/ginstall -c -m 644 './docs/rdate.8' '/usr/src/slapt-src/network/openrdate/package-openrdate/usr/man/man8/rdate.8' make[3]: Leaving directory '/usr/src/slapt-src/network/openrdate/openrdate-1.2' make[2]: Leaving directory '/usr/src/slapt-src/network/openrdate/openrdate-1.2' make[1]: Leaving directory '/usr/src/slapt-src/network/openrdate/openrdate-1.2' Slackware package maker, version 3.141593. 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/network/openrdate/openrdate-1.2-i486-1salix.txz ./ usr/ usr/sbin/ usr/sbin/rdate usr/doc/ usr/doc/openrdate-1.2/ usr/doc/openrdate-1.2/README usr/doc/openrdate-1.2/COPYING usr/doc/openrdate-1.2/NEWS usr/doc/openrdate-1.2/AUTHORS usr/doc/openrdate-1.2/ChangeLog usr/doc/openrdate-1.2/INSTALL usr/doc/openrdate-1.2/openrdate.SlackBuild usr/man/ usr/man/man8/ usr/man/man8/rdate.8.gz install/ install/slack-desc Slackware package /usr/src/slapt-src/network/openrdate/openrdate-1.2-i486-1salix.txz created. Installing package openrdate-1.2-i486-1salix... | openrdate (date/time printing/setting program) | | Good-old rdate date- and time-setting software implementing RFC | 868 (inetd time) and RFC 2030 (SNTP/NTP) protocols. An independent | package of the OpenBSD's rdate program. | | Homepage: http://sourceforge.net/projects/openrdate/ | | | | | |