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 eric.smith
Recipients amaury.forgeotdarc, eric.smith, giampaolo.rodola, jafo, jaraco, lemburg, loewis, nnorwitz, r.david.murray, swarren
Date 2009-11-17.08:47:46
SpamBayes Score 5.3984035e-08
Marked as misclassified No
Message-id <1258447669.32.0.577595336702.issue1578269@psf.upfronthosting.co.za>
In-reply-to
Content
When building on XP with "windows symlink draft 15.patch", I get:

Build started: Project: _hashlib, Configuration: Release|Win32
Performing Pre-Build Event...
Found a working perl at 'c:\opt\cygwin\bin\perl.exe'
Found an SSL directory at '..\..\openssl-0.9.8g'
Traceback (most recent call last):
  File "build_ssl.py", line 258, in <module>
    main()
  File "build_ssl.py", line 241, in main
    shutil.copy(r"crypto\buildinf_%s.h" % arch, r"crypto\buildinf.h")
  File "C:\home\eric\python\py3k\lib\shutil.py", line 102, in copy
    copyfile(src, dst)
  File "C:\home\eric\python\py3k\lib\shutil.py", line 50, in copyfile
    if _samefile(src, dst):
  File "C:\home\eric\python\py3k\lib\shutil.py", line 40, in _samefile
    return os.path.samefile(src, dst)
  File "C:\home\eric\python\py3k\lib\ntpath.py", line 635, in samefile
    return _getfinalpathname(f1) == _getfinalpathname(f2)
NotImplementedError: GetFinalPathNameByHandle not available on this platform
Project : error PRJ0019: A tool returned an error code from "Performing
Pre-Build Event..."
Build log was saved at
"file://C:\home\eric\python\py3k\PCbuild\Win32-temp-Release\_hashlib\BuildLog
.htm"
_hashlib - 1 error(s), 0 warning(s)
History
Date User Action Args
2009-11-17 08:47:49eric.smithsetrecipients: + eric.smith, lemburg, loewis, nnorwitz, jafo, amaury.forgeotdarc, jaraco, giampaolo.rodola, swarren, r.david.murray
2009-11-17 08:47:49eric.smithsetmessageid: <1258447669.32.0.577595336702.issue1578269@psf.upfronthosting.co.za>
2009-11-17 08:47:47eric.smithlinkissue1578269 messages
2009-11-17 08:47:46eric.smithcreate