[Chandler-dev] "make install" is failing

Mike Taylor bear at code-bear.com
Thu Oct 26 19:45:12 PDT 2006


I backed out revision 12114 (adding of a plugins target and also  
inadvertantly adding a Chandlerp2p plugin to the install list) so you  
should not see any make install errors.

Let me know if you do.

On Oct 26, 2006, at 10:06 PM, Morgen Sagen wrote:

> I'm not able to "make install" in the chandler directory tonight,  
> getting:
>
> MACOSX_DEPLOYMENT_TARGET= PYTHONPATH='/Users/morgen/dev/trees/vanilla'  
> CHANDLERHOME='/Users/morgen/dev/trees/vanilla'  
> /Users/morgen/dev/release/RunPython \
>       -c "import sys;  
> sys.path.insert(0,r'/Users/morgen/dev/archives/setuptools 
> -0.6c4dev_r52047-py2.4.egg'); from setuptools.command.easy_install  
> import main; main()" \
>       --script-dir='/Users/morgen/dev/release' \
>       --install-dir='/Users/morgen/dev/trees/vanilla' \
>       '/Users/morgen/dev/archives/setuptools-0.6c4dev_r52047-py2.4.egg'
> Using  
> /Users/morgen/dev/release/Library/Frameworks/Python.framework/ 
> Versions/2.4/Resources/Python.app/Contents/MacOS/Python -c import sys;  
> sys.path.insert(0,r'/Users/morgen/dev/archives/setuptools 
> -0.6c4dev_r52047-py2.4.egg'); from setuptools.command.easy_install  
> import main; main() --script-dir=/Users/morgen/dev/release  
> --install-dir=/Users/morgen/dev/trees/vanilla  
> /Users/morgen/dev/archives/setuptools-0.6c4dev_r52047-py2.4.egg
> Traceback (most recent call last):
>   File "<string>", line 1, in ?
>   File  
> "/Users/morgen/dev/trees/vanilla/setuptools-0.6c4dev_r52047-py2.4.egg/ 
> easy_install.py", line 1629, in main
>
>   File  
> "/Users/morgen/dev/trees/vanilla/setuptools-0.6c4dev_r52047-py2.4.egg/ 
> easy_install.py", line 1618, in with_ei_usage
>
>   File  
> "/Users/morgen/dev/trees/vanilla/setuptools-0.6c4dev_r52047-py2.4.egg/ 
> easy_install.py", line 1633, in <lambda>
>
>   File  
> "/Users/morgen/dev/release/Library/Frameworks/Python.framework/ 
> Versions/2.4/lib/python2.4/distutils/core.py", line 149, in setup
>     dist.run_commands()
>   File  
> "/Users/morgen/dev/release/Library/Frameworks/Python.framework/ 
> Versions/2.4/lib/python2.4/distutils/dist.py", line 946, in  
> run_commands
>     self.run_command(cmd)
>   File  
> "/Users/morgen/dev/release/Library/Frameworks/Python.framework/ 
> Versions/2.4/lib/python2.4/distutils/dist.py", line 965, in  
> run_command
>     cmd_obj.ensure_finalized()
>   File  
> "/Users/morgen/dev/release/Library/Frameworks/Python.framework/ 
> Versions/2.4/lib/python2.4/distutils/cmd.py", line 117, in  
> ensure_finalized
>     self.finalize_options()
>   File  
> "/Users/morgen/dev/trees/vanilla/setuptools-0.6c4dev_r52047-py2.4.egg/ 
> easy_install.py", line 172, in finalize_options
>
>   File  
> "/Users/morgen/dev/archives/setuptools-0.6c4dev_r52047-py2.4.egg/ 
> setuptools/package_index.py", line 171, in __init__
>   File  
> "/Users/morgen/dev/trees/vanilla/setuptools-0.6c4dev_r52047-py2.4.egg/ 
> pkg_resources.py", line 640, in __init__
>     self.scan(search_path)
>   File  
> "/Users/morgen/dev/trees/vanilla/setuptools-0.6c4dev_r52047-py2.4.egg/ 
> pkg_resources.py", line 669, in scan
>     for dist in find_distributions(item):
>   File  
> "/Users/morgen/dev/trees/vanilla/setuptools-0.6c4dev_r52047-py2.4.egg/ 
> pkg_resources.py", line 1595, in find_on_path
>     for item in find_distributions(line.rstrip()):
>   File  
> "/Users/morgen/dev/trees/vanilla/setuptools-0.6c4dev_r52047-py2.4.egg/ 
> pkg_resources.py", line 1595, in find_on_path
>
> [...]
>
>   File  
> "/Users/morgen/dev/trees/vanilla/setuptools-0.6c4dev_r52047-py2.4.egg/ 
> pkg_resources.py", line 1595, in find_on_path
>     for item in find_distributions(line.rstrip()):
>   File  
> "/Users/morgen/dev/trees/vanilla/setuptools-0.6c4dev_r52047-py2.4.egg/ 
> pkg_resources.py", line 1586, in find_on_path
>     yield Distribution.from_location(
>   File  
> "/Users/morgen/dev/trees/vanilla/setuptools-0.6c4dev_r52047-py2.4.egg/ 
> pkg_resources.py", line 1955, in from_location
>     py_version=py_version, platform=platform, **kw
>   File  
> "/Users/morgen/dev/trees/vanilla/setuptools-0.6c4dev_r52047-py2.4.egg/ 
> pkg_resources.py", line 1934, in __init__
>     self.project_name = safe_name(project_name or 'Unknown')
>   File  
> "/Users/morgen/dev/trees/vanilla/setuptools-0.6c4dev_r52047-py2.4.egg/ 
> pkg_resources.py", line 990, in safe_name
>     return re.sub('[^A-Za-z0-9.]+', '-', name)
>   File  
> "/Users/morgen/dev/release/Library/Frameworks/Python.framework/ 
> Versions/2.4/lib/python2.4/sre.py", line 142, in sub
>     return _compile(pattern, 0).sub(repl, string, count)
>   File  
> "/Users/morgen/dev/release/Library/Frameworks/Python.framework/ 
> Versions/2.4/lib/python2.4/sre.py", line 222, in _compile
>     if not sre_compile.isstring(pattern):
> RuntimeError: maximum recursion depth exceeded
> make: *** [setuptools] Error 1
>
> _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
>
> Open Source Applications Foundation "chandler-dev" mailing list
> http://lists.osafoundation.org/mailman/listinfo/chandler-dev
>
>
---
Bear

Build and Release Engineer
Open Source Applications Foundation (OSAF)
bear at osafoundation.org
http://www.osafoundation.org

bear at code-bear.com
http://code-bear.com

PGP Fingerprint = 9996 719F 973D B11B E111  D770 9331 E822 40B3 CD29


-------------- next part --------------
A non-text attachment was scrubbed...
Name: PGP.sig
Type: application/pgp-signature
Size: 186 bytes
Desc: This is a digitally signed message part
Url : http://lists.osafoundation.org/pipermail/chandler-dev/attachments/20061026/1d16f4e1/PGP.pgp


More information about the chandler-dev mailing list