#73 RPM with fsverity plugin does not build on aarch64
Closed 3 years ago by malmond. Opened 3 years ago by malmond.

(Report on a broken build following enabling aarch64 in #71)

I did a rebuild of rpm in hyperscale8s-packages-experimental-el8, rebasing forward a couple of changes in c8s itself. That part is fine, but on a test build I saw:

Example log: https://cbs.centos.org/kojifiles/work/tasks/8445/2548445/build.log

it fails to find fsverity.so (the rpm plugin) at packaging time, because ./configure can't find the headers:

checking linux/fsverity.h usability... no
checking linux/fsverity.h presence... no
checking for linux/fsverity.h... no

Support for fsverity on 64k page size systems is not working today. I will check to see if we're working on it.

In the interim, I'm going to use arch-specific macros to turn fsverity off on aarch64 (and ppc64le) as those are known broken.


Metadata Update from @malmond:
- Issue status updated to: Closed (was: Open)

3 years ago

Log in to comment on this ticket.

Metadata