James Tocknell <[email protected]> writes: > I looked at the RPATH change, lintian doesn't show any RPATH warnings > for me, I also ran readelf on the shared libraries, no RPATH or > RUNPATH. I'm building via gbp and cowbuilder on amd64 (with sid as the > target distro), could that be the problem?
Hmmm. I see no rpath lintian warnings when building inside sbuild, but many of them without sbuild (same behavior as what you're seeing with cowbuilder). Looking deeper (sysdig -c spy_users), this isn't because sbuild builds are causing RUNPATH tags to be removed, but because for whatever reason under sbuild they're never put in place to begin with. Can you confirm the lintian warnings if building without cowbuilder? What is that CMAKE flag you added supposed to do? I'm pretty sure it's not doing what we think it should be doing in at least on of the yes/no sbuild cases. Thanks

