Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 345697 - www-client/chromium-8.0.552.200 ignores cxx and cxxflags in some parts of the eubild.
Summary: www-client/chromium-8.0.552.200 ignores cxx and cxxflags in some parts of the...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Chromium Project
URL: http://code.google.com/p/chromium/iss...
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-11-16 03:25 UTC by Alex Barker
Modified: 2011-01-25 11:10 UTC (History)
0 users

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


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Alex Barker 2010-11-16 03:25:10 UTC
Some parts of the chrome build process seem to ignore the specified c++ compiler and flags.  Later parts of the build seem ok.

 g++  -pthread -fno-exceptions -Wno-unused-parameter -Wno-missing-field-initializers -D_FILE_OFFSET_BITS=64 -fvisibility=hidden -pipe -fPIC -fno-strict-aliasing -fno-ident -fdata-sections -ffunction-sections -fomit-frame-pointer -O3 -fno-tree-vrp -fno-rtti -fno-threadsafe-statics -fvisibility-inlines-hidden '-DENABLE_LOGGING_AND_PROFILING' '-DENABLE_DEBUGGER_SUPPORT' '-DENABLE_VMSTATE_TRACKING' '-DNO_HEAPCHECKER' '-DV8_TARGET_ARCH_X64' '-DCHROMIUM_BUILD' '-DENABLE_REMOTING=1' '-DUSE_PROPRIETARY_CODECS' '-DENABLE_GPU=1' '-DNDEBUG' '-DNVALGRIND' '-DDYNAMIC_ANNOTATIONS_ENABLED=0' -Iv8/src -Iv8/src/x64 -MMD -MF out/Release/.deps/out/Release/obj.host/v8_base/v8/src/rewriter.o.d.raw -c -o out/Release/obj.host/v8_base/v8/src/rewriter.o v8/src/rewriter.cc
  g++  -pthread -fno-exceptions -Wno-unused-parameter -Wno-missing-field-initializers -D_FILE_OFFSET_BITS=64 -fvisibility=hidden -pipe -fPIC -fno-strict-aliasing -fno-ident -fdata-sections -ffunction-sections -fomit-frame-pointer -O3 -fno-tree-vrp -fno-rtti -fno-threadsafe-statics -fvisibility-inlines-hidden '-DENABLE_LOGGING_AND_PROFILING' '-DENABLE_DEBUGGER_SUPPORT' '-DENABLE_VMST



Reproducible: Always

Steps to Reproduce:
Comment 1 Paweł Hajdan, Jr. (RETIRED) gentoo-dev 2010-11-16 07:31:03 UTC
Could you report the bug upstream and post the link here? I think we will be able to workaround on Gentoo by using system V8.
Comment 2 Alex Barker 2010-11-16 16:55:10 UTC
(In reply to comment #1)
> Could you report the bug upstream and post the link here? I think we will be
> able to workaround on Gentoo by using system V8.
> 


Created bug 63340 http://code.google.com/p/chromium/issues/detail?id=63340
Comment 3 Paweł Hajdan, Jr. (RETIRED) gentoo-dev 2011-01-25 11:10:24 UTC
The latest chromium ebuilds always build with system V8 now.