at_3.1.16.orig.tar.gz
patching file parsetime.y
patching file Makefile.in
checking build system type... armv7l-unknown-linux-gnueabi
checking host system type... armv7l-unknown-linux-gnueabi
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 a BSD-compatible install... /bin/install -c
checking whether ln -s works... yes
checking for bison... bison -y
checking for flex... flex
checking lex output file root... lex.yy
checking lex library... -lfl
checking whether yytext is a pointer... yes
checking HP-UX -Aa... no
checking __attribute__((noreturn))... yes
checking for yywrap in -lfl... yes
checking for dirent.h that defines DIR... yes
checking for library containing opendir... none required
checking how to run the C preprocessor... gcc -E
checking for grep that handles long lines and -e... /bin/grep
checking for egrep... /bin/grep -E
checking for ANSI C header files... yes
checking for sys/wait.h that is POSIX.1 compatible... 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 syslog.h usability... yes
checking syslog.h presence... yes
checking for syslog.h... yes
checking for unistd.h... (cached) yes
checking errno.h usability... yes
checking errno.h presence... yes
checking for errno.h... yes
checking sys/fcntl.h usability... yes
checking sys/fcntl.h presence... yes
checking for sys/fcntl.h... yes
checking getopt.h usability... yes
checking getopt.h presence... yes
checking for getopt.h... yes
checking stdarg.h usability... yes
checking stdarg.h presence... yes
checking for stdarg.h... yes
checking for an ANSI C-conforming const... yes
checking return type of signal handlers... void
checking for uid_t in sys/types.h... yes
checking for mode_t... yes
checking for off_t... yes
checking for pid_t... yes
checking for size_t... yes
checking whether struct tm is in sys/time.h or time.h... time.h
checking for vprintf... yes
checking for _doprnt... no
checking for getloadavg... yes
checking for pstat_getdynamic... no
checking for kstat_open in -lkstat... no
checking for getloadavg... yes
checking whether getloadavg requires setgid... no
checking for getcwd... yes
checking for mktime... yes
checking for strftime... yes
checking for setreuid... yes
checking for setresuid... yes
checking for sigaction... yes
checking for waitpid... yes
checking security/pam_appl.h usability... no
checking security/pam_appl.h presence... no
checking for security/pam_appl.h... no
checking for sendmail... /bin/sendmail
checking etcdir... /etc
checking location of pid file... /etc
checking location of spool directory... not found
checking jobdir... /var/spool/cron
checking atspool... /var/spool/cron
checking maximum load average for batch to start jobs... 0.8
checking username to run under... daemon
checking groupname to run under... daemon
configure: creating ./config.status
config.status: creating Makefile
config.status: WARNING:  'Makefile.in' seems to ignore the --datarootdir setting
config.status: creating atrun
config.status: creating atd.8
config.status: creating atrun.8
config.status: creating at.1
config.status: creating at.allow.5
config.status: creating batch
config.status: creating config.h
gcc -c -I. -O2 -g -Wall -DHAVE_CONFIG_H -DVERSION=\"3.1.16\" -DETCDIR=\"/etc\" -DLOADAVG_MX=0.8 -DDAEMON_USERNAME=\"daemon\" -DDAEMON_GROUPNAME=\"daemon\" -DLFILE=\"/var/spool/cron/.SEQ\" -Wall at.c
gcc -c -I. -O2 -g -Wall -DHAVE_CONFIG_H -DVERSION=\"3.1.16\" -DETCDIR=\"/etc\" -DLOADAVG_MX=0.8 -DDAEMON_USERNAME=\"daemon\" -DDAEMON_GROUPNAME=\"daemon\" -DLFILE=\"/var/spool/cron/.SEQ\" -Wall panic.c
gcc -c -I. -O2 -g -Wall -DHAVE_CONFIG_H -DVERSION=\"3.1.16\" -DETCDIR=\"/etc\" -DLOADAVG_MX=0.8 -DDAEMON_USERNAME=\"daemon\" -DDAEMON_GROUPNAME=\"daemon\" -DLFILE=\"/var/spool/cron/.SEQ\" -Wall perm.c
gcc -c -I. -O2 -g -Wall -DHAVE_CONFIG_H -DVERSION=\"3.1.16\" -DETCDIR=\"/etc\" -DLOADAVG_MX=0.8 -DDAEMON_USERNAME=\"daemon\" -DDAEMON_GROUPNAME=\"daemon\" -DLFILE=\"/var/spool/cron/.SEQ\" -Wall posixtm.c
bison -y -d parsetime.y
gcc -c -I. -O2 -g -Wall -DHAVE_CONFIG_H -DVERSION=\"3.1.16\" -DETCDIR=\"/etc\" -DLOADAVG_MX=0.8 -DDAEMON_USERNAME=\"daemon\" -DDAEMON_GROUPNAME=\"daemon\" -DLFILE=\"/var/spool/cron/.SEQ\" -Wall y.tab.c
flex -i parsetime.l
gcc -c -I. -O2 -g -Wall -DHAVE_CONFIG_H -DVERSION=\"3.1.16\" -DETCDIR=\"/etc\" -DLOADAVG_MX=0.8 -DDAEMON_USERNAME=\"daemon\" -DDAEMON_GROUPNAME=\"daemon\" -DLFILE=\"/var/spool/cron/.SEQ\" -Wall lex.yy.c
lex.yy.c:1498:17: warning: 'yyunput' defined but not used [-Wunused-function]
lex.yy.c:1539:16: warning: 'input' defined but not used [-Wunused-function]
gcc  -o at at.o panic.o perm.o posixtm.o y.tab.o lex.yy.o -lfl  -lfl
rm -f atq atrm
ln -s -f at atq
ln -s -f at atrm
gcc -c -I. -O2 -g -Wall -DHAVE_CONFIG_H -DVERSION=\"3.1.16\" -DETCDIR=\"/etc\" -DLOADAVG_MX=0.8 -DDAEMON_USERNAME=\"daemon\" -DDAEMON_GROUPNAME=\"daemon\" -DLFILE=\"/var/spool/cron/.SEQ\" -Wall atd.c
atd.c: In function 'run_loop':
atd.c:527:10: warning: variable 'batch_queue' set but not used [-Wunused-but-set-variable]
gcc -c -I. -O2 -g -Wall -DHAVE_CONFIG_H -DVERSION=\"3.1.16\" -DETCDIR=\"/etc\" -DLOADAVG_MX=0.8 -DDAEMON_USERNAME=\"daemon\" -DDAEMON_GROUPNAME=\"daemon\" -DLFILE=\"/var/spool/cron/.SEQ\" -Wall daemon.c
daemon.c: In function 'daemon_setup':
daemon.c:108:12: warning: variable 'old_umask' set but not used [-Wunused-but-set-variable]
gcc  -o atd atd.o daemon.o  -lfl  
sed -e 's![@]sbindir[@]!/usr/sbin!g' < atd.service.in > atd.service
/bin/install -c -m 755 -d /tmp/tmp.MOHPei/etc
/bin/install -c -m 755 -d /tmp/tmp.MOHPei/usr/bin
/bin/install -c -m 755 -d /tmp/tmp.MOHPei/usr/sbin
/bin/install -c -m 755 -d /tmp/tmp.MOHPei/usr/doc
/bin/install -c -m 755 -d /tmp/tmp.MOHPei/usr/doc/at
/bin/install -c -m 755 -d /tmp/tmp.MOHPei/var/spool/cron /tmp/tmp.MOHPei/var/spool/cron
chmod 1770 /tmp/tmp.MOHPei/var/spool/cron /tmp/tmp.MOHPei/var/spool/cron
touch /tmp/tmp.MOHPei/var/spool/cron/.SEQ
chmod 600 /tmp/tmp.MOHPei/var/spool/cron/.SEQ
test -f /tmp/tmp.MOHPei/etc/at.allow || test -f /tmp/tmp.MOHPei/etc/at.deny || /bin/install -c -m 640 at.deny /tmp/tmp.MOHPei/etc/
/bin/install -c -m 6755 at /tmp/tmp.MOHPei/usr/bin
ln -s -f at /tmp/tmp.MOHPei/usr/bin/atq
ln -s -f at /tmp/tmp.MOHPei/usr/bin/atrm
/bin/install -c -m 755 batch /tmp/tmp.MOHPei/usr/bin
/bin/install -c -d -m 755 /tmp/tmp.MOHPei/usr/share/man/man1
/bin/install -c -d -m 755 /tmp/tmp.MOHPei/usr/share/man/man5
/bin/install -c -d -m 755 /tmp/tmp.MOHPei/usr/share/man/man8
/bin/install -c -m 755 atd /tmp/tmp.MOHPei/usr/sbin
/bin/install -c -m 755 atrun /tmp/tmp.MOHPei/usr/sbin
/bin/install -c -m 644 at.1 /tmp/tmp.MOHPei/usr/share/man/man1/
cd /tmp/tmp.MOHPei/usr/share/man/man1 && ln -s -f at.1 atq.1 && ln -s -f at.1 batch.1 && ln -s -f at.1 atrm.1
/bin/install -c -m 644 atd.8 /tmp/tmp.MOHPei/usr/share/man/man8/
sed "s,\${exec_prefix},/usr,g" <atrun.8>tmpman
/bin/install -c -m 644 tmpman /tmp/tmp.MOHPei/usr/share/man/man8/atrun.8
rm -f tmpman
/bin/install -c -m 644 at.allow.5 /tmp/tmp.MOHPei/usr/share/man/man5/
cd /tmp/tmp.MOHPei/usr/share/man/man5 && ln -s -f at.allow.5 at.deny.5
/bin/install -c -m 644 Problems Copyright README ChangeLog timespec /tmp/tmp.MOHPei/usr/doc/at
rm -f /tmp/tmp.MOHPei/usr/share/man/cat1/at.1* /tmp/tmp.MOHPei/usr/share/man/cat1/batch.1* \
	/tmp/tmp.MOHPei/usr/share/man/cat1/atq.1*
rm -f /tmp/tmp.MOHPei/usr/share/man/cat1/atd.8*
if test x"no" != xno; then \
	/bin/install -c -m 755 -d /tmp/tmp.MOHPeino; \
	/bin/install -c -m 644 atd.service /tmp/tmp.MOHPeino; \
fi