Build on Windows: Problem including hgext

Mark mwatts42 at gmail.com
Mon Mar 12 15:30:47 CDT 2007


I am able to successfully build mercurial on windows but the resulting dist
does not include any of the hgext extentions.

The extensions get copied to
C:\hg\hg-release\build\lib.win32-2.4\hgext

but do not appear in

C:\hg\hg-release\build\bdist.win32\winexe\collect-2.4

like I would expect them to.

How do I get the extensions included in the build.

-mark

Build Output below.


[c:\...\hg-release>]python setup.py build -c mingw32 py2exe -b 1
running build
running build_py
creating build\lib.win32-2.4
creating build\lib.win32-2.4\mercurial
copying mercurial\ancestor.py -> build\lib.win32-2.4\mercurial
copying mercurial\appendfile.py -> build\lib.win32-2.4\mercurial
copying mercurial\archival.py -> build\lib.win32-2.4\mercurial
copying mercurial\bundlerepo.py -> build\lib.win32-2.4\mercurial
copying mercurial\byterange.py -> build\lib.win32-2.4\mercurial
copying mercurial\changegroup.py -> build\lib.win32-2.4\mercurial
copying mercurial\changelog.py -> build\lib.win32-2.4\mercurial
copying mercurial\cmdutil.py -> build\lib.win32-2.4\mercurial
copying mercurial\commands.py -> build\lib.win32-2.4\mercurial
copying mercurial\context.py -> build\lib.win32-2.4\mercurial
copying mercurial\demandimport.py -> build\lib.win32-2.4\mercurial
copying mercurial\dirstate.py -> build\lib.win32-2.4\mercurial
copying mercurial\fancyopts.py -> build\lib.win32-2.4\mercurial
copying mercurial\filelog.py -> build\lib.win32-2.4\mercurial
copying mercurial\help.py -> build\lib.win32-2.4\mercurial
copying mercurial\hg.py -> build\lib.win32-2.4\mercurial
copying mercurial\httprangereader.py -> build\lib.win32-2.4\mercurial
copying mercurial\httprepo.py -> build\lib.win32-2.4\mercurial
copying mercurial\i18n.py -> build\lib.win32-2.4\mercurial
copying mercurial\keepalive.py -> build\lib.win32-2.4\mercurial
copying mercurial\localrepo.py -> build\lib.win32-2.4\mercurial
copying mercurial\lock.py -> build\lib.win32-2.4\mercurial
copying mercurial\lsprof.py -> build\lib.win32-2.4\mercurial
copying mercurial\mail.py -> build\lib.win32-2.4\mercurial
copying mercurial\manifest.py -> build\lib.win32-2.4\mercurial
copying mercurial\mdiff.py -> build\lib.win32-2.4\mercurial
copying mercurial\merge.py -> build\lib.win32-2.4\mercurial
copying mercurial\node.py -> build\lib.win32-2.4\mercurial
copying mercurial\patch.py -> build\lib.win32-2.4\mercurial
copying mercurial\remoterepo.py -> build\lib.win32-2.4\mercurial
copying mercurial\repo.py -> build\lib.win32-2.4\mercurial
copying mercurial\revlog.py -> build\lib.win32-2.4\mercurial
copying mercurial\sshrepo.py -> build\lib.win32-2.4\mercurial
copying mercurial\sshserver.py -> build\lib.win32-2.4\mercurial
copying mercurial\statichttprepo.py -> build\lib.win32-2.4\mercurial
copying mercurial\streamclone.py -> build\lib.win32-2.4\mercurial
copying mercurial\strutil.py -> build\lib.win32-2.4\mercurial
copying mercurial\templater.py -> build\lib.win32-2.4\mercurial
copying mercurial\transaction.py -> build\lib.win32-2.4\mercurial
copying mercurial\ui.py -> build\lib.win32-2.4\mercurial
copying mercurial\util.py -> build\lib.win32-2.4\mercurial
copying mercurial\util_win32.py -> build\lib.win32-2.4\mercurial
copying mercurial\verify.py -> build\lib.win32-2.4\mercurial
copying mercurial\version.py -> build\lib.win32-2.4\mercurial
copying mercurial\__init__.py -> build\lib.win32-2.4\mercurial
copying mercurial\__version__.py -> build\lib.win32-2.4\mercurial
creating build\lib.win32-2.4\mercurial\hgweb
copying mercurial\hgweb\common.py -> build\lib.win32-2.4\mercurial\hgweb
copying mercurial\hgweb\hgwebdir_mod.py -> build\lib.win32-
2.4\mercurial\hgweb
copying mercurial\hgweb\hgweb_mod.py -> build\lib.win32-2.4\mercurial\hgweb
copying mercurial\hgweb\request.py -> build\lib.win32-2.4\mercurial\hgweb
copying mercurial\hgweb\server.py -> build\lib.win32-2.4\mercurial\hgweb
copying mercurial\hgweb\wsgicgi.py -> build\lib.win32-2.4\mercurial\hgweb
copying mercurial\hgweb\__init__.py -> build\lib.win32-2.4\mercurial\hgweb
creating build\lib.win32-2.4\hgext
copying hgext\acl.py -> build\lib.win32-2.4\hgext
copying hgext\bugzilla.py -> build\lib.win32-2.4\hgext
copying hgext\extdiff.py -> build\lib.win32-2.4\hgext
copying hgext\fetch.py -> build\lib.win32-2.4\hgext
copying hgext\gpg.py -> build\lib.win32-2.4\hgext
copying hgext\hbisect.py -> build\lib.win32-2.4\hgext
copying hgext\hgk.py -> build\lib.win32-2.4\hgext
copying hgext\mq.py -> build\lib.win32-2.4\hgext
copying hgext\notify.py -> build\lib.win32-2.4\hgext
copying hgext\patchbomb.py -> build\lib.win32-2.4\hgext
copying hgext\transplant.py -> build\lib.win32-2.4\hgext
copying hgext\win32text.py -> build\lib.win32-2.4\hgext
copying hgext\__init__.py -> build\lib.win32-2.4\hgext
running build_ext
building 'mercurial.mpatch' extension
creating build\temp.win32-2.4
creating build\temp.win32-2.4\Release
creating build\temp.win32-2.4\Release\mercurial
C:\MinGW\Bin\gcc.exe -mno-cygwin -mdll -O -Wall -IC:\Lang\Python24\include
-IC:\Lang\Python24\PC -c mercurial/mpatch.c -
o build\temp.win32-2.4\Release\mercurial\mpatch.o
writing build\temp.win32-2.4\Release\mercurial\mpatch.def
C:\MinGW\Bin\gcc.exe -mno-cygwin -shared -s build\temp.win32-
2.4\Release\mercurial\mpatch.o build\temp.win32-2.4\Release
\mercurial\mpatch.def -LC:\Lang\Python24\libs -LC:\Lang\Python24\PCBuild
-lpython24 -lmsvcr71 -o build\lib.win32-2.4\mer
curial\mpatch.pyd
building 'mercurial.bdiff' extension
C:\MinGW\Bin\gcc.exe -mno-cygwin -mdll -O -Wall -IC:\Lang\Python24\include
-IC:\Lang\Python24\PC -c mercurial/bdiff.c -o
 build\temp.win32-2.4\Release\mercurial\bdiff.o
