FreeBSD Bugzilla – Attachment 185567 Details for
Bug 221451
www/firefox: unable to build with PGO option
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
firefox-55-GPO-error.txt
firefox-55-GPO-error.txt (text/plain), 26.09 KB, created by
iron.udjin
on 2017-08-19 08:30:36 UTC
(
hide
)
Description:
firefox-55-GPO-error.txt
Filename:
MIME Type:
Creator:
iron.udjin
Created:
2017-08-19 08:30:36 UTC
Size:
26.09 KB
patch
obsolete
>/usr/local/bin/g++5 -std=gnu++11 -o extension_set_heavy.i_o -c -I/usr/ports/www/firefox/work/firefox-55.0.2/obj-x86_64-unknown-freebsd11.1/dist/stl_wrappers -I/usr/ports/www/firefox/work/firefox-55.0.2/obj-x86_64-unknown-freebsd11.1/dist/system_wrappers -include /usr/ports/www/firefox/work/firefox-55.0.2/config/gcc_hidden.h -DNDEBUG=1 -DTRIMMED=1 -DGOOGLE_PROTOBUF_NO_RTTI -DGOOGLE_PROTOBUF_NO_STATIC_INITIALIZER -DHAVE_PTHREAD -DHAVE_ZLIB -DSTATIC_EXPORTABLE_JS_API -DMOZ_HAS_MOZGLUE -DMOZILLA_INTERNAL_API -DIMPL_LIBXUL -I/usr/ports/www/firefox/work/firefox-55.0.2/toolkit/components/protobuf -I/usr/ports/www/firefox/work/firefox-55.0.2/obj-x86_64-unknown-freebsd11.1/toolkit/components/protobuf -I/usr/ports/www/firefox/work/firefox-55.0.2/obj-x86_64-unknown-freebsd11.1/dist/include -I/usr/local/include/nspr -I/usr/local/include/nss -I/usr/local/include/nss/nss -I/usr/local/include -I/usr/local/include -I/usr/local/include/pixman-1 -fPIC -DMOZILLA_CLIENT -include /usr/ports/www/firefox/work/firefox-55.0.2/obj-x86_64-unknown-freebsd11.1/mozilla-config.h -MD -MP -MF .deps/extension_set_heavy.i_o.pp -D_GLIBCXX_USE_C99 -D_GLIBCXX_USE_C99_MATH_TR1 -D_DECLARE_C99_LDBL_MATH -DLIBICONV_PLUG -isystem /usr/local/include -Wall -Wc++11-compat -Wempty-body -Wignored-qualifiers -Woverloaded-virtual -Wpointer-arith -Wsign-compare -Wtype-limits -Wunreachable-code -Wwrite-strings -Wno-invalid-offsetof -Wc++14-compat -Wno-error=maybe-uninitialized -Wno-error=deprecated-declarations -Wno-error=array-bounds -Wno-error=free-nonheap-object -Wformat -O2 -pipe -march=native -O3 -DLIBICONV_PLUG -fstack-protector -Wl,-rpath=/usr/local/lib/gcc5 -isystem /usr/local/include -fno-strict-aliasing -nostdinc++ -isystem /usr/include/c++/v1 -DLIBICONV_PLUG -Wl,-rpath=/usr/local/lib/gcc5 -isystem /usr/local/include -fno-exceptions -fno-strict-aliasing -fno-rtti -ffunction-sections -fdata-sections -fno-exceptions -fno-math-errno -pipe -I/usr/local/include -fprofile-generate -O2 -O3 -fomit-frame-pointer -Wno-return-type -Wno-sign-compare -I/usr/ports/www/firefox/work/firefox-55.0.2/widget/gtk/compat-gtk3 -I/usr/local/include/gtk-3.0 -I/usr/local/include/pango-1.0 -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/local/include -I/usr/local/include/cairo -I/usr/local/include/pixman-1 -I/usr/local/include/freetype2 -I/usr/local/include/libdrm -I/usr/local/include/libpng16 -I/usr/local/include/harfbuzz -I/usr/local/include/gdk-pixbuf-2.0 -I/usr/local/include/gio-unix-2.0/ -I/usr/local/include/atk-1.0 -I/usr/local/include/at-spi2-atk/2.0 -I/usr/local/include/at-spi-2.0 -I/usr/local/include/dbus-1.0 -I/usr/local/lib/dbus-1.0/include -I/usr/local/include/gtk-3.0/unix-print -D_THREAD_SAFE -pthread /usr/ports/www/firefox/work/firefox-55.0.2/toolkit/components/protobuf/src/google/protobuf/extension_set_heavy.cc >/usr/ports/www/firefox/work/firefox-55.0.2/toolkit/components/protobuf/src/google/protobuf/extension_set_heavy.cc: In member function 'void google::protobuf::internal::ExtensionSet::AppendToList(const google::protobuf::Descriptor*, const google::protobuf::DescriptorPool*, std::__1::vector<const google::protobuf::FieldDescriptor*>*) const': >/usr/ports/www/firefox/work/firefox-55.0.2/toolkit/components/protobuf/src/google/protobuf/extension_set_heavy.cc:97:8: error: reference to 'map' is ambiguous > for (map<int, Extension>::const_iterator iter = extensions_.begin(); > ^ >In file included from /usr/include/c++/v1/set:389:0, > from /usr/ports/www/firefox/work/firefox-55.0.2/obj-x86_64-unknown-freebsd11.1/dist/system_wrappers/set:3, > from /usr/ports/www/firefox/work/firefox-55.0.2/obj-x86_64-unknown-freebsd11.1/dist/stl_wrappers/set:44, > from /usr/ports/www/firefox/work/firefox-55.0.2/obj-x86_64-unknown-freebsd11.1/dist/include/google/protobuf/descriptor.h:57, > from /usr/ports/www/firefox/work/firefox-55.0.2/toolkit/components/protobuf/src/google/protobuf/extension_set_heavy.cc:39: >/usr/include/c++/v1/__tree:1465:77: note: candidates are: template<class, class, class, class> class std::__1::map > template <class, class, class, class> friend class _LIBCPP_TEMPLATE_VIS map; > ^ >In file included from /usr/ports/www/firefox/work/firefox-55.0.2/obj-x86_64-unknown-freebsd11.1/dist/system_wrappers/map:3:0, > from /usr/ports/www/firefox/work/firefox-55.0.2/obj-x86_64-unknown-freebsd11.1/dist/stl_wrappers/map:44, > from /usr/ports/www/firefox/work/firefox-55.0.2/obj-x86_64-unknown-freebsd11.1/dist/include/google/protobuf/extension_set.h:42, > from /usr/ports/www/firefox/work/firefox-55.0.2/toolkit/components/protobuf/src/google/protobuf/extension_set_heavy.cc:40: >/usr/include/c++/v1/map:611:11: note: template<class _Key, class _Tp, class _Compare, class _Allocator> class std::__1::map > class map; > ^ >/usr/ports/www/firefox/work/firefox-55.0.2/toolkit/components/protobuf/src/google/protobuf/extension_set_heavy.cc:97:12: error: expected primary-expression before 'int' > for (map<int, Extension>::const_iterator iter = extensions_.begin(); > ^ >/usr/ports/www/firefox/work/firefox-55.0.2/toolkit/components/protobuf/src/google/protobuf/extension_set_heavy.cc:98:8: error: 'iter' was not declared in this scope > iter != extensions_.end(); ++iter) { > ^ >/usr/ports/www/firefox/work/firefox-55.0.2/toolkit/components/protobuf/src/google/protobuf/extension_set_heavy.cc: In member function 'const google::protobuf::MessageLite& google::protobuf::internal::ExtensionSet::GetMessage(int, const google::protobuf::Descriptor*, google::protobuf::MessageFactory*) const': >/usr/ports/www/firefox/work/firefox-55.0.2/toolkit/components/protobuf/src/google/protobuf/extension_set_heavy.cc:146:3: error: reference to 'map' is ambiguous > map<int, Extension>::const_iterator iter = extensions_.find(number); > ^ >In file included from /usr/include/c++/v1/set:389:0, > from /usr/ports/www/firefox/work/firefox-55.0.2/obj-x86_64-unknown-freebsd11.1/dist/system_wrappers/set:3, > from /usr/ports/www/firefox/work/firefox-55.0.2/obj-x86_64-unknown-freebsd11.1/dist/stl_wrappers/set:44, > from /usr/ports/www/firefox/work/firefox-55.0.2/obj-x86_64-unknown-freebsd11.1/dist/include/google/protobuf/descriptor.h:57, > from /usr/ports/www/firefox/work/firefox-55.0.2/toolkit/components/protobuf/src/google/protobuf/extension_set_heavy.cc:39: >/usr/include/c++/v1/__tree:1465:77: note: candidates are: template<class, class, class, class> class std::__1::map > template <class, class, class, class> friend class _LIBCPP_TEMPLATE_VIS map; > ^ >In file included from /usr/ports/www/firefox/work/firefox-55.0.2/obj-x86_64-unknown-freebsd11.1/dist/system_wrappers/map:3:0, > from /usr/ports/www/firefox/work/firefox-55.0.2/obj-x86_64-unknown-freebsd11.1/dist/stl_wrappers/map:44, > from /usr/ports/www/firefox/work/firefox-55.0.2/obj-x86_64-unknown-freebsd11.1/dist/include/google/protobuf/extension_set.h:42, > from /usr/ports/www/firefox/work/firefox-55.0.2/toolkit/components/protobuf/src/google/protobuf/extension_set_heavy.cc:40: >/usr/include/c++/v1/map:611:11: note: template<class _Key, class _Tp, class _Compare, class _Allocator> class std::__1::map > class map; > ^ >/usr/ports/www/firefox/work/firefox-55.0.2/toolkit/components/protobuf/src/google/protobuf/extension_set_heavy.cc:146:7: error: expected primary-expression before 'int' > map<int, Extension>::const_iterator iter = extensions_.find(number); > ^ >/usr/ports/www/firefox/work/firefox-55.0.2/toolkit/components/protobuf/src/google/protobuf/extension_set_heavy.cc:147:7: error: 'iter' was not declared in this scope > if (iter == extensions_.end() || iter->second.is_cleared) { > ^ >/usr/ports/www/firefox/work/firefox-55.0.2/toolkit/components/protobuf/src/google/protobuf/extension_set_heavy.cc: In member function 'google::protobuf::MessageLite* google::protobuf::internal::ExtensionSet::ReleaseMessage(const google::protobuf::FieldDescriptor*, google::protobuf::MessageFactory*)': >/usr/ports/www/firefox/work/firefox-55.0.2/toolkit/components/protobuf/src/google/protobuf/extension_set_heavy.cc:189:3: error: reference to 'map' is ambiguous > map<int, Extension>::iterator iter = extensions_.find(descriptor->number()); > ^ >In file included from /usr/include/c++/v1/set:389:0, > from /usr/ports/www/firefox/work/firefox-55.0.2/obj-x86_64-unknown-freebsd11.1/dist/system_wrappers/set:3, > from /usr/ports/www/firefox/work/firefox-55.0.2/obj-x86_64-unknown-freebsd11.1/dist/stl_wrappers/set:44, > from /usr/ports/www/firefox/work/firefox-55.0.2/obj-x86_64-unknown-freebsd11.1/dist/include/google/protobuf/descriptor.h:57, > from /usr/ports/www/firefox/work/firefox-55.0.2/toolkit/components/protobuf/src/google/protobuf/extension_set_heavy.cc:39: >/usr/include/c++/v1/__tree:1465:77: note: candidates are: template<class, class, class, class> class std::__1::map > template <class, class, class, class> friend class _LIBCPP_TEMPLATE_VIS map; > ^ >In file included from /usr/ports/www/firefox/work/firefox-55.0.2/obj-x86_64-unknown-freebsd11.1/dist/system_wrappers/map:3:0, > from /usr/ports/www/firefox/work/firefox-55.0.2/obj-x86_64-unknown-freebsd11.1/dist/stl_wrappers/map:44, > from /usr/ports/www/firefox/work/firefox-55.0.2/obj-x86_64-unknown-freebsd11.1/dist/include/google/protobuf/extension_set.h:42, > from /usr/ports/www/firefox/work/firefox-55.0.2/toolkit/components/protobuf/src/google/protobuf/extension_set_heavy.cc:40: >/usr/include/c++/v1/map:611:11: note: template<class _Key, class _Tp, class _Compare, class _Allocator> class std::__1::map > class map; > ^ >/usr/ports/www/firefox/work/firefox-55.0.2/toolkit/components/protobuf/src/google/protobuf/extension_set_heavy.cc:189:7: error: expected primary-expression before 'int' > map<int, Extension>::iterator iter = extensions_.find(descriptor->number()); > ^ >/usr/ports/www/firefox/work/firefox-55.0.2/toolkit/components/protobuf/src/google/protobuf/extension_set_heavy.cc:190:7: error: 'iter' was not declared in this scope > if (iter == extensions_.end()) { > ^ >/usr/ports/www/firefox/work/firefox-55.0.2/toolkit/components/protobuf/src/google/protobuf/extension_set_heavy.cc: In member function 'int google::protobuf::internal::ExtensionSet::SpaceUsedExcludingSelf() const': >/usr/ports/www/firefox/work/firefox-55.0.2/toolkit/components/protobuf/src/google/protobuf/extension_set_heavy.cc:301:35: error: reference to 'map' is ambiguous > extensions_.size() * sizeof(map<int, Extension>::value_type); > ^ >In file included from /usr/include/c++/v1/set:389:0, > from /usr/ports/www/firefox/work/firefox-55.0.2/obj-x86_64-unknown-freebsd11.1/dist/system_wrappers/set:3, > from /usr/ports/www/firefox/work/firefox-55.0.2/obj-x86_64-unknown-freebsd11.1/dist/stl_wrappers/set:44, > from /usr/ports/www/firefox/work/firefox-55.0.2/obj-x86_64-unknown-freebsd11.1/dist/include/google/protobuf/descriptor.h:57, > from /usr/ports/www/firefox/work/firefox-55.0.2/toolkit/components/protobuf/src/google/protobuf/extension_set_heavy.cc:39: >/usr/include/c++/v1/__tree:1465:77: note: candidates are: template<class, class, class, class> class std::__1::map > template <class, class, class, class> friend class _LIBCPP_TEMPLATE_VIS map; > ^ >In file included from /usr/ports/www/firefox/work/firefox-55.0.2/obj-x86_64-unknown-freebsd11.1/dist/system_wrappers/map:3:0, > from /usr/ports/www/firefox/work/firefox-55.0.2/obj-x86_64-unknown-freebsd11.1/dist/stl_wrappers/map:44, > from /usr/ports/www/firefox/work/firefox-55.0.2/obj-x86_64-unknown-freebsd11.1/dist/include/google/protobuf/extension_set.h:42, > from /usr/ports/www/firefox/work/firefox-55.0.2/toolkit/components/protobuf/src/google/protobuf/extension_set_heavy.cc:40: >/usr/include/c++/v1/map:611:11: note: template<class _Key, class _Tp, class _Compare, class _Allocator> class std::__1::map > class map; > ^ >/usr/ports/www/firefox/work/firefox-55.0.2/toolkit/components/protobuf/src/google/protobuf/extension_set_heavy.cc:301:39: error: expected primary-expression before 'int' > extensions_.size() * sizeof(map<int, Extension>::value_type); > ^ >/usr/ports/www/firefox/work/firefox-55.0.2/toolkit/components/protobuf/src/google/protobuf/extension_set_heavy.cc:301:39: error: expected ')' before 'int' >/usr/ports/www/firefox/work/firefox-55.0.2/toolkit/components/protobuf/src/google/protobuf/extension_set_heavy.cc:302:8: error: reference to 'map' is ambiguous > for (map<int, Extension>::const_iterator iter = extensions_.begin(), > ^ >In file included from /usr/include/c++/v1/set:389:0, > from /usr/ports/www/firefox/work/firefox-55.0.2/obj-x86_64-unknown-freebsd11.1/dist/system_wrappers/set:3, > from /usr/ports/www/firefox/work/firefox-55.0.2/obj-x86_64-unknown-freebsd11.1/dist/stl_wrappers/set:44, > from /usr/ports/www/firefox/work/firefox-55.0.2/obj-x86_64-unknown-freebsd11.1/dist/include/google/protobuf/descriptor.h:57, > from /usr/ports/www/firefox/work/firefox-55.0.2/toolkit/components/protobuf/src/google/protobuf/extension_set_heavy.cc:39: >/usr/include/c++/v1/__tree:1465:77: note: candidates are: template<class, class, class, class> class std::__1::map > template <class, class, class, class> friend class _LIBCPP_TEMPLATE_VIS map; > ^ >In file included from /usr/ports/www/firefox/work/firefox-55.0.2/obj-x86_64-unknown-freebsd11.1/dist/system_wrappers/map:3:0, > from /usr/ports/www/firefox/work/firefox-55.0.2/obj-x86_64-unknown-freebsd11.1/dist/stl_wrappers/map:44, > from /usr/ports/www/firefox/work/firefox-55.0.2/obj-x86_64-unknown-freebsd11.1/dist/include/google/protobuf/extension_set.h:42, > from /usr/ports/www/firefox/work/firefox-55.0.2/toolkit/components/protobuf/src/google/protobuf/extension_set_heavy.cc:40: >/usr/include/c++/v1/map:611:11: note: template<class _Key, class _Tp, class _Compare, class _Allocator> class std::__1::map > class map; > ^ >/usr/ports/www/firefox/work/firefox-55.0.2/toolkit/components/protobuf/src/google/protobuf/extension_set_heavy.cc:302:12: error: expected primary-expression before 'int' > for (map<int, Extension>::const_iterator iter = extensions_.begin(), > ^ >/usr/ports/www/firefox/work/firefox-55.0.2/toolkit/components/protobuf/src/google/protobuf/extension_set_heavy.cc:304:8: error: 'iter' was not declared in this scope > iter != end; > ^ >/usr/ports/www/firefox/work/firefox-55.0.2/toolkit/components/protobuf/src/google/protobuf/extension_set_heavy.cc: In member function 'google::protobuf::uint8* google::protobuf::internal::ExtensionSet::SerializeWithCachedSizesToArray(int, int, google::protobuf::uint8*) const': >/usr/ports/www/firefox/work/firefox-55.0.2/toolkit/components/protobuf/src/google/protobuf/extension_set_heavy.cc:372:3: error: reference to 'map' is ambiguous > map<int, Extension>::const_iterator iter; > ^ >In file included from /usr/include/c++/v1/set:389:0, > from /usr/ports/www/firefox/work/firefox-55.0.2/obj-x86_64-unknown-freebsd11.1/dist/system_wrappers/set:3, > from /usr/ports/www/firefox/work/firefox-55.0.2/obj-x86_64-unknown-freebsd11.1/dist/stl_wrappers/set:44, > from /usr/ports/www/firefox/work/firefox-55.0.2/obj-x86_64-unknown-freebsd11.1/dist/include/google/protobuf/descriptor.h:57, > from /usr/ports/www/firefox/work/firefox-55.0.2/toolkit/components/protobuf/src/google/protobuf/extension_set_heavy.cc:39: >/usr/include/c++/v1/__tree:1465:77: note: candidates are: template<class, class, class, class> class std::__1::map > template <class, class, class, class> friend class _LIBCPP_TEMPLATE_VIS map; > ^ >In file included from /usr/ports/www/firefox/work/firefox-55.0.2/obj-x86_64-unknown-freebsd11.1/dist/system_wrappers/map:3:0, > from /usr/ports/www/firefox/work/firefox-55.0.2/obj-x86_64-unknown-freebsd11.1/dist/stl_wrappers/map:44, > from /usr/ports/www/firefox/work/firefox-55.0.2/obj-x86_64-unknown-freebsd11.1/dist/include/google/protobuf/extension_set.h:42, > from /usr/ports/www/firefox/work/firefox-55.0.2/toolkit/components/protobuf/src/google/protobuf/extension_set_heavy.cc:40: >/usr/include/c++/v1/map:611:11: note: template<class _Key, class _Tp, class _Compare, class _Allocator> class std::__1::map > class map; > ^ >/usr/ports/www/firefox/work/firefox-55.0.2/toolkit/components/protobuf/src/google/protobuf/extension_set_heavy.cc:372:7: error: expected primary-expression before 'int' > map<int, Extension>::const_iterator iter; > ^ >/usr/ports/www/firefox/work/firefox-55.0.2/toolkit/components/protobuf/src/google/protobuf/extension_set_heavy.cc:373:8: error: 'iter' was not declared in this scope > for (iter = extensions_.lower_bound(start_field_number); > ^ >/usr/ports/www/firefox/work/firefox-55.0.2/toolkit/components/protobuf/src/google/protobuf/extension_set_heavy.cc: In member function 'google::protobuf::uint8* google::protobuf::internal::ExtensionSet::SerializeMessageSetWithCachedSizesToArray(google::protobuf::uint8*) const': >/usr/ports/www/firefox/work/firefox-55.0.2/toolkit/components/protobuf/src/google/protobuf/extension_set_heavy.cc:384:3: error: reference to 'map' is ambiguous > map<int, Extension>::const_iterator iter; > ^ >In file included from /usr/include/c++/v1/set:389:0, > from /usr/ports/www/firefox/work/firefox-55.0.2/obj-x86_64-unknown-freebsd11.1/dist/system_wrappers/set:3, > from /usr/ports/www/firefox/work/firefox-55.0.2/obj-x86_64-unknown-freebsd11.1/dist/stl_wrappers/set:44, > from /usr/ports/www/firefox/work/firefox-55.0.2/obj-x86_64-unknown-freebsd11.1/dist/include/google/protobuf/descriptor.h:57, > from /usr/ports/www/firefox/work/firefox-55.0.2/toolkit/components/protobuf/src/google/protobuf/extension_set_heavy.cc:39: >/usr/include/c++/v1/__tree:1465:77: note: candidates are: template<class, class, class, class> class std::__1::map > template <class, class, class, class> friend class _LIBCPP_TEMPLATE_VIS map; > ^ >In file included from /usr/ports/www/firefox/work/firefox-55.0.2/obj-x86_64-unknown-freebsd11.1/dist/system_wrappers/map:3:0, > from /usr/ports/www/firefox/work/firefox-55.0.2/obj-x86_64-unknown-freebsd11.1/dist/stl_wrappers/map:44, > from /usr/ports/www/firefox/work/firefox-55.0.2/obj-x86_64-unknown-freebsd11.1/dist/include/google/protobuf/extension_set.h:42, > from /usr/ports/www/firefox/work/firefox-55.0.2/toolkit/components/protobuf/src/google/protobuf/extension_set_heavy.cc:40: >/usr/include/c++/v1/map:611:11: note: template<class _Key, class _Tp, class _Compare, class _Allocator> class std::__1::map > class map; > ^ >/usr/ports/www/firefox/work/firefox-55.0.2/toolkit/components/protobuf/src/google/protobuf/extension_set_heavy.cc:384:7: error: expected primary-expression before 'int' > map<int, Extension>::const_iterator iter; > ^ >/usr/ports/www/firefox/work/firefox-55.0.2/toolkit/components/protobuf/src/google/protobuf/extension_set_heavy.cc:385:8: error: 'iter' was not declared in this scope > for (iter = extensions_.begin(); iter != extensions_.end(); ++iter) { > ^ >/usr/ports/www/firefox/work/firefox-55.0.2/toolkit/components/protobuf/src/google/protobuf/extension_set_heavy.cc: In member function 'void google::protobuf::internal::ExtensionSet::SerializeMessageSetWithCachedSizes(google::protobuf::io::CodedOutputStream*) const': >/usr/ports/www/firefox/work/firefox-55.0.2/toolkit/components/protobuf/src/google/protobuf/extension_set_heavy.cc:715:8: error: reference to 'map' is ambiguous > for (map<int, Extension>::const_iterator iter = extensions_.begin(); > ^ >In file included from /usr/include/c++/v1/set:389:0, > from /usr/ports/www/firefox/work/firefox-55.0.2/obj-x86_64-unknown-freebsd11.1/dist/system_wrappers/set:3, > from /usr/ports/www/firefox/work/firefox-55.0.2/obj-x86_64-unknown-freebsd11.1/dist/stl_wrappers/set:44, > from /usr/ports/www/firefox/work/firefox-55.0.2/obj-x86_64-unknown-freebsd11.1/dist/include/google/protobuf/descriptor.h:57, > from /usr/ports/www/firefox/work/firefox-55.0.2/toolkit/components/protobuf/src/google/protobuf/extension_set_heavy.cc:39: >/usr/include/c++/v1/__tree:1465:77: note: candidates are: template<class, class, class, class> class std::__1::map > template <class, class, class, class> friend class _LIBCPP_TEMPLATE_VIS map; > ^ >In file included from /usr/ports/www/firefox/work/firefox-55.0.2/obj-x86_64-unknown-freebsd11.1/dist/system_wrappers/map:3:0, > from /usr/ports/www/firefox/work/firefox-55.0.2/obj-x86_64-unknown-freebsd11.1/dist/stl_wrappers/map:44, > from /usr/ports/www/firefox/work/firefox-55.0.2/obj-x86_64-unknown-freebsd11.1/dist/include/google/protobuf/extension_set.h:42, > from /usr/ports/www/firefox/work/firefox-55.0.2/toolkit/components/protobuf/src/google/protobuf/extension_set_heavy.cc:40: >/usr/include/c++/v1/map:611:11: note: template<class _Key, class _Tp, class _Compare, class _Allocator> class std::__1::map > class map; > ^ >/usr/ports/www/firefox/work/firefox-55.0.2/toolkit/components/protobuf/src/google/protobuf/extension_set_heavy.cc:715:12: error: expected primary-expression before 'int' > for (map<int, Extension>::const_iterator iter = extensions_.begin(); > ^ >/usr/ports/www/firefox/work/firefox-55.0.2/toolkit/components/protobuf/src/google/protobuf/extension_set_heavy.cc:716:8: error: 'iter' was not declared in this scope > iter != extensions_.end(); ++iter) { > ^ >/usr/ports/www/firefox/work/firefox-55.0.2/toolkit/components/protobuf/src/google/protobuf/extension_set_heavy.cc: In member function 'int google::protobuf::internal::ExtensionSet::MessageSetByteSize() const': >/usr/ports/www/firefox/work/firefox-55.0.2/toolkit/components/protobuf/src/google/protobuf/extension_set_heavy.cc:724:8: error: reference to 'map' is ambiguous > for (map<int, Extension>::const_iterator iter = extensions_.begin(); > ^ >In file included from /usr/include/c++/v1/set:389:0, > from /usr/ports/www/firefox/work/firefox-55.0.2/obj-x86_64-unknown-freebsd11.1/dist/system_wrappers/set:3, > from /usr/ports/www/firefox/work/firefox-55.0.2/obj-x86_64-unknown-freebsd11.1/dist/stl_wrappers/set:44, > from /usr/ports/www/firefox/work/firefox-55.0.2/obj-x86_64-unknown-freebsd11.1/dist/include/google/protobuf/descriptor.h:57, > from /usr/ports/www/firefox/work/firefox-55.0.2/toolkit/components/protobuf/src/google/protobuf/extension_set_heavy.cc:39: >/usr/include/c++/v1/__tree:1465:77: note: candidates are: template<class, class, class, class> class std::__1::map > template <class, class, class, class> friend class _LIBCPP_TEMPLATE_VIS map; > ^ >In file included from /usr/ports/www/firefox/work/firefox-55.0.2/obj-x86_64-unknown-freebsd11.1/dist/system_wrappers/map:3:0, > from /usr/ports/www/firefox/work/firefox-55.0.2/obj-x86_64-unknown-freebsd11.1/dist/stl_wrappers/map:44, > from /usr/ports/www/firefox/work/firefox-55.0.2/obj-x86_64-unknown-freebsd11.1/dist/include/google/protobuf/extension_set.h:42, > from /usr/ports/www/firefox/work/firefox-55.0.2/toolkit/components/protobuf/src/google/protobuf/extension_set_heavy.cc:40: >/usr/include/c++/v1/map:611:11: note: template<class _Key, class _Tp, class _Compare, class _Allocator> class std::__1::map > class map; > ^ >/usr/ports/www/firefox/work/firefox-55.0.2/toolkit/components/protobuf/src/google/protobuf/extension_set_heavy.cc:724:12: error: expected primary-expression before 'int' > for (map<int, Extension>::const_iterator iter = extensions_.begin(); > ^ >/usr/ports/www/firefox/work/firefox-55.0.2/toolkit/components/protobuf/src/google/protobuf/extension_set_heavy.cc:725:8: error: 'iter' was not declared in this scope > iter != extensions_.end(); ++iter) { > ^ >gmake[7]: *** [/usr/ports/www/firefox/work/firefox-55.0.2/config/rules.mk:1068: extension_set_heavy.i_o] Error 1 >gmake[7]: Leaving directory '/usr/ports/www/firefox/work/firefox-55.0.2/obj-x86_64-unknown-freebsd11.1/toolkit/components/protobuf' >gmake[6]: *** [/usr/ports/www/firefox/work/firefox-55.0.2/config/recurse.mk:73: toolkit/components/protobuf/target] Error 2 >gmake[6]: Leaving directory '/usr/ports/www/firefox/work/firefox-55.0.2/obj-x86_64-unknown-freebsd11.1' >gmake[5]: *** [/usr/ports/www/firefox/work/firefox-55.0.2/config/recurse.mk:33: compile] Error 2 >gmake[5]: Leaving directory '/usr/ports/www/firefox/work/firefox-55.0.2/obj-x86_64-unknown-freebsd11.1' >gmake[4]: *** [/usr/ports/www/firefox/work/firefox-55.0.2/config/rules.mk:519: default] Error 2 >gmake[4]: Leaving directory '/usr/ports/www/firefox/work/firefox-55.0.2/obj-x86_64-unknown-freebsd11.1' >gmake[3]: *** [/usr/ports/www/firefox/work/firefox-55.0.2/client.mk:419: realbuild] Error 2 >gmake[3]: Leaving directory '/usr/ports/www/firefox/work/firefox-55.0.2' >gmake[2]: *** [/usr/ports/www/firefox/work/firefox-55.0.2/client.mk:232: profiledbuild] Error 2 >gmake[2]: Leaving directory '/usr/ports/www/firefox/work/firefox-55.0.2' >*** Error code 1 > >Stop. >make[1]: stopped in /usr/ports/www/firefox >*** Error code 1 > >Stop.
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 221451
: 185567