Op vrijdag 11 oktober 2024 16:28:54 Midden-Europese standaardtijd schreef Freek de Kruijf: > I found the package iscan to support all-in-one devices of Epson for > scanning documents. I tried to use it on a Rasberry Pi 4B with openSUSE > Leap 15.6, but the package is only available for the x86_64 architecture. > > Is it possible to generate the package also for the aarch64 architecture? > > I tried to download the source package and to compile it with: > > rpmbuild -bb iscan.spec in /usr/src/packages/SPECS > > I did specify aarch64 in the line with ExclusiveArch but got an error > message: > > checking whether to build the frontend application... configure: error: > requires IA32 architecture
I have been analyzing this further. On a number of places in Makefile.* files only architectures i?86 and x86_64 are supported I changed that and do allow aarch64 also. Now a version with this architecture also builds OK. However a non-free file libesmod*.so for the aarch64 architecture is missing. They are only available for i386 and x86_64. I asked for support from Epson, but did not yet get an answer. -- fr.gr. member openSUSE Freek de Kruijf _______________________________________________ Packman mailing list [email protected] https://lists.links2linux.de/cgi-bin/mailman/listinfo/packman
