This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author srid
Recipients srid, tarek
Date 2009-06-02.00:00:36
SpamBayes Score 0.0004576329
Marked as misclassified No
Message-id <1243900841.29.0.115602903603.issue6170@psf.upfronthosting.co.za>
In-reply-to
Content
$ make frameworkinstall DESTDIR=[...]/py3_1rc1-macosx-apy31-rrun/image
running install_scripts
[...]
copying build/scripts-3.1/2to3 ->
//Users/apy/rrun/build/activepython-svn-trunk/build/py3_1rc1-macosx-apy31-rrun/image/Library/Frameworks/Python.framework/Versions/3.1/bin
error:
//Users/apy/rrun/build/activepython-svn-trunk/build/py3_1rc1-macosx-apy31-rrun/image/Library/Frameworks/Python.framework/Versions/3.1/bin/2to3:
Too many levels of symbolic links
make: *** [sharedinstall] Error 1


!
!

this appears to be a regression in 3.1rc1 (used to work with 3.1b2).
need to investigate further. will update this bug if I find anything
useful. (quick observation .. 'install_scripts' seem to be run twice)
History
Date User Action Args
2009-06-02 00:00:41sridsetrecipients: + srid, tarek
2009-06-02 00:00:41sridsetmessageid: <1243900841.29.0.115602903603.issue6170@psf.upfronthosting.co.za>
2009-06-02 00:00:39sridlinkissue6170 messages
2009-06-02 00:00:37sridcreate