RPATH and Fedora36

Discuss anything related to product development
Post Reply
seasoned_geek
Posts: 254
Joined: Thu Jun 11 2020 12:18 pm

RPATH and Fedora36

Post 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.
Post Reply