writing build\temp.win32-2.4\Release\mercurial\bdiff.def
C:\MinGW\Bin\gcc.exe -mno-cygwin -shared -s build\temp.win32-
2.4\Release\mercurial\bdiff.o build\temp.win32-2.4\Release\
mercurial\bdiff.def -LC:\Lang\Python24\libs -LC:\Lang\Python24\PCBuild
-lpython24 -lmsvcr71 -o build\lib.win32-2.4\mercu
rial\bdiff.pyd
building 'mercurial.base85' extension
C:\MinGW\Bin\gcc.exe -mno-cygwin -mdll -O -Wall -IC:\Lang\Python24\include
-IC:\Lang\Python24\PC -c mercurial/base85.c -
o build\temp.win32-2.4\Release\mercurial\base85.o
writing build\temp.win32-2.4\Release\mercurial\base85.def
C:\MinGW\Bin\gcc.exe -mno-cygwin -shared -s build\temp.win32-
2.4\Release\mercurial\base85.o build\temp.win32-2.4\Release
\mercurial\base85.def -LC:\Lang\Python24\libs -LC:\Lang\Python24\PCBuild
-lpython24 -lmsvcr71 -o build\lib.win32-2.4\mer
curial\base85.pyd
running build_scripts
creating build\scripts-2.4
copying and adjusting hg -> build\scripts-2.4
copying hgmerge -> build\scripts-2.4
running py2exe
creating C:\hg\hg-release\build\bdist.win32
creating C:\hg\hg-release\build\bdist.win32\winexe
creating C:\hg\hg-release\build\bdist.win32\winexe\collect-2.4
creating C:\hg\hg-release\build\bdist.win32\winexe\bundle-2.4
creating C:\hg\hg-release\build\bdist.win32\winexe\temp
*** searching for required modules ***
*** parsing results ***
*** finding dlls needed ***
*** create binaries ***
*** byte compile python files ***
byte-compiling C:\Lang\Python24\lib\BaseHTTPServer.py to BaseHTTPServer.pyc
byte-compiling C:\Lang\Python24\lib\ConfigParser.py to ConfigParser.pyc
byte-compiling C:\Lang\Python24\lib\SocketServer.py to SocketServer.pyc
byte-compiling C:\Lang\Python24\lib\StringIO.py to StringIO.pyc
byte-compiling C:\Lang\Python24\lib\UserDict.py to UserDict.pyc
byte-compiling C:\Lang\Python24\lib\_LWPCookieJar.py to _LWPCookieJar.pyc
byte-compiling C:\Lang\Python24\lib\_MozillaCookieJar.py to
_MozillaCookieJar.pyc
byte-compiling C:\Lang\Python24\lib\__future__.py to __future__.pyc
byte-compiling C:\Lang\Python24\lib\_strptime.py to _strptime.pyc
byte-compiling C:\Lang\Python24\lib\_threading_local.py to
_threading_local.pyc
byte-compiling C:\Lang\Python24\lib\atexit.py to atexit.pyc
byte-compiling C:\Lang\Python24\lib\base64.py to base64.pyc
byte-compiling C:\Lang\Python24\lib\bdb.py to bdb.pyc
byte-compiling C:\Lang\Python24\lib\bisect.py to bisect.pyc
byte-compiling C:\Lang\Python24\lib\calendar.py to calendar.pyc
byte-compiling C:\Lang\Python24\lib\cgi.py to cgi.pyc
byte-compiling C:\Lang\Python24\lib\cmd.py to cmd.pyc
byte-compiling C:\Lang\Python24\lib\codecs.py to codecs.pyc
byte-compiling C:\Lang\Python24\lib\cookielib.py to cookielib.pyc
byte-compiling C:\Lang\Python24\lib\copy.py to copy.pyc
byte-compiling C:\Lang\Python24\lib\copy_reg.py to copy_reg.pyc
byte-compiling C:\Lang\Python24\lib\difflib.py to difflib.pyc
byte-compiling C:\Lang\Python24\lib\dis.py to dis.pyc
byte-compiling C:\Lang\Python24\lib\doctest.py to doctest.pyc
byte-compiling C:\Lang\Python24\lib\dummy_thread.py to dummy_thread.pyc
byte-compiling C:\Lang\Python24\lib\dummy_threading.py to
dummy_threading.pyc
byte-compiling C:\Lang\Python24\lib\email\Charset.py to email\Charset.pyc
creating C:\hg\hg-release\build\bdist.win32\winexe\collect-2.4\email
byte-compiling C:\Lang\Python24\lib\email\Encoders.py to email\Encoders.pyc
byte-compiling C:\Lang\Python24\lib\email\Errors.py to email\Errors.pyc
byte-compiling C:\Lang\Python24\lib\email\FeedParser.py to
email\FeedParser.pyc
byte-compiling C:\Lang\Python24\lib\email\Generator.py to
email\Generator.pyc
byte-compiling C:\Lang\Python24\lib\email\Header.py to email\Header.pyc
byte-compiling C:\Lang\Python24\lib\email\Iterators.py to
email\Iterators.pyc
byte-compiling C:\Lang\Python24\lib\email\Message.py to email\Message.pyc
byte-compiling C:\Lang\Python24\lib\email\Parser.py to email\Parser.pyc
byte-compiling C:\Lang\Python24\lib\email\Utils.py to email\Utils.pyc
byte-compiling C:\Lang\Python24\lib\email\__init__.py to email\__init__.pyc
byte-compiling C:\Lang\Python24\lib\email\_parseaddr.py to
email\_parseaddr.pyc
byte-compiling C:\Lang\Python24\lib\email\base64MIME.py to
email\base64MIME.pyc
byte-compiling C:\Lang\Python24\lib\email\quopriMIME.py to
email\quopriMIME.pyc
byte-compiling C:\Lang\Python24\lib\encodings\__init__.py to
encodings\__init__.pyc
creating C:\hg\hg-release\build\bdist.win32\winexe\collect-2.4\encodings
byte-compiling C:\Lang\Python24\lib\encodings\aliases.py to
encodings\aliases.pyc
byte-compiling C:\Lang\Python24\lib\encodings\ascii.py to
encodings\ascii.pyc
byte-compiling C:\Lang\Python24\lib\encodings\base64_codec.py to
encodings\base64_codec.pyc
byte-compiling C:\Lang\Python24\lib\encodings\big5.py to encodings\big5.pyc
byte-compiling C:\Lang\Python24\lib\encodings\big5hkscs.py to
encodings\big5hkscs.pyc
byte-compiling C:\Lang\Python24\lib\encodings\bz2_codec.py to
encodings\bz2_codec.pyc
byte-compiling C:\Lang\Python24\lib\encodings\charmap.py to
encodings\charmap.pyc
byte-compiling C:\Lang\Python24\lib\encodings\cp037.py to
encodings\cp037.pyc
byte-compiling C:\Lang\Python24\lib\encodings\cp1006.py to
encodings\cp1006.pyc
byte-compiling C:\Lang\Python24\lib\encodings\cp1026.py to
encodings\cp1026.pyc
byte-compiling C:\Lang\Python24\lib\encodings\cp1140.py to
encodings\cp1140.pyc
byte-compiling C:\Lang\Python24\lib\encodings\cp1250.py to
encodings\cp1250.pyc
byte-compiling C:\Lang\Python24\lib\encodings\cp1251.py to
encodings\cp1251.pyc
byte-compiling C:\Lang\Python24\lib\encodings\cp1252.py to
encodings\cp1252.pyc
byte-compiling C:\Lang\Python24\lib\encodings\cp1253.py to
encodings\cp1253.pyc
byte-compiling C:\Lang\Python24\lib\encodings\cp1254.py to
encodings\cp1254.pyc
byte-compiling C:\Lang\Python24\lib\encodings\cp1255.py to
encodings\cp1255.pyc
byte-compiling C:\Lang\Python24\lib\encodings\cp1256.py to
encodings\cp1256.pyc
byte-compiling C:\Lang\Python24\lib\encodings\cp1257.py to
encodings\cp1257.pyc
byte-compiling C:\Lang\Python24\lib\encodings\cp1258.py to
encodings\cp1258.pyc
byte-compiling C:\Lang\Python24\lib\encodings\cp424.py to
encodings\cp424.pyc
byte-compiling C:\Lang\Python24\lib\encodings\cp437.py to
encodings\cp437.pyc
byte-compiling C:\Lang\Python24\lib\encodings\cp500.py to
encodings\cp500.pyc
byte-compiling C:\Lang\Python24\lib\encodings\cp737.py to
encodings\cp737.pyc
byte-compiling C:\Lang\Python24\lib\encodings\cp775.py to
encodings\cp775.pyc
byte-compiling C:\Lang\Python24\lib\encodings\cp850.py to
encodings\cp850.pyc
byte-compiling C:\Lang\Python24\lib\encodings\cp852.py to
encodings\cp852.pyc
byte-compiling C:\Lang\Python24\lib\encodings\cp855.py to
encodings\cp855.pyc
byte-compiling C:\Lang\Python24\lib\encodings\cp856.py to
encodings\cp856.pyc
byte-compiling C:\Lang\Python24\lib\encodings\cp857.py to
encodings\cp857.pyc
byte-compiling C:\Lang\Python24\lib\encodings\cp860.py to
encodings\cp860.pyc
byte-compiling C:\Lang\Python24\lib\encodings\cp861.py to
encodings\cp861.pyc
byte-compiling C:\Lang\Python24\lib\encodings\cp862.py to
encodings\cp862.pyc
byte-compiling C:\Lang\Python24\lib\encodings\cp863.py to
encodings\cp863.pyc
byte-compiling C:\Lang\Python24\lib\encodings\cp864.py to
encodings\cp864.pyc
byte-compiling C:\Lang\Python24\lib\encodings\cp865.py to
encodings\cp865.pyc
byte-compiling C:\Lang\Python24\lib\encodings\cp866.py to
encodings\cp866.pyc
byte-compiling C:\Lang\Python24\lib\encodings\cp869.py to
encodings\cp869.pyc
byte-compiling C:\Lang\Python24\lib\encodings\cp874.py to
encodings\cp874.pyc
byte-compiling C:\Lang\Python24\lib\encodings\cp875.py to
encodings\cp875.pyc
byte-compiling C:\Lang\Python24\lib\encodings\cp932.py to
encodings\cp932.pyc
byte-compiling C:\Lang\Python24\lib\encodings\cp949.py to
encodings\cp949.pyc
byte-compiling C:\Lang\Python24\lib\encodings\cp950.py to
encodings\cp950.pyc
byte-compiling C:\Lang\Python24\lib\encodings\euc_jis_2004.py to
encodings\euc_jis_2004.pyc
byte-compiling C:\Lang\Python24\lib\encodings\euc_jisx0213.py to
encodings\euc_jisx0213.pyc
byte-compiling C:\Lang\Python24\lib\encodings\euc_jp.py to
encodings\euc_jp.pyc
byte-compiling C:\Lang\Python24\lib\encodings\euc_kr.py to
encodings\euc_kr.pyc
byte-compiling C:\Lang\Python24\lib\encodings\gb18030.py to
encodings\gb18030.pyc
byte-compiling C:\Lang\Python24\lib\encodings\gb2312.py to
encodings\gb2312.pyc
byte-compiling C:\Lang\Python24\lib\encodings\gbk.py to encodings\gbk.pyc
byte-compiling C:\Lang\Python24\lib\encodings\hex_codec.py to
encodings\hex_codec.pyc
byte-compiling C:\Lang\Python24\lib\encodings\hp_roman8.py to
encodings\hp_roman8.pyc
byte-compiling C:\Lang\Python24\lib\encodings\hz.py to encodings\hz.pyc
byte-compiling C:\Lang\Python24\lib\encodings\idna.py to encodings\idna.pyc
byte-compiling C:\Lang\Python24\lib\encodings\iso2022_jp.py to
encodings\iso2022_jp.pyc
byte-compiling C:\Lang\Python24\lib\encodings\iso2022_jp_1.py to
encodings\iso2022_jp_1.pyc
byte-compiling C:\Lang\Python24\lib\encodings\iso2022_jp_2.py to
encodings\iso2022_jp_2.pyc
byte-compiling C:\Lang\Python24\lib\encodings\iso2022_jp_2004.py to
encodings\iso2022_jp_2004.pyc
byte-compiling C:\Lang\Python24\lib\encodings\iso2022_jp_3.py to
encodings\iso2022_jp_3.pyc
byte-compiling C:\Lang\Python24\lib\encodings\iso2022_jp_ext.py to
encodings\iso2022_jp_ext.pyc
byte-compiling C:\Lang\Python24\lib\encodings\iso2022_kr.py to
encodings\iso2022_kr.pyc
byte-compiling C:\Lang\Python24\lib\encodings\iso8859_1.py to
encodings\iso8859_1.pyc
byte-compiling C:\Lang\Python24\lib\encodings\iso8859_10.py to
encodings\iso8859_10.pyc
byte-compiling C:\Lang\Python24\lib\encodings\iso8859_11.py to
encodings\iso8859_11.pyc
byte-compiling C:\Lang\Python24\lib\encodings\iso8859_13.py to
encodings\iso8859_13.pyc
byte-compiling C:\Lang\Python24\lib\encodings\iso8859_14.py to
encodings\iso8859_14.pyc
byte-compiling C:\Lang\Python24\lib\encodings\iso8859_15.py to
encodings\iso8859_15.pyc
byte-compiling C:\Lang\Python24\lib\encodings\iso8859_16.py to
encodings\iso8859_16.pyc
byte-compiling C:\Lang\Python24\lib\encodings\iso8859_2.py to
encodings\iso8859_2.pyc
byte-compiling C:\Lang\Python24\lib\encodings\iso8859_3.py to
encodings\iso8859_3.pyc
byte-compiling C:\Lang\Python24\lib\encodings\iso8859_4.py to
encodings\iso8859_4.pyc
byte-compiling C:\Lang\Python24\lib\encodings\iso8859_5.py to
encodings\iso8859_5.pyc
byte-compiling C:\Lang\Python24\lib\encodings\iso8859_6.py to
encodings\iso8859_6.pyc
byte-compiling C:\Lang\Python24\lib\encodings\iso8859_7.py to
encodings\iso8859_7.pyc
byte-compiling C:\Lang\Python24\lib\encodings\iso8859_8.py to
encodings\iso8859_8.pyc
byte-compiling C:\Lang\Python24\lib\encodings\iso8859_9.py to
encodings\iso8859_9.pyc
byte-compiling C:\Lang\Python24\lib\encodings\johab.py to
encodings\johab.pyc
byte-compiling C:\Lang\Python24\lib\encodings\koi8_r.py to
encodings\koi8_r.pyc
byte-compiling C:\Lang\Python24\lib\encodings\koi8_u.py to
encodings\koi8_u.pyc
byte-compiling C:\Lang\Python24\lib\encodings\latin_1.py to
encodings\latin_1.pyc
byte-compiling C:\Lang\Python24\lib\encodings\mac_cyrillic.py to
encodings\mac_cyrillic.pyc
byte-compiling C:\Lang\Python24\lib\encodings\mac_greek.py to
encodings\mac_greek.pyc
byte-compiling C:\Lang\Python24\lib\encodings\mac_iceland.py to
encodings\mac_iceland.pyc
byte-compiling C:\Lang\Python24\lib\encodings\mac_latin2.py to
encodings\mac_latin2.pyc
byte-compiling C:\Lang\Python24\lib\encodings\mac_roman.py to
encodings\mac_roman.pyc
byte-compiling C:\Lang\Python24\lib\encodings\mac_turkish.py to
encodings\mac_turkish.pyc
byte-compiling C:\Lang\Python24\lib\encodings\mbcs.py to encodings\mbcs.pyc
byte-compiling C:\Lang\Python24\lib\encodings\palmos.py to
encodings\palmos.pyc
byte-compiling C:\Lang\Python24\lib\encodings\ptcp154.py to
encodings\ptcp154.pyc
byte-compiling C:\Lang\Python24\lib\encodings\punycode.py to
encodings\punycode.pyc
byte-compiling C:\Lang\Python24\lib\encodings\quopri_codec.py to
encodings\quopri_codec.pyc
byte-compiling C:\Lang\Python24\lib\encodings\raw_unicode_escape.py to
encodings\raw_unicode_escape.pyc
byte-compiling C:\Lang\Python24\lib\encodings\rot_13.py to
encodings\rot_13.pyc
byte-compiling C:\Lang\Python24\lib\encodings\shift_jis.py to
encodings\shift_jis.pyc
byte-compiling C:\Lang\Python24\lib\encodings\shift_jis_2004.py to
encodings\shift_jis_2004.pyc
byte-compiling C:\Lang\Python24\lib\encodings\shift_jisx0213.py to
encodings\shift_jisx0213.pyc
byte-compiling C:\Lang\Python24\lib\encodings\string_escape.py to
encodings\string_escape.pyc
byte-compiling C:\Lang\Python24\lib\encodings\tis_620.py to
encodings\tis_620.pyc
byte-compiling C:\Lang\Python24\lib\encodings\undefined.py to
encodings\undefined.pyc
byte-compiling C:\Lang\Python24\lib\encodings\unicode_escape.py to
encodings\unicode_escape.pyc
byte-compiling C:\Lang\Python24\lib\encodings\unicode_internal.py to
encodings\unicode_internal.pyc
byte-compiling C:\Lang\Python24\lib\encodings\utf_16.py to
encodings\utf_16.pyc
byte-compiling C:\Lang\Python24\lib\encodings\utf_16_be.py to
encodings\utf_16_be.pyc
byte-compiling C:\Lang\Python24\lib\encodings\utf_16_le.py to
encodings\utf_16_le.pyc
byte-compiling C:\Lang\Python24\lib\encodings\utf_7.py to
encodings\utf_7.pyc
byte-compiling C:\Lang\Python24\lib\encodings\utf_8.py to
encodings\utf_8.pyc
byte-compiling C:\Lang\Python24\lib\encodings\uu_codec.py to
encodings\uu_codec.pyc
byte-compiling C:\Lang\Python24\lib\encodings\zlib_codec.py to
encodings\zlib_codec.pyc
byte-compiling C:\Lang\Python24\lib\fnmatch.py to fnmatch.pyc
byte-compiling C:\Lang\Python24\lib\ftplib.py to ftplib.pyc
byte-compiling C:\Lang\Python24\lib\getopt.py to getopt.pyc
byte-compiling C:\Lang\Python24\lib\getpass.py to getpass.pyc
byte-compiling C:\Lang\Python24\lib\gettext.py to gettext.pyc
byte-compiling C:\Lang\Python24\lib\glob.py to glob.pyc
byte-compiling C:\Lang\Python24\lib\gopherlib.py to gopherlib.pyc
byte-compiling C:\Lang\Python24\lib\gzip.py to gzip.pyc
byte-compiling C:\Lang\Python24\lib\heapq.py to heapq.pyc
byte-compiling C:\Lang\Python24\lib\hotshot\__init__.py to
hotshot\__init__.pyc
creating C:\hg\hg-release\build\bdist.win32\winexe\collect-2.4\hotshot
byte-compiling C:\Lang\Python24\lib\hotshot\log.py to hotshot\log.pyc
byte-compiling C:\Lang\Python24\lib\hotshot\stats.py to hotshot\stats.pyc
byte-compiling C:\Lang\Python24\lib\httplib.py to httplib.pyc
byte-compiling C:\Lang\Python24\lib\inspect.py to inspect.pyc
byte-compiling C:\Lang\Python24\lib\linecache.py to linecache.pyc
byte-compiling C:\Lang\Python24\lib\locale.py to locale.pyc
byte-compiling C:\Lang\Python24\lib\logging\__init__.py to
logging\__init__.pyc
creating C:\hg\hg-release\build\bdist.win32\winexe\collect-2.4\logging
byte-compiling C:\Lang\Python24\lib\macpath.py to macpath.pyc
byte-compiling C:\Lang\Python24\lib\macurl2path.py to macurl2path.pyc
byte-compiling C:\Lang\Python24\lib\mimetools.py to mimetools.pyc
byte-compiling C:\Lang\Python24\lib\mimetypes.py to mimetypes.pyc
byte-compiling C:\Lang\Python24\lib\new.py to new.pyc
byte-compiling C:\Lang\Python24\lib\ntpath.py to ntpath.pyc
byte-compiling C:\Lang\Python24\lib\nturl2path.py to nturl2path.pyc
byte-compiling C:\Lang\Python24\lib\opcode.py to opcode.pyc
byte-compiling C:\Lang\Python24\lib\optparse.py to optparse.pyc
byte-compiling C:\Lang\Python24\lib\os.py to os.pyc
byte-compiling C:\Lang\Python24\lib\os2emxpath.py to os2emxpath.pyc
byte-compiling C:\Lang\Python24\lib\pdb.py to pdb.pyc
byte-compiling C:\Lang\Python24\lib\popen2.py to popen2.pyc
byte-compiling C:\Lang\Python24\lib\posixpath.py to posixpath.pyc
byte-compiling C:\Lang\Python24\lib\pprint.py to pprint.pyc
byte-compiling C:\Lang\Python24\lib\profile.py to profile.pyc
byte-compiling C:\Lang\Python24\lib\pstats.py to pstats.pyc
byte-compiling C:\Lang\Python24\lib\py_compile.py to py_compile.pyc
byte-compiling C:\Lang\Python24\lib\quopri.py to quopri.pyc
byte-compiling C:\Lang\Python24\lib\random.py to random.pyc
byte-compiling C:\Lang\Python24\lib\re.py to re.pyc
byte-compiling C:\Lang\Python24\lib\repr.py to repr.pyc
byte-compiling C:\Lang\Python24\lib\rfc822.py to rfc822.pyc
byte-compiling C:\Lang\Python24\lib\shlex.py to shlex.pyc
byte-compiling C:\Lang\Python24\lib\shutil.py to shutil.pyc
byte-compiling C:\Lang\Python24\lib\site-packages\win32\lib\win32con.py to
win32con.pyc
byte-compiling C:\Lang\Python24\lib\site-packages\win32\lib\winerror.py to
winerror.pyc
byte-compiling C:\Lang\Python24\lib\site-packages\win32com\__init__.py to
win32com\__init__.pyc
creating C:\hg\hg-release\build\bdist.win32\winexe\collect-2.4\win32com
byte-compiling
C:\Lang\Python24\lib\site-packages\win32comext\shell\__init__.py to
win32com\shell\__init__.pyc
creating C:\hg\hg-release\build\bdist.win32\winexe\collect-
2.4\win32com\shell
byte-compiling
C:\Lang\Python24\lib\site-packages\win32comext\shell\shellcon.py to
win32com\shell\shellcon.pyc
byte-compiling C:\Lang\Python24\lib\site-packages\zipextimporter.py to
zipextimporter.pyc
byte-compiling C:\Lang\Python24\lib\socket.py to socket.pyc
byte-compiling C:\Lang\Python24\lib\sre.py to sre.pyc
byte-compiling C:\Lang\Python24\lib\sre_compile.py to sre_compile.pyc
byte-compiling C:\Lang\Python24\lib\sre_constants.py to sre_constants.pyc
byte-compiling C:\Lang\Python24\lib\sre_parse.py to sre_parse.pyc
byte-compiling C:\Lang\Python24\lib\stat.py to stat.pyc
byte-compiling C:\Lang\Python24\lib\string.py to string.pyc
byte-compiling C:\Lang\Python24\lib\stringprep.py to stringprep.pyc
byte-compiling C:\Lang\Python24\lib\symbol.py to symbol.pyc
byte-compiling C:\Lang\Python24\lib\tarfile.py to tarfile.pyc
byte-compiling C:\Lang\Python24\lib\tempfile.py to tempfile.pyc
byte-compiling C:\Lang\Python24\lib\textwrap.py to textwrap.pyc
byte-compiling C:\Lang\Python24\lib\threading.py to threading.pyc
byte-compiling C:\Lang\Python24\lib\token.py to token.pyc
byte-compiling C:\Lang\Python24\lib\tokenize.py to tokenize.pyc
byte-compiling C:\Lang\Python24\lib\traceback.py to traceback.pyc
byte-compiling C:\Lang\Python24\lib\types.py to types.pyc
byte-compiling C:\Lang\Python24\lib\unittest.py to unittest.pyc
byte-compiling C:\Lang\Python24\lib\urllib.py to urllib.pyc
byte-compiling C:\Lang\Python24\lib\urllib2.py to urllib2.pyc
byte-compiling C:\Lang\Python24\lib\urlparse.py to urlparse.pyc
byte-compiling C:\Lang\Python24\lib\uu.py to uu.pyc
byte-compiling C:\Lang\Python24\lib\warnings.py to warnings.pyc
byte-compiling C:\Lang\Python24\lib\zipfile.py to zipfile.pyc
byte-compiling C:\hg\hg-release\mercurial\__init__.py to
mercurial\__init__.pyc
creating C:\hg\hg-release\build\bdist.win32\winexe\collect-2.4\mercurial
byte-compiling C:\hg\hg-release\mercurial\__version__.py to
mercurial\__version__.pyc
byte-compiling C:\hg\hg-release\mercurial\ancestor.py to
mercurial\ancestor.pyc
byte-compiling C:\hg\hg-release\mercurial\appendfile.py to
mercurial\appendfile.pyc
byte-compiling C:\hg\hg-release\mercurial\archival.py to
mercurial\archival.pyc
byte-compiling C:\hg\hg-release\mercurial\bundlerepo.py to
mercurial\bundlerepo.pyc
byte-compiling C:\hg\hg-release\mercurial\byterange.py to
mercurial\byterange.pyc
byte-compiling C:\hg\hg-release\mercurial\changegroup.py to
mercurial\changegroup.pyc
byte-compiling C:\hg\hg-release\mercurial\changelog.py to
mercurial\changelog.pyc
byte-compiling C:\hg\hg-release\mercurial\cmdutil.py to
mercurial\cmdutil.pyc
byte-compiling C:\hg\hg-release\mercurial\commands.py to
mercurial\commands.pyc
byte-compiling C:\hg\hg-release\mercurial\context.py to
mercurial\context.pyc
byte-compiling C:\hg\hg-release\mercurial\demandimport.py to
mercurial\demandimport.pyc
byte-compiling C:\hg\hg-release\mercurial\dirstate.py to
mercurial\dirstate.pyc
byte-compiling C:\hg\hg-release\mercurial\fancyopts.py to
mercurial\fancyopts.pyc
byte-compiling C:\hg\hg-release\mercurial\filelog.py to
mercurial\filelog.pyc
byte-compiling C:\hg\hg-release\mercurial\help.py to mercurial\help.pyc
byte-compiling C:\hg\hg-release\mercurial\hg.py to mercurial\hg.pyc
byte-compiling C:\hg\hg-release\mercurial\hgweb\__init__.py to
mercurial\hgweb\__init__.pyc
creating C:\hg\hg-release\build\bdist.win32\winexe\collect-
2.4\mercurial\hgweb
byte-compiling C:\hg\hg-release\mercurial\hgweb\common.py to
mercurial\hgweb\common.pyc
byte-compiling C:\hg\hg-release\mercurial\hgweb\hgweb_mod.py to
mercurial\hgweb\hgweb_mod.pyc
byte-compiling C:\hg\hg-release\mercurial\hgweb\hgwebdir_mod.py to
mercurial\hgweb\hgwebdir_mod.pyc
byte-compiling C:\hg\hg-release\mercurial\hgweb\request.py to
mercurial\hgweb\request.pyc
byte-compiling C:\hg\hg-release\mercurial\hgweb\server.py to
mercurial\hgweb\server.pyc
byte-compiling C:\hg\hg-release\mercurial\hgweb\wsgicgi.py to
mercurial\hgweb\wsgicgi.pyc
byte-compiling C:\hg\hg-release\mercurial\httprangereader.py to
mercurial\httprangereader.pyc
byte-compiling C:\hg\hg-release\mercurial\httprepo.py to
mercurial\httprepo.pyc
byte-compiling C:\hg\hg-release\mercurial\i18n.py to mercurial\i18n.pyc
byte-compiling C:\hg\hg-release\mercurial\keepalive.py to
mercurial\keepalive.pyc
byte-compiling C:\hg\hg-release\mercurial\localrepo.py to
mercurial\localrepo.pyc
byte-compiling C:\hg\hg-release\mercurial\lock.py to mercurial\lock.pyc
byte-compiling C:\hg\hg-release\mercurial\lsprof.py to mercurial\lsprof.pyc
byte-compiling C:\hg\hg-release\mercurial\manifest.py to
mercurial\manifest.pyc
byte-compiling C:\hg\hg-release\mercurial\mdiff.py to mercurial\mdiff.pyc
byte-compiling C:\hg\hg-release\mercurial\merge.py to mercurial\merge.pyc
byte-compiling C:\hg\hg-release\mercurial\node.py to mercurial\node.pyc
byte-compiling C:\hg\hg-release\mercurial\patch.py to mercurial\patch.pyc
byte-compiling C:\hg\hg-release\mercurial\remoterepo.py to
mercurial\remoterepo.pyc
byte-compiling C:\hg\hg-release\mercurial\repo.py to mercurial\repo.pyc
byte-compiling C:\hg\hg-release\mercurial\revlog.py to mercurial\revlog.pyc
byte-compiling C:\hg\hg-release\mercurial\sshrepo.py to
mercurial\sshrepo.pyc
byte-compiling C:\hg\hg-release\mercurial\sshserver.py to
mercurial\sshserver.pyc
byte-compiling C:\hg\hg-release\mercurial\statichttprepo.py to
mercurial\statichttprepo.pyc
byte-compiling C:\hg\hg-release\mercurial\streamclone.py to
mercurial\streamclone.pyc
byte-compiling C:\hg\hg-release\mercurial\strutil.py to
mercurial\strutil.pyc
byte-compiling C:\hg\hg-release\mercurial\templater.py to
mercurial\templater.pyc
byte-compiling C:\hg\hg-release\mercurial\transaction.py to
mercurial\transaction.pyc
byte-compiling C:\hg\hg-release\mercurial\ui.py to mercurial\ui.pyc
byte-compiling C:\hg\hg-release\mercurial\util.py to mercurial\util.pyc
byte-compiling C:\hg\hg-release\mercurial\util_win32.py to
mercurial\util_win32.pyc
byte-compiling C:\hg\hg-release\mercurial\verify.py to mercurial\verify.pyc
byte-compiling C:\hg\hg-release\mercurial\version.py to
mercurial\version.pyc
*** copy extensions ***
copying C:\Lang\Python24\DLLs\_socket.pyd ->
C:\hg\hg-release\build\bdist.win32\winexe\collect-2.4
copying C:\Lang\Python24\DLLs\_ssl.pyd ->
C:\hg\hg-release\build\bdist.win32\winexe\collect-2.4
copying C:\Lang\Python24\DLLs\bz2.pyd ->
C:\hg\hg-release\build\bdist.win32\winexe\collect-2.4
copying C:\Lang\Python24\DLLs\unicodedata.pyd ->
C:\hg\hg-release\build\bdist.win32\winexe\collect-2.4
copying C:\Lang\Python24\DLLs\zlib.pyd ->
C:\hg\hg-release\build\bdist.win32\winexe\collect-2.4
copying C:\Lang\Python24\lib\site-packages\win32\_win32sysloader.pyd ->
C:\hg\hg-release\build\bdist.win32\winexe\collec
t-2.4
copying C:\Lang\Python24\lib\site-packages\win32\win32api.pyd ->
C:\hg\hg-release\build\bdist.win32\winexe\collect-2.4
copying C:\Lang\Python24\lib\site-packages\win32\win32file.pyd ->
C:\hg\hg-release\build\bdist.win32\winexe\collect-2.4
copying C:\Lang\Python24\lib\site-packages\win32\win32process.pyd ->
C:\hg\hg-release\build\bdist.win32\winexe\collect-2
.4
copying C:\Lang\Python24\lib\site-packages\win32comext\shell\shell.pyd ->
C:\hg\hg-release\build\bdist.win32\winexe\coll
ect-2.4\win32com\shell
*** copy dlls ***
copying C:\Lang\Python24\w9xpopen.exe -> C:\hg\hg-release\dist
copying C:\WINDOWS\system32\MSVCR71.dll -> C:\hg\hg-release\dist
copying C:\WINDOWS\system32\python24.dll ->
C:\hg\hg-release\build\bdist.win32\winexe\bundle-2.4
setting sys.winver for 'C:\hg\hg-release\build\bdist.win32\winexe\bundle-
2.4\python24.dll' to 'mercurial'
copying C:\WINDOWS\system32\pywintypes24.dll ->
C:\hg\hg-release\build\bdist.win32\winexe\collect-2.4
copying C:\WINDOWS\system32\pythoncom24.dll ->
C:\hg\hg-release\build\bdist.win32\winexe\collect-2.4
*** copy data files ***
creating C:\hg\hg-release\dist\mercurial
creating C:\hg\hg-release\dist\mercurial\templates
copying templates\changelog.tmpl ->
C:\hg\hg-release\dist\mercurial\templates
copying templates\changelogentry.tmpl ->
C:\hg\hg-release\dist\mercurial\templates
copying templates\changeset.tmpl ->
C:\hg\hg-release\dist\mercurial\templates
copying templates\error.tmpl -> C:\hg\hg-release\dist\mercurial\templates
copying templates\fileannotate.tmpl ->
C:\hg\hg-release\dist\mercurial\templates
copying templates\filediff.tmpl -> C:\hg\hg-release\dist\mercurial\templates
copying templates\filelog.tmpl -> C:\hg\hg-release\dist\mercurial\templates
copying templates\filelogentry.tmpl ->
C:\hg\hg-release\dist\mercurial\templates
copying templates\filerevision.tmpl ->
C:\hg\hg-release\dist\mercurial\templates
copying templates\footer.tmpl -> C:\hg\hg-release\dist\mercurial\templates
copying templates\header.tmpl -> C:\hg\hg-release\dist\mercurial\templates
copying templates\index.tmpl -> C:\hg\hg-release\dist\mercurial\templates
copying templates\manifest.tmpl -> C:\hg\hg-release\dist\mercurial\templates
copying templates\map -> C:\hg\hg-release\dist\mercurial\templates
copying templates\map-cmdline.changelog ->
C:\hg\hg-release\dist\mercurial\templates
copying templates\map-cmdline.compact ->
C:\hg\hg-release\dist\mercurial\templates
copying templates\map-cmdline.default ->
C:\hg\hg-release\dist\mercurial\templates
copying templates\notfound.tmpl -> C:\hg\hg-release\dist\mercurial\templates
copying templates\search.tmpl -> C:\hg\hg-release\dist\mercurial\templates
copying templates\shortlog.tmpl -> C:\hg\hg-release\dist\mercurial\templates
copying templates\shortlogentry.tmpl ->
C:\hg\hg-release\dist\mercurial\templates
copying templates\tags.tmpl -> C:\hg\hg-release\dist\mercurial\templates
copying templates\template-vars.txt ->
C:\hg\hg-release\dist\mercurial\templates
creating C:\hg\hg-release\dist\mercurial\templates\gitweb
copying templates\gitweb\changelog.tmpl ->
C:\hg\hg-release\dist\mercurial\templates\gitweb
copying templates\gitweb\changelogentry.tmpl ->
C:\hg\hg-release\dist\mercurial\templates\gitweb
copying templates\gitweb\changeset.tmpl ->
C:\hg\hg-release\dist\mercurial\templates\gitweb
copying templates\gitweb\error.tmpl ->
C:\hg\hg-release\dist\mercurial\templates\gitweb
copying templates\gitweb\fileannotate.tmpl ->
C:\hg\hg-release\dist\mercurial\templates\gitweb
copying templates\gitweb\filediff.tmpl ->
C:\hg\hg-release\dist\mercurial\templates\gitweb
copying templates\gitweb\filelog.tmpl ->
C:\hg\hg-release\dist\mercurial\templates\gitweb
copying templates\gitweb\filerevision.tmpl ->
C:\hg\hg-release\dist\mercurial\templates\gitweb
copying templates\gitweb\footer.tmpl ->
C:\hg\hg-release\dist\mercurial\templates\gitweb
copying templates\gitweb\header.tmpl ->
C:\hg\hg-release\dist\mercurial\templates\gitweb
copying templates\gitweb\index.tmpl ->
C:\hg\hg-release\dist\mercurial\templates\gitweb
copying templates\gitweb\manifest.tmpl ->
C:\hg\hg-release\dist\mercurial\templates\gitweb
copying templates\gitweb\map ->
C:\hg\hg-release\dist\mercurial\templates\gitweb
copying templates\gitweb\search.tmpl ->
C:\hg\hg-release\dist\mercurial\templates\gitweb
copying templates\gitweb\shortlog.tmpl ->
C:\hg\hg-release\dist\mercurial\templates\gitweb
copying templates\gitweb\summary.tmpl ->
C:\hg\hg-release\dist\mercurial\templates\gitweb
copying templates\gitweb\tags.tmpl ->
C:\hg\hg-release\dist\mercurial\templates\gitweb
creating C:\hg\hg-release\dist\mercurial\templates\old
copying templates\old\changelog.tmpl ->
C:\hg\hg-release\dist\mercurial\templates\old
copying templates\old\changelogentry.tmpl ->
C:\hg\hg-release\dist\mercurial\templates\old
copying templates\old\changeset.tmpl ->
C:\hg\hg-release\dist\mercurial\templates\old
copying templates\old\fileannotate.tmpl ->
C:\hg\hg-release\dist\mercurial\templates\old
copying templates\old\filediff.tmpl ->
C:\hg\hg-release\dist\mercurial\templates\old
copying templates\old\filelog.tmpl ->
C:\hg\hg-release\dist\mercurial\templates\old
copying templates\old\filelogentry.tmpl ->
C:\hg\hg-release\dist\mercurial\templates\old
copying templates\old\filerevision.tmpl ->
C:\hg\hg-release\dist\mercurial\templates\old
copying templates\old\footer.tmpl ->
C:\hg\hg-release\dist\mercurial\templates\old
copying templates\old\header.tmpl ->
C:\hg\hg-release\dist\mercurial\templates\old
copying templates\old\manifest.tmpl ->
C:\hg\hg-release\dist\mercurial\templates\old
copying templates\old\map -> C:\hg\hg-release\dist\mercurial\templates\old
copying templates\old\search.tmpl ->
C:\hg\hg-release\dist\mercurial\templates\old
copying templates\old\shortlog.tmpl ->
C:\hg\hg-release\dist\mercurial\templates\old
copying templates\old\shortlogentry.tmpl ->
C:\hg\hg-release\dist\mercurial\templates\old
copying templates\old\tags.tmpl ->
C:\hg\hg-release\dist\mercurial\templates\old
creating C:\hg\hg-release\dist\mercurial\templates\raw
copying templates\raw\changeset.tmpl ->
C:\hg\hg-release\dist\mercurial\templates\raw
copying templates\raw\fileannotate.tmpl ->
C:\hg\hg-release\dist\mercurial\templates\raw
copying templates\raw\filediff.tmpl ->
C:\hg\hg-release\dist\mercurial\templates\raw
copying templates\raw\header.tmpl ->
C:\hg\hg-release\dist\mercurial\templates\raw
copying templates\raw\index.tmpl ->
C:\hg\hg-release\dist\mercurial\templates\raw
copying templates\raw\manifest.tmpl ->
C:\hg\hg-release\dist\mercurial\templates\raw
copying templates\raw\map -> C:\hg\hg-release\dist\mercurial\templates\raw
creating C:\hg\hg-release\dist\mercurial\templates\rss
copying templates\rss\changelog.tmpl ->
C:\hg\hg-release\dist\mercurial\templates\rss
copying templates\rss\changelogentry.tmpl ->
C:\hg\hg-release\dist\mercurial\templates\rss
copying templates\rss\filelog.tmpl ->
C:\hg\hg-release\dist\mercurial\templates\rss
copying templates\rss\filelogentry.tmpl ->
C:\hg\hg-release\dist\mercurial\templates\rss
copying templates\rss\header.tmpl ->
C:\hg\hg-release\dist\mercurial\templates\rss
copying templates\rss\map -> C:\hg\hg-release\dist\mercurial\templates\rss
copying templates\rss\tagentry.tmpl ->
C:\hg\hg-release\dist\mercurial\templates\rss
copying templates\rss\tags.tmpl ->
C:\hg\hg-release\dist\mercurial\templates\rss
creating C:\hg\hg-release\dist\mercurial\templates\static
copying templates\static\hgicon.png ->
C:\hg\hg-release\dist\mercurial\templates\static
copying templates\static\style-gitweb.css ->
C:\hg\hg-release\dist\mercurial\templates\static
copying templates\static\style.css ->
C:\hg\hg-release\dist\mercurial\templates\static
copying C:\Lang\Python24\lib\site-packages\py2exe\run.exe ->
C:\hg\hg-release\dist\hg.exe
warning: py2exe: Version Info will not be included:
  could not parse version number 'c0271aba6abe'
