Not sure why no one has noticed?
On chum, the aarch build reports
[ 329s] error: File not found: /home/abuild/rpmbuild/BUILDROOT/presage-2.0.0-1.2.1.bso.aarch64/usr/lib64/libpresage.la
Anyone know if this is a transient thing?
Not sure why no one has noticed?
On chum, the aarch build reports
[ 329s] error: File not found: /home/abuild/rpmbuild/BUILDROOT/presage-2.0.0-1.2.1.bso.aarch64/usr/lib64/libpresage.la
Anyone know if this is a transient thing?
It’s breakage caused by some changes done in the OBS build environment.
It’s a bit of a mess because different repos do diffferent things wrt. static libraries now, depending on version and arch.
The spec should probably remove .la files from its file section (AND remove any at the end of the %install phase because otherwise it’ll break in reverse, complain about unpackaged files on x86).
I will try to fix that soonish. In spec update mode right now.
Ah! Thank you. I thought it might be an env thing
EDIT, maybe I should DO something?
Sigh, I installed the older versions from openrepos as a workaround. That works