[Buildbot-devel] Problems installing buildbot from arch

Brad Hards bradh at frogmouth.net
Mon Sep 26 09:57:21 UTC 2005


I played around with buildbot 0.6.6, built from tarball. 

I liked what I saw, but I'd like some changes (eg doing a build on schedule, 
rather than on change). Might as well do them from the top of the tree - at 
least then they have some chance of getting merged.

I tried to checkout from anon CVS, but it errors out with a complaint about 
"too many links".

I had more success with Arch. However it doesn't install correctly.  
Basically, it builds and installs without error, but then "buildbot setup 
master" fails:
[bradh at marginata ~]$ buildbot master Buildbot
mkdir /home/bradh/Buildbot
chdir /home/bradh/Buildbot
Traceback (most recent call last):
  File "/usr/bin/buildbot", line 4, in ?
    runner.run()
  File "/usr/lib/python2.4/site-packages/buildbot/scripts/runner.py", line 
695, in run
    createMaster(so)
  File "/usr/lib/python2.4/site-packages/buildbot/scripts/runner.py", line 
211, in createMaster
    m.sampleconfig(util.sibpath(__file__, "sample.cfg"))
  File "/usr/lib/python2.4/site-packages/buildbot/scripts/runner.py", line 
154, in sampleconfig
    config_sample = open(source, "rt").read()
IOError: [Errno 13] Permission denied: 
'/usr/lib/python2.4/site-packages/buildbot/scripts/sample.cfg'

Yep, the problem is that scripts/sample.cfg (and clients/debug.glade) are 
installed with just owner rw.

Thanks again for buildbot - I've got high hopes for it!

Brad
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 189 bytes
Desc: not available
URL: <http://buildbot.net/pipermail/devel/attachments/20050926/ff9363b8/attachment.bin>


More information about the devel mailing list