Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

rpath crankery: gnome-software and mutter #366

Open
ikeycode opened this issue Nov 21, 2024 · 0 comments
Open

rpath crankery: gnome-software and mutter #366

ikeycode opened this issue Nov 21, 2024 · 0 comments

Comments

@ikeycode
Copy link
Member

Despite exports working, some RPATH linkage isn't being detected as RPATH bound:

+                               "soname(libmutter-clutter-15.so.0(x86_64))",
+                               "soname(libmutter-cogl-15.so.0(x86_64))",
+                               "soname(libmutter-mtk-15.so.0(x86_64))",
                                "soname(libpango-1.0.so.0(x86_64))",
                                "soname(libpangocairo-1.0.so.0(x86_64))",
                                "soname(libpipewire-0.3.so.0(x86_64))",
@@ -275,12 +280,12 @@
                        "name": "mutter",
                        "provides": [
                                "binary(mutter)",
-                               "soname(libdefault.so(x86_64))",
                                "soname(libmutter-15.so.0(x86_64))",
-                               "soname(libmutter-clutter-15.so.0(x86_64))",
-                               "soname(libmutter-cogl-15.so.0(x86_64))",
-                               "soname(libmutter-cogl-pango-15.so.0(x86_64))",
-                               "soname(libmutter-mtk-15.so.0(x86_64))"
+                               "soname(mutter-15/libmutter-clutter-15.so.0(x86_64))",
+                               "soname(mutter-15/libmutter-cogl-15.so.0(x86_64))",
+                               "soname(mutter-15/libmutter-cogl-pango-15.so.0(x86_64))",
+                               "soname(mutter-15/libmutter-mtk-15.so.0(x86_64))",
+                               "soname(mutter-15/plugins/libdefault.so(x86_64))"
                        ]
                },

Both gnome-software and mutter prove ideal test cases.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant