On 25/03/2022 08.12, gcxyw1314 wrote:
help ,
Is it something to do with the version
[...]
发件人:Christian Lohmaier <[email protected]>
[...]
When building packages using the epm method, the dependency gets added
by instsetoo_native/inc_openoffice/unix/find-requires-x11.sh - and it
looks like it should also add the ()(64bit) marker to the dependency
when PLATFORMID is linux_aarch64 and not only for linux_x86_64
check with rpm -q --provides libXinerama-1.1.3-2.1.el7.aarch64 whether
it provides "libXinerama.so.1()(64bit)"
If I understand correctly, Christian's suggestion was to apply the
following change if the output to the `rpm -q --provides
libXinerama-1.1.3-2.1.el7.aarch64` command shows that the package
provides "libXinerama.so.1()(64bit)":
https://gerrit.libreoffice.org/c/core/+/132094
Can you check whether it works if you rebuild with that change applied?