You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The dbus-send profile has private-lib libpcre2-8.so.0, which doesn't match the libpcre.so.3 used by fcopy on Debian 10, for instance. (The symptom I noticed is the lxde shutdown menu failing to appear after firecfg.) Putting libpcre.so.3 in a local profile fixes it.
This seems rather fragile. Presumably the soname should be configured for the system at build time.
This is with 0.9.64.4, but the profile is the same in git.
The text was updated successfully, but these errors were encountered:
Thanks for reporting. Not ideal, but for now we can get away with using libpcre*. We simply don't have the tooling to generate such finer-grained lists for things like this at build time. Personally I'd like to see the project moving into that direction in general. Perhaps you can open a discussion thread on the topic. Interesting ideas like yours tend to slip to the cracks too easily after an issue is closed and the world moves on.
kmk3
changed the title
dbus-send profile not general enough with libpcre
dbus-send: hardcoded libpcre2-8.so.0 does not match libpcre.so.3 (private-lib)
Sep 10, 2024
The dbus-send profile has
private-lib libpcre2-8.so.0
, which doesn't match the libpcre.so.3 used by fcopy on Debian 10, for instance. (The symptom I noticed is the lxde shutdown menu failing to appear after firecfg.) Putting libpcre.so.3 in a local profile fixes it.This seems rather fragile. Presumably the soname should be configured for the system at build time.
This is with 0.9.64.4, but the profile is the same in git.
The text was updated successfully, but these errors were encountered: