Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 349046 - www-client/chromium-9.0.597.19 fails to build with gcc-4.5.1-r1
Summary: www-client/chromium-9.0.597.19 fails to build with gcc-4.5.1-r1
Status: RESOLVED INVALID
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: x86 Linux
: High normal
Assignee: Gentoo Linux bug wranglers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-12-19 00:35 UTC by Andrew Savchenko
Modified: 2010-12-19 00:40 UTC (History)
0 users

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


Attachments
build.log.xz (build.log.xz,48.08 KB, text/plain)
2010-12-19 00:38 UTC, Andrew Savchenko
Details
environment (environment,206.62 KB, text/plain)
2010-12-19 00:38 UTC, Andrew Savchenko
Details
emerge --info (emerge-info,7.40 KB, text/plain)
2010-12-19 00:39 UTC, Andrew Savchenko
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Andrew Savchenko gentoo-dev 2010-12-19 00:35:03 UTC
Hello,

chromium-9.0.597.19 fails to build with gcc-4.5.1-r1 due to syntax error:

distcc[24512] ERROR: compile /var/cache/ccache/tmp/watchdog_u.tmp.bircoph.mephi.local.24508.ii on localhost failed
base/watchdog_unittest.cc: In member function ‘virtual void<unnamed>::WatchdogTest_AlarmPriorTimeTest_Test::TestBody()’:
base/watchdog_unittest.cc:89:49: error: cannot call constructor ‘base::TimeDelta::TimeDelta’ directly
base/watchdog_unittest.cc:89:49: error:   for a function-style cast, remove the redundant ‘::TimeDelta’

I do not blame distcc/ccache here: it has nothing to do with the syntax.
Comment 1 Andrew Savchenko gentoo-dev 2010-12-19 00:38:15 UTC
Created attachment 257519 [details]
build.log.xz

>2MB => compressed
Comment 2 Andrew Savchenko gentoo-dev 2010-12-19 00:38:30 UTC
Created attachment 257521 [details]
environment
Comment 3 Andrew Savchenko gentoo-dev 2010-12-19 00:39:08 UTC
Created attachment 257522 [details]
emerge --info
Comment 4 Andrew Savchenko gentoo-dev 2010-12-19 00:40:45 UTC
Oh, I understood. This is because tests were not fixed/removed, because an appropriate patch was purged from the tree.