Adding python24.dll to C:\hg\hg-release\dist\library.zip
The following modules appear to be missing
['_lsprof', 'base85', 'bdiff', 'mpatch', 'packagescan', 'win32com.gen_py']

*** binary dependencies ***
Your executable(s) also depend on these dlls which are not included,
you may or may not need to distribute them.

Make sure you have the license if you distribute any of them, and
make sure you don't distribute files belonging to the operating system.

   OLEAUT32.dll - C:\WINDOWS\system32\OLEAUT32.dll
   USER32.dll - C:\WINDOWS\system32\USER32.dll
   MSWSOCK.dll - C:\WINDOWS\system32\MSWSOCK.dll
   SHELL32.dll - C:\WINDOWS\system32\SHELL32.dll
   KERNEL32.dll - C:\WINDOWS\system32\KERNEL32.dll
   WSOCK32.dll - C:\WINDOWS\system32\WSOCK32.dll
   ADVAPI32.dll - C:\WINDOWS\system32\ADVAPI32.dll
   WS2_32.dll - C:\WINDOWS\system32\WS2_32.dll
   VERSION.dll - C:\WINDOWS\system32\VERSION.dll
   ole32.dll - C:\WINDOWS\system32\ole32.dll
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://www.selenic.com/pipermail/mercurial/attachments/20070312/b02b93dc/attachment-0001.htm


More information about the Mercurial mailing list