Skip to content
GitLab
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
  • gnome-software gnome-software
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 233
    • Issues 233
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 11
    • Merge requests 11
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Releases
  • Packages and registries
    • Packages and registries
    • Container Registry
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Wiki
    • Wiki
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • GNOMEGNOME
  • gnome-softwaregnome-software
  • Merge requests
  • !1111

gs-install-appstream: add gs_private_libdir to rpath

  • Review changes

  • Download
  • Email patches
  • Plain diff
Merged Pablo Correa Gomez requested to merge pabloyoyoista/gnome-software:rpath-install-appstream into main Nov 25, 2021
  • Overview 1
  • Commits 1
  • Pipelines 1
  • Changes 1

This avoids a crash where the executable crashed due to not being able to load the library.

I have encountered the error below testing gnome-software 41.1 in alpine, but the problem is still present in main:

Error loading shared library libgnomesoftware.so.16: No such file or directory (needed by /usr/libexec/gnome-software-install-appstream)
Error relocating /usr/libexec/gnome-software-install-appstream: gs_external_appstream_utils_get_file_cache_path: symbol not found
GS Failed to update external appstream file: Child process exited with code 127

I assume this was introduced in !601 (merged) or at a later point by adding the gs_external function. I have not been able to find a related open issue. Did I miss it or has nobody encountered this before? In second case, maybe is this specific to alpine?

Assignee
Assign to
Reviewers
Request review from
Time tracking
Source branch: rpath-install-appstream