Everything builds ok, but won't install.
here is my configure line:
./configure.py --boost-inc-dir=/space/local/include
--boost-lib-dir=/space/local/lib --boost-compiler=gcc41
--boost-python-libname=boost_python-gcc41-mt
--boost-thread-libname=boost_thread-gcc41-mt --update-user
Install gives me this error
[root@david-fc6 pyopencl_git]# make install
ctags -R src || true
/usr/bin/python setup.py install
running install
running bdist_egg
running egg_info
creating pyopencl.egg-info
writing requirements to pyopencl.egg-info/requires.txt
writing pyopencl.egg-info/PKG-INFO
writing top-level names to pyopencl.egg-info/top_level.txt
writing dependency_links to pyopencl.egg-info/dependency_links.txt
writing manifest file 'pyopencl.egg-info/SOURCES.txt'
reading manifest file 'pyopencl.egg-info/SOURCES.txt'
reading manifest template 'MANIFEST.in'
warning: no files found matching 'src/cl/*.hpp'
writing manifest file 'pyopencl.egg-info/SOURCES.txt'
installing library code to build/bdist.linux-x86_64/egg
running install_lib
running build_py
running build_ext
creating build/bdist.linux-x86_64
creating build/bdist.linux-x86_64/egg
creating build/bdist.linux-x86_64/egg/pyopencl
copying build/lib.linux-x86_64-2.4/pyopencl/version.py ->
build/bdist.linux-x86_64/egg/pyopencl
copying build/lib.linux-x86_64-2.4/pyopencl/_cl.so ->
build/bdist.linux-x86_64/egg/pyopencl
copying build/lib.linux-x86_64-2.4/pyopencl/__init__.py ->
build/bdist.linux-x86_64/egg/pyopencl
byte-compiling build/bdist.linux-x86_64/egg/pyopencl/version.py to
version.pyc
byte-compiling build/bdist.linux-x86_64/egg/pyopencl/__init__.py to
__init__.pyc
creating stub loader for pyopencl/_cl.so
byte-compiling build/bdist.linux-x86_64/egg/pyopencl/_cl.py to _cl.pyc
creating build/bdist.linux-x86_64/egg/EGG-INFO
copying pyopencl.egg-info/PKG-INFO ->
build/bdist.linux-x86_64/egg/EGG-INFO
copying pyopencl.egg-info/SOURCES.txt ->
build/bdist.linux-x86_64/egg/EGG-INFO
copying pyopencl.egg-info/dependency_links.txt ->
build/bdist.linux-x86_64/egg/EGG-INFO
copying pyopencl.egg-info/not-zip-safe ->
build/bdist.linux-x86_64/egg/EGG-INFO
copying pyopencl.egg-info/requires.txt ->
build/bdist.linux-x86_64/egg/EGG-INFO
copying pyopencl.egg-info/top_level.txt ->
build/bdist.linux-x86_64/egg/EGG-INFO
writing build/bdist.linux-x86_64/egg/EGG-INFO/native_libs.txt
creating dist
creating 'dist/pyopencl-0.91.3-py2.4-linux-x86_64.egg' and adding
'build/bdist.linux-x86_64/egg' to it
removing 'build/bdist.linux-x86_64/egg' (and everything under it)
Processing pyopencl-0.91.3-py2.4-linux-x86_64.egg
removing
'/usr/lib64/python2.4/site-packages/pyopencl-0.91.3-py2.4-linux-x86_64.e
gg' (and everything under it)
creating
/usr/lib64/python2.4/site-packages/pyopencl-0.91.3-py2.4-linux-x86_64.eg
g
Extracting pyopencl-0.91.3-py2.4-linux-x86_64.egg to
/usr/lib64/python2.4/site-packages
pyopencl 0.91.3 is already the active version in easy-install.pth
Installed
/usr/lib64/python2.4/site-packages/pyopencl-0.91.3-py2.4-linux-x86_64.eg
g
Processing dependencies for pyopencl==0.91.3
Searching for py>=1.0.2
Reading
http://pypi.python.org/simple/py/
------------------------------------------------------------------------
----
Sorry, your build failed. Try rerunning configure.py with different
options.
------------------------------------------------------------------------
----
Traceback (most recent call last):
File "setup.py", line 162, in ?
main()
File "setup.py", line 154, in main
extra_link_args=conf["LDFLAGS"],
File "/export/space/downloads/pyopencl_git/aksetup_helper.py", line
12, in setup
setup(*args, **kwargs)
File "/usr/lib64/python2.4/distutils/core.py", line 149, in setup
dist.run_commands()
File "/usr/lib64/python2.4/distutils/dist.py", line 946, in
run_commands
self.run_command(cmd)
File "/usr/lib64/python2.4/distutils/dist.py", line 966, in
run_command
cmd_obj.run()
File
"/usr/lib64/python2.4/site-packages/setuptools-0.6c9-py2.4.egg/setuptool
s/command/install.py", line 76, in run
self.do_egg_install()
File
"/usr/lib64/python2.4/site-packages/setuptools-0.6c9-py2.4.egg/setuptool
s/command/install.py", line 104, in do_egg_install
cmd.run()
File
"/usr/lib64/python2.4/site-packages/setuptools-0.6c9-py2.4.egg/setuptool
s/command/easy_install.py", line 211, in run
self.easy_install(spec, not self.no_deps)
File
"/usr/lib64/python2.4/site-packages/setuptools-0.6c9-py2.4.egg/setuptool
s/command/easy_install.py", line 427, in easy_install
return self.install_item(None, spec, tmpdir, deps, True)
File
"/usr/lib64/python2.4/site-packages/setuptools-0.6c9-py2.4.egg/setuptool
s/command/easy_install.py", line 478, in install_item
self.process_distribution(spec, dist, deps)
File
"/usr/lib64/python2.4/site-packages/setuptools-0.6c9-py2.4.egg/setuptool
s/command/easy_install.py", line 518, in process_distribution
distros = WorkingSet([]).resolve(
File
"/usr/lib64/python2.4/site-packages/setuptools-0.6c9-py2.4.egg/pkg_resou
rces.py", line 522, in resolve
dist = best[req.key] = env.best_match(req, self, installer)
File
"/usr/lib64/python2.4/site-packages/setuptools-0.6c9-py2.4.egg/pkg_resou
rces.py", line 758, in best_match
return self.obtain(req, installer) # try and download/install
File
"/usr/lib64/python2.4/site-packages/setuptools-0.6c9-py2.4.egg/pkg_resou
rces.py", line 770, in obtain
return installer(requirement)
File
"/usr/lib64/python2.4/site-packages/setuptools-0.6c9-py2.4.egg/setuptool
s/command/easy_install.py", line 432, in easy_install
dist = self.package_index.fetch_distribution(
File
"/usr/lib64/python2.4/site-packages/setuptools-0.6c9-py2.4.egg/setuptool
s/package_index.py", line 462, in fetch_distribution
self.find_packages(requirement)
File
"/usr/lib64/python2.4/site-packages/setuptools-0.6c9-py2.4.egg/setuptool
s/package_index.py", line 303, in find_packages
self.scan_url(self.index_url + requirement.unsafe_name+'/')
File
"/usr/lib64/python2.4/site-packages/setuptools-0.6c9-py2.4.egg/setuptool
s/package_index.py", line 617, in scan_url
self.process_url(url, True)
File
"/usr/lib64/python2.4/site-packages/setuptools-0.6c9-py2.4.egg/setuptool
s/package_index.py", line 189, in process_url
f = self.open_url(url, "Download error: %s -- Some packages may not
be found!")
File
"/usr/lib64/python2.4/site-packages/setuptools-0.6c9-py2.4.egg/setuptool
s/package_index.py", line 579, in open_url
return open_with_auth(url)
File
"/usr/lib64/python2.4/site-packages/setuptools-0.6c9-py2.4.egg/setuptool
s/package_index.py", line 717, in open_with_auth
fp = urllib2.urlopen(request)
File "/usr/lib64/python2.4/urllib2.py", line 130, in urlopen
return _opener.open(url, data)
File "/usr/lib64/python2.4/urllib2.py", line 358, in open
response = self._open(req, data)
File "/usr/lib64/python2.4/urllib2.py", line 376, in _open
'_open', req)
File "/usr/lib64/python2.4/urllib2.py", line 337, in _call_chain
result = func(*args)
File "/usr/lib64/python2.4/urllib2.py", line 573, in <lambda>
lambda r, proxy=url, type=type, meth=self.proxy_open: \
File "/usr/lib64/python2.4/urllib2.py", line 580, in proxy_open
if '@' in host:
TypeError: iterable argument required
make: *** [install] Error 1