Package: at
Version: 3.1.12

make -j24 output is :

i586-mandriva-linux-gnu-gcc -c -I. -O2 -g -pipe -Wformat 
-Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector 
--param=ssp-buffer-size=4 -fstack-protector-all -fomit-frame-pointer 
-march=i586 -mtune=generic -fasynchronous-unwind-tables -DHAVE_CONFIG_H 
-DVERSION=\"3.1.11\" -DETCDIR=\"/etc\" -DLOADAVG_MX=0.8 
-DDAEMON_USERNAME=\"daemon\" -DDAEMON_GROUPNAME=\"daemon\" 
-DLFILE=\"/var/spool/at/.SEQ\" -Wall at.c
i586-mandriva-linux-gnu-gcc -c -I. -O2 -g -pipe -Wformat 
-Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector 
--param=ssp-buffer-size=4 -fstack-protector-all -fomit-frame-pointer 
-march=i586 -mtune=generic -fasynchronous-unwind-tables -DHAVE_CONFIG_H 
-DVERSION=\"3.1.11\" -DETCDIR=\"/etc\" -DLOADAVG_MX=0.8 
-DDAEMON_USERNAME=\"daemon\" -DDAEMON_GROUPNAME=\"daemon\" 
-DLFILE=\"/var/spool/at/.SEQ\" -Wall panic.c
i586-mandriva-linux-gnu-gcc -c -I. -O2 -g -pipe -Wformat 
-Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector 
--param=ssp-buffer-size=4 -fstack-protector-all -fomit-frame-pointer 
-march=i586 -mtune=generic -fasynchronous-unwind-tables -DHAVE_CONFIG_H 
-DVERSION=\"3.1.11\" -DETCDIR=\"/etc\" -DLOADAVG_MX=0.8 
-DDAEMON_USERNAME=\"daemon\" -DDAEMON_GROUPNAME=\"daemon\" 
-DLFILE=\"/var/spool/at/.SEQ\" -Wall perm.c
i586-mandriva-linux-gnu-gcc -c -I. -O2 -g -pipe -Wformat 
-Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector 
--param=ssp-buffer-size=4 -fstack-protector-all -fomit-frame-pointer 
-march=i586 -mtune=generic -fasynchronous-unwind-tables -DHAVE_CONFIG_H 
-DVERSION=\"3.1.11\" -DETCDIR=\"/etc\" -DLOADAVG_MX=0.8 
-DDAEMON_USERNAME=\"daemon\" -DDAEMON_GROUPNAME=\"daemon\" 
-DLFILE=\"/var/spool/at/.SEQ\" -Wall posixtm.c
bison -y -d parsetime.y
flex -i parsetime.l
i586-mandriva-linux-gnu-gcc -c -I. -O2 -g -pipe -Wformat 
-Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector 
--param=ssp-buffer-size=4 -fstack-protector-all -fomit-frame-pointer 
-march=i586 -mtune=generic -fasynchronous-unwind-tables -DHAVE_CONFIG_H 
-DVERSION=\"3.1.11\" -DETCDIR=\"/etc\" -DLOADAVG_MX=0.8 
-DDAEMON_USERNAME=\"daemon\" -DDAEMON_GROUPNAME=\"daemon\" 
-DLFILE=\"/var/spool/at/.SEQ\" -Wall atd.c
i586-mandriva-linux-gnu-gcc -c -I. -O2 -g -pipe -Wformat 
-Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector 
--param=ssp-buffer-size=4 -fstack-protector-all -fomit-frame-pointer 
-march=i586 -mtune=generic -fasynchronous-unwind-tables -DHAVE_CONFIG_H 
-DVERSION=\"3.1.11\" -DETCDIR=\"/etc\" -DLOADAVG_MX=0.8 
-DDAEMON_USERNAME=\"daemon\" -DDAEMON_GROUPNAME=\"daemon\" 
-DLFILE=\"/var/spool/at/.SEQ\" -Wall daemon.c
i586-mandriva-linux-gnu-gcc -c -I. -O2 -g -pipe -Wformat 
-Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector 
--param=ssp-buffer-size=4 -fstack-protector-all -fomit-frame-pointer 
-march=i586 -mtune=generic -fasynchronous-unwind-tables -DHAVE_CONFIG_H 
-DVERSION=\"3.1.11\" -DETCDIR=\"/etc\" -DLOADAVG_MX=0.8 
-DDAEMON_USERNAME=\"daemon\" -DDAEMON_GROUPNAME=\"daemon\" 
-DLFILE=\"/var/spool/at/.SEQ\" -Wall lex.yy.c
at.c: In function 'nextjob':
at.c:207: warning: ignoring return value of 'fscanf', declared with attribute 
warn_unused_result
at.c: In function 'writefile':
at.c:404: warning: ignoring return value of 'fwrite', declared with attribute 
warn_unused_result
at.c:436: warning: ignoring return value of 'fwrite', declared with attribute 
warn_unused_result
parsetime.l:5:19: error: y.tab.h: No such file or directory

