Twice is enough and so I am not familiar of this error but doing a search it has been in the past, first time for me?
Any help would be appreciated and since this part of forum is about community builds projects and packages might know or point me in the right direction.
Having the same issue trying to build latest master for Raspberry Pi 4B - this has gone on for 1-2 weeks at this point. (The first time I ran into this a week or two ago, I was too busy to dig down and resolve it and hoped it would get fixed upstream, but it's still problematic.)
No go here, but perhaps there's some weird corner cases with arm64 here that need further poking.
EDIT: WEIRD. Somehow my config got switched from bcm2711 to bcm2709 at some point... Retrying. Do need to fix this for my one bcm2709 target anyway though.
EDIT 2: OK, somehow my config file for bcm2711 got corrupted. I have a separate config for bcm2709, adding CONFIG_ARM_CRYPTO to target/linux/bcm27xx/bcm2709/config-5.15 (NOT bcm2711/config-5.15) fixed it.
I think this problem stems from this submission kernel: crypto: fix architecture specific modules. I have the same problem when compiling the ipq806x target. add CONFIG_ARM_CRYPTO=y to target/linux/ipq806x/config-5.15 to solve the problem
adding the CONFIG_ARM_CRYPTO to the config-5.15 does continue to build the snapshot but it isn't official yet it is a tempory fix I assume?
I originally needed to retest my EA3500 but ran into the error failing near the end of build process, I am sure there should be a official word sometime soon on this topic.
I would suggest that relevant data regarding device and resolution status should be added to the PR linked above to expedite a solution being committed to master.