BlamKiwi / angleproject

Automatically exported from code.google.com/p/angleproject
Other
0 stars 0 forks source link

Linux GPU FYI build errors with translator interface changes #690

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Currently the Linux FYI builder is failing with: 

FAILED: /b/build/goma/gomacc c++ -MMD -MF 
obj/third_party/angle/tests/compiler_tests/angle_unittests.VariablePacker_test.o
.d -DV8_DEPRECATION_WARNINGS -DBLINK_SCALE_FILTERS_AT_RECORD_TIME 
-D_FILE_OFFSET_BITS=64 -DCHROMIUM_BUILD -DTOOLKIT_VIEWS=1 
-DUI_COMPOSITOR_IMAGE_TRANSPORT -DUSE_AURA=1 -DUSE_ASH=1 -DUSE_CAIRO=1 
-DUSE_GLIB=1 -DUSE_DEFAULT_RENDER_THEME=1 -DUSE_LIBJPEG_TURBO=1 -DUSE_X11=1 
-DUSE_CLIPBOARD_AURAX11=1 -DENABLE_ONE_CLICK_SIGNIN -DENABLE_PRE_SYNC_BACKUP 
-DUSE_XI2_MT=2 -DENABLE_REMOTING=1 -DENABLE_WEBRTC=1 -DENABLE_PEPPER_CDMS 
-DENABLE_CONFIGURATION_POLICY -DENABLE_NOTIFICATIONS -DUSE_UDEV 
-DENABLE_EGLIMAGE=1 -DENABLE_TASK_MANAGER=1 -DENABLE_EXTENSIONS=1 
-DENABLE_PLUGINS=1 -DENABLE_SESSION_SERVICE=1 -DENABLE_THEMES=1 
-DENABLE_AUTOFILL_DIALOG=1 -DENABLE_BACKGROUND=1 -DENABLE_GOOGLE_NOW=1 
-DCLD_VERSION=2 -DCLD_DATA_FROM_STATIC -DENABLE_FULL_PRINTING=1 
-DENABLE_PRINTING=1 -DENABLE_SPELLCHECK=1 -DENABLE_CAPTIVE_PORTAL_DETECTION=1 
-DENABLE_APP_LIST=1 -DENABLE_SETTINGS_APP=1 -DENABLE_MANAGED_USERS=1 
-DENABLE_MDNS=1 -DENABLE_SERVICE_DISCOVERY=1 -DGTEST_HAS_POSIX_RE=0 -DUNIT_TEST 
-DGTEST_HAS_RTTI=0 -DANGLE_TRANSLATOR_STATIC -DUSE_NSS=1 
-D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -DNDEBUG -DNVALGRIND 
-DDYNAMIC_ANNOTATIONS_ENABLED=0 -D_FORTIFY_SOURCE=2 -Igen -I../.. 
-I../../third_party/angle/include -I../../third_party/angle/src 
-I../../third_party/angle/src/compiler/preprocessor 
-I../../third_party/angle/tests -I../../testing/gmock/include 
-I../../testing/gtest/include -fstack-protector --param=ssp-buffer-size=4 
-Werror -pthread -fno-exceptions -fno-strict-aliasing -Wall 
-Wno-unused-parameter -Wno-missing-field-initializers -fvisibility=hidden -pipe 
-fPIC 
-B/b/build/slave/GPU_Linux_Builder/build/src/third_party/binutils/Linux_x64/Rele
ase/bin -pthread -I/usr/include/glib-2.0 
-I/usr/lib/x86_64-linux-gnu/glib-2.0/include -m64 -march=x86-64 -O2 -fno-ident 
-fdata-sections -ffunction-sections -funwind-tables -fno-rtti 
-fno-threadsafe-statics -fvisibility-inlines-hidden -Wsign-compare  -c 
../../third_party/angle/tests/compiler_tests/VariablePacker_test.cpp -o 
obj/third_party/angle/tests/compiler_tests/angle_unittests.VariablePacker_test.o
In file included from 
../../third_party/angle/src/compiler/translator/VariableInfo.h:11:0,
                 from ../../third_party/angle/src/compiler/translator/VariablePacker.h:11,
                 from ../../third_party/angle/tests/compiler_tests/VariablePacker_test.cpp:10:
../../third_party/angle/src/common/shadervars.h: In constructor 
'sh::InterfaceBlock::InterfaceBlock(const char*, unsigned int, unsigned int)':
../../third_party/angle/src/common/shadervars.h:172:18: error: 
'sh::InterfaceBlock::registerIndex' will be initialized after [-Werror=reorder]
../../third_party/angle/src/common/shadervars.h:167:10: error:   'bool 
sh::InterfaceBlock::isRowMajorLayout' [-Werror=reorder]
../../third_party/angle/src/common/shadervars.h:155:5: error:   when 
initialized here [-Werror=reorder]
cc1plus: all warnings being treated as errors
ninja: build stopped: subcommand failed.

Original issue reported on code.google.com by jmad...@chromium.org on 3 Jul 2014 at 6:01

GoogleCodeExporter commented 9 years ago
https://chromium-review.googlesource.com/#/c/206632/

Original comment by jmad...@chromium.org on 3 Jul 2014 at 6:18