Your message dated Fri, 26 Jun 2015 18:16:15 -0400
with message-id 
<CANTw=MO5fA3HNVjS4oBPFiR84ipHML5SZz5Gq=oqbjwcpth...@mail.gmail.com>
and subject line re: gcc-5
has caused the Debian Bug report #777816,
regarding chromium-browser: ftbfs with GCC-5
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)


-- 
777816: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=777816
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: src:chromium-browser
Version: 40.0.2214.91-1
Severity: normal
Tags: sid stretch
User: debian-...@lists.debian.org
Usertags: ftbfs-gcc-5

Please keep this issue open in the bug tracker for the package it
was filed for.  If a fix in another package is required, please
file a bug for the other package (or clone), and add a block in this
package. Please keep the issue open until the package can be built in
a follow-up test rebuild.

The package fails to build in a test rebuild on at least amd64 with
gcc-5/g++-5, but succeeds to build with gcc-4.9/g++-4.9. The
severity of this report may be raised before the stretch release.

The full build log can be found at:
http://people.debian.org/~doko/logs/gcc5-20150205/chromium-browser_40.0.2214.91-1_unstable_gcc5.log
The last lines of the build log are at the end of this report.

To build with GCC 5, either set CC=gcc-5 CXX=g++-5 explicitly,
or install the gcc, g++, gfortran, ... packages from experimental.

  apt-get -t experimental install g++ 

Common build failures are C11 as the default C mode, new warnings
resulting in build failures with -Werror turned on, or new/dropped
symbols in Debian symbols files.  For other C/C++ related build failures
see the porting guide at http://gcc.gnu.org/gcc-5/porting_to.html

[...]
[18/16389] CC 
obj/third_party/openmax_dl/dl/sp/src/x86/openmax_dl.x86SP_FFT_CToC_FC32_Fwd_Radix4_ls.o
FAILED: /usr/bin/clang++ -MMD -MF 
obj/build/linux/obj/build/linux/libpci.gen/libpci.libpci_loader.o.d 
-DV8_DEPRECATION_WARNINGS -D_FILE_OFFSET_BITS=64 -DNO_TCMALLOC -DDISABLE_NACL 
-DCHROMIUM_BUILD -DCR_CLANG_REVISION=218707 -DTOOLKIT_VIEWS=1 
-DUI_COMPOSITOR_IMAGE_TRANSPORT -DUSE_AURA=1 -DUSE_ASH=1 -DUSE_PANGO=1 
-DUSE_CAIRO=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_WEBRTC=1 -DUSE_PROPRIETARY_CODECS -DENABLE_PEPPER_CDMS 
-DENABLE_CONFIGURATION_POLICY -DENABLE_NOTIFICATIONS -DUSE_UDEV 
-DDONT_EMBED_BUILD_METADATA -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 -DCLD2_DATA_SOURCE=static -DENABLE_PRINTING=1 
-DENABLE_BASIC_PRINTING=1 -DENABLE_PRINT_PREVIEW=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 -DENABLE_LOAD_COMPLETION_HACKS=1 -DUSE_LIBPCI=1 
-DUSE_GLIB=1 -DUSE_NSS=1 -DNDEBUG -DNVALGRIND -DDYNAMIC_ANNOTATIONS_ENABLED=0 
-Igen -I../.. -fstack-protector --param=ssp-buffer-size=4  -pthread 
-fno-strict-aliasing -Wno-unused-parameter -Wno-missing-field-initializers 
-fvisibility=hidden -pipe -fPIC -Wno-reserved-user-defined-literal 
-fcolor-diagnostics -Wheader-hygiene -Wno-char-subscripts 
-Wno-unneeded-internal-declaration -Wno-covered-switch-default 
-Wstring-conversion -Wno-c++11-narrowing -Wno-deprecated-register 
-Wno-unused-local-typedef -Wno-format -Wno-unused-result -m64 -march=x86-64 -O2 
-fno-ident -fdata-sections -ffunction-sections -funwind-tables 
-D_FORTIFY_SOURCE=2 -g -O2 -fPIE -fstack-protector-strong -Wformat 
-Werror=format-security -fno-exceptions -fno-rtti -fno-threadsafe-statics 
-fvisibility-inlines-hidden -std=gnu++11 -Wno-deprecated  -c 
obj/build/linux/libpci.
 gen/libpci_loader.cc -o 
obj/build/linux/obj/build/linux/libpci.gen/libpci.libpci_loader.o
warning: unknown warning option '-Wno-unused-local-typedef' 
[-Wunknown-warning-option]
In file included from obj/build/linux/libpci.gen/libpci_loader.cc:4:
In file included from ../../out/Release/gen/library_loaders/libpci.h:14:
/usr/bin/../lib/gcc/x86_64-linux-gnu/5.0.0/../../../../include/c++/5.0.0/string:38:10:
 fatal error: 'bits/c++config.h' file not found
#include <bits/c++config.h>
         ^
