Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 65719 - cpuburn ebuild will not work on amd64. new ebuild submitted in bug report
Summary: cpuburn ebuild will not work on amd64. new ebuild submitted in bug report
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: AMD64 Linux
: High normal (vote)
Assignee: SpanKY
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-09-28 13:09 UTC by Rick Warner
Modified: 2005-03-01 12:04 UTC (History)
2 users (show)

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


Attachments
new ebuild with amd64 support (cpuburn-1.4-r1.ebuild,830 bytes, text/plain)
2004-09-28 13:10 UTC, Rick Warner
Details
patch for Makefile adding -m32 (Makefile-32bit.diff,235 bytes, patch)
2004-09-28 13:10 UTC, Rick Warner
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Rick Warner 2004-09-28 13:09:39 UTC
The cpuburn ebuild will not work on amd64.  It needs a -m32 passed to gcc to do 32 bit compilation of the sources.  I have made a new ebuild and an associated patch for the cpuburn makefile correcting this problem.  It does a "use amd64 && epatch Makefile-32bit.diff" before the make, changing the gcc command to gcc -m32.  cpuburn-1.4-r1 and Makefile-32bit.diff will be submitted along with this report.

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



Expected Results:  
cpuburn will build when -m32 is added to gcc opts
Comment 1 Rick Warner 2004-09-28 13:10:12 UTC
Created attachment 40655 [details]
new ebuild with amd64 support
Comment 2 Rick Warner 2004-09-28 13:10:46 UTC
Created attachment 40657 [details, diff]
patch for Makefile adding -m32
Comment 3 SpanKY gentoo-dev 2004-09-29 20:02:58 UTC
changed it to a simple sed statement and added to cvs, thanks
Comment 4 Dewet Diener 2005-03-01 12:04:27 UTC
Surely we can add an ~amd64 keyword to this now?  I've been running 1.4 without problems for a while now.