← Back to team overview

yade-dev team mailing list archive

[Bug 418107] Re: bzr1727 fails to compile on ubuntu 9.04

 

It works for me. Are you sure that trunk is a clear directory? variant
is normally defined at the beginning, I don't see how it could be
None...

PS. Anton your install script, I don't think that is really useful, you
have to download trunk to get the script anyway. Plus it installs into
non-standard dirs and I don't want to encourage that. Default number of
processes hould be number of cores (I will add code for that, sorry)...

I think the best would be that scons suggests packages to install if it
is run on debian-based system and some lib is not found + make the
options you use the default (i.e. add openmp, version=trunk and use
monolithic).

-- 
bzr1727 fails to compile on ubuntu 9.04
https://bugs.launchpad.net/bugs/418107
You received this bug notification because you are a member of Yade
developers, which is subscribed to Yade.

Status in Yet Another Dynamic Engine: New

Bug description:
I even made a clean ubuntu 9.04 install under vmware to be sure that it's not some broken python configuration. When you type scons to compile you only get this error:

scons: Reading SCconscript files...
@@@ Using profile default (scons.profile default) @@@
TypeError: cannot concatenate 'str' and 'NoneType' objects:
  File "/home/janek/trunk/SConstruct", line 194:
    env['SUFFIX']='-'+env['version']+env['variant']


It doesn't even start checking what libraries are available.



References