Vladimir Panteleev
Vladimir Panteleev
I tried but it doesn't build any more :(
Currently stuck on this `chromium` build failure: ``` [74409/95482] STAMP clang_x86_v8_arm/obj/v8/v8_headers.stamp [74410/95482] STAMP clang_x86_v8_arm/obj/v8/cppgc_base.stamp [74411/95482] STAMP clang_x86_v8_arm/obj/v8/v8_shared_internal_headers.stamp [74412/95482] STAMP clang_x86_v8_arm/obj/v8/src/inspector/inspector_test_headers.stamp [74413/95482] STAMP clang_x86_v8_arm/obj/v8/v8_flags.stamp [74414/95482] CXX clang_x86_v8_arm/obj/v8/torque_base/instance-type-generator.o [74415/95482] LINK clang_x86_v8_arm/bytecode_builtins_list_generator FAILED:...
How does that work? Aren't webviews required for many parts of the OS?
Also, it used to build with the older `nixpkgs`.
OK, I got it to build with: ```nix apps.chromium.enable = false; webview.prebuilt.enable = false; webview.chromium.availableByDefault = false; webview.chromium.enable = false; webview.chromium.isFallback = false; ``` Still no idea if it actually...
Oops, it actually failed: ``` Building .img file 2024-05-18 12:35:02 - common.py - WARNING : Failed to read SYSTEM/etc/build.prop 2024-05-18 12:35:02 - common.py - WARNING : Failed to read VENDOR/etc/build.prop...
I hope this is answered.
Yeah, I'm pretty sure that creating a display out of thin air when there are none is outside the realm of what hax11 can do. There needs to be a...
I've made a number of fixes to hax11 since this issue was opened; I'm hoping that one of them may have addressed the cause of the segfaults you were seeing,...
I'll close this as it can't be fixed by a change to this repository. Hopefully someone can figure out how to set environment variables in Linux Mint / Cinnamon.