[branch mingw32] docker failure log, and fxc.exe runtime exception
I do have an error however when I try it within docker:
0:43.77 ./AccessibleEventId.h.stub
0:43.77 ./AccessibleRole.h.stub
0:43.78 config
0:43.91 ./AccessibleStates.h.stub
0:43.92 clang-14: error: no input files
0:43.94 gmake[3]: *** [backend.mk:620: accessible/interfaces/ia2/.deps/AccessibleEventId.h.stub] Error 1
0:43.94 gmake[3]: *** Waiting for unfinished jobs....
0:44.04 clang-14: error: no input files
0:44.05 gmake[3]: *** [backend.mk:628: accessible/interfaces/ia2/.deps/AccessibleRole.h.stub] Error 1
0:44.05 gmake[2]: *** [/work/librewolf-101.0.1-1/config/recurse.mk:34: export] Error 2
0:44.06 gmake[1]: *** [/work/librewolf-101.0.1-1/config/rules.mk:352: default] Error 2
0:44.06 gmake: *** [client.mk:63: build] Error 2
I'm not sure what's that about, I've not seen an error in the stub stuff before
I'm still stuck with my clang error on stub files during build
glandium mozbread: try mach build -v, it will hopefully give more context
mozbread Thanks, I'm seeing some wine error in fxc.exe or something, I'll try the -v
mozbread
subprocess.CalledProcessError: Command '['/usr/bin/wine64', '/home/user/.mozbuild/win-cross/vs/windows kits/10/bin/10.0.19041.0/x64/fxc.exe', '-nologo', '-Tvs_4_0_level_9_3', '../gfx/layers/d3d11/CompositorD3D11.hlsl', '-ELayerQuadVS', '-VnLayerQuadVS', '-Vi', '-DVERTEX_SHADER', '-Fhtmpzfu_lc4e']' returned non-zero exit status 1.
I'm getting a wine dialog about an unexpected error in fxc.exe, when I close it, the build process terminates. The wine debugger says : Unhandled exception: unimplemented function api-ms-win-crt-private-l1-1-0.dll._o__fileno called in 64-bit code.
mozbread This happens only with building firefox release tho, not with nightly.