Created
March 28, 2025 13:17
-
-
Save ZachBacon/0f0ee6f51a18895e190817aef5979f96 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
0:10.15 /usr/bin/gmake -f client.mk -j15 -s | |
0:10.36 Elapsed: 0.00s; From dist/private: Kept 0 existing; Added/updated 0; Removed 0 files and 0 directories. | |
0:10.38 Elapsed: 0.01s; From dist/xpi-stage: Kept 98 existing; Added/updated 0; Removed 0 files and 0 directories. | |
0:10.41 Elapsed: 0.00s; From dist/public: Kept 0 existing; Added/updated 0; Removed 0 files and 0 directories. | |
0:10.46 Elapsed: 0.08s; From _tests: Kept 1375 existing; Added/updated 0; Removed 0 files and 0 directories. | |
0:10.47 Elapsed: 0.10s; From dist/bin: Kept 3035 existing; Added/updated 0; Removed 0 files and 0 directories. | |
0:10.54 Elapsed: 0.17s; From dist/include: Kept 7251 existing; Added/updated 0; Removed 0 files and 0 directories. | |
0:10.64 ./cbindgen-metadata.json.stub | |
0:10.64 ./CompositorD3D11Shaders.h.stub | |
0:10.64 config | |
0:10.66 config/nsinstall_real | |
0:10.81 /usr/bin/wine /home/zachbacon/mozilla/fxc2/bin/fxc2.exe -nologo -Tvs_4_0_level_9_3 ../gfx/layers/d3d11/CompositorD3D11.hlsl -ELayerQuadVS -VnLayerQuadVS -Vi -DVERTEX_SHADER -Fhtmp8kdezvxa | |
0:10.81 it looks like wine32 is missing, you should install it. | |
0:10.81 multiarch needs to be enabled first. as root, please | |
0:10.81 execute "dpkg --add-architecture i386 && apt-get update && | |
0:10.81 apt-get install wine32:i386" | |
0:11.93 0108:err:environ:init_peb starting L"Z:\\home\\zachbacon\\mozilla\\fxc2\\bin\\fxc2.exe" in experimental wow64 mode | |
0:11.93 wine: failed to load L"\\??\\C:\\windows\\syswow64\\ntdll.dll" error c0000135 | |
0:11.94 Traceback (most recent call last): | |
0:11.94 File "<frozen runpy>", line 198, in _run_module_as_main | |
0:11.94 File "<frozen runpy>", line 88, in _run_code | |
0:11.94 File "/home/zachbacon/mozilla/firefox-136.0.4/python/mozbuild/mozbuild/action/file_generate.py", line 154, in <module> | |
0:11.94 sys.exit(main(sys.argv[1:])) | |
0:11.94 ^^^^^^^^^^^^^^^^^^ | |
0:11.94 File "/home/zachbacon/mozilla/firefox-136.0.4/python/mozbuild/mozbuild/action/file_generate.py", line 98, in main | |
0:11.94 ret = module.__dict__[method]( | |
0:11.94 ^^^^^^^^^^^^^^^^^^^^^^^^ | |
0:11.94 File "/home/zachbacon/mozilla/firefox-136.0.4/gfx/layers/d3d11/genshaders.py", line 28, in main | |
0:11.94 return process_manifest(output_fp, input_filename) | |
0:11.94 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ | |
0:11.95 File "/home/zachbacon/mozilla/firefox-136.0.4/gfx/layers/d3d11/genshaders.py", line 63, in process_manifest | |
0:11.95 new_deps = run_fxc( | |
0:11.95 ^^^^^^^^ | |
0:11.95 File "/home/zachbacon/mozilla/firefox-136.0.4/gfx/layers/d3d11/genshaders.py", line 100, in run_fxc | |
0:11.95 proc_stdout = subprocess.check_output(argv) | |
0:11.95 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ | |
0:11.95 File "/usr/lib/python3.12/subprocess.py", line 466, in check_output | |
0:11.95 return run(*popenargs, stdout=PIPE, timeout=timeout, check=True, | |
0:11.95 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ | |
0:11.95 File "/usr/lib/python3.12/subprocess.py", line 571, in run | |
0:11.95 raise CalledProcessError(retcode, process.args, | |
0:11.95 subprocess.CalledProcessError: Command '['/usr/bin/wine', '/home/zachbacon/mozilla/fxc2/bin/fxc2.exe', '-nologo', '-Tvs_4_0_level_9_3', '../gfx/layers/d3d11/CompositorD3D11.hlsl', '-ELayerQuadVS', '-VnLayerQuadVS', '-Vi', '-DVERTEX_SHADER', '-Fhtmp8kdezvxa']' returned non-zero exit status 1. | |
0:11.98 gmake[3]: *** [backend.mk:494: gfx/layers/.deps/CompositorD3D11Shaders.h.stub] Error 1 | |
0:11.98 gmake[3]: *** Waiting for unfinished jobs.... | |
0:15.16 gmake[2]: *** [/home/zachbacon/mozilla/firefox-136.0.4/config/recurse.mk:34: export] Error 2 | |
0:15.16 gmake[1]: *** [/home/zachbacon/mozilla/firefox-136.0.4/config/rules.mk:359: default] Error 2 | |
0:15.16 gmake: *** [client.mk:60: build] Error 2 | |
0:15.37 W 0 compiler warnings present. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment