Opened 9 years ago
Closed 9 years ago
#49852 closed defect (fixed)
Fix oelinux buildbot base buildslave
Reported by: | ryandesign (Ryan Carsten Schmidt) | Owned by: | admin@… |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | server/hosting | Version: | |
Keywords: | Cc: | ||
Port: |
Description
The oelinux base buildslave has been having an error since build 500:
env: ./configure: Permission denied
I forced this build, and I may have done so inadvertently; I may have been trying to build ports on another builder. But whatever the cause, this and all subsequent builds on this builder have failed with this permission error which needs to be resolved somehow.
Change History (1)
comment:1 Changed 9 years ago by ryandesign (Ryan Carsten Schmidt)
Resolution: | → fixed |
---|---|
Status: | new → closed |
Note: See
TracTickets for help on using
tickets.
Some files modified in the buildbase-oelinux-6_3-x86_64 directory since November 8, including the configure script, were owned by root:root (and all files in that directory have permissions that only enable the owner to read the files). Changed them to buildbot:buildbot to match the other files.