Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 403225 - www-client/chromium-18.0.1025.11 - ./base/logging.h:555:112: error: no match for ‘operator==’ in ‘v1 == v2’
Summary: www-client/chromium-18.0.1025.11 - ./base/logging.h:555:112: error: no match ...
Status: RESOLVED DUPLICATE of bug 402595
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Unspecified (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Chromium Project
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-02-12 00:51 UTC by Kenneth Langga
Modified: 2012-02-13 12:54 UTC (History)
0 users

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


Attachments
emerge --info (emerge_info,15.51 KB, text/plain)
2012-02-12 00:52 UTC, Kenneth Langga
Details
build.log (build.log.gz,213.41 KB, application/x-gzip)
2012-02-12 00:55 UTC, Kenneth Langga
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Kenneth Langga 2012-02-12 00:51:30 UTC
Here is the error:

In file included from ./base/memory/weak_ptr.h:63:0,
                 from ./media/audio/pulse/pulse_output.h:25,
                 from media/audio/pulse/pulse_output.cc:5:
./base/logging.h: In function ‘std::string* logging::CheckEQImpl(const t1&, const t2&, const char*) [with t1 = scoped_refptr<base::MessageLoopProxy>, t2 = MessageLoop*, std::string = std::basic_string<char>]’:
media/audio/pulse/pulse_output.cc:129:344:   instantiated from here
./base/logging.h:555:112: error: no match for ‘operator==’ in ‘v1 == v2’
./base/logging.h:555:112: note: candidates are: operator==(MessageLoop*, MessageLoop*) <built-in>
./base/logging.h:555:112: note:                 operator==(base::MessageLoopProxy*, base::MessageLoopProxy*) <built-in>
./base/logging.h:555:187: warning: control reaches end of non-void function
make: *** [out/Release/obj.target/media/media/audio/pulse/pulse_output.o] Error 1
Comment 1 Kenneth Langga 2012-02-12 00:52:00 UTC
Created attachment 301613 [details]
emerge --info
Comment 2 Kenneth Langga 2012-02-12 00:55:46 UTC
Created attachment 301615 [details]
build.log
Comment 3 Julien Sanchez archtester 2012-02-13 12:54:32 UTC
Duplicates #402595

Upstream issue: http://code.google.com/p/chromium/issues/detail?id=111392

*** This bug has been marked as a duplicate of bug 402595 ***