Closed Bug 1539739 Opened 5 years ago Closed 5 years ago

armv7 build fails with: error: field 'ufp' has incomplete type 'user_vfp'

Categories

(Core :: JavaScript: WebAssembly, defect)

66 Branch
defect
Not set
normal

Tracking

()

RESOLVED DUPLICATE of bug 1526653

People

(Reporter: guillaume.gardet, Unassigned)

Details

Attachments

(1 file)

User Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/73.0.3683.86 Safari/537.36

Steps to reproduce:

While trying to build Firefox 66.0 for armv7l, the build fails because of "field 'ufp' has incomplete type 'user_vfp'" error.

Actual results:

Build log:
[ 1116s] 13:17.43 In file included from /home/abuild/rpmbuild/BUILD/obj/js/src/wasm/Unified_cpp_js_src_wasm2.cpp:29:
[ 1116s] 13:17.43 /home/abuild/rpmbuild/BUILD/firefox-66.0/js/src/wasm/WasmSignalHandlers.cpp:520:19: error: field 'ufp' has incomplete type 'user_vfp'
[ 1116s] 13:17.43 struct user_vfp ufp;
[ 1116s] 13:17.43 ^~~
[ 1116s] 13:17.44 /home/abuild/rpmbuild/BUILD/firefox-66.0/js/src/wasm/WasmSignalHandlers.cpp:520:10: note: forward declaration of 'struct user_vfp'
[ 1116s] 13:17.44 struct user_vfp ufp;
[ 1116s] 13:17.44 ^~~~~~~~
[ 1116s] 13:17.45 /home/abuild/rpmbuild/BUILD/firefox-66.0/js/src/wasm/WasmSignalHandlers.cpp:521:23: error: field 'ufp_exc' has incomplete type 'user_vfp_exc'
[ 1116s] 13:17.45 struct user_vfp_exc ufp_exc;
[ 1116s] 13:17.46 ^~~~~~~
[ 1116s] 13:17.48 /home/abuild/rpmbuild/BUILD/firefox-66.0/js/src/wasm/WasmSignalHandlers.cpp:521:10: note: forward declaration of 'struct user_vfp_exc'
[ 1116s] 13:17.48 struct user_vfp_exc ufp_exc;
[ 1116s] 13:17.48 ^~~~~~~~~~~~

Expected results:

Build should succeed.

Has STR: --- → yes
Component: Untriaged → JavaScript Engine
Product: Firefox → Core
Component: JavaScript Engine → Javascript: WebAssembly

I think this is duplicate of #1526653

Flags: needinfo?(guillaume.gardet)

Right you are.

Status: UNCONFIRMED → RESOLVED
Closed: 5 years ago
Resolution: --- → DUPLICATE
Flags: needinfo?(guillaume.gardet)
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Created:
Updated:
Size: