Closed Bug 1536491 Opened 6 years ago Closed 6 years ago

error: field ‘ufp’ has incomplete type ‘user_vfp’

Categories

(Firefox Build System :: General, defect)

66 Branch
ARM
Linux
defect
Not set
normal

Tracking

(Not tracked)

RESOLVED DUPLICATE of bug 1526653

People

(Reporter: ray-v, Unassigned)

Details

(Keywords: in-triage)

Compiling FF66.0 for armv7 fails with this error:

 0:33.13 In file included from /mozbuild/release/firefox-build-dir/js
/src/wasm/Unified_cpp_js_src_wasm2.cpp:29:
 0:33.13 /mozbuild/mozilla/js/src/wasm/WasmSignalHandlers.cpp:520:19: 
error: field ‘ufp’ has incomplete type ‘user_vfp’
 0:33.13    struct user_vfp ufp;
 0:33.13                    ^~~
 0:33.13 /mozbuild/mozilla/js/src/wasm/WasmSignalHandlers.cpp:520:10: 
note: forward declaration of ‘struct user_vfp’
 0:33.13    struct user_vfp ufp;
 0:33.13           ^~~~~~~~
 0:33.13 /mozbuild/mozilla/js/src/wasm/WasmSignalHandlers.cpp:521:23: 
error: field ‘ufp_exc’ has incomplete type ‘user_vfp_exc’
 0:33.13    struct user_vfp_exc ufp_exc;
 0:33.13                        ^~~~~~~
 0:33.13 /mozbuild/mozilla/js/src/wasm/WasmSignalHandlers.cpp:521:10: 
note: forward declaration of ‘struct user_vfp_exc’
 0:33.13    struct user_vfp_exc ufp_exc;
 0:33.13           ^~~~~~~~~~~~
Keywords: in-triage

Bug 1526653 is identical to this and applying https://bugzilla.mozilla.org/show_bug.cgi?id=1526653#c10 allows the build to complete.

Status: UNCONFIRMED → RESOLVED
Closed: 6 years ago
Resolution: --- → DUPLICATE
You need to log in before you can comment on or make changes to this bug.