Closed
Bug 1605794
Opened 6 years ago
Closed 6 years ago
clang 9 _VSTD::abort() error from rlbox on FreeBSD
Categories
(Firefox Build System :: General, defect)
Tracking
(Not tracked)
RESOLVED
DUPLICATE
of bug 1594027
People
(Reporter: val, Unassigned)
Details
regression: similar error to https://bugzilla.mozilla.org/show_bug.cgi?id=1590624#c2
but from config/external/rlbox/rlbox_thread_locals.cpp instead of graphite anything
3:23.75 config/external/rlbox
3:23.94 In file included from /usr/home/greg/src/hg.mozilla.org/mozilla-unified/config/external/rlbox/rlbox_thread_locals.cpp:10:
3:23.94 In file included from /usr/home/greg/src/hg.mozilla.org/mozilla-unified/obj-x86_64-unknown-freebsd13.0/dist/include/mozilla/rlbox/rlbox_noop_sandbox.hpp:4:
3:23.94 In file included from /usr/home/greg/src/hg.mozilla.org/mozilla-unified/obj-x86_64-unknown-freebsd13.0/dist/stl_wrappers/cstdlib:44:
3:23.94 In file included from /usr/home/greg/src/hg.mozilla.org/mozilla-unified/obj-x86_64-unknown-freebsd13.0/dist/system_wrappers/cstdlib:3:
3:23.94 In file included from /usr/include/c++/v1/cstdlib:85:
3:23.95 In file included from /usr/home/greg/src/hg.mozilla.org/mozilla-unified/obj-x86_64-unknown-freebsd13.0/dist/system_wrappers/stdlib.h:3:
3:23.95 In file included from /usr/include/c++/v1/stdlib.h:100:
3:23.95 In file included from /usr/home/greg/src/hg.mozilla.org/mozilla-unified/obj-x86_64-unknown-freebsd13.0/dist/system_wrappers/math.h:3:
3:23.95 In file included from /usr/include/c++/v1/math.h:311:
3:23.95 In file included from /usr/home/greg/src/hg.mozilla.org/mozilla-unified/obj-x86_64-unknown-freebsd13.0/dist/stl_wrappers/type_traits:50:
3:23.95 In file included from /usr/home/greg/src/hg.mozilla.org/mozilla-unified/obj-x86_64-unknown-freebsd13.0/dist/include/mozilla/mozalloc.h:31:
3:23.95 In file included from /usr/home/greg/src/hg.mozilla.org/mozilla-unified/obj-x86_64-unknown-freebsd13.0/dist/stl_wrappers/new:44:
3:23.95 In file included from /usr/home/greg/src/hg.mozilla.org/mozilla-unified/obj-x86_64-unknown-freebsd13.0/dist/system_wrappers/new:3:
3:23.95 In file included from /usr/include/c++/v1/new:90:
3:23.95 In file included from /usr/home/greg/src/hg.mozilla.org/mozilla-unified/obj-x86_64-unknown-freebsd13.0/dist/system_wrappers/exception:3:
3:23.95 /usr/include/c++/v1/exception:180:5: error: no member named 'abort' in namespace 'std::__1'; did you mean simply 'abort'?
3:23.95 _VSTD::abort();
3:23.95 ^~~~~~~
3:23.95 /usr/include/c++/v1/__config:759:15: note: expanded from macro '_VSTD'
3:23.95 #define _VSTD std::_LIBCPP_ABI_NAMESPACE
3:23.95 ^
3:23.95 /usr/include/stdlib.h:86:17: note: 'abort' declared here
3:23.95 _Noreturn void abort(void);
Updated•6 years ago
|
Status: UNCONFIRMED → RESOLVED
Closed: 6 years ago
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•