Cook: at 3.2.1 ================================================================================ QA: checking package receipt... Checking build dependencies... Installing (pkg/local): libgdbm-1.18.1-i486 Installing (pkg/local): perl-core-5.28.1-i486 Installing (pkg/local): perl-5.28.1-i486 Installing (pkg/local): autoconf-2.69-i486 Installing (pkg/local): automake-1.16.2-any Installing (pkg/local): ssmtp-2.64-i486 Extracting source archive "at_3.2.1.orig.tar.gz" Executing: compile_rules CFLAGS : -march=i486 -Os -pipe -mindirect-branch=thunk CXXLAGS : -march=i486 -Os -pipe -mindirect-branch=thunk CPPFLAGS : -D_GLIBCXX_USE_C99_MATH=1 LDFLAGS : -Wl,-Os,--as-needed configure: loading site script /etc/slitaz/cook.site checking build system type... i486-slitaz-linux-gnu checking host system type... i486-slitaz-linux-gnu checking for i486-slitaz-linux-gcc... i486-slitaz-linux-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 i486-slitaz-linux-gcc accepts -g... yes checking for i486-slitaz-linux-gcc option to accept ISO C89... none needed checking for a BSD-compatible install... /usr/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... no checking for dirent.h that defines DIR... yes checking for library containing opendir... none required checking how to run the C preprocessor... i486-slitaz-linux-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... /usr/sbin/sendmail checking etcdir... /etc checking location of pid file... /var/run checking location of spool directory... /var/spool/cron checking jobdir... /var/spool/atd checking atspool... /var/spool/atd checking maximum load average for batch to start jobs... 0.8 checking username to run under... atd checking for is_selinux_enabled in -lselinux... no checking groupname to run under... atd 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 i486-slitaz-linux-gcc -c -I. -march=i486 -Os -pipe -mindirect-branch=thunk -DHAVE_CONFIG_H -DVERSION=\"3.2.1\" -DETCDIR=\"/etc\" -DLOADAVG_MX=0.8 -DDAEMON_USERNAME=\"atd\" -DDAEMON_GROUPNAME=\"atd\" -DLFILE=\"/var/spool/atd/.SEQ\" -Wall at.c In file included from at.c:82: at.c: In function 'main': privs.h:70:10: warning: ignoring return value of 'setreuid', declared with attribute warn_unused_result [-Wunused-result] setreuid(effective_uid, real_uid); \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ at.c:779:5: note: in expansion of macro 'RELINQUISH_PRIVS' RELINQUISH_PRIVS ^~~~~~~~~~~~~~~~ privs.h:71:10: warning: ignoring return value of 'setregid', declared with attribute warn_unused_result [-Wunused-result] setregid(effective_gid, real_gid); \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ at.c:779:5: note: in expansion of macro 'RELINQUISH_PRIVS' RELINQUISH_PRIVS ^~~~~~~~~~~~~~~~ privs.h:93:4: warning: ignoring return value of 'setreuid', declared with attribute warn_unused_result [-Wunused-result] setreuid(real_uid, effective_uid); \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ at.c:914:2: note: in expansion of macro 'REDUCE_PRIV' REDUCE_PRIV(daemon_uid, daemon_gid) ^~~~~~~~~~~ privs.h:94:4: warning: ignoring return value of 'setregid', declared with attribute warn_unused_result [-Wunused-result] setregid(real_gid, effective_gid); \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ at.c:914:2: note: in expansion of macro 'REDUCE_PRIV' REDUCE_PRIV(daemon_uid, daemon_gid) ^~~~~~~~~~~ privs.h:97:4: warning: ignoring return value of 'setregid', declared with attribute warn_unused_result [-Wunused-result] setregid(effective_gid, real_gid); \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ at.c:914:2: note: in expansion of macro 'REDUCE_PRIV' REDUCE_PRIV(daemon_uid, daemon_gid) ^~~~~~~~~~~ privs.h:98:4: warning: ignoring return value of 'setreuid', declared with attribute warn_unused_result [-Wunused-result] setreuid(effective_uid, real_uid); \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ at.c:914:2: note: in expansion of macro 'REDUCE_PRIV' REDUCE_PRIV(daemon_uid, daemon_gid) ^~~~~~~~~~~ privs.h:93:4: warning: ignoring return value of 'setreuid', declared with attribute warn_unused_result [-Wunused-result] setreuid(real_uid, effective_uid); \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ at.c:921:2: note: in expansion of macro 'REDUCE_PRIV' REDUCE_PRIV(daemon_uid, daemon_gid) ^~~~~~~~~~~ privs.h:94:4: warning: ignoring return value of 'setregid', declared with attribute warn_unused_result [-Wunused-result] setregid(real_gid, effective_gid); \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ at.c:921:2: note: in expansion of macro 'REDUCE_PRIV' REDUCE_PRIV(daemon_uid, daemon_gid) ^~~~~~~~~~~ privs.h:97:4: warning: ignoring return value of 'setregid', declared with attribute warn_unused_result [-Wunused-result] setregid(effective_gid, real_gid); \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ at.c:921:2: note: in expansion of macro 'REDUCE_PRIV' REDUCE_PRIV(daemon_uid, daemon_gid) ^~~~~~~~~~~ privs.h:98:4: warning: ignoring return value of 'setreuid', declared with attribute warn_unused_result [-Wunused-result] setreuid(effective_uid, real_uid); \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ at.c:921:2: note: in expansion of macro 'REDUCE_PRIV' REDUCE_PRIV(daemon_uid, daemon_gid) ^~~~~~~~~~~ at.c: In function 'list_jobs': privs.h:84:7: warning: ignoring return value of 'setreuid', declared with attribute warn_unused_result [-Wunused-result] setreuid(real_uid, effective_uid); \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ at.c:607:5: note: in expansion of macro 'PRIV_START' PRIV_START ^~~~~~~~~~ privs.h:85:7: warning: ignoring return value of 'setregid', declared with attribute warn_unused_result [-Wunused-result] setregid(real_gid, effective_gid); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ at.c:607:5: note: in expansion of macro 'PRIV_START' PRIV_START ^~~~~~~~~~ privs.h:88:7: warning: ignoring return value of 'setregid', declared with attribute warn_unused_result [-Wunused-result] setregid(effective_gid, real_gid); \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ at.c:643:5: note: in expansion of macro 'PRIV_END' PRIV_END ^~~~~~~~ privs.h:89:7: warning: ignoring return value of 'setreuid', declared with attribute warn_unused_result [-Wunused-result] setreuid(effective_uid, real_uid); \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ at.c:643:5: note: in expansion of macro 'PRIV_END' PRIV_END ^~~~~~~~ at.c: In function 'process_jobs': privs.h:84:7: warning: ignoring return value of 'setreuid', declared with attribute warn_unused_result [-Wunused-result] setreuid(real_uid, effective_uid); \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ at.c:663:5: note: in expansion of macro 'PRIV_START' PRIV_START ^~~~~~~~~~ privs.h:85:7: warning: ignoring return value of 'setregid', declared with attribute warn_unused_result [-Wunused-result] setregid(real_gid, effective_gid); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ at.c:663:5: note: in expansion of macro 'PRIV_START' PRIV_START ^~~~~~~~~~ privs.h:88:7: warning: ignoring return value of 'setregid', declared with attribute warn_unused_result [-Wunused-result] setregid(effective_gid, real_gid); \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ at.c:671:5: note: in expansion of macro 'PRIV_END' PRIV_END ^~~~~~~~ privs.h:89:7: warning: ignoring return value of 'setreuid', declared with attribute warn_unused_result [-Wunused-result] setreuid(effective_uid, real_uid); \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ at.c:671:5: note: in expansion of macro 'PRIV_END' PRIV_END ^~~~~~~~ privs.h:84:7: warning: ignoring return value of 'setreuid', declared with attribute warn_unused_result [-Wunused-result] setreuid(real_uid, effective_uid); \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ at.c:677:2: note: in expansion of macro 'PRIV_START' PRIV_START ^~~~~~~~~~ privs.h:85:7: warning: ignoring return value of 'setregid', declared with attribute warn_unused_result [-Wunused-result] setregid(real_gid, effective_gid); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ at.c:677:2: note: in expansion of macro 'PRIV_START' PRIV_START ^~~~~~~~~~ privs.h:88:7: warning: ignoring return value of 'setregid', declared with attribute warn_unused_result [-Wunused-result] setregid(effective_gid, real_gid); \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ at.c:680:2: note: in expansion of macro 'PRIV_END' PRIV_END ^~~~~~~~ privs.h:89:7: warning: ignoring return value of 'setreuid', declared with attribute warn_unused_result [-Wunused-result] setreuid(effective_uid, real_uid); \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ at.c:680:2: note: in expansion of macro 'PRIV_END' PRIV_END ^~~~~~~~ at.c:697:21: warning: ignoring return value of 'setregid', declared with attribute warn_unused_result [-Wunused-result] setregid(real_gid, effective_gid); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ at.c:707:21: warning: ignoring return value of 'setregid', declared with attribute warn_unused_result [-Wunused-result] setregid(effective_gid, real_gid); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ at.c:717:4: warning: ignoring return value of 'setregid', declared with attribute warn_unused_result [-Wunused-result] setregid(real_gid, effective_gid); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ at.c:730:4: warning: ignoring return value of 'setregid', declared with attribute warn_unused_result [-Wunused-result] setregid(effective_gid, real_gid); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from at.c:82: at.c: In function 'writefile': privs.h:84:7: warning: ignoring return value of 'setreuid', declared with attribute warn_unused_result [-Wunused-result] setreuid(real_uid, effective_uid); \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ at.c:277:5: note: in expansion of macro 'PRIV_START' PRIV_START ^~~~~~~~~~ privs.h:85:7: warning: ignoring return value of 'setregid', declared with attribute warn_unused_result [-Wunused-result] setregid(real_gid, effective_gid); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ at.c:277:5: note: in expansion of macro 'PRIV_START' PRIV_START ^~~~~~~~~~ at.c:319:9: warning: ignoring return value of 'seteuid', declared with attribute warn_unused_result [-Wunused-result] seteuid(real_uid); ^~~~~~~~~~~~~~~~~ at.c:322:9: warning: ignoring return value of 'seteuid', declared with attribute warn_unused_result [-Wunused-result] seteuid(effective_uid); ^~~~~~~~~~~~~~~~~~~~~~ In file included from at.c:82: privs.h:88:7: warning: ignoring return value of 'setregid', declared with attribute warn_unused_result [-Wunused-result] setregid(effective_gid, real_gid); \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ at.c:332:5: note: in expansion of macro 'PRIV_END' PRIV_END ^~~~~~~~ privs.h:89:7: warning: ignoring return value of 'setreuid', declared with attribute warn_unused_result [-Wunused-result] setreuid(effective_uid, real_uid); \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ at.c:332:5: note: in expansion of macro 'PRIV_END' PRIV_END ^~~~~~~~ privs.h:93:4: warning: ignoring return value of 'setreuid', declared with attribute warn_unused_result [-Wunused-result] setreuid(real_uid, effective_uid); \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ at.c:338:5: note: in expansion of macro 'REDUCE_PRIV' REDUCE_PRIV(daemon_uid, daemon_gid) ^~~~~~~~~~~ privs.h:94:4: warning: ignoring return value of 'setregid', declared with attribute warn_unused_result [-Wunused-result] setregid(real_gid, effective_gid); \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ at.c:338:5: note: in expansion of macro 'REDUCE_PRIV' REDUCE_PRIV(daemon_uid, daemon_gid) ^~~~~~~~~~~ privs.h:97:4: warning: ignoring return value of 'setregid', declared with attribute warn_unused_result [-Wunused-result] setregid(effective_gid, real_gid); \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ at.c:338:5: note: in expansion of macro 'REDUCE_PRIV' REDUCE_PRIV(daemon_uid, daemon_gid) ^~~~~~~~~~~ privs.h:98:4: warning: ignoring return value of 'setreuid', declared with attribute warn_unused_result [-Wunused-result] setreuid(effective_uid, real_uid); \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ at.c:338:5: note: in expansion of macro 'REDUCE_PRIV' REDUCE_PRIV(daemon_uid, daemon_gid) ^~~~~~~~~~~ privs.h:84:7: warning: ignoring return value of 'setreuid', declared with attribute warn_unused_result [-Wunused-result] setreuid(real_uid, effective_uid); \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ at.c:562:5: note: in expansion of macro 'PRIV_START' PRIV_START ^~~~~~~~~~ privs.h:85:7: warning: ignoring return value of 'setregid', declared with attribute warn_unused_result [-Wunused-result] setregid(real_gid, effective_gid); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ at.c:562:5: note: in expansion of macro 'PRIV_START' PRIV_START ^~~~~~~~~~ privs.h:88:7: warning: ignoring return value of 'setregid', declared with attribute warn_unused_result [-Wunused-result] setregid(effective_gid, real_gid); \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ at.c:565:5: note: in expansion of macro 'PRIV_END' PRIV_END ^~~~~~~~ privs.h:89:7: warning: ignoring return value of 'setreuid', declared with attribute warn_unused_result [-Wunused-result] setreuid(effective_uid, real_uid); \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ at.c:565:5: note: in expansion of macro 'PRIV_END' PRIV_END ^~~~~~~~ at.c: In function 'sigc': at.c:154:9: warning: ignoring return value of 'setregid', declared with attribute warn_unused_result [-Wunused-result] setregid(real_gid, effective_gid); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ at.c:156:9: warning: ignoring return value of 'setregid', declared with attribute warn_unused_result [-Wunused-result] setregid(effective_gid, real_gid); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ at.c: In function 'nextjob': at.c:211:2: warning: ignoring return value of 'fscanf', declared with attribute warn_unused_result [-Wunused-result] fscanf(fid, "%5lx", &jobno); ^~~~~~~~~~~~~~~~~~~~~~~~~~~ i486-slitaz-linux-gcc -c -I. -march=i486 -Os -pipe -mindirect-branch=thunk -DHAVE_CONFIG_H -DVERSION=\"3.2.1\" -DETCDIR=\"/etc\" -DLOADAVG_MX=0.8 -DDAEMON_USERNAME=\"atd\" -DDAEMON_GROUPNAME=\"atd\" -DLFILE=\"/var/spool/atd/.SEQ\" -Wall panic.c panic.c: In function 'panic': panic.c:60:2: warning: ignoring return value of 'setregid', declared with attribute warn_unused_result [-Wunused-result] setregid(real_gid, effective_gid); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ panic.c:62:2: warning: ignoring return value of 'setregid', declared with attribute warn_unused_result [-Wunused-result] setregid(effective_gid, real_gid); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ panic.c: In function 'perr': panic.c:82:9: warning: ignoring return value of 'setregid', declared with attribute warn_unused_result [-Wunused-result] setregid(real_gid, effective_gid); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ panic.c:84:9: warning: ignoring return value of 'setregid', declared with attribute warn_unused_result [-Wunused-result] setregid(effective_gid, real_gid); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ i486-slitaz-linux-gcc -c -I. -march=i486 -Os -pipe -mindirect-branch=thunk -DHAVE_CONFIG_H -DVERSION=\"3.2.1\" -DETCDIR=\"/etc\" -DLOADAVG_MX=0.8 -DDAEMON_USERNAME=\"atd\" -DDAEMON_GROUPNAME=\"atd\" -DLFILE=\"/var/spool/atd/.SEQ\" -Wall perm.c In file included from perm.c:41: perm.c: In function 'user_in_file': privs.h:84:7: warning: ignoring return value of 'setreuid', declared with attribute warn_unused_result [-Wunused-result] setreuid(real_uid, effective_uid); \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ perm.c:76:3: note: in expansion of macro 'PRIV_START' PRIV_START; ^~~~~~~~~~ privs.h:85:7: warning: ignoring return value of 'setregid', declared with attribute warn_unused_result [-Wunused-result] setregid(real_gid, effective_gid); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ perm.c:76:3: note: in expansion of macro 'PRIV_START' PRIV_START; ^~~~~~~~~~ privs.h:88:7: warning: ignoring return value of 'setregid', declared with attribute warn_unused_result [-Wunused-result] setregid(effective_gid, real_gid); \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ perm.c:78:3: note: in expansion of macro 'PRIV_END' PRIV_END; ^~~~~~~~ privs.h:89:7: warning: ignoring return value of 'setreuid', declared with attribute warn_unused_result [-Wunused-result] setreuid(effective_uid, real_uid); \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ perm.c:78:3: note: in expansion of macro 'PRIV_END' PRIV_END; ^~~~~~~~ i486-slitaz-linux-gcc -c -I. -march=i486 -Os -pipe -mindirect-branch=thunk -DHAVE_CONFIG_H -DVERSION=\"3.2.1\" -DETCDIR=\"/etc\" -DLOADAVG_MX=0.8 -DDAEMON_USERNAME=\"atd\" -DDAEMON_GROUPNAME=\"atd\" -DLFILE=\"/var/spool/atd/.SEQ\" -Wall posixtm.c bison -y -d parsetime.y i486-slitaz-linux-gcc -c -I. -march=i486 -Os -pipe -mindirect-branch=thunk -DHAVE_CONFIG_H -DVERSION=\"3.2.1\" -DETCDIR=\"/etc\" -DLOADAVG_MX=0.8 -DDAEMON_USERNAME=\"atd\" -DDAEMON_GROUPNAME=\"atd\" -DLFILE=\"/var/spool/atd/.SEQ\" -Wall y.tab.c parsetime.y:13: warning: "__isleap" redefined #define __isleap(y) \ In file included from parsetime.y:2: /usr/include/time.h:187: note: this is the location of the previous definition #define __isleap(year) \ flex -i parsetime.l i486-slitaz-linux-gcc -c -I. -march=i486 -Os -pipe -mindirect-branch=thunk -DHAVE_CONFIG_H -DVERSION=\"3.2.1\" -DETCDIR=\"/etc\" -DLOADAVG_MX=0.8 -DDAEMON_USERNAME=\"atd\" -DDAEMON_GROUPNAME=\"atd\" -DLFILE=\"/var/spool/atd/.SEQ\" -Wall lex.yy.c lex.yy.c:1550:16: warning: 'input' defined but not used [-Wunused-function] #else ^ lex.yy.c:1507:17: warning: 'yyunput' defined but not used [-Wunused-function] ^ i486-slitaz-linux-gcc -Wl,-Os,--as-needed -o at at.o panic.o perm.o posixtm.o y.tab.o lex.yy.o -lfl rm -f atq atrm ln -s -f at atq ln -s -f at atrm i486-slitaz-linux-gcc -c -I. -march=i486 -Os -pipe -mindirect-branch=thunk -DHAVE_CONFIG_H -DVERSION=\"3.2.1\" -DETCDIR=\"/etc\" -DLOADAVG_MX=0.8 -DDAEMON_USERNAME=\"atd\" -DDAEMON_GROUPNAME=\"atd\" -DLFILE=\"/var/spool/atd/.SEQ\" -Wall atd.c atd.c: In function 'run_loop': atd.c:606:10: warning: variable 'batch_queue' set but not used [-Wunused-but-set-variable] char batch_queue = '\0'; ^~~~~~~~~~~ In file included from atd.c:79: atd.c: In function 'main': privs.h:79:10: warning: ignoring return value of 'setregid', declared with attribute warn_unused_result [-Wunused-result] setregid(effective_gid, real_gid); \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ atd.c:817:5: note: in expansion of macro 'RELINQUISH_PRIVS_ROOT' RELINQUISH_PRIVS_ROOT(daemon_uid, daemon_gid) ^~~~~~~~~~~~~~~~~~~~~ privs.h:80:10: warning: ignoring return value of 'setreuid', declared with attribute warn_unused_result [-Wunused-result] setreuid(effective_uid, real_uid); \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ atd.c:817:5: note: in expansion of macro 'RELINQUISH_PRIVS_ROOT' RELINQUISH_PRIVS_ROOT(daemon_uid, daemon_gid) ^~~~~~~~~~~~~~~~~~~~~ atd.c: In function 'run_file': privs.h:84:7: warning: ignoring return value of 'setreuid', declared with attribute warn_unused_result [-Wunused-result] setreuid(real_uid, effective_uid); \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ atd.c:323:5: note: in expansion of macro 'PRIV_START' PRIV_START ^~~~~~~~~~ privs.h:85:7: warning: ignoring return value of 'setregid', declared with attribute warn_unused_result [-Wunused-result] setregid(real_gid, effective_gid); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ atd.c:323:5: note: in expansion of macro 'PRIV_START' PRIV_START ^~~~~~~~~~ privs.h:88:7: warning: ignoring return value of 'setregid', declared with attribute warn_unused_result [-Wunused-result] setregid(effective_gid, real_gid); \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ atd.c:325:5: note: in expansion of macro 'PRIV_END' PRIV_END ^~~~~~~~ privs.h:89:7: warning: ignoring return value of 'setreuid', declared with attribute warn_unused_result [-Wunused-result] setreuid(effective_uid, real_uid); \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ atd.c:325:5: note: in expansion of macro 'PRIV_END' PRIV_END ^~~~~~~~ privs.h:84:7: warning: ignoring return value of 'setreuid', declared with attribute warn_unused_result [-Wunused-result] setreuid(real_uid, effective_uid); \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ atd.c:356:5: note: in expansion of macro 'PRIV_START' PRIV_START ^~~~~~~~~~ privs.h:85:7: warning: ignoring return value of 'setregid', declared with attribute warn_unused_result [-Wunused-result] setregid(real_gid, effective_gid); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ atd.c:356:5: note: in expansion of macro 'PRIV_START' PRIV_START ^~~~~~~~~~ privs.h:88:7: warning: ignoring return value of 'setregid', declared with attribute warn_unused_result [-Wunused-result] setregid(effective_gid, real_gid); \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ atd.c:360:5: note: in expansion of macro 'PRIV_END' PRIV_END ^~~~~~~~ privs.h:89:7: warning: ignoring return value of 'setreuid', declared with attribute warn_unused_result [-Wunused-result] setreuid(effective_uid, real_uid); \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ atd.c:360:5: note: in expansion of macro 'PRIV_END' PRIV_END ^~~~~~~~ privs.h:84:7: warning: ignoring return value of 'setreuid', declared with attribute warn_unused_result [-Wunused-result] setreuid(real_uid, effective_uid); \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ atd.c:438:5: note: in expansion of macro 'PRIV_START' PRIV_START ^~~~~~~~~~ privs.h:85:7: warning: ignoring return value of 'setregid', declared with attribute warn_unused_result [-Wunused-result] setregid(real_gid, effective_gid); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ atd.c:438:5: note: in expansion of macro 'PRIV_START' PRIV_START ^~~~~~~~~~ privs.h:88:7: warning: ignoring return value of 'setregid', declared with attribute warn_unused_result [-Wunused-result] setregid(effective_gid, real_gid); \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ atd.c:442:5: note: in expansion of macro 'PRIV_END' PRIV_END ^~~~~~~~ privs.h:89:7: warning: ignoring return value of 'setreuid', declared with attribute warn_unused_result [-Wunused-result] setreuid(effective_uid, real_uid); \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ atd.c:442:5: note: in expansion of macro 'PRIV_END' PRIV_END ^~~~~~~~ privs.h:84:7: warning: ignoring return value of 'setreuid', declared with attribute warn_unused_result [-Wunused-result] setreuid(real_uid, effective_uid); \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ atd.c:495:2: note: in expansion of macro 'PRIV_START' PRIV_START ^~~~~~~~~~ privs.h:85:7: warning: ignoring return value of 'setregid', declared with attribute warn_unused_result [-Wunused-result] setregid(real_gid, effective_gid); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ atd.c:495:2: note: in expansion of macro 'PRIV_START' PRIV_START ^~~~~~~~~~ atd.c:497:6: warning: ignoring return value of 'nice', declared with attribute warn_unused_result [-Wunused-result] nice((tolower((int) queue) - 'a') * 2); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ atd.c:515:6: warning: ignoring return value of 'chdir', declared with attribute warn_unused_result [-Wunused-result] chdir("/"); ^~~~~~~~~~ In file included from atd.c:79: privs.h:88:7: warning: ignoring return value of 'setregid', declared with attribute warn_unused_result [-Wunused-result] setregid(effective_gid, real_gid); \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ atd.c:520:2: note: in expansion of macro 'PRIV_END' PRIV_END ^~~~~~~~ privs.h:89:7: warning: ignoring return value of 'setreuid', declared with attribute warn_unused_result [-Wunused-result] setreuid(effective_uid, real_uid); \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ atd.c:520:2: note: in expansion of macro 'PRIV_END' PRIV_END ^~~~~~~~ atd.c:566:5: warning: ignoring return value of 'chdir', declared with attribute warn_unused_result [-Wunused-result] chdir(ATJOB_DIR); ^~~~~~~~~~~~~~~~ In file included from atd.c:79: privs.h:84:7: warning: ignoring return value of 'setreuid', declared with attribute warn_unused_result [-Wunused-result] setreuid(real_uid, effective_uid); \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ atd.c:572:2: note: in expansion of macro 'PRIV_START' PRIV_START ^~~~~~~~~~ privs.h:85:7: warning: ignoring return value of 'setregid', declared with attribute warn_unused_result [-Wunused-result] setregid(real_gid, effective_gid); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ atd.c:572:2: note: in expansion of macro 'PRIV_START' PRIV_START ^~~~~~~~~~ atd.c:583:6: warning: ignoring return value of 'chdir', declared with attribute warn_unused_result [-Wunused-result] chdir ("/"); ^~~~~~~~~~~ In file included from atd.c:79: privs.h:88:7: warning: ignoring return value of 'setregid', declared with attribute warn_unused_result [-Wunused-result] setregid(effective_gid, real_gid); \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ atd.c:592:2: note: in expansion of macro 'PRIV_END' PRIV_END ^~~~~~~~ privs.h:89:7: warning: ignoring return value of 'setreuid', declared with attribute warn_unused_result [-Wunused-result] setreuid(effective_uid, real_uid); \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ atd.c:592:2: note: in expansion of macro 'PRIV_END' PRIV_END ^~~~~~~~ i486-slitaz-linux-gcc -c -I. -march=i486 -Os -pipe -mindirect-branch=thunk -DHAVE_CONFIG_H -DVERSION=\"3.2.1\" -DETCDIR=\"/etc\" -DLOADAVG_MX=0.8 -DDAEMON_USERNAME=\"atd\" -DDAEMON_GROUPNAME=\"atd\" -DLFILE=\"/var/spool/atd/.SEQ\" -Wall daemon.c daemon.c: In function 'daemon_setup': daemon.c:124:12: warning: variable 'old_umask' set but not used [-Wunused-but-set-variable] mode_t old_umask; ^~~~~~~~~ In file included from daemon.c:49: privs.h:84:7: warning: ignoring return value of 'setreuid', declared with attribute warn_unused_result [-Wunused-result] setreuid(real_uid, effective_uid); \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ daemon.c:152:5: note: in expansion of macro 'PRIV_START' PRIV_START ^~~~~~~~~~ privs.h:85:7: warning: ignoring return value of 'setregid', declared with attribute warn_unused_result [-Wunused-result] setregid(real_gid, effective_gid); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ daemon.c:152:5: note: in expansion of macro 'PRIV_START' PRIV_START ^~~~~~~~~~ privs.h:88:7: warning: ignoring return value of 'setregid', declared with attribute warn_unused_result [-Wunused-result] setregid(effective_gid, real_gid); \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ daemon.c:209:5: note: in expansion of macro 'PRIV_END' PRIV_END ^~~~~~~~ privs.h:89:7: warning: ignoring return value of 'setreuid', declared with attribute warn_unused_result [-Wunused-result] setreuid(effective_uid, real_uid); \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ daemon.c:209:5: note: in expansion of macro 'PRIV_END' PRIV_END ^~~~~~~~ daemon.c: In function 'daemon_cleanup': privs.h:84:7: warning: ignoring return value of 'setreuid', declared with attribute warn_unused_result [-Wunused-result] setreuid(real_uid, effective_uid); \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ daemon.c:217:5: note: in expansion of macro 'PRIV_START' PRIV_START ^~~~~~~~~~ privs.h:85:7: warning: ignoring return value of 'setregid', declared with attribute warn_unused_result [-Wunused-result] setregid(real_gid, effective_gid); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ daemon.c:217:5: note: in expansion of macro 'PRIV_START' PRIV_START ^~~~~~~~~~ privs.h:88:7: warning: ignoring return value of 'setregid', declared with attribute warn_unused_result [-Wunused-result] setregid(effective_gid, real_gid); \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ daemon.c:221:5: note: in expansion of macro 'PRIV_END' PRIV_END ^~~~~~~~ privs.h:89:7: warning: ignoring return value of 'setreuid', declared with attribute warn_unused_result [-Wunused-result] setreuid(effective_uid, real_uid); \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ daemon.c:221:5: note: in expansion of macro 'PRIV_END' PRIV_END ^~~~~~~~ i486-slitaz-linux-gcc -Wl,-Os,--as-needed -o atd atd.o daemon.o cat atd.service.in | sed -e 's![@]sbindir[@]!/usr/sbin!g' | sed -e 's![@]atjobdir[@]!/var/spool/atd!g' > atd.service /usr/bin/install -c -g root -o root -m 755 -d /home/slitaz/wok/at/install/etc /usr/bin/install -c -g root -o root -m 755 -d /home/slitaz/wok/at/install/usr/bin /usr/bin/install -c -g root -o root -m 755 -d /home/slitaz/wok/at/install/usr/sbin /usr/bin/install -c -g root -o root -m 755 -d /home/slitaz/wok/at/install/usr/share/doc/at-3.2.1 /usr/bin/install -c -g root -o root -m 755 -d /home/slitaz/wok/at/install/usr/share/doc/at-3.2.1 /usr/bin/install -c -g atd -o atd -m 755 -d /home/slitaz/wok/at/install/var/spool/atd /home/slitaz/wok/at/install/var/spool/atd chmod 1770 /home/slitaz/wok/at/install/var/spool/atd /home/slitaz/wok/at/install/var/spool/atd touch /home/slitaz/wok/at/install/var/spool/atd/.SEQ chmod 600 /home/slitaz/wok/at/install/var/spool/atd/.SEQ chown atd:atd /home/slitaz/wok/at/install/var/spool/atd/.SEQ test -f /home/slitaz/wok/at/install/etc/at.allow || test -f /home/slitaz/wok/at/install/etc/at.deny || /usr/bin/install -c -o root -g atd -m 640 at.deny /home/slitaz/wok/at/install/etc/ /usr/bin/install -c -g atd -o atd -m 6755 at /home/slitaz/wok/at/install/usr/bin ln -s -f at /home/slitaz/wok/at/install/usr/bin/atq ln -s -f at /home/slitaz/wok/at/install/usr/bin/atrm /usr/bin/install -c -g root -o root -m 755 batch /home/slitaz/wok/at/install/usr/bin /usr/bin/install -c -d -o root -g root -m 755 /home/slitaz/wok/at/install/usr/share/man/man1 /usr/bin/install -c -d -o root -g root -m 755 /home/slitaz/wok/at/install/usr/share/man/man5 /usr/bin/install -c -d -o root -g root -m 755 /home/slitaz/wok/at/install/usr/share/man/man8 /usr/bin/install -c -g root -o root -m 755 atd /home/slitaz/wok/at/install/usr/sbin /usr/bin/install -c -g root -o root -m 755 atrun /home/slitaz/wok/at/install/usr/sbin /usr/bin/install -c -g root -o root -m 644 at.1 /home/slitaz/wok/at/install/usr/share/man/man1/ cd /home/slitaz/wok/at/install/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 /usr/bin/install -c -g root -o root -m 644 atd.8 /home/slitaz/wok/at/install/usr/share/man/man8/ sed "s,\${exec_prefix},/usr,g" tmpman /usr/bin/install -c -g root -o root -m 644 tmpman /home/slitaz/wok/at/install/usr/share/man/man8/atrun.8 rm -f tmpman /usr/bin/install -c -g root -o root -m 644 at.allow.5 /home/slitaz/wok/at/install/usr/share/man/man5/ cd /home/slitaz/wok/at/install/usr/share/man/man5 && ln -s -f at.allow.5 at.deny.5 /usr/bin/install -c -g root -o root -m 644 Problems Copyright README ChangeLog timespec /home/slitaz/wok/at/install/usr/share/doc/at-3.2.1 rm -f /home/slitaz/wok/at/install/usr/share/man/cat1/at.1* /home/slitaz/wok/at/install/usr/share/man/cat1/batch.1* \ /home/slitaz/wok/at/install/usr/share/man/cat1/atq.1* rm -f /home/slitaz/wok/at/install/usr/share/man/cat1/atd.8* if test x"no" != xno; then \ /usr/bin/install -c -o root -g root -m 755 -d /home/slitaz/wok/at/installno; \ /usr/bin/install -c -o root -g root -m 644 atd.service /home/slitaz/wok/at/installno; \ fi ================================================================================ Executing strip on all files... Done Time: 1.09s. Size: 89360 B -> 64200 B. Save: 25 KB. Installing (pkg/local): advancecomp-static-2.1-i486 Compressing man pages... Done Time: 2.30s. Size: 9101 B -> 4195 B. Save: 5 KB. Cache hit: 4/4. ================================================================================ Build dependencies to remove: 7 Removing: advancecomp-static autoconf automake libgdbm perl perl-core ssmtp Pack: at 3.2.1 ================================================================================ Executing: genpkg_rules Copying folders and files... Done Copying "receipt"... Done Determining package architecture... i486 Creating the list of files... Done Creating md5sum of files... Done Compressing the FS... Done Creating full cpio archive... Done QA: checking for empty package... Done Removing old package "at-3.2.1-i486.tazpkg" Done The release checksum has changed. ================================================================================ Package "at-3.2.1-i486.tazpkg" created Post-check ================================================================================ Checking build... Done Checking 'any' arch... Done Checking libtool in source/at-3.2.1... Done Checking site script in source/at-3.2.1... Done Checking ownership in install... Failed Problems found: 17:17:/usr/bin/at 17:17:/var/spool/atd/.SEQ Checking permissions in install... Failed Problems found: 0640 /etc/at.deny 1770 /var/spool/atd/ 0600 /var/spool/atd/.SEQ Checking broken symlinks in install... Done Querying Repology... Done Updating activity log... Done ================================================================================ Summary for: at 3.2.1 ================================================================================ Src file : at_3.2.1.orig.tar.gz Src size : 128.0K Source dir : 1.5M Produced : 188.0K Cook time : 23s Cook date : 2020-07-07 03:39 Target arch : i486 -------------------------------------------------------------------------------- # : Packed : Compressed : Files : Package name -------------------------------------------------------------------------------- 1 : 136.0K : 22.3K : 9 : at-3.2.1-i486.tazpkg ================================================================================