Page 1 of 1

RPATH and Fedora36

Posted: Mon Feb 27 2023 10:56 pm
by seasoned_geek
All,

I'm working on the RPM builds for the fork, having already submitted pull requests for the Debian packaging.

Is there a legitimate reason this ends with ..

Code: Select all

   set(CMAKE_INSTALL_RPATH "${CMAKE_INSTALL_PREFIX}/${CMAKE_INSTALL_LIBDIR}/copperspice/bin:$ORIGIN/${CS_BIN_RPATH}:$ORIGIN/..")
For now I'm overriding it in the .SPEC file.

Code: Select all

QA_RPATHS=\$(( 0x0001|0x0002|0x0020 ))
rpmbuild definitely does not like. I don't know why one would want a binary to look one level up from $ORIGIN. Unless someone was thinking about the plugins being one directory above the lconvert binary.

If it was an oopsie I can clean it up in this next pull request. If I can scrape up a bit more free time I should have RPM packaging done by the weekend.