Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 69481 - sys-apps/at-3.1.8-r10 does not compile. Neither does the previous version of at
Summary: sys-apps/at-3.1.8-r10 does not compile. Neither does the previous version of at
Status: RESOLVED INVALID
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Unspecified (show other bugs)
Hardware: x86 Linux
: High normal (vote)
Assignee: Cron Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-10-29 21:53 UTC by George Kraev
Modified: 2004-11-02 14:29 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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.