Skip to content
GitLab
  • Menu
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
  • L libgpg-error
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Merge requests 1
    • Merge requests 1
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Packages & Registries
    • Packages & Registries
    • Container Registry
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Jobs
  • Commits
Collapse sidebar
  • DebianDebian
  • libgpg-error
  • Merge requests
  • !3

Revert "libgpg-error-dev: fix breakout-link warning (thanks, lintian!)"

  • Review changes

  • Download
  • Email patches
  • Plain diff
Closed Simon McVittie requested to merge smcv/libgpg-error:revert-dangling-symlink into debian/master Aug 20, 2021
  • Overview 1
  • Commits 1
  • Pipelines 0
  • Changes 1

This change resulted in /usr/lib/*/libgpg-error.so being a dangling symlink on non-merged-/usr systems, notably all official buildd chroots, causing linking to the shared library to fail. For shared libraries that depend on libgpg-error, falling back to the static library also fails, because it isn't PIC, causing build failure.

This reverts commit 7c408ba0.

Closes: #992573

Assignee
Assign to
Reviewer
Request review from
Time tracking
Source branch: revert-dangling-symlink