-
-
Notifications
You must be signed in to change notification settings - Fork 18.1k
Closed
Labels
0.kind: bugSomething is brokenSomething is broken6.topic: cross-compilationBuilding packages on a different platform than they will be used onBuilding packages on a different platform than they will be used on
Description
Describe the bug
A clear and concise description of what the bug is.
In a sea of benign warnings, you can find:
In file included from Unified_cpp_js_src_wasm2.cpp:38:
/build/firefox-78.4.0/js/src/wasm/WasmSignalHandlers.cpp:540:19: error: field 'ufp' has incomplete type 'user_vfp'
540 | struct user_vfp ufp;
| ^~~
/build/firefox-78.4.0/js/src/wasm/WasmSignalHandlers.cpp:540:10: note: forward declaration of 'struct user_vfp'
540 | struct user_vfp ufp;
| ^~~~~~~~
/build/firefox-78.4.0/js/src/wasm/WasmSignalHandlers.cpp:541:23: error: field 'ufp_exc' has incomplete type 'user_vfp_exc'
541 | struct user_vfp_exc ufp_exc;
| ^~~~~~~
/build/firefox-78.4.0/js/src/wasm/WasmSignalHandlers.cpp:541:10: note: forward declaration of 'struct user_vfp_exc'
541 | struct user_vfp_exc ufp_exc;
| ^~~~~~~~~~~~
and I assume that's why the build ultimately fails.
To Reproduce
Steps to reproduce the behavior:
nix-build -A pkgsCross.armv7l-hf-multiplatform.spidermonkey_78
Additional context
Add any other context about the problem here.
This might be armv7l-specific, currently building pkgsCross.aarch64-multiplatform.spidermonkey_78 to verify...
Edit: That one works, armv7l-specific bug
Notify maintainers
Metadata
Please run nix-shell -p nix-info --run "nix-info -m" and paste the result.
Maintainer information:
# a list of nixpkgs attributes affected by the problem
attribute:
# a list of nixos modules affected by the problem
module:Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
0.kind: bugSomething is brokenSomething is broken6.topic: cross-compilationBuilding packages on a different platform than they will be used onBuilding packages on a different platform than they will be used on