Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 69481

Summary: sys-apps/at-3.1.8-r10 does not compile. Neither does the previous version of at
Product: Gentoo Linux Reporter: George Kraev <cg0def>
Component: [OLD] UnspecifiedAssignee: Cron Team <cron-bugs+disabled>
Status: RESOLVED INVALID    
Severity: normal    
Priority: High    
Version: unspecified   
Hardware: x86   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---

Description George Kraev 2004-10-29 21:53:44 UTC
gcc -c -march=athlon-xp -O2 -fomit-frame-pointer -DHAVE_CONFIG_H -DVERSION=\"3.1.8\" -DETCDIR=\"/etc/at\" -DLOADAVG_MX=0.8 -DDAEMON_USERNAME=\"at\" -DDAEMON_GROUPNAME=\"at\" -DLFILE=\"/var/cron/atjobs/.SEQ\" -Wall at.c
gcc -c -march=athlon-xp -O2 -fomit-frame-pointer -DHAVE_CONFIG_H -DVERSION=\"3.1.8\" -DETCDIR=\"/etc/at\" -DLOADAVG_MX=0.8 -DDAEMON_USERNAME=\"at\" -DDAEMON_GROUPNAME=\"at\" -DLFILE=\"/var/cron/atjobs/.SEQ\" -Wall panic.c
panic.c:49: warning: 'rcsid' defined but not used
gcc -c -march=athlon-xp -O2 -fomit-frame-pointer -DHAVE_CONFIG_H -DVERSION=\"3.1.8\" -DETCDIR=\"/etc/at\" -DLOADAVG_MX=0.8 -DDAEMON_USERNAME=\"at\" -DDAEMON_GROUPNAME=\"at\" -DLFILE=\"/var/cron/atjobs/.SEQ\" -Wall perm.c
perm.c:59: warning: 'rcsid' defined but not used
gcc -c -march=athlon-xp -O2 -fomit-frame-pointer -DHAVE_CONFIG_H -DVERSION=\"3.1.8\" -DETCDIR=\"/etc/at\" -DLOADAVG_MX=0.8 -DDAEMON_USERNAME=\"at\" -DDAEMON_GROUPNAME=\"at\" -DLFILE=\"/var/cron/atjobs/.SEQ\" -Wall y.tab.c
at.c:111: warning: 'rcsid' defined but not used
gcc -c -march=athlon-xp -O2 -fomit-frame-pointer -DHAVE_CONFIG_H -DVERSION=\"3.1.8\" -DETCDIR=\"/etc/at\" -DLOADAVG_MX=0.8 -DDAEMON_USERNAME=\"at\" -DDAEMON_GROUPNAME=\"at\" -DLFILE=\"/var/cron/atjobs/.SEQ\" -Wall lex.yy.c
gcc -c -march=athlon-xp -O2 -fomit-frame-pointer -DHAVE_CONFIG_H -DVERSION=\"3.1.8\" -DETCDIR=\"/etc/at\" -DLOADAVG_MX=0.8 -DDAEMON_USERNAME=\"at\" -DDAEMON_GROUPNAME=\"at\" -DLFILE=\"/var/cron/atjobs/.SEQ\" -Wall atd.c
lex.yy.c:1281: warning: 'yyunput' defined but not used
gcc -c -march=athlon-xp -O2 -fomit-frame-pointer -DHAVE_CONFIG_H -DVERSION=\"3.1.8\" -DETCDIR=\"/etc/at\" -DLOADAVG_MX=0.8 -DDAEMON_USERNAME=\"at\" -DDAEMON_GROUPNAME=\"at\" -DLFILE=\"/var/cron/atjobs/.SEQ\" -Wall daemon.c
atd.c:452:2: #error "No mail command specified."
daemon.c:51: warning: 'rcsid' defined but not used
gcc -march=athlon-xp -O2 -fomit-frame-pointer -o at at.o panic.o perm.o y.tab.o lex.yy.o -lfl  -lfl
rm -f atq atrm
ln -s -f at atq
ln -s -f at atrm
atd.c:113: warning: 'rcsid' defined but not used
make: *** [atd.o] Error 1

!!! ERROR: sys-apps/at-3.1.8-r10 failed.
!!! Function src_compile, Line 36, Exitcode 2
!!! (no error message)
!!! If you need support, post the topmost build error, NOT this status message.


Reproducible: Always
Steps to Reproduce:
1. emerge at
2. 
3.

Actual Results:  
the config script runs fine and then make fails horribly. 

Expected Results:  
Finish compiling. 

Compiling on an athlon-xp the only thing not very standard in the make.config
file is the hal and udev option. Neither should have anything to do with this
error. If there is no fix could you atleast post a link to the source from the
maintainer site. Couldn't fine that on google or any other search that I tried.
At is not a very unique word even for freshmeat and sourceforge.
Comment 1 Aaron Walker (RETIRED) gentoo-dev 2004-10-30 02:17:28 UTC
This is the suspect:

atd.c:452:2: #error "No mail command specified."

./configure couldn't find sendmail, so SENDMAIL never gets defined.
Just curious, what do you have that is satisfying virtual/mta?

Please post the output of 'emerge -pv virtual/mta'.
Comment 2 George Kraev 2004-10-30 18:24:12 UTC
ok sendmail is installed and hasbeen installed an up-to-date for a while

Here's the requested output:

Calculating dependencies ...done!
[ebuild   R   ] mail-mta/sendmail-8.13.1  -ldap -mailwrapper -mbox -milter -sasl  +ssl +tcpd 0 kB

I am not sure if everything is setup right but none of the people in #gentoo could help so I assumed that this has to be some bug. 
Comment 3 George Kraev 2004-11-02 14:29:52 UTC
This was a machine specific issue with sendmail. Not related to *at* at all.