Summary
make install: umask problem with modules.db
Metadata
- Id: e33514a06ac4acd1d26af1d9ad77e0b8d8a01874
- Trac id: 1168
- Type: defect
- Reporter: retroj
- Owner:
- Cc:
- Status: new
- Component: build system
- Estimated difficulty: medium
- Resolution:
- Priority: major
- Milestone: someday
- Version: 4.9.x
- Changetime: 2016-08-25 21:37:00 UTC
- Created: 2014-11-09 03:40:26 UTC
- Keywords:
Description
With a UMASK of 0027, 'sudo make PLATFORM=linux install' installed the file $PREFIX/lib/chicken/7/modules.db with permissions rw-r-----, instead of the expected rw-r--r--, preventing csc from working for my user account.