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

Bug 349046

Summary: www-client/chromium-9.0.597.19 fails to build with gcc-4.5.1-r1
Product: Gentoo Linux Reporter: Andrew Savchenko <bircoph>
Component: Current packagesAssignee: Gentoo Linux bug wranglers <bug-wranglers>
Status: RESOLVED INVALID    
Severity: normal    
Priority: High    
Version: unspecified   
Hardware: x86   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---
Attachments: build.log.xz
environment
emerge --info

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.