I typed bzr up, and then scons. I didn't change anything in the scons file.
I've also tried to go back to the previous release that I had (r2661) by typing bzr revert -r 2661 scons but I got the same error. Giulia 2011/1/28 Bruno Chareyre <[email protected]>: > Did you really only type "bzr update; scons", or did you also edit > scons.profile-default? > That would explain. > > B. > > On 28/01/11 11:34, Giulia Macaro wrote: >> Hi all, >> >> I was working with the revision 2661 on Ubuntu 9.10, and I've updated >> to the rev 2689, but it doesn't work on my machine. >> Any ideas? >> >> Thank you >> Giulia >> >> giulia@engs-19155:~/yade$ scons >> scons: Reading SConscript files ... >> @@@ Using profile default (scons.profile-default) @@@ >> Yade version is `bzr2689' (bzr2689), installed files will be suffixed >> with `-bzr2689'. >> All intermediary files will be in `/home/giulia/build-bzr2689'. >> Checking whether c++ compiler "ccache g++" works...yes >> Finding libstdc++ library... (cached) /usr/lib/libstdc++.so.6 >> Checking for pthread_exit(NULL) in C library pthread... yes >> Checking for Python development files... ok >> Checking for C++ header file numpy/ndarrayobject.h... yes >> Checking for required python modules... (cached) all ok >> Checking boost libraries... all ok >> Checking for C++ header file boost/foreach.hpp... yes >> Checking for C++ header file Eigen/Core... yes >> Checking for C++ header file loki/NullType.h... yes >> Checking for glutGetModifiers() in C++ library glut... yes >> Checking for QGLViewer() in C++ library qglviewer-qt4... yes >> Checking for vtkInstantiator::New() in C++ library vtkCommon... yes >> Checking for gts_object_class() in C++ library gts... yes >> Checking for log4cxx::Logger::getLogger("") in C++ library log4cxx... yes >> RuntimeError: execCheck option (/home/giulia/YADE/bin/yade-bzr2661) >> does not match what is about to be installed >> (/home/giulia/YADE/bin/yade-bzr2689): >> File "/home/giulia/yade/SConstruct", line 544: >> env.SConscript(dirs=['.'],variant_dir=buildDir,duplicate=0) >> File "/usr/lib/scons/SCons/Script/SConscript.py", line 549: >> return apply(_SConscript, [self.fs,] + files, subst_kw) >> File "/usr/lib/scons/SCons/Script/SConscript.py", line 259: >> exec _file_ in call_stack[-1].globals >> File "/home/giulia/yade/SConscript", line 5: >> SConscript(dirs=['core','lib','gui','py'],duplicate=0) >> File "/usr/lib/scons/SCons/Script/SConscript.py", line 612: >> return apply(method, args, kw) >> File "/usr/lib/scons/SCons/Script/SConscript.py", line 549: >> return apply(_SConscript, [self.fs,] + files, subst_kw) >> File "/usr/lib/scons/SCons/Script/SConscript.py", line 259: >> exec _file_ in call_stack[-1].globals >> File "/home/giulia/yade/core/SConscript", line 15: >> raise RuntimeError('execCheck option (%s) does not match what is >> about to be installed (%s)'%(env['execCheck'],env.subst(pyMain))) >> giulia@engs-19155:~/yade$ >> >> _______________________________________________ >> Mailing list: https://launchpad.net/~yade-dev >> Post to : [email protected] >> Unsubscribe : https://launchpad.net/~yade-dev >> More help : https://help.launchpad.net/ListHelp >> > > > -- > _______________ > Bruno Chareyre > Associate Professor > ENSE³ - Grenoble INP > Lab. 3SR > BP 53 - 38041, Grenoble cedex 9 - France > Tél : +33 4 56 52 86 21 > Fax : +33 4 76 82 70 43 > ________________ > > > _______________________________________________ > Mailing list: https://launchpad.net/~yade-dev > Post to : [email protected] > Unsubscribe : https://launchpad.net/~yade-dev > More help : https://help.launchpad.net/ListHelp > _______________________________________________ Mailing list: https://launchpad.net/~yade-dev Post to : [email protected] Unsubscribe : https://launchpad.net/~yade-dev More help : https://help.launchpad.net/ListHelp

