Closed
Bug 1580111
Opened 6 years ago
Closed 6 years ago
`mach build` fails on Windows with an error from `gfx/angle/checkout/src/libGLESv2`
Categories
(Firefox Build System :: General, defect)
Tracking
(Not tracked)
RESOLVED
DUPLICATE
of bug 1579743
People
(Reporter: saschanaz, Unassigned)
Details
17:52.14 c:/Users/sasch/Documents/GitHub/gecko-dev/gfx/angle/checkout/src/libGLESv2/global_state.cpp(39,1): error: static_assert failed due to requirement 'std::is_trivially_constructible<std::atomic<std::mutex *>>::value' "global mutex is not trivially constructible"
17:52.15 static_assert(std::is_trivially_constructible<decltype(g_Mutex)>::value,
17:52.19 ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
17:52.59 1 error generated.
17:52.65 mozmake.EXE[4]: *** [c:/Users/sasch/Documents/GitHub/gecko-dev/config/rules.mk:785: global_state.obj] Error 1
17:52.65 mozmake.EXE[4]: *** Waiting for unfinished jobs....
17:52.93 dom/simpledb
17:54.25 dom/reporting
17:54.62 mozmake.EXE[3]: *** [c:/Users/sasch/Documents/GitHub/gecko-dev/config/recurse.mk:74: gfx/angle/targets/libGLESv2/target-objects] Error 2
17:54.62 mozmake.EXE[3]: *** Waiting for unfinished jobs....
18:07.89 mozmake.EXE[2]: *** [c:/Users/sasch/Documents/GitHub/gecko-dev/config/recurse.mk:34: compile] Error 2
18:07.89 mozmake.EXE[1]: *** [c:/Users/sasch/Documents/GitHub/gecko-dev/config/rules.mk:389: default] Error 2
18:07.90 mozmake.EXE: *** [client.mk:125: build] Error 2
18:07.95 316 compiler warnings present.
That line is changed by Bug 1578576, but not sure it's the cause.
| Reporter | ||
Updated•6 years ago
|
Status: NEW → RESOLVED
Closed: 6 years ago
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•