Topic: Build svn-4238 broken?
Magor Topic Opener |
Posted at: 2009-06-11, 17:34
Hi! I just wanted to update, build and play but thus said svn-4238 on OpenSuSE 11.1: scons AttributeError: FS instance has no attribute '_cwd': File "/usr/lib64/python2.6/site-packages/SCons/Script/Main.py", line 1261: _exec_main(parser, values) File "/usr/lib64/python2.6/site-packages/SCons/Script/Main.py", line 1226: _main(parser) File "/usr/lib64/python2.6/site-packages/SCons/Script/Main.py", line 800: fs = SCons.Node.FS.get_default_fs() File "/usr/lib64/python2.6/site-packages/SCons/Node/FS.py", line 2891: default_fs = FS() File "/usr/lib64/python2.6/site-packages/SCons/Node/FS.py", line 1051: self.Top = self.Dir(self.pathTop) File "/usr/lib64/python2.6/site-packages/SCons/Node/FS.py", line 1214: return self._lookup(name, directory, Dir, create) File "/usr/lib64/python2.6/site-packages/SCons/Node/FS.py", line 1163: directory = self._cwd make: *** [warning] Fehler 2 Looks like this scons thingy has a bad day... Never trusted that bugger Yours, Magor Top Quote |
Nasenbaer |
Posted at: 2009-06-12, 09:43
can not confirm - using Mandriva Linux 2009.1 - seems to be a scons problem so good you did not trust it Which scons version do you use? does 1) deleting the "build" dir in widelands svn directory + 2) running svn up for getting a clean "build" again resolve the problem? Cheers Nasenbaer Top Quote |
Dwarik |
Posted at: 2009-06-12, 13:02
also another question, did you try building widelands before (and succeeded with another version?) Top Quote |
Magor Topic Opener |
Posted at: 2009-06-15, 12:12
Don't know, but I doubt it, as I did not change any params manually, and scons died before it even started to get all the build environment information. SVN-4244 or earlier fixed that problem. Edited: 2009-06-15, 12:12
Top Quote |
Magor Topic Opener |
Posted at: 2009-06-15, 12:14
I build widelands regularly from svn, about once or twice a week, usually successful Yours, Magor Top Quote |
Dwarik |
Posted at: 2009-06-15, 12:29
If nasenbears sugestion doesn't work
did you recently update scons? maybe try updating to scons v 1.2 if you have an package of that available Top Quote |
Dwarik |
Posted at: 2009-06-15, 12:29
looking at your other post i guess you got it working Top Quote |