Note: This is a public test instance of Red Hat Bugzilla. The data contained within is a snapshot of the live data so any changes you make will not be reflected in the production Bugzilla. Email is disabled so feel free to test any aspect of the site that you want. File any problems you find or give feedback at bugzilla.redhat.com.
Bug 2153213
Summary: | Firefox 108.0 fails to build on s390x and armv7 | ||
---|---|---|---|
Product: | [Fedora] Fedora | Reporter: | Martin Stransky <stransky> |
Component: | firefox | Assignee: | Gecko Maintainer <gecko-bugs-nobody> |
Status: | CLOSED CURRENTRELEASE | QA Contact: | Fedora Extras Quality Assurance <extras-qa> |
Severity: | unspecified | Docs Contact: | |
Priority: | unspecified | ||
Version: | 38 | CC: | dan, erack, fedora, gecko-bugs-nobody, jhorak, klaas, pjasicek, rstrode, sandmann |
Target Milestone: | --- | ||
Target Release: | --- | ||
Hardware: | Unspecified | ||
OS: | Unspecified | ||
Whiteboard: | |||
Fixed In Version: | Doc Type: | If docs needed, set a value | |
Doc Text: | Story Points: | --- | |
Clone Of: | Environment: | ||
Last Closed: | 2023-02-25 16:27:09 UTC | Type: | Bug |
Regression: | --- | Mount Type: | --- |
Documentation: | --- | CRM: | |
Verified Versions: | Category: | --- | |
oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
Cloudforms Team: | --- | Target Upstream Version: | |
Embargoed: | |||
Bug Depends On: | |||
Bug Blocks: | 245418, 467765 |
Description
Martin Stransky
2022-12-14 10:22:31 UTC
The workaround from https://bugzilla.mozilla.org/show_bug.cgi?id=1797714 is to regenerate the binding at the build start. If that won't work (eg. needs rust stuff from the Internet), then patching is possible. I will take a look. It seems to affect arm7 as well: https://kojipkgs.fedoraproject.org//work/tasks/4360/95084360/build.log 239:42.10 ld.lld: error: undefined hidden symbol: tabs_4d51_TabsStore_get_all 239:42.10 >>> referenced by Unified_cpp_uniffi-js0.cpp 239:42.10 >>> /builddir/build/BUILD/firefox-108.0/objdir/toolkit/library/build/../../components/uniffi-js/Unified_cpp_uniffi-js0.o:(mozilla::uniffi::UniFFICallAsync(mozilla::dom::GlobalObject const&, unsigned long long, mozilla::dom::Sequence<mozilla::dom::OwningDoubleOrArrayBufferOrUniFFIPointer> const&, mozilla::ErrorResult&)) 239:42.10 >>> referenced by Unified_cpp_uniffi-js0.cpp 239:42.10 >>> /builddir/build/BUILD/firefox-108.0/objdir/toolkit/library/build/../../components/uniffi-js/Unified_cpp_uniffi-js0.o:(mozilla::uniffi::UniFFICallSync(mozilla::dom::GlobalObject const&, unsigned long long, mozilla::dom::Sequence<mozilla::dom::OwningDoubleOrArrayBufferOrUniFFIPointer> const&, mozilla::dom::RootedDictionary<mozilla::dom::UniFFIScaffoldingCallResult>&, mozilla::ErrorResult&)) 239:42.86 ld.lld: error: undefined hidden symbol: tabs_4d51_TabsStore_set_local_tabs 239:42.86 >>> referenced by Unified_cpp_uniffi-js0.cpp 239:42.86 >>> /builddir/build/BUILD/firefox-108.0/objdir/toolkit/library/build/../../components/uniffi-js/Unified_cpp_uniffi-js0.o:(mozilla::uniffi::UniFFICallAsync(mozilla::dom::GlobalObject const&, unsigned long long, mozilla::dom::Sequence<mozilla::dom::OwningDoubleOrArrayBufferOrUniFFIPointer> const&, mozilla::ErrorResult&)) 239:42.86 >>> referenced by Unified_cpp_uniffi-js0.cpp (In reply to Martin Stransky from comment #2) > It seems to affect arm7 as well: > https://kojipkgs.fedoraproject.org//work/tasks/4360/95084360/build.log interesting, but possible :-) As I wrote in https://bugzilla.mozilla.org/show_bug.cgi?id=1797714#c33, armv7 adds yet another hash. I don't think we can regenerate the bindings on the fly, because it requires network access to build the tools, but I have the diffs that could be applied on top of the version 108 release sources. This bug appears to have been reported against 'rawhide' during the Fedora Linux 38 development cycle. Changing version to 38. Builds fine for s390x now: https://koji.fedoraproject.org/koji/buildinfo?buildID=2150402 Upstream bug has been fixed. |