Comment #8 on issue 28345 by okertanov: R 32604 failed to build on 64-bit  
Linux F11
http://code.google.com/p/chromium/issues/detail?id=28345

i've got the same error with the last trunk for
gclient sync --deps="unix,chromeos" checkout.

the workaround  is trivial:

diff  
-u ../my-patches-os/chrome/browser/cookies_tree_model.cc.orig ../my-patches-
os/chrome/browser/cookies_tree_model.cc
--- ../my-patches-os/chrome/browser/cookies_tree_model.cc.orig  2009-11-22
22:10:42.000000000 +0200
+++ ../my-patches-os/chrome/browser/cookies_tree_model.cc       2009-11-22
22:20:04.000000000 +0200
@@ -54,7 +54,7 @@
    GetModel()->DeleteCookie(*cookie_);
  }

-namespace {
+namespace nodecomp {
  // comparison functor, for use in CookieTreeRootNode
  class OriginNodeComparator {
   public:
@@ -129,7 +129,7 @@
        lower_bound(children().begin(),
                    children().end(),
                    &rewritten_origin_node,
-                  OriginNodeComparator());
+                  nodecomp::OriginNodeComparator());


Uptodate Karmic:
$ gcc -v
Using built-in specs.
Target: i486-linux-gnu
gcc version 4.4.1 (Ubuntu 4.4.1-4ubuntu8)
$ uname -a
Linux vega 2.6.31-15-generic #50-Ubuntu SMP Tue Nov 10 14:54:29 UTC 2009  
i686
GNU/Linux

it looks like we've faced to this unconfirmed gcc4.4 bug:
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=40146

--
You received this message because you are listed in the owner
or CC fields of this issue, or because you starred this issue.
You may adjust your issue notification preferences at:
http://code.google.com/hosting/settings

-- 
Automated mail from issue updates at http://crbug.com/
Subscription options: http://groups.google.com/group/chromium-bugs

Reply via email to