-
Notifications
You must be signed in to change notification settings - Fork 119
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Error during build - type error #1046
Comments
What is the compiler version? The easiest way to get |
I'm currently using conda - base is the default activated one but fable36 was active when trying to make [user@localhost ~]$ conda list -n fable36 packages in environment at /home/user/fableworkdir/miniconda2/envs/fable36:Name Version Build Channel_libgcc_mutex 0.1 main |
This was a new VM setup and I didn't realize gcc wasn't installed by default, I'm sorry. The version in use is 11.5.0. I followed the instructions again and was able to compile but when running the test portion I had one failure on tst separate files, any ideas? Thanks for the help. libtbx.python "/home/user/fableworkdir/modules/cctbx_project/fable/test/tst_separate_files.py" [FAIL] 0.2s |
Is the compiler name |
Running on Oracle Linux 9.5 VM
(fable36) [user@localhost build36]$ cd ${WORK}/build36; make; cd ${WORK}
./bin/libtbx.scons -j "
./bin/libtbx.show_number_of_processors
"scons: Reading SConscript files ...
TypeError: '>=' not supported between instances of 'NoneType' and 'int':
File "/home/user/fableworkdir/build36/SConstruct", line 6:
SConscript("libtbx/SConscript")
File "/home/user/fableworkdir/modules/scons/src/engine/SCons/Script/SConscript.py", line 668:
return method(*args, **kw)
File "/home/user/fableworkdir/modules/scons/src/engine/SCons/Script/SConscript.py", line 605:
return _SConscript(self.fs, *files, **subst_kw)
File "/home/user/fableworkdir/modules/scons/src/engine/SCons/Script/SConscript.py", line 286:
exec(compile(scriptdata, scriptname, 'exec'), call_stack[-1].globals)
File "/home/user/fableworkdir/modules/cctbx_project/libtbx/SConscript", line 651:
if (env_etc.gcc_version >= 40400 and determine_cpp0x_flag()):
usr+sys time: 0.22 seconds
wall clock time: 0.24 seconds
make: *** [Makefile:6: default] Error 2
The text was updated successfully, but these errors were encountered: