Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 306731 - Chromium 5.0.307.9 fails to compile on EeePC 701 with kernel 2.6.31
Summary: Chromium 5.0.307.9 fails to compile on EeePC 701 with kernel 2.6.31
Status: RESOLVED TEST-REQUEST
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: x86 Linux
: High major (vote)
Assignee: Gentoo Linux bug wranglers
URL: http://forums.gentoo.org/viewtopic-t-...
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-02-24 21:57 UTC by Marc Dillon
Modified: 2010-03-01 14:33 UTC (History)
0 users

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


Attachments
Log output and such (bug,12.12 KB, text/plain)
2010-02-24 21:59 UTC, Marc Dillon
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Marc Dillon 2010-02-24 21:57:26 UTC
Attempting to emerge chromium-5.0.307.9 on an EeePC 701 with kernel 2.6.31 fails to compile, describing the following line of code as the problem:

emake -r V=1 chrome chrome_sandbox BUILDTYPE=Release rootdir="${S}" CC=$(tc-getCC) CXX=$(tc-getCXX) AR=$(tc-getAR) RANLIB=$(tc-getRANLIB) || die "comp$

Reproducible: Didn't try

Steps to Reproduce:
1.emerge chromium-5.0.307.9
Have yet to attempt to reproduce (most likely won't for a very long time for lack of time)

Actual Results:  
Compilation fails

Expected Results:  
Compilation should have succeeded

Outputs of emerge --info www-client/chromium-5.0.307.9, emerge -pvq =www-client/chromium-5.0.307.9, and the end of the build log are at the referred to URL and in attachment.
Comment 1 Marc Dillon 2010-02-24 21:59:45 UTC
Created attachment 221043 [details]
Log output and such
Comment 2 Rafał Mużyło 2010-02-25 07:45:30 UTC
First suspect seem to be your cflags.
Try -march=pentium-m instead of i686.