Here is a patch which fixes the build but I'm not totally happy with it as 
bison seems now to run twice:

gcc -c -I. -O2 -g -pipe -Wformat -Werror=format-security 
-Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector 
--param=ssp-buffer-size=4 -fstack-protector-all -fomit-frame-pointer 
-march=i586 -mtune=generic -fasynchronous-unwind-tables -DHAVE_CONFIG_H 
-DVERSION=\"3.1.12\" -DETCDIR=\"/etc\" -DLOADAVG_MX=0.8 
-DDAEMON_USERNAME=\"daemon\" -DDAEMON_GROUPNAME=\"daemon\" 
-DLFILE=\"/var/spool/at/.SEQ\" -Wall at.c
gcc -c -I. -O2 -g -pipe -Wformat -Werror=format-security 
-Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector 
--param=ssp-buffer-size=4 -fstack-protector-all -fomit-frame-pointer 
-march=i586 -mtune=generic -fasynchronous-unwind-tables -DHAVE_CONFIG_H 
-DVERSION=\"3.1.12\" -DETCDIR=\"/etc\" -DLOADAVG_MX=0.8 
-DDAEMON_USERNAME=\"daemon\" -DDAEMON_GROUPNAME=\"daemon\" 
-DLFILE=\"/var/spool/at/.SEQ\" -Wall panic.c
gcc -c -I. -O2 -g -pipe -Wformat -Werror=format-security 
-Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector 
--param=ssp-buffer-size=4 -fstack-protector-all -fomit-frame-pointer 
-march=i586 -mtune=generic -fasynchronous-unwind-tables -DHAVE_CONFIG_H 
-DVERSION=\"3.1.12\" -DETCDIR=\"/etc\" -DLOADAVG_MX=0.8 
-DDAEMON_USERNAME=\"daemon\" -DDAEMON_GROUPNAME=\"daemon\" 
-DLFILE=\"/var/spool/at/.SEQ\" -Wall perm.c
gcc -c -I. -O2 -g -pipe -Wformat -Werror=format-security 
-Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector 
--param=ssp-buffer-size=4 -fstack-protector-all -fomit-frame-pointer 
-march=i586 -mtune=generic -fasynchronous-unwind-tables -DHAVE_CONFIG_H 
-DVERSION=\"3.1.12\" -DETCDIR=\"/etc\" -DLOADAVG_MX=0.8 
-DDAEMON_USERNAME=\"daemon\" -DDAEMON_GROUPNAME=\"daemon\" 
-DLFILE=\"/var/spool/at/.SEQ\" -Wall posixtm.c
bison -y -d parsetime.y
bison -y -d parsetime.y
gcc -c -I. -O2 -g -pipe -Wformat -Werror=format-security 
-Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector 
--param=ssp-buffer-size=4 -fstack-protector-all -fomit-frame-pointer 
-march=i586 -mtune=generic -fasynchronous-unwind-tables -DHAVE_CONFIG_H 
-DVERSION=\"3.1.12\" -DETCDIR=\"/etc\" -DLOADAVG_MX=0.8 
-DDAEMON_USERNAME=\"daemon\" -DDAEMON_GROUPNAME=\"daemon\" 
-DLFILE=\"/var/spool/at/.SEQ\" -Wall atd.c
gcc -c -I. -O2 -g -pipe -Wformat -Werror=format-security 
-Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector 
--param=ssp-buffer-size=4 -fstack-protector-all -fomit-frame-pointer 
-march=i586 -mtune=generic -fasynchronous-unwind-tables -DHAVE_CONFIG_H 
-DVERSION=\"3.1.12\" -DETCDIR=\"/etc\" -DLOADAVG_MX=0.8 
-DDAEMON_USERNAME=\"daemon\" -DDAEMON_GROUPNAME=\"daemon\" 
-DLFILE=\"/var/spool/at/.SEQ\" -Wall daemon.c
at.c: In function 'nextjob':
at.c:210: warning: ignoring return value of 'fscanf', declared with attribute 
warn_unused_result
at.c: In function 'writefile':
at.c:407: warning: ignoring return value of 'fwrite', declared with attribute 
warn_unused_result
at.c:439: warning: ignoring return value of 'fwrite', declared with attribute 
warn_unused_result
atd.c: In function 'run_file':
atd.c:427: warning: ignoring return value of 'nice', declared with attribute 
warn_unused_result
atd.c:441: warning: ignoring return value of 'chdir', declared with attribute 
warn_unused_result
atd.c:492: warning: ignoring return value of 'chdir', declared with attribute 
warn_unused_result
atd.c:509: warning: ignoring return value of 'chdir', declared with attribute 
warn_unused_result
flex -i parsetime.l
gcc -c -I. -O2 -g -pipe -Wformat -Werror=format-security 
-Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector 
--param=ssp-buffer-size=4 -fstack-protector-all -fomit-frame-pointer 
-march=i586 -mtune=generic -fasynchronous-unwind-tables -DHAVE_CONFIG_H 
-DVERSION=\"3.1.12\" -DETCDIR=\"/etc\" -DLOADAVG_MX=0.8 
-DDAEMON_USERNAME=\"daemon\" -DDAEMON_GROUPNAME=\"daemon\" 
-DLFILE=\"/var/spool/at/.SEQ\" -Wall y.tab.c
gcc -c -I. -O2 -g -pipe -Wformat -Werror=format-security 
-Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector 
--param=ssp-buffer-size=4 -fstack-protector-all -fomit-frame-pointer 
-march=i586 -mtune=generic -fasynchronous-unwind-tables -DHAVE_CONFIG_H 
-DVERSION=\"3.1.12\" -DETCDIR=\"/etc\" -DLOADAVG_MX=0.8 
-DDAEMON_USERNAME=\"daemon\" -DDAEMON_GROUPNAME=\"daemon\" 
-DLFILE=\"/var/spool/at/.SEQ\" -Wall lex.yy.c
lex.yy.c:1498: warning: 'yyunput' defined but not used
lex.yy.c:1539: warning: 'input' defined but not used
gcc -I. -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 
-fexceptions -fstack-protector --param=ssp-buffer-size=4 -fstack-protector-all 
-fomit-frame-pointer -march=i586 -mtune=generic -fasynchronous-unwind-tables -o 
atd atd.o daemon.o  -lfl  -lpam
gcc -I. -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 
-fexceptions -fstack-protector --param=ssp-buffer-size=4 -fstack-protector-all 
-fomit-frame-pointer -march=i586 -mtune=generic -fasynchronous-unwind-tables -o 
at at.o panic.o perm.o posixtm.o y.tab.o lex.yy.o -lfl  -lfl


--- Makefile.in~	2009-12-07 13:46:26.000000000 +0100
+++ Makefile.in	2009-12-07 13:51:14.000000000 +0100
@@ -76,7 +76,7 @@
 y.tab.c y.tab.h: parsetime.y
 	$(YACC) -d parsetime.y
 
-lex.yy.c: parsetime.l
+lex.yy.c: parsetime.l y.tab.h
 	$(LEX) -i parsetime.l
 
 atrun: atrun.in

Reply via email to