Skip to content
GitLab
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Register
  • Sign in
  • Kea Kea
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 578
    • Issues 578
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 59
    • Merge requests 59
  • Deployments
    • Deployments
    • Releases
  • Packages and registries
    • Packages and registries
    • Container Registry
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • Repository
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Commits
  • Issue Boards
Collapse sidebar
  • ISC Open Source ProjectsISC Open Source Projects
  • KeaKea
  • Issues
  • #1702
Closed
Open
Issue created Feb 12, 2021 by Tomek Mrugalski@tomek🛰Owner

Fix gtest cp -p flag

As reported by @manu:

why you enforce -p flag for 'cp' ?
https://gitlab.isc.org/isc-projects/kea/-/blob/master/ext/gtest/Makefile.am#L10
it would be good idea to remove it as it causes errors

cp -p /usr/src/googletest/googletest//src/gtest-all.cc gtest-all.cc
cp: can't preserve ownership of 'gtest-all.cc': Operation not permitted
as we copy file owned by root to jenkins's workspace under jenkins user. The file is copied anyway but without preserved ownership which we don't need, right? So the -p flag is not required from my point of view.
To upload designs, you'll need to enable LFS and have an admin enable hashed storage. More information
Assignee
Assign to
Time tracking