This is not exactly an error. It is more a feature. I don't have any
mail program in the building machine. So "at" fails during compile time.
Maybe an add up to requires would help to overpass this situation? This
problem could be not so self-evident to some people.
The section of the log:
gcc -c -O3 -fomit-frame-pointer -pipe -s -mcpu=pentiumpro
-march=pentiumpro -ffast-math -fexpensive-optimizations -DHAVE_CONFIG_H
-DVERSION=\"3.1.7\" -DETCDIR=\"/etc\" -DLOADAVG_MX=0.8
-DDAEMON_USERNAME=\"daemon\" -DDAEMON_GROUPNAME=\"daemon\"
-DLFILE=\"/var/spool/at/.SEQ\" -Wall lex.yy.c
gcc -O3 -fomit-frame-pointer -pipe -s -mcpu=pentiumpro -march=pentiumpro
-ffast-math -fexpensive-optimizations -o at at.o panic.o perm.o y.tab.o
lex.yy.o -L/usr/local/lib -lfl -lfl
rm -f atq atrm
ln -s -f at atq
ln -s -f at atrm
gcc -c -O3 -fomit-frame-pointer -pipe -s -mcpu=pentiumpro
-march=pentiumpro -ffast-math -fexpensive-optimizations -DHAVE_CONFIG_H
-DVERSION=\"3.1.7\" -DETCDIR=\"/etc\" -DLOADAVG_MX=0.8
-DDAEMON_USERNAME=\"daemon\" -DDAEMON_GROUPNAME=\"daemon\"
-DLFILE=\"/var/spool/at/.SEQ\" -Wall atd.c
atd.c:404: #error "No mail command specified."
atd.c:101: warning: `rcsid' defined but not used
make: *** [atd.o] Error 1
Bad exit status from /var/tmp/rpm-tmp.38071 (%build)
Ektanoor