[Bf-committers] Borked scons

K. Richard Rhodes krich at frontiernet.net
Fri Oct 22 00:49:09 CEST 2004


Seems the work on scons has borked it in my case. After doing 'cvs 
update -dP' and then ' scons -j 6 --implicit-deps-unchanged  
--max-drift=1 --debug=time release' I get the following error:

zipit(["blenderrelease"], ["blender"])
scons: *** [blenderrelease] Exception
Traceback (most recent call last):
  File "/usr/lib/scons/SCons/Taskmaster.py", line 101, in execute
    self.targets[0].build()
  File "/usr/lib/scons/SCons/Node/__init__.py", line 201, in build
    apply(executor, (self, errfunc), kw)
  File "/usr/lib/scons/SCons/Executor.py", line 115, in __call__
    apply(action, (self.targets, self.sources, env, errfunc), kw)
  File "/usr/lib/scons/SCons/Action.py", line 243, in __call__
    stat = self.execute(target, source, env)
  File "/usr/lib/scons/SCons/Action.py", line 512, in execute
    return self.execfunction(target=target, source=rsources, env=env)
  File "/home/krich/CVS/blender/tools/scons/bs/bs_arc.py", line 133, in zipit
    if bs_dirs.preparedist()==0:
  File "/home/krich/CVS/blender/tools/scons/bs/bs_dirs.py", line 53, in preparedist
    shutil.rmtree("dist") # make sure we don't get old cruft
  File "/usr/lib/python2.3/shutil.py", line 142, in rmtree
    raise exc[0], (exc[1][0], exc[1][1] + ' removing '+arg)
OSError: [Errno 13] Permission denied removing dist/blender

Now, it builds fine, the files are in dist/* but it doesn't make the tarball. Any suggestions?

K-Rich
scons: building terminated because of errors.




More information about the Bf-committers mailing list