[neon/snap-packaging/kde-qt6-core-sdk] /: ld fails with undefined symbols due to libpulsecommon-15.99.so being

Scarlett Moore null at kde.org
Thu Jun 13 14:26:11 BST 2024


Git commit 165d748f5210737ec9f383d17bc213039dcbab6f by Scarlett Moore.
Committed on 13/06/2024 at 13:24.
Pushed by scarlettmoore into branch 'master'.

ld fails with undefined symbols due to libpulsecommon-15.99.so being
missing.

M  +2    -0    snapcraft.yaml

https://invent.kde.org/neon/snap-packaging/kde-qt6-core-sdk/-/commit/165d748f5210737ec9f383d17bc213039dcbab6f

diff --git a/snapcraft.yaml b/snapcraft.yaml
index 328b630..61a32c7 100644
--- a/snapcraft.yaml
+++ b/snapcraft.yaml
@@ -234,6 +234,8 @@ parts:
       - python3-minimal
       - unixodbc-dev
       - zlib1g-dev
+    stage-packages:
+      - libpulse0
     override-pull: |
       craftctl default
       while read -r PATCHFILE ; do


More information about the Neon-commits mailing list