I'm trying to build an RPM. I previously ran into problem where the build would fail due to failure to brp-strip the binaries. The error message was something like:
/usr/bin/strip: Unable to recognise the format of the input file / home/mydir/RPM/BinaryName
So I added exit 0 to the top of brp-strip, and got past that error. But now when I get to the end of the %file section I get this error:
rpmbuild: rpmfc.c:1079: rpmfcELF: Assertion `s != ((void *)0)' failed.
google search has so far been fruitless. Can anyone help me out with this?
Thank you,
Robert