[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

IndexError: list index out of range: [serf 1.3.8]

From: Mohsin <mohsinchandia_at_gmail.com>
Date: Wed, 19 Nov 2014 22:59:05 -0700 (MST)

Hi ,

I am getting following error while installing serf on my solaris machine .
Please suggest

-bash-3.2# scons install
scons: Reading SConscript files ...
IndexError: list index out of range:
  File "/export/home/mabbas/svn1.8.10/serf-1.3.8/SConstruct", line 275:
    lib_shared = env.SharedLibrary(LIBNAME, SOURCES + SHARED_SOURCES)
  File "/usr/local/python/lib/scons-2.3.4/SCons/Environment.py", line 260:
    return MethodWrapper.__call__(self, target, source, *args, **kw)
  File "/usr/local/python/lib/scons-2.3.4/SCons/Environment.py", line 224:
    return self.method(*nargs, **kwargs)
  File "/usr/local/python/lib/scons-2.3.4/SCons/Builder.py", line 633:
    return self._execute(env, target, source, OverrideWarner(kw), ekw)
  File "/usr/local/python/lib/scons-2.3.4/SCons/Builder.py", line 554:
    tlist, slist = self._create_nodes(env, target, source)
  File "/usr/local/python/lib/scons-2.3.4/SCons/Builder.py", line 518:
    target, source = self.emitter(target=tlist, source=slist, env=env)
  File "/usr/local/python/lib/scons-2.3.4/SCons/Builder.py", line 344:
    target, source = e(target, source, env)
  File "/usr/local/python/lib/scons-2.3.4/SCons/Tool/link.py", line 86:
    target[0].name = version_names[0]

-bash-3.2# cat /etc/release
                   Oracle Solaris 10 8/11 s10s_u10wos_17b SPARC
  Copyright (c) 1983, 2011, Oracle and/or its affiliates. All rights
reserved.
                            Assembled 23 August 2011
-bash-3.2#
-bash-3.2#
-bash-3.2# python -V
Python 2.7.7
-bash-3.2# scons --version
SCons by Steven Knight et al.:
        script: v2.3.4, 2014/09/27 12:51:43, by garyo on lubuntu
        engine: v2.3.4, 2014/09/27 12:51:43, by garyo on lubuntu
        engine path: ['/usr/local/python/lib/scons-2.3.4/SCons']
Copyright (c) 2001 - 2014 The SCons Foundation

Regards
Mohsin Abbas

--
View this message in context: http://subversion.1072662.n5.nabble.com/IndexError-list-index-out-of-range-serf-1-3-8-tp190986.html
Sent from the Subversion Dev mailing list archive at Nabble.com.
Received on 2014-11-20 07:00:39 CET

This is an archived mail posted to the Subversion Dev mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.