Ticket #5220 (assigned)
Linux rpm instrument directory permission incorrect
Reported by: | Anders Markvardsen | Owned by: | Owen Arnold |
---|---|---|---|
Priority: | major | Milestone: | Backlog |
Component: | Framework | Keywords: | |
Cc: | martyn.gigg@… | Blocked By: | |
Blocking: | Tester: |
Description
The linux rpm instrument directory permissions is not writable to everyone. An effect of this is that .vtp files cannot be written to this directory from an installed version on Linux, and instead default to /tmp.
In cmake it is setup to be writable but somehow loses this knowledge. Note this effect is only seen on Linux not Mac (or windows for that matter).
Make this directory writable on linux also
Change History
comment:2 Changed 8 years ago by Nick Draper
- Owner set to Owen Arnold
- Status changed from new to assigned
comment:3 Changed 8 years ago by Nick Draper
- Milestone changed from Release 2.2 to Release 2.3
Moved at the end of release 2.2
comment:4 Changed 8 years ago by Nick Draper
- Milestone changed from Release 2.3 to Release 2.4
Moved to milestone 2.4
comment:5 Changed 8 years ago by Nick Draper
- Milestone changed from Release 2.4 to Release 2.5
Moved at the code freeze for release 2.4
comment:9 Changed 7 years ago by Nick Draper
- Milestone changed from Release 2.6 to Backlog
Moved to backlog at the code freeze for R2.6
comment:10 Changed 7 years ago by Nick Draper
- Status changed from new to assigned
Bulk move to assigned at the introduction of the triage step
comment:11 Changed 5 years ago by Stuart Campbell
This ticket has been transferred to github issue 6066
Just a note: This is something to do with CPACK and is confined to the RPM. The debian installation has the permissions set correctly.
Looking at the directory structure you can see that the permissions are correct after CPack has generated the temporary structure it is only once it has been packaged that the RPM fails to set the correct permissions. This used to work.