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

Bug 191649

Summary: mail-mta/sendmail fails to compile w/ util-linux-2.13 because of missing arch
Product: Gentoo Linux Reporter: Miron <prince.jah>
Component: New packagesAssignee: Gentoo Linux bug wranglers <bug-wranglers>
Status: RESOLVED DUPLICATE    
Severity: normal    
Priority: High    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---

Description Miron 2007-09-08 02:15:31 UTC
the sendmail ebuild uses arch instead of uname -m and fails to build therefore.

Reproducible: Always

Steps to Reproduce:
1.emerge sendmail
2.
3.

Actual Results:  
>>> Install sendmail-8.14.1 into /var/tmp/portage/mail-mta/sendmail-8.14.1/image/ category mail-mta
/usr/portage/mail-mta/sendmail/sendmail-8.14.1.ebuild: line 71: arch: command not found
make: *** obj.Linux.2.6.22.2./libsmutil: Datei oder Verzeichnis nicht gefunden.  Schluss.
 * 
 * ERROR: mail-mta/sendmail-8.14.1 failed.
 * Call stack:
 *   ebuild.sh, line 1654:   Called dyn_install
 *   ebuild.sh, line 1089:   Called qa_call 'src_install'
 *   ebuild.sh, line 44:   Called src_install
 *   sendmail-8.14.1.ebuild, line 84:   Called die
 * 
 * install failed
 * If you need support, post the topmost build error, and the call stack if relevant.
 * A complete build log is located at '/var/log/portage/mail-mta:sendmail-8.14.1:20070908-021134.log'.
 * 

 * Messages for package mail-mta/sendmail-8.14.1:

 * 
 * ERROR: mail-mta/sendmail-8.14.1 failed.
 * Call stack:
 *   ebuild.sh, line 1654:   Called dyn_install
 *   ebuild.sh, line 1089:   Called qa_call 'src_install'
 *   ebuild.sh, line 44:   Called src_install
 *   sendmail-8.14.1.ebuild, line 84:   Called die
 * 
 * install failed
 * If you need support, post the topmost build error, and the call stack if relevant.
 * A complete build log is located at '/var/log/portage/mail-mta:sendmail-8.14.1:20070908-021134.log'.
 * 
emerge sendmail  49,09s user 6,64s system 70% cpu 1:19,47 total


Expected Results:  
Well, ebuild to complete the build
Comment 1 Jakub Moc (RETIRED) gentoo-dev 2007-09-08 03:19:25 UTC

*** This bug has been marked as a duplicate of bug 191155 ***