build system does not work with scons version 0.97.0d20070918-1

Bug #174736 reported by Marc Schinnenburg
2
Affects Status Importance Assigned to Milestone
openWNS
Fix Released
Undecided
Unassigned
openWNS-BuildSupport
Fix Released
Undecided
Unassigned

Bug Description

This version of scons cannot create libraries with no input files and only dependencies to other libraries.

AttributeError: 'NoneType' object has no attribute 'name':
  File "/home/fiet/myOpenWNS/framework/library/SConstruct", line 7:
    execfile(os.path.join(cnSConsDir, "SConstruct"))
  File "/home/fiet/myOpenWNS/framework/buildSupport/SConstruct", line 333:
    configureEnvironment(env, configDir)
  File "/home/fiet/myOpenWNS/framework/buildSupport/SConstruct", line 153:
    LIBPATH = [os.path.join('build', buildSpecificDir, 'lib')])
  File "/usr/lib/scons/SCons/Environment.py", line 214:
    return apply(MethodWrapper.__call__, (self, target, source) + args, kw)
  File "/usr/lib/scons/SCons/Environment.py", line 178:
    return apply(self.method, nargs, kwargs)
  File "/usr/lib/scons/SCons/Builder.py", line 614:
    return self._execute(env, target, source, OverrideWarner(kw), ekw)
  File "/usr/lib/scons/SCons/Builder.py", line 548:
    source = self.src_builder_sources(env, source, overwarn)
  File "/usr/lib/scons/SCons/Builder.py", line 727:
    match_suffix = match_src_suffix(s.name)

Related branches

Changed in openwns-buildsupport:
status: New → Fix Committed
Changed in openwns:
status: New → Fix Committed
Changed in openwns-buildsupport:
status: Fix Committed → Fix Released
Changed in openwns-old:
status: Fix Committed → Fix Released
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.