Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 191649 - mail-mta/sendmail fails to compile w/ util-linux-2.13 because of missing arch
Summary: mail-mta/sendmail fails to compile w/ util-linux-2.13 because of missing arch
Status: RESOLVED DUPLICATE of bug 191155
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Gentoo Linux bug wranglers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-09-08 02:15 UTC by Miron
Modified: 2007-09-08 03:19 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 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 ***