Modify ↓
#108 closed defect (duplicate)
configure step failing consistently - probable permissions issue
Reported by: | stuka@… | Owned by: | cmlenz |
---|---|---|---|
Priority: | major | Milestone: | |
Component: | General | Version: | 0.5.2 |
Keywords: | Cc: | ||
Operating System: | Linux |
Description
The build slave running under Linux is consistently failing to run the configure command. It appears that the bzip/bunzip process is clobbering permissions on the checked-out sourcecode, because manually checking out the release and using the build.py script with the same recipe succeeds in both steps. (Left as General component because I'm not sure where the bzip work is done).
Attachments (0)
Change History (2)
comment:1 Changed 19 years ago by stuka@…
comment:2 Changed 19 years ago by cmlenz
- Resolution set to duplicate
- Status changed from new to closed
This is a duplicate of #68.
Note: See
TracTickets for help on using
tickets.
Sorry - left out the fact that I have verified that the temp files do NOT have the same permissions as the checked-out code. The permissions on them are 666 (which is probably the cause of the configure failing).