1 warning and 1 error generated.
warning: unknown warning option '-Wno-unused-local-typedef' 
[-Wunknown-warning-option]
1 warning generated.
warning: unknown warning option '-Wno-unused-local-typedef' 
[-Wunknown-warning-option]
1 warning generated.
FAILED: /usr/bin/clang++ -MMD -MF 
obj/third_party/webrtc/common_audio/resampler/common_audio_sse2.sinc_resampler_sse.o.d
 -DV8_DEPRECATION_WARNINGS -D_FILE_OFFSET_BITS=64 -DNO_TCMALLOC -DDISABLE_NACL 
-DCHROMIUM_BUILD -DCR_CLANG_REVISION=218707 -DTOOLKIT_VIEWS=1 
-DUI_COMPOSITOR_IMAGE_TRANSPORT -DUSE_AURA=1 -DUSE_ASH=1 -DUSE_PANGO=1 
-DUSE_CAIRO=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_WEBRTC=1 -DUSE_PROPRIETARY_CODECS -DENABLE_PEPPER_CDMS 
-DENABLE_CONFIGURATION_POLICY -DENABLE_NOTIFICATIONS -DUSE_UDEV 
-DDONT_EMBED_BUILD_METADATA -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 -DCLD2_DATA_SOURCE=static -DENABLE_PRINTING=1 
-DENABLE_BASIC_PRINTING=1 -DENABLE_PRINT_PREVIEW=1 -DENABLE_SPELLCHECK=1 
-DENABLE_CAPTIVE_PORTAL_D
 ETECTION=1 -DENABLE_APP_LIST=1 -DENABLE_SETTINGS_APP=1 
-DENABLE_MANAGED_USERS=1 -DENABLE_MDNS=1 -DENABLE_SERVICE_DISCOVERY=1 
-DENABLE_LOAD_COMPLETION_HACKS=1 -DWEBRTC_RESTRICT_LOGGING 
-DEXPAT_RELATIVE_PATH -DWEBRTC_MODULE_UTILITY_VIDEO -DWEBRTC_CHROMIUM_BUILD 
-DLOGGING_INSIDE_WEBRTC -DWEBRTC_POSIX -DWEBRTC_LINUX -DUSE_LIBPCI=1 
-DUSE_GLIB=1 -DUSE_NSS=1 -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS 
-DNDEBUG -DNVALGRIND -DDYNAMIC_ANNOTATIONS_ENABLED=0 -Igen -I../.. 
-I../../third_party/webrtc/overrides -I../../third_party -fstack-protector 
--param=ssp-buffer-size=4  -pthread -fno-strict-aliasing -Wall 
-Wno-unused-parameter -Wno-missing-field-initializers -fvisibility=hidden -pipe 
-fPIC -Wno-reserved-user-defined-literal -fcolor-diagnostics -Wheader-hygiene 
-Wno-char-subscripts -Wno-unneeded-internal-declaration 
-Wno-covered-switch-default -Wstring-conversion -Wno-c++11-narrowing 
-Wno-deprecated-register -Wno-unused-local-typedef -msse2 -m64 -march=x86-64 
-O2 -fno-ident -fdata-sections
  -ffunction-sections -funwind-tables -D_FORTIFY_SOURCE=2 -g -O2 -fPIE 
-fstack-protector-strong -Wformat -Werror=format-security -fno-exceptions 
-fno-rtti -fno-threadsafe-statics -fvisibility-inlines-hidden -Wsign-compare 
-std=gnu++11  -c 
../../third_party/webrtc/common_audio/resampler/sinc_resampler_sse.cc -o 
obj/third_party/webrtc/common_audio/resampler/common_audio_sse2.sinc_resampler_sse.o
warning: unknown warning option '-Wno-unused-local-typedef' 
[-Wunknown-warning-option]
In file included from 
../../third_party/webrtc/common_audio/resampler/sinc_resampler_sse.cc:14:
In file included from 
../../third_party/webrtc/common_audio/resampler/sinc_resampler.h:19:
In file included from 
../../third_party/webrtc/system_wrappers/interface/scoped_ptr.h:105:
In file included from 
/usr/bin/../lib/gcc/x86_64-linux-gnu/5.0.0/../../../../include/c++/5.0.0/algorithm:60:
/usr/bin/../lib/gcc/x86_64-linux-gnu/5.0.0/../../../../include/c++/5.0.0/utility:68:10:
 fatal error: 'bits/c++config.h' file not found
#include <bits/c++config.h>
         ^
