Hi *. On Tue, Mar 22, 2022 at 6:31 AM Michael Weghorn <m.weghorn@xxxxxxxxx> wrote: > > On 22/03/2022 05.57, gcxyw1314 wrote: > > The packages I compiled on the centos7.7 arm system are as follows: > > When I install it, it says it is missing libXinerama.so.1 > > But I have installed > > libXinerama-1.1.3-2.1.el7.aarch64 > > > > -> Finished Dependency Resolution > > Error: Package: lodevbasis7.0-core-7.0.6.2-2.aarch64 (/lodevbasis7.0-core-7.0.6.2-2.aarch64) > > Requires: libXinerama.so.1 > > You could try using --skip-broken to work around the problem > > https://paste.debian.net/1235204/ 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)" ciao Christian