Skip to content
GitLab
  • Menu
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
  • CMake CMake
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 3,930
    • Issues 3,930
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 20
    • Merge requests 20
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Releases
  • Packages & Registries
    • Packages & Registries
    • Container Registry
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • External wiki
    • External wiki
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • CMake
  • CMakeCMake
  • Merge requests
  • !2396

CPack/Deb: Recognize shared libraries marked executable on GNU/Hurd

  • Review changes

  • Download
  • Email patches
  • Plain diff
Closed Brad King requested to merge brad.king/cmake:cpack-deb-gnu-hurd into master Sep 17, 2018
  • Overview 4
  • Commits 1
  • Pipelines 1
  • Changes 1

When running tests one test fails for GNU/Hurd since the generated file libtest_lib.so.0.8 is executable. Currently it is unknown why it is created executable. However, some library files are being created executable, e.g. /lib/x86_64-linux-gnu/libc-2.27.so is. So file(1) is doing the right thing, to say that this file is ELF 64-bit LSB pie executable instead of ELF 64-bit LSB shared object.

Fixes: #18376 (closed)

Assignee
Assign to
Reviewer
Request review from
Time tracking
Source branch: cpack-deb-gnu-hurd