Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
scons install fails - the 2nd
07-11-2006, 11:42 AM,
#1
scons install fails - the 2nd
Hi,
I have exactly the same problem like here.

The difference:
I don´t use a 64 bit system but an x86 32 bit on Ubuntu Dapper.

vdrift: 2006-07-08
vdrift-data: 2006-07-08

I tried scons install with both data-full and data-minimum packages - whatever I use, it produces the same errors, despite that the minimum data displays more errors like these:

Quote:scons: warning: Ignoring missing SConscript 'data/cars/3S/SConscript'
File "data/cars/SConscript", line 26, in ?

scons: warning: Ignoring missing SConscript 'data/cars/MI/SConscript'
File "data/cars/SConscript", line 29, in ?

.........

at the beginning like with the full package. In full data-package, this error is shown only one time (and only with 3S).

Followed by:
Code:
File "data/cars/SConscript", line 43, in ?
TypeError: __call__() takes at most 4 arguments (5 given):
  File "SConstruct", line 292:
    SConscript('data/SConscript')
  File "/usr/lib/python2.4/site-packages/SCons/Script/SConscript.py", line 581:
    return apply(method, args, kw)
  File "/usr/lib/python2.4/site-packages/SCons/Script/SConscript.py", line 508:
    return apply(_SConscript, [self.fs,] + files, {'exports' : exports})
  File "/usr/lib/python2.4/site-packages/SCons/Script/SConscript.py", line 239:
    exec _file_ in stack[-1].globals
  File "data/SConscript", line 21:
    SConscript('tracks/SConscript')
  File "/usr/lib/python2.4/site-packages/SCons/Script/SConscript.py", line 581:
    return apply(method, args, kw)
  File "/usr/lib/python2.4/site-packages/SCons/Script/SConscript.py", line 508:
    return apply(_SConscript, [self.fs,] + files, {'exports' : exports})
  File "/usr/lib/python2.4/site-packages/SCons/Script/SConscript.py", line 239:
    exec _file_ in stack[-1].globals
  File "data/tracks/SConscript", line 10:
    env.Distribute (bin_dir, 'track_list.txt.full', 'track_list.txt.minimal')
  File "/usr/lib/python2.4/site-packages/SCons/Environment.py", line 149:
    return apply(self.builder, (self.env,) + args, kw)

scons:
Code:
SCons by Steven Knight et al.:
        script: v0.96.1.D001, 2004/08/23 09:55:29, by knight on casablanca
        engine: v0.96.1.D001, 2004/08/23 09:55:29, by knight on casablanca

openal:
Code:
ls /usr/lib |grep openal
libopenal.a
libopenal.la
libopenal.so
libopenal.so.0
libopenal.so.0.0.0

and:
Code:
libopenal0a                           0.0.8-1ubuntu1
libopenal-dev                        0.0.8-1ubuntu1

scons without invoking install works - but scons install fails. :S
Any clue what to do ?

thx
Reply
07-11-2006, 07:21 PM,
#2
 
I have the same problem here: Kubuntu Dapper, x86_64, SVN.

EDIT: I was able to build it by commenting line 10 in "data/tracks/SConscript" and then using:

Code:
scons use_apbuild=0 use_binreloc=1
su
scons install
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)