1 warning and 1 error generated.
warning: unknown warning option '-Wno-unused-local-typedef' 
[-Wunknown-warning-option]
1 warning generated.
warning: unknown warning option '-Wno-unused-local-typedef' 
[-Wunknown-warning-option]
1 warning generated.
warning: unknown warning option '-Wno-unused-local-typedef' 
[-Wunknown-warning-option]
1 warning generated.
FAILED: /usr/bin/clang++ -MMD -MF 
obj/third_party/webrtc/common_audio/common_audio_sse2.fir_filter_sse.o.d 
-DV8_DEPRECATION_WARNINGS -D_FILE_OFFSET_BITS=64 -DNO_TCMALLOC -DDISABLE_NACL 
-DCHROMIUM_BUILD -DCR_CLANG_REVISION=218707 -DTOOLKIT_VIEWS=1 
-DUI_COMPOSITOR_IMAGE_TRANSPORT -DUSE_AURA=1 -DUSE_ASH=1 -DUSE_PANGO=1 
-DUSE_CAIRO=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_WEBRTC=1 -DUSE_PROPRIETARY_CODECS -DENABLE_PEPPER_CDMS 
-DENABLE_CONFIGURATION_POLICY -DENABLE_NOTIFICATIONS -DUSE_UDEV 
-DDONT_EMBED_BUILD_METADATA -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 -DCLD2_DATA_SOURCE=static -DENABLE_PRINTING=1 
-DENABLE_BASIC_PRINTING=1 -DENABLE_PRINT_PREVIEW=1 -DENABLE_SPELLCHECK=1 
-DENABLE_CAPTIVE_PORTAL_DETECTION=1 -DE
 NABLE_APP_LIST=1 -DENABLE_SETTINGS_APP=1 -DENABLE_MANAGED_USERS=1 
-DENABLE_MDNS=1 -DENABLE_SERVICE_DISCOVERY=1 -DENABLE_LOAD_COMPLETION_HACKS=1 
-DWEBRTC_RESTRICT_LOGGING -DEXPAT_RELATIVE_PATH -DWEBRTC_MODULE_UTILITY_VIDEO 
-DWEBRTC_CHROMIUM_BUILD -DLOGGING_INSIDE_WEBRTC -DWEBRTC_POSIX -DWEBRTC_LINUX 
-DUSE_LIBPCI=1 -DUSE_GLIB=1 -DUSE_NSS=1 -D__STDC_CONSTANT_MACROS 
-D__STDC_FORMAT_MACROS -DNDEBUG -DNVALGRIND -DDYNAMIC_ANNOTATIONS_ENABLED=0 
-Igen -I../.. -I../../third_party/webrtc/overrides -I../../third_party 
-fstack-protector --param=ssp-buffer-size=4  -pthread -fno-strict-aliasing 
-Wall -Wno-unused-parameter -Wno-missing-field-initializers -fvisibility=hidden 
-pipe -fPIC -Wno-reserved-user-defined-literal -fcolor-diagnostics 
-Wheader-hygiene -Wno-char-subscripts -Wno-unneeded-internal-declaration 
-Wno-covered-switch-default -Wstring-conversion -Wno-c++11-narrowing 
-Wno-deprecated-register -Wno-unused-local-typedef -msse2 -m64 -march=x86-64 
-O2 -fno-ident -fdata-sections -ffunction-se
 ctions -funwind-tables -D_FORTIFY_SOURCE=2 -g -O2 -fPIE 
-fstack-protector-strong -Wformat -Werror=format-security -fno-exceptions 
-fno-rtti -fno-threadsafe-statics -fvisibility-inlines-hidden -Wsign-compare 
-std=gnu++11  -c ../../third_party/webrtc/common_audio/fir_filter_sse.cc -o 
obj/third_party/webrtc/common_audio/common_audio_sse2.fir_filter_sse.o
warning: unknown warning option '-Wno-unused-local-typedef' 
[-Wunknown-warning-option]
In file included from 
../../third_party/webrtc/common_audio/fir_filter_sse.cc:11:
In file included from ../../third_party/webrtc/common_audio/fir_filter_sse.h:16:
In file included from 
../../third_party/webrtc/system_wrappers/interface/scoped_ptr.h:105:
In file included from 
/usr/bin/../lib/gcc/x86_64-linux-gnu/5.0.0/../../../../include/c++/5.0.0/algorithm:60:
/usr/bin/../lib/gcc/x86_64-linux-gnu/5.0.0/../../../../include/c++/5.0.0/utility:68:10:
 fatal error: 'bits/c++config.h' file not found
#include <bits/c++config.h>
         ^
1 warning and 1 error generated.
warning: unknown warning option '-Wno-unused-local-typedef' 
[-Wunknown-warning-option]
1 warning generated.
warning: unknown warning option '-Wno-unused-local-typedef' 
[-Wunknown-warning-option]
1 warning generated.
ninja: build stopped: subcommand failed.
make[1]: *** [override_dh_auto_build] Error 1
debian/rules:113: recipe for target 'override_dh_auto_build' failed
make[1]: Leaving directory '/«PKGBUILDDIR»'
make: *** [build-arch] Error 2
debian/rules:106: recipe for target 'build-arch' failed
dpkg-buildpackage: error: debian/rules build-arch gave error exit status 2

--- End Message ---
--- Begin Message ---
I just did a test build with g++ 5.1 from experimental, and it worked just fine.

Based on the original build log, it looks like the problem was an
incorrect include in the libstdc++ 5.0 package.

Best wishes,
Mike

--- End Message ---

Reply via email to