------------------------------------------------------------------------------- -- Phase: setup ------------------------------------------------------------------------------- UNFLAVORED devel/mercurial -> use devel/mercurial@py27 Installing /packages/All/expat-2.2.8.txz Installing /packages/All/indexinfo-0.3.1.txz Installing /packages/All/libffi-3.2.1_3.txz Installing /packages/All/ncurses-6.1.20190525.txz Installing /packages/All/readline-8.0.4.txz Installing /packages/All/gettext-runtime-0.20.2.txz Installing /packages/All/openssl-1.1.1g,1.txz Installing /packages/All/python27-2.7.18.txz ===== Message from python27-2.7.18: -- Note that some standard Python modules are provided as separate ports as they require additional dependencies. They are available as: bsddb databases/py-bsddb gdbm databases/py-gdbm sqlite3 databases/py-sqlite3 tkinter x11-toolkits/py-tkinter Installing /packages/All/py27-setuptools-44.0.0.txz ===== Message from py27-setuptools-44.0.0: -- Only /usr/local/bin/easy_install-2.7 script has been installed since Python 2.7 is not the default Python version. -- ===> NOTICE: This port is deprecated; you may wish to reconsider installing it: Uses Python 2.7 which is EOLed upstream. It is scheduled to be removed on or after 2020-12-31. Installing /packages/All/libtextstyle-0.20.2.txz Installing /packages/All/gettext-tools-0.20.2.txz Installing /packages/All/ca_root_nss-3.52.txz ===== Message from ca_root_nss-3.52: -- FreeBSD does not, and can not warrant that the certification authorities whose certificates are included in this package have in any way been audited for trustworthiness or RFC 3647 compliance. Assessment and verification of trust is the complete responsibility of the system administrator. This package installs symlinks to support root certificates discovery by default for software that uses OpenSSL. This enables SSL Certificate Verification by client software without manual intervention. If you prefer to do this manually, replace the following symlinks with either an empty file or your site-local certificate bundle. * /etc/ssl/cert.pem * /usr/local/etc/ssl/cert.pem * /usr/local/openssl/cert.pem Installing /packages/All/mercurial-5.1.2.txz ===== Message from mercurial-5.1.2: -- Note that we now install a few more files in /usr/local/share/mercurial: - shell completion scripts (bash, tcsh and zsh) - FastCGI / WSGI scripts for web access to repositories see http://www.mercurial-scm.org/wiki/PublishingRepositories - various documentation files -- ===> NOTICE: This port is deprecated; you may wish to reconsider installing it: Uses Python 2.7 which is EOLed upstream. It is scheduled to be removed on or after 2020-12-31. Installing /packages/All/libxml2-2.9.10.txz Installing /packages/All/wayland-1.16.0.txz Installing /packages/All/pciids-20200421.txz Installing /packages/All/libpciaccess-0.16.txz Installing /packages/All/libdrm-2.4.101.txz Installing /packages/All/libelf-0.8.13_3.txz Installing /packages/All/libXau-1.0.9.txz Installing /packages/All/libpthread-stubs-0.4.txz Installing /packages/All/xorgproto-2020.1.txz Installing /packages/All/libXdmcp-1.1.3.txz Installing /packages/All/libxcb-1.13.1.txz Installing /packages/All/libX11-1.6.9_1,1.txz Installing /packages/All/libXfixes-5.0.3_2.txz Installing /packages/All/libXdamage-1.1.5.txz Installing /packages/All/libXext-1.3.4,1.txz Installing /packages/All/libXrender-0.9.10_2.txz Installing /packages/All/libXrandr-1.5.2.txz Installing /packages/All/libxshmfence-1.3.txz Installing /packages/All/libXxf86vm-1.1.4_3.txz Installing /packages/All/mesa-libs-19.0.8.txz ===== Message from mesa-libs-19.0.8: -- ===> NOTICE: This port is deprecated; you may wish to reconsider installing it: Uses Python 2.7 which is EOLed upstream. It is scheduled to be removed on or after 2020-12-31. Installing /packages/All/icu-67.1,1.txz Installing /packages/All/pcre2-10.35.txz Installing /packages/All/pcre-8.43_2.txz Installing /packages/All/libiconv-1.14_11.txz Installing /packages/All/python37-3.7.7.txz ===== Message from python37-3.7.7: -- Note that some standard Python modules are provided as separate ports as they require additional dependencies. They are available as: py37-gdbm databases/py-gdbm@py37 py37-sqlite3 databases/py-sqlite3@py37 py37-tkinter x11-toolkits/py-tkinter@py37 Installing /packages/All/glib-2.56.3_7,1.txz No schema files found: doing nothing. Installing /packages/All/qtchooser-66_2.txz ===== Message from qtchooser-66_2: -- qtchooser is a wrapper that allows selecting whether Qt4 or Qt5 binaries for qmake, moc and other tools will be run when invoking the binaries in $PATH. By default, the Qt5 versions are run. It is possible to change the behavior by setting the QT_SELECT environment variable to "qt4". See qtchooser(1) for more information. Installing /packages/All/qt5-core-5.14.2_2.txz Installing /packages/All/libICE-1.0.10,1.txz Installing /packages/All/libSM-1.2.3,1.txz Installing /packages/All/dbus-1.12.16.txz ===> Creating groups. Creating group 'messagebus' with gid '556'. ===> Creating users Creating user 'messagebus' with uid '556'. Installing /packages/All/libevdev-1.5.9.txz Installing /packages/All/freetype2-2.10.1.txz ===== Message from freetype2-2.10.1: -- The 2.7.x series now uses the new subpixel hinting mode (V40 port's option) as the default, emulating a modern version of ClearType. This change inevitably leads to different rendering results, and you might change port's options to adapt it to your taste (or use the new "FREETYPE_PROPERTIES" environment variable). The environment variable "FREETYPE_PROPERTIES" can be used to control the driver properties. Example: FREETYPE_PROPERTIES=truetype:interpreter-version=35 \ cff:no-stem-darkening=1 \ autofitter:warping=1 This allows to select, say, the subpixel hinting mode at runtime for a given application. If LONG_PCF_NAMES port's option was enabled, the PCF family names may include the foundry and information whether they contain wide characters. For example, "Sony Fixed" or "Misc Fixed Wide", instead of "Fixed". This can be disabled at run time with using pcf:no-long-family-names property, if needed. Example: FREETYPE_PROPERTIES=pcf:no-long-family-names=1 How to recreate fontconfig cache with using such environment variable, if needed: # env FREETYPE_PROPERTIES=pcf:no-long-family-names=1 fc-cache -fsv The controllable properties are listed in the section "Controlling FreeType Modules" in the reference's table of contents (/usr/local/share/doc/freetype2/reference/site/index.html, if documentation was installed). Installing /packages/All/fontconfig-2.13.92_2,1.txz Running fc-cache to build fontconfig cache... Font directories: /usr/local/share/fonts /usr/local/lib/X11/fonts /usr/local/share/fonts: skipping, no such directory /usr/local/lib/X11/fonts: skipping, no such directory /var/db/fontconfig: cleaning cache directory fc-cache: succeeded Installing /packages/All/graphite2-1.3.14.txz Installing /packages/All/harfbuzz-2.6.5.txz Installing /packages/All/libudev-devd-0.4.2.txz Installing /packages/All/libmtdev-1.1.5_2.txz Installing /packages/All/py37-setuptools-44.0.0.txz Installing /packages/All/py37-evdev-0.8.1_1.txz Installing /packages/All/py37-six-1.14.0.txz Installing /packages/All/py37-pyudev-0.22.0.txz Installing /packages/All/libinput-1.12.6_1.txz Installing /packages/All/png-1.6.37.txz Installing /packages/All/xcb-util-0.4.0_2,1.txz Installing /packages/All/xcb-util-image-0.4.0_1.txz Installing /packages/All/xcb-util-keysyms-0.4.0_1.txz Installing /packages/All/xcb-util-renderutil-0.3.9_1.txz Installing /packages/All/xcb-util-wm-0.4.1_3.txz Installing /packages/All/xkeyboard-config-2.29.txz Installing /packages/All/libxkbcommon-0.10.0_2.txz ===== Message from libxkbcommon-0.10.0_2: -- If arrow keys don't work under X11 switch to legacy rules e.g., For sh/bash/ksh/zsh run and (optionally) add into ~/.profile: export XKB_DEFAULT_RULES=xorg For csh/tcsh run and (optionally) add into ~/.login: setenv XKB_DEFAULT_RULES xorg Installing /packages/All/jpeg-turbo-2.0.4.txz Installing /packages/All/qt5-dbus-5.14.2.txz Installing /packages/All/qt5-network-5.14.2.txz Installing /packages/All/hicolor-icon-theme-0.17.txz Installing /packages/All/xprop-1.2.4.txz Installing /packages/All/libXt-1.2.0,1.txz Installing /packages/All/libXmu-1.1.3,1.txz Installing /packages/All/xset-1.2.4_3.txz Installing /packages/All/xdg-utils-1.1.3_1.txz Installing /packages/All/vulkan-headers-1.1.108.0.txz Installing /packages/All/encodings-1.0.5,1.txz Installing /packages/All/libfontenc-1.1.4.txz Installing /packages/All/mkfontscale-1.2.1.txz Installing /packages/All/font-bh-ttf-1.0.3_4.txz Installing /packages/All/font-misc-meltho-1.0.3_4.txz Installing /packages/All/font-misc-ethiopic-1.0.3_4.txz Installing /packages/All/dejavu-2.37_1.txz ===== Message from dejavu-2.37_1: -- Make sure that the freetype module is loaded. If it is not, add the following line to the "Modules" section of your X Windows configuration file: Load "freetype" Add the following line to the "Files" section of X Windows configuration file: FontPath "/usr/local/share/fonts/dejavu/" Note: your X Windows configuration file is typically /etc/X11/XF86Config if you are using XFree86, and /etc/X11/xorg.conf if you are using X.Org. Installing /packages/All/xorg-fonts-truetype-7.7_1.txz Installing /packages/All/libXi-1.7.10,1.txz Installing /packages/All/qt5-gui-5.14.2.txz Installing /packages/All/libdaemon-0.14_1.txz Installing /packages/All/dbus-glib-0.110.txz Installing /packages/All/gdbm-1.18.1_1.txz Installing /packages/All/gobject-introspection-1.56.1,1.txz Installing /packages/All/gnome_subr-1.0.txz Installing /packages/All/avahi-app-0.7_3.txz ===> Creating groups. Creating group 'avahi' with gid '558'. ===> Creating users Creating user 'avahi' with uid '558'. Installing /packages/All/gmp-6.2.0.txz Installing /packages/All/nettle-3.5.1_1.txz Installing /packages/All/libtasn1-4.16.0.txz Installing /packages/All/libunistring-0.9.10_1.txz Installing /packages/All/libidn2-2.3.0_1.txz Installing /packages/All/p11-kit-0.23.20.txz Installing /packages/All/tpm-emulator-0.7.4_2.txz ===> Creating groups. Creating group '_tss' with gid '601'. ===> Creating users Creating user '_tss' with uid '601'. Installing /packages/All/trousers-0.3.14_2.txz ===> Creating groups. Using existing group '_tss'. ===> Creating users Using existing user '_tss'. ===== Message from trousers-0.3.14_2: -- To run tcsd automatically, add the following line to /etc/rc.conf: tcsd_enable="YES" You might want to edit /usr/local/etc/tcsd.conf to reflect your setup. If you want to use tcsd with software TPM emulator, use the following configuration in /etc/rc.conf: tcsd_enable="YES" tcsd_mode="emulator" tpmd_enable="YES" To use TPM, add your_account to '_tss' group like following: # pw groupmod _tss -m your_account Installing /packages/All/gnutls-3.6.13.txz Installing /packages/All/libpaper-1.1.24.4.txz Installing /packages/All/cups-2.2.13.txz ===> Creating groups. Creating group 'cups' with gid '193'. ===> Creating users Creating user 'cups' with uid '193'. Installing /packages/All/qt5-widgets-5.14.2.txz Installing /packages/All/qt5-printsupport-5.14.2.txz Installing /packages/All/qscintilla2-qt5-2.11.4.txz Installing /packages/All/py27-enum34-1.1.6.txz ===== Message from py27-enum34-1.1.6: -- ===> NOTICE: This port is deprecated; you may wish to reconsider installing it: Uses Python 2.7 which is EOLed upstream. It is scheduled to be removed on or after 2020-12-31. Installing /packages/All/py27-sip-4.19.21,1.txz ===== Message from py27-sip-4.19.21,1: -- ===> NOTICE: This port is deprecated; you may wish to reconsider installing it: Uses Python 2.7 which is EOLed upstream. It is scheduled to be removed on or after 2020-12-31. Installing /packages/All/py27-qt5-core-5.13.1_1.txz ===== Message from py27-qt5-core-5.13.1_1: -- ===> NOTICE: This port is deprecated; you may wish to reconsider installing it: Uses Python 2.7 which is EOLed upstream. It is scheduled to be removed on or after 2020-12-31. Installing /packages/All/libGLU-9.0.1.txz Installing /packages/All/freeglut-3.0.0_2.txz ===== Message from freeglut-3.0.0_2: -- Joystick support is untested and it is unknown if it works. Do not hesitate to contact x11@FreeBSD.org if this causes issues. Installing /packages/All/jasper-2.0.16_1.txz Installing /packages/All/jbigkit-2.1_1.txz Installing /packages/All/tiff-4.1.0.txz Installing /packages/All/lcms-1.19_6,1.txz Installing /packages/All/libmng-1.0.10_3.txz Installing /packages/All/giflib-5.2.1.txz Installing /packages/All/webp-1.1.0.txz Installing /packages/All/qt5-imageformats-5.14.2.txz Installing /packages/All/py27-qt5-gui-5.13.1_1.txz ===== Message from py27-qt5-gui-5.13.1_1: -- ===> NOTICE: This port is deprecated; you may wish to reconsider installing it: Uses Python 2.7 which is EOLed upstream. It is scheduled to be removed on or after 2020-12-31. Installing /packages/All/py27-qt5-network-5.13.1_1.txz ===== Message from py27-qt5-network-5.13.1_1: -- ===> NOTICE: This port is deprecated; you may wish to reconsider installing it: Uses Python 2.7 which is EOLed upstream. It is scheduled to be removed on or after 2020-12-31. Installing /packages/All/py27-qt5-widgets-5.13.1_1.txz ===== Message from py27-qt5-widgets-5.13.1_1: -- ===> NOTICE: This port is deprecated; you may wish to reconsider installing it: Uses Python 2.7 which is EOLed upstream. It is scheduled to be removed on or after 2020-12-31. Installing /packages/All/py27-qt5-printsupport-5.13.1_1.txz ===== Message from py27-qt5-printsupport-5.13.1_1: -- ===> NOTICE: This port is deprecated; you may wish to reconsider installing it: Uses Python 2.7 which is EOLed upstream. It is scheduled to be removed on or after 2020-12-31. Installing /packages/All/py27-qt5-qscintilla2-2.11.4.txz ===== Message from py27-qt5-qscintilla2-2.11.4: -- ===> NOTICE: This port is deprecated; you may wish to reconsider installing it: Uses Python 2.7 which is EOLed upstream. It is scheduled to be removed on or after 2020-12-31. Installing /packages/All/qt5-xml-5.14.2.txz Installing /packages/All/py27-qt5-xml-5.13.1_1.txz ===== Message from py27-qt5-xml-5.13.1_1: -- ===> NOTICE: This port is deprecated; you may wish to reconsider installing it: Uses Python 2.7 which is EOLed upstream. It is scheduled to be removed on or after 2020-12-31. UNFLAVORED devel/mercurial -> use devel/mercurial@py27 Installing /packages/All/py27-six-1.14.0.txz ===== Message from py27-six-1.14.0: -- ===> NOTICE: This port is deprecated; you may wish to reconsider installing it: Uses Python 2.7 which is EOLed upstream. It is scheduled to be removed on or after 2020-12-31. Installing /packages/All/py27-iniparse-0.5.txz ===== Message from py27-iniparse-0.5: -- ===> NOTICE: This port is deprecated; you may wish to reconsider installing it: Uses Python 2.7 which is EOLed upstream. It is scheduled to be removed on or after 2020-12-31. Installing /packages/All/py27-pygments-2.5.2.txz ===== Message from py27-pygments-2.5.2: -- ===> NOTICE: This port is deprecated; you may wish to reconsider installing it: Uses Python 2.7 which is EOLed upstream. It is scheduled to be removed on or after 2020-12-31. UNFLAVORED devel/mercurial -> use devel/mercurial@py27 UNFLAVORED devel/mercurial -> use devel/mercurial@py27 SUCCEEDED 00:01:19 ------------------------------------------------------------------------------- -- Phase: check-sanity ------------------------------------------------------------------------------- /!\ tortoisehg-5.3.2_1: Makefile warnings, please consider fixing /!\ lang/python27 reached End of Life and will be removed on 2020-12-31, consider converting to a modern version of python ===> NOTICE: This port is deprecated; you may wish to reconsider installing it: Uses deprecated version of python. It is scheduled to be removed on or after 2020-09-15. SUCCEEDED 00:00:10 ------------------------------------------------------------------------------- -- Phase: pkg-depends ------------------------------------------------------------------------------- ===> tortoisehg-5.3.2_1 depends on file: /usr/local/sbin/pkg - found SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: fetch-depends ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: fetch ------------------------------------------------------------------------------- /!\ tortoisehg-5.3.2_1: Makefile warnings, please consider fixing /!\ lang/python27 reached End of Life and will be removed on 2020-12-31, consider converting to a modern version of python ===> NOTICE: This port is deprecated; you may wish to reconsider installing it: Uses deprecated version of python. It is scheduled to be removed on or after 2020-09-15. ===> tortoisehg-5.3.2_1 depends on file: /usr/local/sbin/pkg - found ===> Fetching all distfiles required by tortoisehg-5.3.2_1 for building SUCCEEDED 00:00:11 ------------------------------------------------------------------------------- -- Phase: checksum ------------------------------------------------------------------------------- /!\ tortoisehg-5.3.2_1: Makefile warnings, please consider fixing /!\ lang/python27 reached End of Life and will be removed on 2020-12-31, consider converting to a modern version of python ===> NOTICE: This port is deprecated; you may wish to reconsider installing it: Uses deprecated version of python. It is scheduled to be removed on or after 2020-09-15. ===> tortoisehg-5.3.2_1 depends on file: /usr/local/sbin/pkg - found ===> Fetching all distfiles required by tortoisehg-5.3.2_1 for building => SHA256 Checksum OK for tortoisehg/5.3.2.tar.gz. SUCCEEDED 00:00:10 ------------------------------------------------------------------------------- -- Phase: extract-depends ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: extract ------------------------------------------------------------------------------- /!\ tortoisehg-5.3.2_1: Makefile warnings, please consider fixing /!\ lang/python27 reached End of Life and will be removed on 2020-12-31, consider converting to a modern version of python ===> NOTICE: This port is deprecated; you may wish to reconsider installing it: Uses deprecated version of python. It is scheduled to be removed on or after 2020-09-15. ===> tortoisehg-5.3.2_1 depends on file: /usr/local/sbin/pkg - found ===> Fetching all distfiles required by tortoisehg-5.3.2_1 for building ===> Extracting for tortoisehg-5.3.2_1 => SHA256 Checksum OK for tortoisehg/5.3.2.tar.gz. Extracted Memory Use: 21.27M SUCCEEDED 00:00:11 ------------------------------------------------------------------------------- -- Phase: patch-depends ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: patch ------------------------------------------------------------------------------- ===> Patching for tortoisehg-5.3.2_1 ===> Applying ports patches for tortoisehg-5.3.2_1 ===> Cleanly applied ports patch(es) patch-contrib-thg.desktop patch-setup.py patch-tortoisehg_util_hgversion.py SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: build-depends ------------------------------------------------------------------------------- ===> tortoisehg-5.3.2_1 depends on executable: hg - found ===> tortoisehg-5.3.2_1 depends on package: py27-qt5-core>=5.13.1 - found ===> tortoisehg-5.3.2_1 depends on package: py27-qt5-gui>=5.13.1 - found ===> tortoisehg-5.3.2_1 depends on package: py27-qt5-network>=5.13.1 - found ===> tortoisehg-5.3.2_1 depends on package: py27-qt5-qscintilla2>=2.11.4 - found ===> tortoisehg-5.3.2_1 depends on package: py27-qt5-xml>=5.13.1 - found ===> tortoisehg-5.3.2_1 depends on package: py27-setuptools>0 - found ===> tortoisehg-5.3.2_1 depends on file: /usr/local/bin/python2.7 - found ===> tortoisehg-5.3.2_1 depends on executable: msgfmt - found SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: lib-depends ------------------------------------------------------------------------------- ===> tortoisehg-5.3.2_1 depends on shared library: libintl.so - found (/usr/local/lib/libintl.so) SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: configure ------------------------------------------------------------------------------- ===> tortoisehg-5.3.2_1 depends on executable: hg - found ===> tortoisehg-5.3.2_1 depends on package: py27-qt5-core>=5.13.1 - found ===> tortoisehg-5.3.2_1 depends on package: py27-qt5-gui>=5.13.1 - found ===> tortoisehg-5.3.2_1 depends on package: py27-qt5-network>=5.13.1 - found ===> tortoisehg-5.3.2_1 depends on package: py27-qt5-qscintilla2>=2.11.4 - found ===> tortoisehg-5.3.2_1 depends on package: py27-qt5-xml>=5.13.1 - found ===> tortoisehg-5.3.2_1 depends on package: py27-setuptools>0 - found ===> tortoisehg-5.3.2_1 depends on file: /usr/local/bin/python2.7 - found ===> tortoisehg-5.3.2_1 depends on executable: msgfmt - found ===> tortoisehg-5.3.2_1 depends on shared library: libintl.so - found (/usr/local/lib/libintl.so) ===> Configuring for tortoisehg-5.3.2_1 running config SUCCEEDED 00:00:01 ------------------------------------------------------------------------------- -- Phase: build ------------------------------------------------------------------------------- ===> Building for tortoisehg-5.3.2_1 running build running build_config creating build creating build/lib creating build/lib/tortoisehg creating build/lib/tortoisehg/util generating build/lib/tortoisehg/util/config.py from setup.py running build_ui generating tortoisehg/hgqt/hgemail_ui.py from tortoisehg/hgqt/hgemail.ui, setup.py generating tortoisehg/hgqt/phabreview_ui.py from tortoisehg/hgqt/phabreview.ui, setup.py generating tortoisehg/hgqt/serve_ui.py from tortoisehg/hgqt/serve.ui, setup.py generating tortoisehg/hgqt/webconf_ui.py from tortoisehg/hgqt/webconf.ui, setup.py generating tortoisehg/hgqt/postreview_ui.py from tortoisehg/hgqt/postreview.ui, setup.py running build_mo creating locale creating locale/en_GB creating locale/en_GB/LC_MESSAGES generating locale/en_GB/LC_MESSAGES/tortoisehg.mo from i18n/tortoisehg/en_GB.po creating locale/et creating locale/et/LC_MESSAGES generating locale/et/LC_MESSAGES/tortoisehg.mo from i18n/tortoisehg/et.po creating locale/id creating locale/id/LC_MESSAGES generating locale/id/LC_MESSAGES/tortoisehg.mo from i18n/tortoisehg/id.po creating locale/he creating locale/he/LC_MESSAGES generating locale/he/LC_MESSAGES/tortoisehg.mo from i18n/tortoisehg/he.po creating locale/da creating locale/da/LC_MESSAGES generating locale/da/LC_MESSAGES/tortoisehg.mo from i18n/tortoisehg/da.po creating locale/fr creating locale/fr/LC_MESSAGES generating locale/fr/LC_MESSAGES/tortoisehg.mo from i18n/tortoisehg/fr.po creating locale/hr creating locale/hr/LC_MESSAGES generating locale/hr/LC_MESSAGES/tortoisehg.mo from i18n/tortoisehg/hr.po creating locale/zh_TW creating locale/zh_TW/LC_MESSAGES generating locale/zh_TW/LC_MESSAGES/tortoisehg.mo from i18n/tortoisehg/zh_TW.po creating locale/th creating locale/th/LC_MESSAGES generating locale/th/LC_MESSAGES/tortoisehg.mo from i18n/tortoisehg/th.po creating locale/bg creating locale/bg/LC_MESSAGES generating locale/bg/LC_MESSAGES/tortoisehg.mo from i18n/tortoisehg/bg.po creating locale/fa creating locale/fa/LC_MESSAGES generating locale/fa/LC_MESSAGES/tortoisehg.mo from i18n/tortoisehg/fa.po creating locale/pt creating locale/pt/LC_MESSAGES generating locale/pt/LC_MESSAGES/tortoisehg.mo from i18n/tortoisehg/pt.po creating locale/tr creating locale/tr/LC_MESSAGES generating locale/tr/LC_MESSAGES/tortoisehg.mo from i18n/tortoisehg/tr.po creating locale/nb creating locale/nb/LC_MESSAGES generating locale/nb/LC_MESSAGES/tortoisehg.mo from i18n/tortoisehg/nb.po creating locale/sv creating locale/sv/LC_MESSAGES generating locale/sv/LC_MESSAGES/tortoisehg.mo from i18n/tortoisehg/sv.po creating locale/hu creating locale/hu/LC_MESSAGES generating locale/hu/LC_MESSAGES/tortoisehg.mo from i18n/tortoisehg/hu.po creating locale/oc creating locale/oc/LC_MESSAGES generating locale/oc/LC_MESSAGES/tortoisehg.mo from i18n/tortoisehg/oc.po creating locale/lv creating locale/lv/LC_MESSAGES generating locale/lv/LC_MESSAGES/tortoisehg.mo from i18n/tortoisehg/lv.po creating locale/uk creating locale/uk/LC_MESSAGES generating locale/uk/LC_MESSAGES/tortoisehg.mo from i18n/tortoisehg/uk.po creating locale/ar creating locale/ar/LC_MESSAGES generating locale/ar/LC_MESSAGES/tortoisehg.mo from i18n/tortoisehg/ar.po creating locale/cs creating locale/cs/LC_MESSAGES generating locale/cs/LC_MESSAGES/tortoisehg.mo from i18n/tortoisehg/cs.po creating locale/ru creating locale/ru/LC_MESSAGES generating locale/ru/LC_MESSAGES/tortoisehg.mo from i18n/tortoisehg/ru.po creating locale/nl creating locale/nl/LC_MESSAGES generating locale/nl/LC_MESSAGES/tortoisehg.mo from i18n/tortoisehg/nl.po creating locale/ko creating locale/ko/LC_MESSAGES generating locale/ko/LC_MESSAGES/tortoisehg.mo from i18n/tortoisehg/ko.po creating locale/fi creating locale/fi/LC_MESSAGES generating locale/fi/LC_MESSAGES/tortoisehg.mo from i18n/tortoisehg/fi.po creating locale/ja creating locale/ja/LC_MESSAGES generating locale/ja/LC_MESSAGES/tortoisehg.mo from i18n/tortoisehg/ja.po creating locale/pl creating locale/pl/LC_MESSAGES generating locale/pl/LC_MESSAGES/tortoisehg.mo from i18n/tortoisehg/pl.po creating locale/ca creating locale/ca/LC_MESSAGES generating locale/ca/LC_MESSAGES/tortoisehg.mo from i18n/tortoisehg/ca.po creating locale/es creating locale/es/LC_MESSAGES generating locale/es/LC_MESSAGES/tortoisehg.mo from i18n/tortoisehg/es.po creating locale/jv creating locale/jv/LC_MESSAGES generating locale/jv/LC_MESSAGES/tortoisehg.mo from i18n/tortoisehg/jv.po creating locale/zh_CN creating locale/zh_CN/LC_MESSAGES generating locale/zh_CN/LC_MESSAGES/tortoisehg.mo from i18n/tortoisehg/zh_CN.po creating locale/sr creating locale/sr/LC_MESSAGES generating locale/sr/LC_MESSAGES/tortoisehg.mo from i18n/tortoisehg/sr.po creating locale/de creating locale/de/LC_MESSAGES generating locale/de/LC_MESSAGES/tortoisehg.mo from i18n/tortoisehg/de.po creating locale/en_AU creating locale/en_AU/LC_MESSAGES generating locale/en_AU/LC_MESSAGES/tortoisehg.mo from i18n/tortoisehg/en_AU.po creating locale/pt_BR creating locale/pt_BR/LC_MESSAGES generating locale/pt_BR/LC_MESSAGES/tortoisehg.mo from i18n/tortoisehg/pt_BR.po creating locale/nn creating locale/nn/LC_MESSAGES generating locale/nn/LC_MESSAGES/tortoisehg.mo from i18n/tortoisehg/nn.po creating locale/it creating locale/it/LC_MESSAGES generating locale/it/LC_MESSAGES/tortoisehg.mo from i18n/tortoisehg/it.po running build_py copying tortoisehg/__init__.py -> build/lib/tortoisehg creating build/lib/tortoisehg/hgqt copying tortoisehg/hgqt/merge.py -> build/lib/tortoisehg/hgqt copying tortoisehg/hgqt/qscilib.py -> build/lib/tortoisehg/hgqt copying tortoisehg/hgqt/backout.py -> build/lib/tortoisehg/hgqt copying tortoisehg/hgqt/thgimport.py -> build/lib/tortoisehg/hgqt copying tortoisehg/hgqt/graph.py -> build/lib/tortoisehg/hgqt copying tortoisehg/hgqt/hgemail.py -> build/lib/tortoisehg/hgqt copying tortoisehg/hgqt/resolve.py -> build/lib/tortoisehg/hgqt copying tortoisehg/hgqt/hgignore.py -> build/lib/tortoisehg/hgqt copying tortoisehg/hgqt/hgrcutil.py -> build/lib/tortoisehg/hgqt copying tortoisehg/hgqt/run.py -> build/lib/tortoisehg/hgqt copying tortoisehg/hgqt/revset.py -> build/lib/tortoisehg/hgqt copying tortoisehg/hgqt/htmldelegate.py -> build/lib/tortoisehg/hgqt copying tortoisehg/hgqt/qtgui.py -> build/lib/tortoisehg/hgqt copying tortoisehg/hgqt/blockmatcher.py -> build/lib/tortoisehg/hgqt copying tortoisehg/hgqt/guess.py -> build/lib/tortoisehg/hgqt copying tortoisehg/hgqt/bisect.py -> build/lib/tortoisehg/hgqt copying tortoisehg/hgqt/repowidget.py -> build/lib/tortoisehg/hgqt copying tortoisehg/hgqt/clone.py -> build/lib/tortoisehg/hgqt copying tortoisehg/hgqt/visdiff.py -> build/lib/tortoisehg/hgqt copying tortoisehg/hgqt/matching.py -> build/lib/tortoisehg/hgqt copying tortoisehg/hgqt/csinfo.py -> build/lib/tortoisehg/hgqt copying tortoisehg/hgqt/thgstrip.py -> build/lib/tortoisehg/hgqt copying tortoisehg/hgqt/chunks.py -> build/lib/tortoisehg/hgqt copying tortoisehg/hgqt/hgconfig.py -> build/lib/tortoisehg/hgqt copying tortoisehg/hgqt/sign.py -> build/lib/tortoisehg/hgqt copying tortoisehg/hgqt/fileview.py -> build/lib/tortoisehg/hgqt copying tortoisehg/hgqt/repotab.py -> build/lib/tortoisehg/hgqt copying tortoisehg/hgqt/postreview.py -> build/lib/tortoisehg/hgqt copying tortoisehg/hgqt/hginit.py -> build/lib/tortoisehg/hgqt copying tortoisehg/hgqt/commit.py -> build/lib/tortoisehg/hgqt copying tortoisehg/hgqt/sync.py -> build/lib/tortoisehg/hgqt copying tortoisehg/hgqt/shelve.py -> build/lib/tortoisehg/hgqt copying tortoisehg/hgqt/workbench.py -> build/lib/tortoisehg/hgqt copying tortoisehg/hgqt/settings.py -> build/lib/tortoisehg/hgqt copying tortoisehg/hgqt/qsci.py -> build/lib/tortoisehg/hgqt copying tortoisehg/hgqt/rejects.py -> build/lib/tortoisehg/hgqt copying tortoisehg/hgqt/status.py -> build/lib/tortoisehg/hgqt copying tortoisehg/hgqt/repotreemodel.py -> build/lib/tortoisehg/hgqt copying tortoisehg/hgqt/branchop.py -> build/lib/tortoisehg/hgqt copying tortoisehg/hgqt/shellconf.py -> build/lib/tortoisehg/hgqt copying tortoisehg/hgqt/rename.py -> build/lib/tortoisehg/hgqt copying tortoisehg/hgqt/mq.py -> build/lib/tortoisehg/hgqt copying tortoisehg/hgqt/cmdcore.py -> build/lib/tortoisehg/hgqt copying tortoisehg/hgqt/revert.py -> build/lib/tortoisehg/hgqt copying tortoisehg/hgqt/wctxcleaner.py -> build/lib/tortoisehg/hgqt copying tortoisehg/hgqt/locktool.py -> build/lib/tortoisehg/hgqt copying tortoisehg/hgqt/reporegistry.py -> build/lib/tortoisehg/hgqt copying tortoisehg/hgqt/qfold.py -> build/lib/tortoisehg/hgqt copying tortoisehg/hgqt/thgrepo.py -> build/lib/tortoisehg/hgqt copying tortoisehg/hgqt/qtnetwork.py -> build/lib/tortoisehg/hgqt copying tortoisehg/hgqt/purge.py -> build/lib/tortoisehg/hgqt copying tortoisehg/hgqt/filedata.py -> build/lib/tortoisehg/hgqt copying tortoisehg/hgqt/webconf.py -> build/lib/tortoisehg/hgqt copying tortoisehg/hgqt/prune.py -> build/lib/tortoisehg/hgqt copying tortoisehg/hgqt/cmdui.py -> build/lib/tortoisehg/hgqt copying tortoisehg/hgqt/revdetails.py -> build/lib/tortoisehg/hgqt copying tortoisehg/hgqt/tag.py -> build/lib/tortoisehg/hgqt copying tortoisehg/hgqt/grep.py -> build/lib/tortoisehg/hgqt copying tortoisehg/hgqt/repoview.py -> build/lib/tortoisehg/hgqt copying tortoisehg/hgqt/graft.py -> build/lib/tortoisehg/hgqt copying tortoisehg/hgqt/phabreview.py -> build/lib/tortoisehg/hgqt copying tortoisehg/hgqt/bookmark.py -> build/lib/tortoisehg/hgqt copying tortoisehg/hgqt/bugreport.py -> build/lib/tortoisehg/hgqt copying tortoisehg/hgqt/qtcore.py -> build/lib/tortoisehg/hgqt copying tortoisehg/hgqt/revpanel.py -> build/lib/tortoisehg/hgqt copying tortoisehg/hgqt/messageentry.py -> build/lib/tortoisehg/hgqt copying tortoisehg/hgqt/filedialogs.py -> build/lib/tortoisehg/hgqt copying tortoisehg/hgqt/repomodel.py -> build/lib/tortoisehg/hgqt copying tortoisehg/hgqt/__init__.py -> build/lib/tortoisehg/hgqt copying tortoisehg/hgqt/customtools.py -> build/lib/tortoisehg/hgqt copying tortoisehg/hgqt/filectxactions.py -> build/lib/tortoisehg/hgqt copying tortoisehg/hgqt/qtapp.py -> build/lib/tortoisehg/hgqt copying tortoisehg/hgqt/manifestmodel.py -> build/lib/tortoisehg/hgqt copying tortoisehg/hgqt/docklog.py -> build/lib/tortoisehg/hgqt copying tortoisehg/hgqt/compress.py -> build/lib/tortoisehg/hgqt copying tortoisehg/hgqt/serve.py -> build/lib/tortoisehg/hgqt copying tortoisehg/hgqt/lexers.py -> build/lib/tortoisehg/hgqt copying tortoisehg/hgqt/lfprompt.py -> build/lib/tortoisehg/hgqt copying tortoisehg/hgqt/rebase.py -> build/lib/tortoisehg/hgqt copying tortoisehg/hgqt/update.py -> build/lib/tortoisehg/hgqt copying tortoisehg/hgqt/infobar.py -> build/lib/tortoisehg/hgqt copying tortoisehg/hgqt/htmlui.py -> build/lib/tortoisehg/hgqt copying tortoisehg/hgqt/archive.py -> build/lib/tortoisehg/hgqt copying tortoisehg/hgqt/about.py -> build/lib/tortoisehg/hgqt copying tortoisehg/hgqt/repofilter.py -> build/lib/tortoisehg/hgqt copying tortoisehg/hgqt/p4pending.py -> build/lib/tortoisehg/hgqt copying tortoisehg/hgqt/graphopt.py -> build/lib/tortoisehg/hgqt copying tortoisehg/hgqt/fileencoding.py -> build/lib/tortoisehg/hgqt copying tortoisehg/hgqt/topics.py -> build/lib/tortoisehg/hgqt copying tortoisehg/hgqt/quickop.py -> build/lib/tortoisehg/hgqt copying tortoisehg/hgqt/repotreeitem.py -> build/lib/tortoisehg/hgqt copying tortoisehg/hgqt/qtlib.py -> build/lib/tortoisehg/hgqt copying tortoisehg/hgqt/cslist.py -> build/lib/tortoisehg/hgqt copying tortoisehg/hgqt/filelistview.py -> build/lib/tortoisehg/hgqt copying tortoisehg/hgqt/qdelete.py -> build/lib/tortoisehg/hgqt copying tortoisehg/hgqt/hgemail_ui.py -> build/lib/tortoisehg/hgqt copying tortoisehg/hgqt/serve_ui.py -> build/lib/tortoisehg/hgqt copying tortoisehg/hgqt/postreview_ui.py -> build/lib/tortoisehg/hgqt copying tortoisehg/hgqt/webconf_ui.py -> build/lib/tortoisehg/hgqt copying tortoisehg/hgqt/phabreview_ui.py -> build/lib/tortoisehg/hgqt copying tortoisehg/util/wconfig.py -> build/lib/tortoisehg/util copying tortoisehg/util/cachethg.py -> build/lib/tortoisehg/util copying tortoisehg/util/editor.py -> build/lib/tortoisehg/util copying tortoisehg/util/debugthg.py -> build/lib/tortoisehg/util copying tortoisehg/util/gpg.py -> build/lib/tortoisehg/util copying tortoisehg/util/shlib.py -> build/lib/tortoisehg/util copying tortoisehg/util/colormap.py -> build/lib/tortoisehg/util copying tortoisehg/util/patchctx.py -> build/lib/tortoisehg/util copying tortoisehg/util/paths.py -> build/lib/tortoisehg/util copying tortoisehg/util/menuthg.py -> build/lib/tortoisehg/util copying tortoisehg/util/terminal.py -> build/lib/tortoisehg/util copying tortoisehg/util/thgstatus.py -> build/lib/tortoisehg/util copying tortoisehg/util/hgversion.py -> build/lib/tortoisehg/util copying tortoisehg/util/bugtraq.py -> build/lib/tortoisehg/util copying tortoisehg/util/__init__.py -> build/lib/tortoisehg/util copying tortoisehg/util/hgdispatch.py -> build/lib/tortoisehg/util copying tortoisehg/util/version.py -> build/lib/tortoisehg/util copying tortoisehg/util/configitems.py -> build/lib/tortoisehg/util copying tortoisehg/util/i18n.py -> build/lib/tortoisehg/util copying tortoisehg/util/thread2.py -> build/lib/tortoisehg/util copying tortoisehg/util/pipeui.py -> build/lib/tortoisehg/util copying tortoisehg/util/hglib.py -> build/lib/tortoisehg/util copying tortoisehg/util/partialcommit.py -> build/lib/tortoisehg/util copying tortoisehg/util/hgcommands.py -> build/lib/tortoisehg/util copying tortoisehg/util/win32ill.py -> build/lib/tortoisehg/util copying tortoisehg/util/obsoleteutil.py -> build/lib/tortoisehg/util copying tortoisehg/util/__version__.py -> build/lib/tortoisehg/util package init file 'hgext3rd/__init__.py' not found (or not a regular file) creating build/lib/hgext3rd copying hgext3rd/thg.py -> build/lib/hgext3rd running build_scripts creating build/scripts-2.7 copying and adjusting thg -> build/scripts-2.7 changing mode of build/scripts-2.7/thg from 644 to 755 SUCCEEDED 00:00:06 ------------------------------------------------------------------------------- -- Phase: run-depends ------------------------------------------------------------------------------- ===> tortoisehg-5.3.2_1 depends on executable: hg - found ===> tortoisehg-5.3.2_1 depends on package: py27-iniparse>=0.4 - found ===> tortoisehg-5.3.2_1 depends on package: py27-pygments>=0 - found ===> tortoisehg-5.3.2_1 depends on package: py27-qt5-core>=5.13.1 - found ===> tortoisehg-5.3.2_1 depends on package: py27-qt5-gui>=5.13.1 - found ===> tortoisehg-5.3.2_1 depends on package: py27-qt5-network>=5.13.1 - found ===> tortoisehg-5.3.2_1 depends on package: py27-qt5-qscintilla2>=2.11.4 - found ===> tortoisehg-5.3.2_1 depends on package: py27-qt5-xml>=5.13.1 - found ===> tortoisehg-5.3.2_1 depends on package: py27-setuptools>0 - found ===> tortoisehg-5.3.2_1 depends on file: /usr/local/bin/python2.7 - found SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: stage ------------------------------------------------------------------------------- ===> Staging for tortoisehg-5.3.2_1 ===> tortoisehg-5.3.2_1 depends on executable: hg - found ===> tortoisehg-5.3.2_1 depends on package: py27-iniparse>=0.4 - found ===> tortoisehg-5.3.2_1 depends on package: py27-pygments>=0 - found ===> tortoisehg-5.3.2_1 depends on package: py27-qt5-core>=5.13.1 - found ===> tortoisehg-5.3.2_1 depends on package: py27-qt5-gui>=5.13.1 - found ===> tortoisehg-5.3.2_1 depends on package: py27-qt5-network>=5.13.1 - found ===> tortoisehg-5.3.2_1 depends on package: py27-qt5-qscintilla2>=2.11.4 - found ===> tortoisehg-5.3.2_1 depends on package: py27-qt5-xml>=5.13.1 - found ===> tortoisehg-5.3.2_1 depends on package: py27-setuptools>0 - found ===> tortoisehg-5.3.2_1 depends on file: /usr/local/bin/python2.7 - found ===> Generating temporary packing list running install running build running build_config running build_ui running build_mo running build_py copying tortoisehg/util/__version__.py -> build/lib/tortoisehg/util package init file 'hgext3rd/__init__.py' not found (or not a regular file) running build_scripts running install_lib creating /construction/devel/tortoisehg/stage/usr/local/lib/python2.7 creating /construction/devel/tortoisehg/stage/usr/local/lib/python2.7/site-packages creating /construction/devel/tortoisehg/stage/usr/local/lib/python2.7/site-packages/tortoisehg creating /construction/devel/tortoisehg/stage/usr/local/lib/python2.7/site-packages/tortoisehg/util copying build/lib/tortoisehg/util/config.py -> /construction/devel/tortoisehg/stage/usr/local/lib/python2.7/site-packages/tortoisehg/util copying build/lib/tortoisehg/util/paths.py -> /construction/devel/tortoisehg/stage/usr/local/lib/python2.7/site-packages/tortoisehg/util copying build/lib/tortoisehg/util/version.py -> /construction/devel/tortoisehg/stage/usr/local/lib/python2.7/site-packages/tortoisehg/util copying build/lib/tortoisehg/util/win32ill.py -> /construction/devel/tortoisehg/stage/usr/local/lib/python2.7/site-packages/tortoisehg/util copying build/lib/tortoisehg/util/hglib.py -> /construction/devel/tortoisehg/stage/usr/local/lib/python2.7/site-packages/tortoisehg/util copying build/lib/tortoisehg/util/terminal.py -> /construction/devel/tortoisehg/stage/usr/local/lib/python2.7/site-packages/tortoisehg/util copying build/lib/tortoisehg/util/thgstatus.py -> /construction/devel/tortoisehg/stage/usr/local/lib/python2.7/site-packages/tortoisehg/util copying build/lib/tortoisehg/util/partialcommit.py -> /construction/devel/tortoisehg/stage/usr/local/lib/python2.7/site-packages/tortoisehg/util copying build/lib/tortoisehg/util/__version__.py -> /construction/devel/tortoisehg/stage/usr/local/lib/python2.7/site-packages/tortoisehg/util copying build/lib/tortoisehg/util/editor.py -> /construction/devel/tortoisehg/stage/usr/local/lib/python2.7/site-packages/tortoisehg/util copying build/lib/tortoisehg/util/thread2.py -> /construction/devel/tortoisehg/stage/usr/local/lib/python2.7/site-packages/tortoisehg/util copying build/lib/tortoisehg/util/hgdispatch.py -> /construction/devel/tortoisehg/stage/usr/local/lib/python2.7/site-packages/tortoisehg/util copying build/lib/tortoisehg/util/i18n.py -> /construction/devel/tortoisehg/stage/usr/local/lib/python2.7/site-packages/tortoisehg/util copying build/lib/tortoisehg/util/obsoleteutil.py -> /construction/devel/tortoisehg/stage/usr/local/lib/python2.7/site-packages/tortoisehg/util copying build/lib/tortoisehg/util/shlib.py -> /construction/devel/tortoisehg/stage/usr/local/lib/python2.7/site-packages/tortoisehg/util copying build/lib/tortoisehg/util/hgversion.py -> /construction/devel/tortoisehg/stage/usr/local/lib/python2.7/site-packages/tortoisehg/util copying build/lib/tortoisehg/util/__init__.py -> /construction/devel/tortoisehg/stage/usr/local/lib/python2.7/site-packages/tortoisehg/util copying build/lib/tortoisehg/util/debugthg.py -> /construction/devel/tortoisehg/stage/usr/local/lib/python2.7/site-packages/tortoisehg/util copying build/lib/tortoisehg/util/menuthg.py -> /construction/devel/tortoisehg/stage/usr/local/lib/python2.7/site-packages/tortoisehg/util copying build/lib/tortoisehg/util/configitems.py -> /construction/devel/tortoisehg/stage/usr/local/lib/python2.7/site-packages/tortoisehg/util copying build/lib/tortoisehg/util/colormap.py -> /construction/devel/tortoisehg/stage/usr/local/lib/python2.7/site-packages/tortoisehg/util copying build/lib/tortoisehg/util/cachethg.py -> /construction/devel/tortoisehg/stage/usr/local/lib/python2.7/site-packages/tortoisehg/util copying build/lib/tortoisehg/util/pipeui.py -> /construction/devel/tortoisehg/stage/usr/local/lib/python2.7/site-packages/tortoisehg/util copying build/lib/tortoisehg/util/hgcommands.py -> /construction/devel/tortoisehg/stage/usr/local/lib/python2.7/site-packages/tortoisehg/util copying build/lib/tortoisehg/util/gpg.py -> /construction/devel/tortoisehg/stage/usr/local/lib/python2.7/site-packages/tortoisehg/util copying build/lib/tortoisehg/util/patchctx.py -> /construction/devel/tortoisehg/stage/usr/local/lib/python2.7/site-packages/tortoisehg/util copying build/lib/tortoisehg/util/wconfig.py -> /construction/devel/tortoisehg/stage/usr/local/lib/python2.7/site-packages/tortoisehg/util copying build/lib/tortoisehg/util/bugtraq.py -> /construction/devel/tortoisehg/stage/usr/local/lib/python2.7/site-packages/tortoisehg/util copying build/lib/tortoisehg/__init__.py -> /construction/devel/tortoisehg/stage/usr/local/lib/python2.7/site-packages/tortoisehg creating /construction/devel/tortoisehg/stage/usr/local/lib/python2.7/site-packages/tortoisehg/hgqt copying build/lib/tortoisehg/hgqt/lfprompt.py -> /construction/devel/tortoisehg/stage/usr/local/lib/python2.7/site-packages/tortoisehg/hgqt copying build/lib/tortoisehg/hgqt/merge.py -> /construction/devel/tortoisehg/stage/usr/local/lib/python2.7/site-packages/tortoisehg/hgqt copying build/lib/tortoisehg/hgqt/qtlib.py -> /construction/devel/tortoisehg/stage/usr/local/lib/python2.7/site-packages/tortoisehg/hgqt copying build/lib/tortoisehg/hgqt/hginit.py -> /construction/devel/tortoisehg/stage/usr/local/lib/python2.7/site-packages/tortoisehg/hgqt copying build/lib/tortoisehg/hgqt/lexers.py -> /construction/devel/tortoisehg/stage/usr/local/lib/python2.7/site-packages/tortoisehg/hgqt copying build/lib/tortoisehg/hgqt/wctxcleaner.py -> /construction/devel/tortoisehg/stage/usr/local/lib/python2.7/site-packages/tortoisehg/hgqt copying build/lib/tortoisehg/hgqt/workbench.py -> /construction/devel/tortoisehg/stage/usr/local/lib/python2.7/site-packages/tortoisehg/hgqt copying build/lib/tortoisehg/hgqt/serve_ui.py -> /construction/devel/tortoisehg/stage/usr/local/lib/python2.7/site-packages/tortoisehg/hgqt copying build/lib/tortoisehg/hgqt/thgrepo.py -> /construction/devel/tortoisehg/stage/usr/local/lib/python2.7/site-packages/tortoisehg/hgqt copying build/lib/tortoisehg/hgqt/revdetails.py -> /construction/devel/tortoisehg/stage/usr/local/lib/python2.7/site-packages/tortoisehg/hgqt copying build/lib/tortoisehg/hgqt/cslist.py -> /construction/devel/tortoisehg/stage/usr/local/lib/python2.7/site-packages/tortoisehg/hgqt copying build/lib/tortoisehg/hgqt/repoview.py -> /construction/devel/tortoisehg/stage/usr/local/lib/python2.7/site-packages/tortoisehg/hgqt copying build/lib/tortoisehg/hgqt/csinfo.py -> /construction/devel/tortoisehg/stage/usr/local/lib/python2.7/site-packages/tortoisehg/hgqt copying build/lib/tortoisehg/hgqt/backout.py -> /construction/devel/tortoisehg/stage/usr/local/lib/python2.7/site-packages/tortoisehg/hgqt copying build/lib/tortoisehg/hgqt/grep.py -> /construction/devel/tortoisehg/stage/usr/local/lib/python2.7/site-packages/tortoisehg/hgqt copying build/lib/tortoisehg/hgqt/revset.py -> /construction/devel/tortoisehg/stage/usr/local/lib/python2.7/site-packages/tortoisehg/hgqt copying build/lib/tortoisehg/hgqt/graphopt.py -> /construction/devel/tortoisehg/stage/usr/local/lib/python2.7/site-packages/tortoisehg/hgqt copying build/lib/tortoisehg/hgqt/docklog.py -> /construction/devel/tortoisehg/stage/usr/local/lib/python2.7/site-packages/tortoisehg/hgqt copying build/lib/tortoisehg/hgqt/__init__.py -> /construction/devel/tortoisehg/stage/usr/local/lib/python2.7/site-packages/tortoisehg/hgqt copying build/lib/tortoisehg/hgqt/matching.py -> /construction/devel/tortoisehg/stage/usr/local/lib/python2.7/site-packages/tortoisehg/hgqt copying build/lib/tortoisehg/hgqt/serve.py -> /construction/devel/tortoisehg/stage/usr/local/lib/python2.7/site-packages/tortoisehg/hgqt copying build/lib/tortoisehg/hgqt/cmdui.py -> /construction/devel/tortoisehg/stage/usr/local/lib/python2.7/site-packages/tortoisehg/hgqt copying build/lib/tortoisehg/hgqt/sign.py -> /construction/devel/tortoisehg/stage/usr/local/lib/python2.7/site-packages/tortoisehg/hgqt copying build/lib/tortoisehg/hgqt/qtapp.py -> /construction/devel/tortoisehg/stage/usr/local/lib/python2.7/site-packages/tortoisehg/hgqt copying build/lib/tortoisehg/hgqt/status.py -> /construction/devel/tortoisehg/stage/usr/local/lib/python2.7/site-packages/tortoisehg/hgqt copying build/lib/tortoisehg/hgqt/update.py -> /construction/devel/tortoisehg/stage/usr/local/lib/python2.7/site-packages/tortoisehg/hgqt copying build/lib/tortoisehg/hgqt/fileencoding.py -> /construction/devel/tortoisehg/stage/usr/local/lib/python2.7/site-packages/tortoisehg/hgqt copying build/lib/tortoisehg/hgqt/postreview.py -> /construction/devel/tortoisehg/stage/usr/local/lib/python2.7/site-packages/tortoisehg/hgqt copying build/lib/tortoisehg/hgqt/customtools.py -> /construction/devel/tortoisehg/stage/usr/local/lib/python2.7/site-packages/tortoisehg/hgqt copying build/lib/tortoisehg/hgqt/tag.py -> /construction/devel/tortoisehg/stage/usr/local/lib/python2.7/site-packages/tortoisehg/hgqt copying build/lib/tortoisehg/hgqt/hgemail_ui.py -> /construction/devel/tortoisehg/stage/usr/local/lib/python2.7/site-packages/tortoisehg/hgqt copying build/lib/tortoisehg/hgqt/filectxactions.py -> /construction/devel/tortoisehg/stage/usr/local/lib/python2.7/site-packages/tortoisehg/hgqt copying build/lib/tortoisehg/hgqt/graph.py -> /construction/devel/tortoisehg/stage/usr/local/lib/python2.7/site-packages/tortoisehg/hgqt copying build/lib/tortoisehg/hgqt/qsci.py -> /construction/devel/tortoisehg/stage/usr/local/lib/python2.7/site-packages/tortoisehg/hgqt copying build/lib/tortoisehg/hgqt/prune.py -> /construction/devel/tortoisehg/stage/usr/local/lib/python2.7/site-packages/tortoisehg/hgqt copying build/lib/tortoisehg/hgqt/htmldelegate.py -> /construction/devel/tortoisehg/stage/usr/local/lib/python2.7/site-packages/tortoisehg/hgqt copying build/lib/tortoisehg/hgqt/thgstrip.py -> /construction/devel/tortoisehg/stage/usr/local/lib/python2.7/site-packages/tortoisehg/hgqt copying build/lib/tortoisehg/hgqt/about.py -> /construction/devel/tortoisehg/stage/usr/local/lib/python2.7/site-packages/tortoisehg/hgqt copying build/lib/tortoisehg/hgqt/filelistview.py -> /construction/devel/tortoisehg/stage/usr/local/lib/python2.7/site-packages/tortoisehg/hgqt copying build/lib/tortoisehg/hgqt/qtgui.py -> /construction/devel/tortoisehg/stage/usr/local/lib/python2.7/site-packages/tortoisehg/hgqt copying build/lib/tortoisehg/hgqt/p4pending.py -> /construction/devel/tortoisehg/stage/usr/local/lib/python2.7/site-packages/tortoisehg/hgqt copying build/lib/tortoisehg/hgqt/graft.py -> /construction/devel/tortoisehg/stage/usr/local/lib/python2.7/site-packages/tortoisehg/hgqt copying build/lib/tortoisehg/hgqt/blockmatcher.py -> /construction/devel/tortoisehg/stage/usr/local/lib/python2.7/site-packages/tortoisehg/hgqt copying build/lib/tortoisehg/hgqt/commit.py -> /construction/devel/tortoisehg/stage/usr/local/lib/python2.7/site-packages/tortoisehg/hgqt copying build/lib/tortoisehg/hgqt/messageentry.py -> /construction/devel/tortoisehg/stage/usr/local/lib/python2.7/site-packages/tortoisehg/hgqt copying build/lib/tortoisehg/hgqt/revpanel.py -> /construction/devel/tortoisehg/stage/usr/local/lib/python2.7/site-packages/tortoisehg/hgqt copying build/lib/tortoisehg/hgqt/bugreport.py -> /construction/devel/tortoisehg/stage/usr/local/lib/python2.7/site-packages/tortoisehg/hgqt copying build/lib/tortoisehg/hgqt/resolve.py -> /construction/devel/tortoisehg/stage/usr/local/lib/python2.7/site-packages/tortoisehg/hgqt copying build/lib/tortoisehg/hgqt/repotab.py -> /construction/devel/tortoisehg/stage/usr/local/lib/python2.7/site-packages/tortoisehg/hgqt copying build/lib/tortoisehg/hgqt/hgemail.py -> /construction/devel/tortoisehg/stage/usr/local/lib/python2.7/site-packages/tortoisehg/hgqt copying build/lib/tortoisehg/hgqt/locktool.py -> /construction/devel/tortoisehg/stage/usr/local/lib/python2.7/site-packages/tortoisehg/hgqt copying build/lib/tortoisehg/hgqt/filedialogs.py -> /construction/devel/tortoisehg/stage/usr/local/lib/python2.7/site-packages/tortoisehg/hgqt copying build/lib/tortoisehg/hgqt/clone.py -> /construction/devel/tortoisehg/stage/usr/local/lib/python2.7/site-packages/tortoisehg/hgqt copying build/lib/tortoisehg/hgqt/bookmark.py -> /construction/devel/tortoisehg/stage/usr/local/lib/python2.7/site-packages/tortoisehg/hgqt copying build/lib/tortoisehg/hgqt/infobar.py -> /construction/devel/tortoisehg/stage/usr/local/lib/python2.7/site-packages/tortoisehg/hgqt copying build/lib/tortoisehg/hgqt/quickop.py -> /construction/devel/tortoisehg/stage/usr/local/lib/python2.7/site-packages/tortoisehg/hgqt copying build/lib/tortoisehg/hgqt/postreview_ui.py -> /construction/devel/tortoisehg/stage/usr/local/lib/python2.7/site-packages/tortoisehg/hgqt copying build/lib/tortoisehg/hgqt/htmlui.py -> /construction/devel/tortoisehg/stage/usr/local/lib/python2.7/site-packages/tortoisehg/hgqt copying build/lib/tortoisehg/hgqt/repomodel.py -> /construction/devel/tortoisehg/stage/usr/local/lib/python2.7/site-packages/tortoisehg/hgqt copying build/lib/tortoisehg/hgqt/rename.py -> /construction/devel/tortoisehg/stage/usr/local/lib/python2.7/site-packages/tortoisehg/hgqt copying build/lib/tortoisehg/hgqt/guess.py -> /construction/devel/tortoisehg/stage/usr/local/lib/python2.7/site-packages/tortoisehg/hgqt copying build/lib/tortoisehg/hgqt/compress.py -> /construction/devel/tortoisehg/stage/usr/local/lib/python2.7/site-packages/tortoisehg/hgqt copying build/lib/tortoisehg/hgqt/webconf_ui.py -> /construction/devel/tortoisehg/stage/usr/local/lib/python2.7/site-packages/tortoisehg/hgqt copying build/lib/tortoisehg/hgqt/sync.py -> /construction/devel/tortoisehg/stage/usr/local/lib/python2.7/site-packages/tortoisehg/hgqt copying build/lib/tortoisehg/hgqt/visdiff.py -> /construction/devel/tortoisehg/stage/usr/local/lib/python2.7/site-packages/tortoisehg/hgqt copying build/lib/tortoisehg/hgqt/qscilib.py -> /construction/devel/tortoisehg/stage/usr/local/lib/python2.7/site-packages/tortoisehg/hgqt copying build/lib/tortoisehg/hgqt/thgimport.py -> /construction/devel/tortoisehg/stage/usr/local/lib/python2.7/site-packages/tortoisehg/hgqt copying build/lib/tortoisehg/hgqt/mq.py -> /construction/devel/tortoisehg/stage/usr/local/lib/python2.7/site-packages/tortoisehg/hgqt copying build/lib/tortoisehg/hgqt/shelve.py -> /construction/devel/tortoisehg/stage/usr/local/lib/python2.7/site-packages/tortoisehg/hgqt copying build/lib/tortoisehg/hgqt/run.py -> /construction/devel/tortoisehg/stage/usr/local/lib/python2.7/site-packages/tortoisehg/hgqt copying build/lib/tortoisehg/hgqt/repotreeitem.py -> /construction/devel/tortoisehg/stage/usr/local/lib/python2.7/site-packages/tortoisehg/hgqt copying build/lib/tortoisehg/hgqt/cmdcore.py -> /construction/devel/tortoisehg/stage/usr/local/lib/python2.7/site-packages/tortoisehg/hgqt copying build/lib/tortoisehg/hgqt/settings.py -> /construction/devel/tortoisehg/stage/usr/local/lib/python2.7/site-packages/tortoisehg/hgqt copying build/lib/tortoisehg/hgqt/qfold.py -> /construction/devel/tortoisehg/stage/usr/local/lib/python2.7/site-packages/tortoisehg/hgqt copying build/lib/tortoisehg/hgqt/revert.py -> /construction/devel/tortoisehg/stage/usr/local/lib/python2.7/site-packages/tortoisehg/hgqt copying build/lib/tortoisehg/hgqt/hgrcutil.py -> /construction/devel/tortoisehg/stage/usr/local/lib/python2.7/site-packages/tortoisehg/hgqt copying build/lib/tortoisehg/hgqt/qtcore.py -> /construction/devel/tortoisehg/stage/usr/local/lib/python2.7/site-packages/tortoisehg/hgqt copying build/lib/tortoisehg/hgqt/fileview.py -> /construction/devel/tortoisehg/stage/usr/local/lib/python2.7/site-packages/tortoisehg/hgqt copying build/lib/tortoisehg/hgqt/branchop.py -> /construction/devel/tortoisehg/stage/usr/local/lib/python2.7/site-packages/tortoisehg/hgqt copying build/lib/tortoisehg/hgqt/rebase.py -> /construction/devel/tortoisehg/stage/usr/local/lib/python2.7/site-packages/tortoisehg/hgqt copying build/lib/tortoisehg/hgqt/hgignore.py -> /construction/devel/tortoisehg/stage/usr/local/lib/python2.7/site-packages/tortoisehg/hgqt copying build/lib/tortoisehg/hgqt/webconf.py -> /construction/devel/tortoisehg/stage/usr/local/lib/python2.7/site-packages/tortoisehg/hgqt copying build/lib/tortoisehg/hgqt/bisect.py -> /construction/devel/tortoisehg/stage/usr/local/lib/python2.7/site-packages/tortoisehg/hgqt copying build/lib/tortoisehg/hgqt/rejects.py -> /construction/devel/tortoisehg/stage/usr/local/lib/python2.7/site-packages/tortoisehg/hgqt copying build/lib/tortoisehg/hgqt/filedata.py -> /construction/devel/tortoisehg/stage/usr/local/lib/python2.7/site-packages/tortoisehg/hgqt copying build/lib/tortoisehg/hgqt/repotreemodel.py -> /construction/devel/tortoisehg/stage/usr/local/lib/python2.7/site-packages/tortoisehg/hgqt copying build/lib/tortoisehg/hgqt/topics.py -> /construction/devel/tortoisehg/stage/usr/local/lib/python2.7/site-packages/tortoisehg/hgqt copying build/lib/tortoisehg/hgqt/purge.py -> /construction/devel/tortoisehg/stage/usr/local/lib/python2.7/site-packages/tortoisehg/hgqt copying build/lib/tortoisehg/hgqt/reporegistry.py -> /construction/devel/tortoisehg/stage/usr/local/lib/python2.7/site-packages/tortoisehg/hgqt copying build/lib/tortoisehg/hgqt/hgconfig.py -> /construction/devel/tortoisehg/stage/usr/local/lib/python2.7/site-packages/tortoisehg/hgqt copying build/lib/tortoisehg/hgqt/qdelete.py -> /construction/devel/tortoisehg/stage/usr/local/lib/python2.7/site-packages/tortoisehg/hgqt copying build/lib/tortoisehg/hgqt/repofilter.py -> /construction/devel/tortoisehg/stage/usr/local/lib/python2.7/site-packages/tortoisehg/hgqt copying build/lib/tortoisehg/hgqt/shellconf.py -> /construction/devel/tortoisehg/stage/usr/local/lib/python2.7/site-packages/tortoisehg/hgqt copying build/lib/tortoisehg/hgqt/phabreview.py -> /construction/devel/tortoisehg/stage/usr/local/lib/python2.7/site-packages/tortoisehg/hgqt copying build/lib/tortoisehg/hgqt/archive.py -> /construction/devel/tortoisehg/stage/usr/local/lib/python2.7/site-packages/tortoisehg/hgqt copying build/lib/tortoisehg/hgqt/chunks.py -> /construction/devel/tortoisehg/stage/usr/local/lib/python2.7/site-packages/tortoisehg/hgqt copying build/lib/tortoisehg/hgqt/qtnetwork.py -> /construction/devel/tortoisehg/stage/usr/local/lib/python2.7/site-packages/tortoisehg/hgqt copying build/lib/tortoisehg/hgqt/repowidget.py -> /construction/devel/tortoisehg/stage/usr/local/lib/python2.7/site-packages/tortoisehg/hgqt copying build/lib/tortoisehg/hgqt/manifestmodel.py -> /construction/devel/tortoisehg/stage/usr/local/lib/python2.7/site-packages/tortoisehg/hgqt copying build/lib/tortoisehg/hgqt/phabreview_ui.py -> /construction/devel/tortoisehg/stage/usr/local/lib/python2.7/site-packages/tortoisehg/hgqt creating /construction/devel/tortoisehg/stage/usr/local/lib/python2.7/site-packages/hgext3rd copying build/lib/hgext3rd/thg.py -> /construction/devel/tortoisehg/stage/usr/local/lib/python2.7/site-packages/hgext3rd byte-compiling /construction/devel/tortoisehg/stage/usr/local/lib/python2.7/site-packages/tortoisehg/util/config.py to config.pyc byte-compiling /construction/devel/tortoisehg/stage/usr/local/lib/python2.7/site-packages/tortoisehg/util/paths.py to paths.pyc byte-compiling /construction/devel/tortoisehg/stage/usr/local/lib/python2.7/site-packages/tortoisehg/util/version.py to version.pyc byte-compiling /construction/devel/tortoisehg/stage/usr/local/lib/python2.7/site-packages/tortoisehg/util/win32ill.py to win32ill.pyc byte-compiling /construction/devel/tortoisehg/stage/usr/local/lib/python2.7/site-packages/tortoisehg/util/hglib.py to hglib.pyc byte-compiling /construction/devel/tortoisehg/stage/usr/local/lib/python2.7/site-packages/tortoisehg/util/terminal.py to terminal.pyc byte-compiling /construction/devel/tortoisehg/stage/usr/local/lib/python2.7/site-packages/tortoisehg/util/thgstatus.py to thgstatus.pyc byte-compiling /construction/devel/tortoisehg/stage/usr/local/lib/python2.7/site-packages/tortoisehg/util/partialcommit.py to partialcommit.pyc byte-compiling /construction/devel/tortoisehg/stage/usr/local/lib/python2.7/site-packages/tortoisehg/util/__version__.py to __version__.pyc byte-compiling /construction/devel/tortoisehg/stage/usr/local/lib/python2.7/site-packages/tortoisehg/util/editor.py to editor.pyc byte-compiling /construction/devel/tortoisehg/stage/usr/local/lib/python2.7/site-packages/tortoisehg/util/thread2.py to thread2.pyc byte-compiling /construction/devel/tortoisehg/stage/usr/local/lib/python2.7/site-packages/tortoisehg/util/hgdispatch.py to hgdispatch.pyc byte-compiling /construction/devel/tortoisehg/stage/usr/local/lib/python2.7/site-packages/tortoisehg/util/i18n.py to i18n.pyc byte-compiling /construction/devel/tortoisehg/stage/usr/local/lib/python2.7/site-packages/tortoisehg/util/obsoleteutil.py to obsoleteutil.pyc byte-compiling /construction/devel/tortoisehg/stage/usr/local/lib/python2.7/site-packages/tortoisehg/util/shlib.py to shlib.pyc byte-compiling /construction/devel/tortoisehg/stage/usr/local/lib/python2.7/site-packages/tortoisehg/util/hgversion.py to hgversion.pyc byte-compiling /construction/devel/tortoisehg/stage/usr/local/lib/python2.7/site-packages/tortoisehg/util/__init__.py to __init__.pyc byte-compiling /construction/devel/tortoisehg/stage/usr/local/lib/python2.7/site-packages/tortoisehg/util/debugthg.py to debugthg.pyc byte-compiling /construction/devel/tortoisehg/stage/usr/local/lib/python2.7/site-packages/tortoisehg/util/menuthg.py to menuthg.pyc byte-compiling /construction/devel/tortoisehg/stage/usr/local/lib/python2.7/site-packages/tortoisehg/util/configitems.py to configitems.pyc byte-compiling /construction/devel/tortoisehg/stage/usr/local/lib/python2.7/site-packages/tortoisehg/util/colormap.py to colormap.pyc byte-compiling /construction/devel/tortoisehg/stage/usr/local/lib/python2.7/site-packages/tortoisehg/util/cachethg.py to cachethg.pyc byte-compiling /construction/devel/tortoisehg/stage/usr/local/lib/python2.7/site-packages/tortoisehg/util/pipeui.py to pipeui.pyc byte-compiling /construction/devel/tortoisehg/stage/usr/local/lib/python2.7/site-packages/tortoisehg/util/hgcommands.py to hgcommands.pyc byte-compiling /construction/devel/tortoisehg/stage/usr/local/lib/python2.7/site-packages/tortoisehg/util/gpg.py to gpg.pyc byte-compiling /construction/devel/tortoisehg/stage/usr/local/lib/python2.7/site-packages/tortoisehg/util/patchctx.py to patchctx.pyc byte-compiling /construction/devel/tortoisehg/stage/usr/local/lib/python2.7/site-packages/tortoisehg/util/wconfig.py to wconfig.pyc byte-compiling /construction/devel/tortoisehg/stage/usr/local/lib/python2.7/site-packages/tortoisehg/util/bugtraq.py to bugtraq.pyc byte-compiling /construction/devel/tortoisehg/stage/usr/local/lib/python2.7/site-packages/tortoisehg/__init__.py to __init__.pyc byte-compiling /construction/devel/tortoisehg/stage/usr/local/lib/python2.7/site-packages/tortoisehg/hgqt/lfprompt.py to lfprompt.pyc byte-compiling /construction/devel/tortoisehg/stage/usr/local/lib/python2.7/site-packages/tortoisehg/hgqt/merge.py to merge.pyc byte-compiling /construction/devel/tortoisehg/stage/usr/local/lib/python2.7/site-packages/tortoisehg/hgqt/qtlib.py to qtlib.pyc byte-compiling /construction/devel/tortoisehg/stage/usr/local/lib/python2.7/site-packages/tortoisehg/hgqt/hginit.py to hginit.pyc byte-compiling /construction/devel/tortoisehg/stage/usr/local/lib/python2.7/site-packages/tortoisehg/hgqt/lexers.py to lexers.pyc byte-compiling /construction/devel/tortoisehg/stage/usr/local/lib/python2.7/site-packages/tortoisehg/hgqt/wctxcleaner.py to wctxcleaner.pyc byte-compiling /construction/devel/tortoisehg/stage/usr/local/lib/python2.7/site-packages/tortoisehg/hgqt/workbench.py to workbench.pyc byte-compiling /construction/devel/tortoisehg/stage/usr/local/lib/python2.7/site-packages/tortoisehg/hgqt/serve_ui.py to serve_ui.pyc byte-compiling /construction/devel/tortoisehg/stage/usr/local/lib/python2.7/site-packages/tortoisehg/hgqt/thgrepo.py to thgrepo.pyc byte-compiling /construction/devel/tortoisehg/stage/usr/local/lib/python2.7/site-packages/tortoisehg/hgqt/revdetails.py to revdetails.pyc byte-compiling /construction/devel/tortoisehg/stage/usr/local/lib/python2.7/site-packages/tortoisehg/hgqt/cslist.py to cslist.pyc byte-compiling /construction/devel/tortoisehg/stage/usr/local/lib/python2.7/site-packages/tortoisehg/hgqt/repoview.py to repoview.pyc byte-compiling /construction/devel/tortoisehg/stage/usr/local/lib/python2.7/site-packages/tortoisehg/hgqt/csinfo.py to csinfo.pyc byte-compiling /construction/devel/tortoisehg/stage/usr/local/lib/python2.7/site-packages/tortoisehg/hgqt/backout.py to backout.pyc byte-compiling /construction/devel/tortoisehg/stage/usr/local/lib/python2.7/site-packages/tortoisehg/hgqt/grep.py to grep.pyc byte-compiling /construction/devel/tortoisehg/stage/usr/local/lib/python2.7/site-packages/tortoisehg/hgqt/revset.py to revset.pyc byte-compiling /construction/devel/tortoisehg/stage/usr/local/lib/python2.7/site-packages/tortoisehg/hgqt/graphopt.py to graphopt.pyc byte-compiling /construction/devel/tortoisehg/stage/usr/local/lib/python2.7/site-packages/tortoisehg/hgqt/docklog.py to docklog.pyc byte-compiling /construction/devel/tortoisehg/stage/usr/local/lib/python2.7/site-packages/tortoisehg/hgqt/__init__.py to __init__.pyc byte-compiling /construction/devel/tortoisehg/stage/usr/local/lib/python2.7/site-packages/tortoisehg/hgqt/matching.py to matching.pyc byte-compiling /construction/devel/tortoisehg/stage/usr/local/lib/python2.7/site-packages/tortoisehg/hgqt/serve.py to serve.pyc byte-compiling /construction/devel/tortoisehg/stage/usr/local/lib/python2.7/site-packages/tortoisehg/hgqt/cmdui.py to cmdui.pyc byte-compiling /construction/devel/tortoisehg/stage/usr/local/lib/python2.7/site-packages/tortoisehg/hgqt/sign.py to sign.pyc byte-compiling /construction/devel/tortoisehg/stage/usr/local/lib/python2.7/site-packages/tortoisehg/hgqt/qtapp.py to qtapp.pyc byte-compiling /construction/devel/tortoisehg/stage/usr/local/lib/python2.7/site-packages/tortoisehg/hgqt/status.py to status.pyc byte-compiling /construction/devel/tortoisehg/stage/usr/local/lib/python2.7/site-packages/tortoisehg/hgqt/update.py to update.pyc byte-compiling /construction/devel/tortoisehg/stage/usr/local/lib/python2.7/site-packages/tortoisehg/hgqt/fileencoding.py to fileencoding.pyc byte-compiling /construction/devel/tortoisehg/stage/usr/local/lib/python2.7/site-packages/tortoisehg/hgqt/postreview.py to postreview.pyc byte-compiling /construction/devel/tortoisehg/stage/usr/local/lib/python2.7/site-packages/tortoisehg/hgqt/customtools.py to customtools.pyc byte-compiling /construction/devel/tortoisehg/stage/usr/local/lib/python2.7/site-packages/tortoisehg/hgqt/tag.py to tag.pyc byte-compiling /construction/devel/tortoisehg/stage/usr/local/lib/python2.7/site-packages/tortoisehg/hgqt/hgemail_ui.py to hgemail_ui.pyc byte-compiling /construction/devel/tortoisehg/stage/usr/local/lib/python2.7/site-packages/tortoisehg/hgqt/filectxactions.py to filectxactions.pyc byte-compiling /construction/devel/tortoisehg/stage/usr/local/lib/python2.7/site-packages/tortoisehg/hgqt/graph.py to graph.pyc byte-compiling /construction/devel/tortoisehg/stage/usr/local/lib/python2.7/site-packages/tortoisehg/hgqt/qsci.py to qsci.pyc byte-compiling /construction/devel/tortoisehg/stage/usr/local/lib/python2.7/site-packages/tortoisehg/hgqt/prune.py to prune.pyc byte-compiling /construction/devel/tortoisehg/stage/usr/local/lib/python2.7/site-packages/tortoisehg/hgqt/htmldelegate.py to htmldelegate.pyc byte-compiling /construction/devel/tortoisehg/stage/usr/local/lib/python2.7/site-packages/tortoisehg/hgqt/thgstrip.py to thgstrip.pyc byte-compiling /construction/devel/tortoisehg/stage/usr/local/lib/python2.7/site-packages/tortoisehg/hgqt/about.py to about.pyc byte-compiling /construction/devel/tortoisehg/stage/usr/local/lib/python2.7/site-packages/tortoisehg/hgqt/filelistview.py to filelistview.pyc byte-compiling /construction/devel/tortoisehg/stage/usr/local/lib/python2.7/site-packages/tortoisehg/hgqt/qtgui.py to qtgui.pyc byte-compiling /construction/devel/tortoisehg/stage/usr/local/lib/python2.7/site-packages/tortoisehg/hgqt/p4pending.py to p4pending.pyc byte-compiling /construction/devel/tortoisehg/stage/usr/local/lib/python2.7/site-packages/tortoisehg/hgqt/graft.py to graft.pyc byte-compiling /construction/devel/tortoisehg/stage/usr/local/lib/python2.7/site-packages/tortoisehg/hgqt/blockmatcher.py to blockmatcher.pyc byte-compiling /construction/devel/tortoisehg/stage/usr/local/lib/python2.7/site-packages/tortoisehg/hgqt/commit.py to commit.pyc byte-compiling /construction/devel/tortoisehg/stage/usr/local/lib/python2.7/site-packages/tortoisehg/hgqt/messageentry.py to messageentry.pyc byte-compiling /construction/devel/tortoisehg/stage/usr/local/lib/python2.7/site-packages/tortoisehg/hgqt/revpanel.py to revpanel.pyc byte-compiling /construction/devel/tortoisehg/stage/usr/local/lib/python2.7/site-packages/tortoisehg/hgqt/bugreport.py to bugreport.pyc byte-compiling /construction/devel/tortoisehg/stage/usr/local/lib/python2.7/site-packages/tortoisehg/hgqt/resolve.py to resolve.pyc byte-compiling /construction/devel/tortoisehg/stage/usr/local/lib/python2.7/site-packages/tortoisehg/hgqt/repotab.py to repotab.pyc byte-compiling /construction/devel/tortoisehg/stage/usr/local/lib/python2.7/site-packages/tortoisehg/hgqt/hgemail.py to hgemail.pyc byte-compiling /construction/devel/tortoisehg/stage/usr/local/lib/python2.7/site-packages/tortoisehg/hgqt/locktool.py to locktool.pyc byte-compiling /construction/devel/tortoisehg/stage/usr/local/lib/python2.7/site-packages/tortoisehg/hgqt/filedialogs.py to filedialogs.pyc byte-compiling /construction/devel/tortoisehg/stage/usr/local/lib/python2.7/site-packages/tortoisehg/hgqt/clone.py to clone.pyc byte-compiling /construction/devel/tortoisehg/stage/usr/local/lib/python2.7/site-packages/tortoisehg/hgqt/bookmark.py to bookmark.pyc byte-compiling /construction/devel/tortoisehg/stage/usr/local/lib/python2.7/site-packages/tortoisehg/hgqt/infobar.py to infobar.pyc byte-compiling /construction/devel/tortoisehg/stage/usr/local/lib/python2.7/site-packages/tortoisehg/hgqt/quickop.py to quickop.pyc byte-compiling /construction/devel/tortoisehg/stage/usr/local/lib/python2.7/site-packages/tortoisehg/hgqt/postreview_ui.py to postreview_ui.pyc byte-compiling /construction/devel/tortoisehg/stage/usr/local/lib/python2.7/site-packages/tortoisehg/hgqt/htmlui.py to htmlui.pyc byte-compiling /construction/devel/tortoisehg/stage/usr/local/lib/python2.7/site-packages/tortoisehg/hgqt/repomodel.py to repomodel.pyc byte-compiling /construction/devel/tortoisehg/stage/usr/local/lib/python2.7/site-packages/tortoisehg/hgqt/rename.py to rename.pyc byte-compiling /construction/devel/tortoisehg/stage/usr/local/lib/python2.7/site-packages/tortoisehg/hgqt/guess.py to guess.pyc byte-compiling /construction/devel/tortoisehg/stage/usr/local/lib/python2.7/site-packages/tortoisehg/hgqt/compress.py to compress.pyc byte-compiling /construction/devel/tortoisehg/stage/usr/local/lib/python2.7/site-packages/tortoisehg/hgqt/webconf_ui.py to webconf_ui.pyc byte-compiling /construction/devel/tortoisehg/stage/usr/local/lib/python2.7/site-packages/tortoisehg/hgqt/sync.py to sync.pyc byte-compiling /construction/devel/tortoisehg/stage/usr/local/lib/python2.7/site-packages/tortoisehg/hgqt/visdiff.py to visdiff.pyc byte-compiling /construction/devel/tortoisehg/stage/usr/local/lib/python2.7/site-packages/tortoisehg/hgqt/qscilib.py to qscilib.pyc byte-compiling /construction/devel/tortoisehg/stage/usr/local/lib/python2.7/site-packages/tortoisehg/hgqt/thgimport.py to thgimport.pyc byte-compiling /construction/devel/tortoisehg/stage/usr/local/lib/python2.7/site-packages/tortoisehg/hgqt/mq.py to mq.pyc byte-compiling /construction/devel/tortoisehg/stage/usr/local/lib/python2.7/site-packages/tortoisehg/hgqt/shelve.py to shelve.pyc byte-compiling /construction/devel/tortoisehg/stage/usr/local/lib/python2.7/site-packages/tortoisehg/hgqt/run.py to run.pyc byte-compiling /construction/devel/tortoisehg/stage/usr/local/lib/python2.7/site-packages/tortoisehg/hgqt/repotreeitem.py to repotreeitem.pyc byte-compiling /construction/devel/tortoisehg/stage/usr/local/lib/python2.7/site-packages/tortoisehg/hgqt/cmdcore.py to cmdcore.pyc byte-compiling /construction/devel/tortoisehg/stage/usr/local/lib/python2.7/site-packages/tortoisehg/hgqt/settings.py to settings.pyc byte-compiling /construction/devel/tortoisehg/stage/usr/local/lib/python2.7/site-packages/tortoisehg/hgqt/qfold.py to qfold.pyc byte-compiling /construction/devel/tortoisehg/stage/usr/local/lib/python2.7/site-packages/tortoisehg/hgqt/revert.py to revert.pyc byte-compiling /construction/devel/tortoisehg/stage/usr/local/lib/python2.7/site-packages/tortoisehg/hgqt/hgrcutil.py to hgrcutil.pyc byte-compiling /construction/devel/tortoisehg/stage/usr/local/lib/python2.7/site-packages/tortoisehg/hgqt/qtcore.py to qtcore.pyc byte-compiling /construction/devel/tortoisehg/stage/usr/local/lib/python2.7/site-packages/tortoisehg/hgqt/fileview.py to fileview.pyc byte-compiling /construction/devel/tortoisehg/stage/usr/local/lib/python2.7/site-packages/tortoisehg/hgqt/branchop.py to branchop.pyc byte-compiling /construction/devel/tortoisehg/stage/usr/local/lib/python2.7/site-packages/tortoisehg/hgqt/rebase.py to rebase.pyc byte-compiling /construction/devel/tortoisehg/stage/usr/local/lib/python2.7/site-packages/tortoisehg/hgqt/hgignore.py to hgignore.pyc byte-compiling /construction/devel/tortoisehg/stage/usr/local/lib/python2.7/site-packages/tortoisehg/hgqt/webconf.py to webconf.pyc byte-compiling /construction/devel/tortoisehg/stage/usr/local/lib/python2.7/site-packages/tortoisehg/hgqt/bisect.py to bisect.pyc byte-compiling /construction/devel/tortoisehg/stage/usr/local/lib/python2.7/site-packages/tortoisehg/hgqt/rejects.py to rejects.pyc byte-compiling /construction/devel/tortoisehg/stage/usr/local/lib/python2.7/site-packages/tortoisehg/hgqt/filedata.py to filedata.pyc byte-compiling /construction/devel/tortoisehg/stage/usr/local/lib/python2.7/site-packages/tortoisehg/hgqt/repotreemodel.py to repotreemodel.pyc byte-compiling /construction/devel/tortoisehg/stage/usr/local/lib/python2.7/site-packages/tortoisehg/hgqt/topics.py to topics.pyc byte-compiling /construction/devel/tortoisehg/stage/usr/local/lib/python2.7/site-packages/tortoisehg/hgqt/purge.py to purge.pyc byte-compiling /construction/devel/tortoisehg/stage/usr/local/lib/python2.7/site-packages/tortoisehg/hgqt/reporegistry.py to reporegistry.pyc byte-compiling /construction/devel/tortoisehg/stage/usr/local/lib/python2.7/site-packages/tortoisehg/hgqt/hgconfig.py to hgconfig.pyc byte-compiling /construction/devel/tortoisehg/stage/usr/local/lib/python2.7/site-packages/tortoisehg/hgqt/qdelete.py to qdelete.pyc byte-compiling /construction/devel/tortoisehg/stage/usr/local/lib/python2.7/site-packages/tortoisehg/hgqt/repofilter.py to repofilter.pyc byte-compiling /construction/devel/tortoisehg/stage/usr/local/lib/python2.7/site-packages/tortoisehg/hgqt/shellconf.py to shellconf.pyc byte-compiling /construction/devel/tortoisehg/stage/usr/local/lib/python2.7/site-packages/tortoisehg/hgqt/phabreview.py to phabreview.pyc byte-compiling /construction/devel/tortoisehg/stage/usr/local/lib/python2.7/site-packages/tortoisehg/hgqt/archive.py to archive.pyc byte-compiling /construction/devel/tortoisehg/stage/usr/local/lib/python2.7/site-packages/tortoisehg/hgqt/chunks.py to chunks.pyc byte-compiling /construction/devel/tortoisehg/stage/usr/local/lib/python2.7/site-packages/tortoisehg/hgqt/qtnetwork.py to qtnetwork.pyc byte-compiling /construction/devel/tortoisehg/stage/usr/local/lib/python2.7/site-packages/tortoisehg/hgqt/repowidget.py to repowidget.pyc byte-compiling /construction/devel/tortoisehg/stage/usr/local/lib/python2.7/site-packages/tortoisehg/hgqt/manifestmodel.py to manifestmodel.pyc byte-compiling /construction/devel/tortoisehg/stage/usr/local/lib/python2.7/site-packages/tortoisehg/hgqt/phabreview_ui.py to phabreview_ui.pyc byte-compiling /construction/devel/tortoisehg/stage/usr/local/lib/python2.7/site-packages/hgext3rd/thg.py to thg.pyc writing byte-compilation script '/tmp/tmpWILxD5.py' /usr/local/bin/python2.7 -O /tmp/tmpWILxD5.py removing /tmp/tmpWILxD5.py running install_data creating /construction/devel/tortoisehg/stage/usr/local/share/pixmaps/tortoisehg creating /construction/devel/tortoisehg/stage/usr/local/share/pixmaps/tortoisehg/icons copying icons/thg_logo.ico -> /construction/devel/tortoisehg/stage/usr/local/share/pixmaps/tortoisehg/icons copying icons/TortoiseMerge.ico -> /construction/devel/tortoisehg/stage/usr/local/share/pixmaps/tortoisehg/icons copying icons/menurevert.ico -> /construction/devel/tortoisehg/stage/usr/local/share/pixmaps/tortoisehg/icons copying icons/menucreaterepos.ico -> /construction/devel/tortoisehg/stage/usr/local/share/pixmaps/tortoisehg/icons copying icons/menudelete.ico -> /construction/devel/tortoisehg/stage/usr/local/share/pixmaps/tortoisehg/icons copying icons/menusynch.ico -> /construction/devel/tortoisehg/stage/usr/local/share/pixmaps/tortoisehg/icons copying icons/hgB.ico -> /construction/devel/tortoisehg/stage/usr/local/share/pixmaps/tortoisehg/icons copying icons/detect_rename.ico -> /construction/devel/tortoisehg/stage/usr/local/share/pixmaps/tortoisehg/icons copying icons/menucommit.ico -> /construction/devel/tortoisehg/stage/usr/local/share/pixmaps/tortoisehg/icons copying icons/refresh_overlays.ico -> /construction/devel/tortoisehg/stage/usr/local/share/pixmaps/tortoisehg/icons copying icons/proxy.ico -> /construction/devel/tortoisehg/stage/usr/local/share/pixmaps/tortoisehg/icons copying icons/menuabout.ico -> /construction/devel/tortoisehg/stage/usr/local/share/pixmaps/tortoisehg/icons copying icons/menurepobrowse.ico -> /construction/devel/tortoisehg/stage/usr/local/share/pixmaps/tortoisehg/icons copying icons/expander-open.png -> /construction/devel/tortoisehg/stage/usr/local/share/pixmaps/tortoisehg/icons copying icons/ignore.ico -> /construction/devel/tortoisehg/stage/usr/local/share/pixmaps/tortoisehg/icons copying icons/menucheckout.ico -> /construction/devel/tortoisehg/stage/usr/local/share/pixmaps/tortoisehg/icons copying icons/menushowchanged.ico -> /construction/devel/tortoisehg/stage/usr/local/share/pixmaps/tortoisehg/icons copying icons/thg_logo_92x50.png -> /construction/devel/tortoisehg/stage/usr/local/share/pixmaps/tortoisehg/icons copying icons/shelve.ico -> /construction/devel/tortoisehg/stage/usr/local/share/pixmaps/tortoisehg/icons copying icons/menulog.ico -> /construction/devel/tortoisehg/stage/usr/local/share/pixmaps/tortoisehg/icons copying icons/README.txt -> /construction/devel/tortoisehg/stage/usr/local/share/pixmaps/tortoisehg/icons copying icons/menuadd.ico -> /construction/devel/tortoisehg/stage/usr/local/share/pixmaps/tortoisehg/icons copying icons/hg.ico -> /construction/devel/tortoisehg/stage/usr/local/share/pixmaps/tortoisehg/icons copying icons/menublame.ico -> /construction/devel/tortoisehg/stage/usr/local/share/pixmaps/tortoisehg/icons copying icons/settings_user.ico -> /construction/devel/tortoisehg/stage/usr/local/share/pixmaps/tortoisehg/icons copying icons/expander-close.png -> /construction/devel/tortoisehg/stage/usr/local/share/pixmaps/tortoisehg/icons copying icons/menuclone.ico -> /construction/devel/tortoisehg/stage/usr/local/share/pixmaps/tortoisehg/icons copying icons/settings_repo.ico -> /construction/devel/tortoisehg/stage/usr/local/share/pixmaps/tortoisehg/icons copying icons/general.ico -> /construction/devel/tortoisehg/stage/usr/local/share/pixmaps/tortoisehg/icons creating /construction/devel/tortoisehg/stage/usr/local/share/pixmaps/tortoisehg/icons/scalable creating /construction/devel/tortoisehg/stage/usr/local/share/pixmaps/tortoisehg/icons/scalable/actions copying icons/scalable/actions/view-filter.svg -> /construction/devel/tortoisehg/stage/usr/local/share/pixmaps/tortoisehg/icons/scalable/actions copying icons/scalable/actions/document-new.svg -> /construction/devel/tortoisehg/stage/usr/local/share/pixmaps/tortoisehg/icons/scalable/actions copying icons/scalable/actions/visualdiff.svg -> /construction/devel/tortoisehg/stage/usr/local/share/pixmaps/tortoisehg/icons/scalable/actions copying icons/scalable/actions/hg-recover.svg -> /construction/devel/tortoisehg/stage/usr/local/share/pixmaps/tortoisehg/icons/scalable/actions copying icons/scalable/actions/thg-shelve-move-right-all.svg -> /construction/devel/tortoisehg/stage/usr/local/share/pixmaps/tortoisehg/icons/scalable/actions copying icons/scalable/actions/hg-bookmarks.svg -> /construction/devel/tortoisehg/stage/usr/local/share/pixmaps/tortoisehg/icons/scalable/actions copying icons/scalable/actions/go-to-rev.svg -> /construction/devel/tortoisehg/stage/usr/local/share/pixmaps/tortoisehg/icons/scalable/actions copying icons/scalable/actions/hg-qpush-all.svg -> /construction/devel/tortoisehg/stage/usr/local/share/pixmaps/tortoisehg/icons/scalable/actions copying icons/scalable/actions/view-diff.svg -> /construction/devel/tortoisehg/stage/usr/local/share/pixmaps/tortoisehg/icons/scalable/actions copying icons/scalable/actions/edit-find.svg -> /construction/devel/tortoisehg/stage/usr/local/share/pixmaps/tortoisehg/icons/scalable/actions copying icons/scalable/actions/thg-shelve-delete-right.svg -> /construction/devel/tortoisehg/stage/usr/local/share/pixmaps/tortoisehg/icons/scalable/actions copying icons/scalable/actions/go-previous.svg -> /construction/devel/tortoisehg/stage/usr/local/share/pixmaps/tortoisehg/icons/scalable/actions copying icons/scalable/actions/thg-add-subrepo.svg -> /construction/devel/tortoisehg/stage/usr/local/share/pixmaps/tortoisehg/icons/scalable/actions copying icons/scalable/actions/thg-console.svg -> /construction/devel/tortoisehg/stage/usr/local/share/pixmaps/tortoisehg/icons/scalable/actions copying icons/scalable/actions/thg-repository-open.svg -> /construction/devel/tortoisehg/stage/usr/local/share/pixmaps/tortoisehg/icons/scalable/actions copying icons/scalable/actions/thg-shelve-move-right-chunks.svg -> /construction/devel/tortoisehg/stage/usr/local/share/pixmaps/tortoisehg/icons/scalable/actions copying icons/scalable/actions/hg-status.svg -> /construction/devel/tortoisehg/stage/usr/local/share/pixmaps/tortoisehg/icons/scalable/actions copying icons/scalable/actions/hg-qpush.svg -> /construction/devel/tortoisehg/stage/usr/local/share/pixmaps/tortoisehg/icons/scalable/actions copying icons/scalable/actions/hg-undo.svg -> /construction/devel/tortoisehg/stage/usr/local/share/pixmaps/tortoisehg/icons/scalable/actions copying icons/scalable/actions/thg-shelve-move-left-file.svg -> /construction/devel/tortoisehg/stage/usr/local/share/pixmaps/tortoisehg/icons/scalable/actions copying icons/scalable/actions/view-file.svg -> /construction/devel/tortoisehg/stage/usr/local/share/pixmaps/tortoisehg/icons/scalable/actions copying icons/scalable/actions/status-check.svg -> /construction/devel/tortoisehg/stage/usr/local/share/pixmaps/tortoisehg/icons/scalable/actions copying icons/scalable/actions/hg-outgoing.svg -> /construction/devel/tortoisehg/stage/usr/local/share/pixmaps/tortoisehg/icons/scalable/actions copying icons/scalable/actions/hg-tag.svg -> /construction/devel/tortoisehg/stage/usr/local/share/pixmaps/tortoisehg/icons/scalable/actions copying icons/scalable/actions/view-hidden.svg -> /construction/devel/tortoisehg/stage/usr/local/share/pixmaps/tortoisehg/icons/scalable/actions copying icons/scalable/actions/view-annotate.svg -> /construction/devel/tortoisehg/stage/usr/local/share/pixmaps/tortoisehg/icons/scalable/actions copying icons/scalable/actions/thg-reporegistry.svg -> /construction/devel/tortoisehg/stage/usr/local/share/pixmaps/tortoisehg/icons/scalable/actions copying icons/scalable/actions/hg-unbundle.svg -> /construction/devel/tortoisehg/stage/usr/local/share/pixmaps/tortoisehg/icons/scalable/actions copying icons/scalable/actions/thg-guess.svg -> /construction/devel/tortoisehg/stage/usr/local/share/pixmaps/tortoisehg/icons/scalable/actions copying icons/scalable/actions/hg-qfold.svg -> /construction/devel/tortoisehg/stage/usr/local/share/pixmaps/tortoisehg/icons/scalable/actions copying icons/scalable/actions/edit-file.svg -> /construction/devel/tortoisehg/stage/usr/local/share/pixmaps/tortoisehg/icons/scalable/actions copying icons/scalable/actions/thg-shelve-delete-left.svg -> /construction/devel/tortoisehg/stage/usr/local/share/pixmaps/tortoisehg/icons/scalable/actions copying icons/scalable/actions/qimport.svg -> /construction/devel/tortoisehg/stage/usr/local/share/pixmaps/tortoisehg/icons/scalable/actions copying icons/scalable/actions/edit-copy.svg -> /construction/devel/tortoisehg/stage/usr/local/share/pixmaps/tortoisehg/icons/scalable/actions copying icons/scalable/actions/go-home.svg -> /construction/devel/tortoisehg/stage/usr/local/share/pixmaps/tortoisehg/icons/scalable/actions copying icons/scalable/actions/thg-qreorder.svg -> /construction/devel/tortoisehg/stage/usr/local/share/pixmaps/tortoisehg/icons/scalable/actions copying icons/scalable/actions/thg-ignore.svg -> /construction/devel/tortoisehg/stage/usr/local/share/pixmaps/tortoisehg/icons/scalable/actions copying icons/scalable/actions/new-group.svg -> /construction/devel/tortoisehg/stage/usr/local/share/pixmaps/tortoisehg/icons/scalable/actions copying icons/scalable/actions/thg-log-load-all.svg -> /construction/devel/tortoisehg/stage/usr/local/share/pixmaps/tortoisehg/icons/scalable/actions copying icons/scalable/actions/copy-patch.svg -> /construction/devel/tortoisehg/stage/usr/local/share/pixmaps/tortoisehg/icons/scalable/actions copying icons/scalable/actions/dialog-warning.svg -> /construction/devel/tortoisehg/stage/usr/local/share/pixmaps/tortoisehg/icons/scalable/actions copying icons/scalable/actions/hg-pull.svg -> /construction/devel/tortoisehg/stage/usr/local/share/pixmaps/tortoisehg/icons/scalable/actions copying icons/scalable/actions/hg-rebase.svg -> /construction/devel/tortoisehg/stage/usr/local/share/pixmaps/tortoisehg/icons/scalable/actions copying icons/scalable/actions/hg-qpush-move.svg -> /construction/devel/tortoisehg/stage/usr/local/share/pixmaps/tortoisehg/icons/scalable/actions copying icons/scalable/actions/hg-push.svg -> /construction/devel/tortoisehg/stage/usr/local/share/pixmaps/tortoisehg/icons/scalable/actions copying icons/scalable/actions/hg-annotate.svg -> /construction/devel/tortoisehg/stage/usr/local/share/pixmaps/tortoisehg/icons/scalable/actions copying icons/scalable/actions/hg-update.svg -> /construction/devel/tortoisehg/stage/usr/local/share/pixmaps/tortoisehg/icons/scalable/actions copying icons/scalable/actions/thg-qrefresh.svg -> /construction/devel/tortoisehg/stage/usr/local/share/pixmaps/tortoisehg/icons/scalable/actions copying icons/scalable/actions/tasktab-refresh.svg -> /construction/devel/tortoisehg/stage/usr/local/share/pixmaps/tortoisehg/icons/scalable/actions copying icons/scalable/actions/hg-remove.svg -> /construction/devel/tortoisehg/stage/usr/local/share/pixmaps/tortoisehg/icons/scalable/actions copying icons/scalable/actions/hg-shelve.svg -> /construction/devel/tortoisehg/stage/usr/local/share/pixmaps/tortoisehg/icons/scalable/actions copying icons/scalable/actions/hg-bisect.svg -> /construction/devel/tortoisehg/stage/usr/local/share/pixmaps/tortoisehg/icons/scalable/actions copying icons/scalable/actions/view-refresh.svg -> /construction/devel/tortoisehg/stage/usr/local/share/pixmaps/tortoisehg/icons/scalable/actions copying icons/scalable/actions/hg-bisect-good-bad.svg -> /construction/devel/tortoisehg/stage/usr/local/share/pixmaps/tortoisehg/icons/scalable/actions copying icons/scalable/actions/hg-export.svg -> /construction/devel/tortoisehg/stage/usr/local/share/pixmaps/tortoisehg/icons/scalable/actions copying icons/scalable/actions/settings_projrc.svg -> /construction/devel/tortoisehg/stage/usr/local/share/pixmaps/tortoisehg/icons/scalable/actions copying icons/scalable/actions/hg-bisect-bad-good.svg -> /construction/devel/tortoisehg/stage/usr/local/share/pixmaps/tortoisehg/icons/scalable/actions copying icons/scalable/actions/hg-revert.svg -> /construction/devel/tortoisehg/stage/usr/local/share/pixmaps/tortoisehg/icons/scalable/actions copying icons/scalable/actions/thg-sync-bookmarks.svg -> /construction/devel/tortoisehg/stage/usr/local/share/pixmaps/tortoisehg/icons/scalable/actions copying icons/scalable/actions/hg-verify.svg -> /construction/devel/tortoisehg/stage/usr/local/share/pixmaps/tortoisehg/icons/scalable/actions copying icons/scalable/actions/hg-bundle.svg -> /construction/devel/tortoisehg/stage/usr/local/share/pixmaps/tortoisehg/icons/scalable/actions copying icons/scalable/actions/hg-qguard.svg -> /construction/devel/tortoisehg/stage/usr/local/share/pixmaps/tortoisehg/icons/scalable/actions copying icons/scalable/actions/hg-qpop-all.svg -> /construction/devel/tortoisehg/stage/usr/local/share/pixmaps/tortoisehg/icons/scalable/actions copying icons/scalable/actions/view-at-revision.svg -> /construction/devel/tortoisehg/stage/usr/local/share/pixmaps/tortoisehg/icons/scalable/actions copying icons/scalable/actions/hg-archive.svg -> /construction/devel/tortoisehg/stage/usr/local/share/pixmaps/tortoisehg/icons/scalable/actions copying icons/scalable/actions/thg-sync.svg -> /construction/devel/tortoisehg/stage/usr/local/share/pixmaps/tortoisehg/icons/scalable/actions copying icons/scalable/actions/copy-hash.svg -> /construction/devel/tortoisehg/stage/usr/local/share/pixmaps/tortoisehg/icons/scalable/actions copying icons/scalable/actions/hg-grep.svg -> /construction/devel/tortoisehg/stage/usr/local/share/pixmaps/tortoisehg/icons/scalable/actions copying icons/scalable/actions/thg-shelve-move-left-all.svg -> /construction/devel/tortoisehg/stage/usr/local/share/pixmaps/tortoisehg/icons/scalable/actions copying icons/scalable/actions/hg-qgoto.svg -> /construction/devel/tortoisehg/stage/usr/local/share/pixmaps/tortoisehg/icons/scalable/actions copying icons/scalable/actions/thg-password.svg -> /construction/devel/tortoisehg/stage/usr/local/share/pixmaps/tortoisehg/icons/scalable/actions copying icons/scalable/actions/hg-import.svg -> /construction/devel/tortoisehg/stage/usr/local/share/pixmaps/tortoisehg/icons/scalable/actions copying icons/scalable/actions/application-exit.svg -> /construction/devel/tortoisehg/stage/usr/local/share/pixmaps/tortoisehg/icons/scalable/actions copying icons/scalable/actions/hg-merge.svg -> /construction/devel/tortoisehg/stage/usr/local/share/pixmaps/tortoisehg/icons/scalable/actions copying icons/scalable/actions/thg-shelve-move-right-file.svg -> /construction/devel/tortoisehg/stage/usr/local/share/pixmaps/tortoisehg/icons/scalable/actions copying icons/scalable/actions/hg-rename.svg -> /construction/devel/tortoisehg/stage/usr/local/share/pixmaps/tortoisehg/icons/scalable/actions copying icons/scalable/actions/hg-incoming.svg -> /construction/devel/tortoisehg/stage/usr/local/share/pixmaps/tortoisehg/icons/scalable/actions copying icons/scalable/actions/ldiff.svg -> /construction/devel/tortoisehg/stage/usr/local/share/pixmaps/tortoisehg/icons/scalable/actions copying icons/scalable/actions/hg-log.svg -> /construction/devel/tortoisehg/stage/usr/local/share/pixmaps/tortoisehg/icons/scalable/actions copying icons/scalable/actions/hg-init.svg -> /construction/devel/tortoisehg/stage/usr/local/share/pixmaps/tortoisehg/icons/scalable/actions copying icons/scalable/actions/go-jump.svg -> /construction/devel/tortoisehg/stage/usr/local/share/pixmaps/tortoisehg/icons/scalable/actions copying icons/scalable/actions/edit-cut.svg -> /construction/devel/tortoisehg/stage/usr/local/share/pixmaps/tortoisehg/icons/scalable/actions copying icons/scalable/actions/thg-mq.svg -> /construction/devel/tortoisehg/stage/usr/local/share/pixmaps/tortoisehg/icons/scalable/actions copying icons/scalable/actions/go-up.svg -> /construction/devel/tortoisehg/stage/usr/local/share/pixmaps/tortoisehg/icons/scalable/actions copying icons/scalable/actions/compare-files.svg -> /construction/devel/tortoisehg/stage/usr/local/share/pixmaps/tortoisehg/icons/scalable/actions copying icons/scalable/actions/qfinish.svg -> /construction/devel/tortoisehg/stage/usr/local/share/pixmaps/tortoisehg/icons/scalable/actions copying icons/scalable/actions/hg-strip.svg -> /construction/devel/tortoisehg/stage/usr/local/share/pixmaps/tortoisehg/icons/scalable/actions copying icons/scalable/actions/hg-qdelete.svg -> /construction/devel/tortoisehg/stage/usr/local/share/pixmaps/tortoisehg/icons/scalable/actions copying icons/scalable/actions/hg-extensions.svg -> /construction/devel/tortoisehg/stage/usr/local/share/pixmaps/tortoisehg/icons/scalable/actions copying icons/scalable/actions/hg-serve.svg -> /construction/devel/tortoisehg/stage/usr/local/share/pixmaps/tortoisehg/icons/scalable/actions copying icons/scalable/actions/hg-qpop.svg -> /construction/devel/tortoisehg/stage/usr/local/share/pixmaps/tortoisehg/icons/scalable/actions copying icons/scalable/actions/mail-forward.svg -> /construction/devel/tortoisehg/stage/usr/local/share/pixmaps/tortoisehg/icons/scalable/actions copying icons/scalable/actions/hg-commit.svg -> /construction/devel/tortoisehg/stage/usr/local/share/pixmaps/tortoisehg/icons/scalable/actions copying icons/scalable/actions/go-down.svg -> /construction/devel/tortoisehg/stage/usr/local/share/pixmaps/tortoisehg/icons/scalable/actions copying icons/scalable/actions/hg-transplant.svg -> /construction/devel/tortoisehg/stage/usr/local/share/pixmaps/tortoisehg/icons/scalable/actions copying icons/scalable/actions/process-stop.svg -> /construction/devel/tortoisehg/stage/usr/local/share/pixmaps/tortoisehg/icons/scalable/actions copying icons/scalable/actions/go-next.svg -> /construction/devel/tortoisehg/stage/usr/local/share/pixmaps/tortoisehg/icons/scalable/actions copying icons/scalable/actions/hg-purge.svg -> /construction/devel/tortoisehg/stage/usr/local/share/pixmaps/tortoisehg/icons/scalable/actions copying icons/scalable/actions/hg-topics.svg -> /construction/devel/tortoisehg/stage/usr/local/share/pixmaps/tortoisehg/icons/scalable/actions copying icons/scalable/actions/hg-pull-to-here.svg -> /construction/devel/tortoisehg/stage/usr/local/share/pixmaps/tortoisehg/icons/scalable/actions copying icons/scalable/actions/thg-shelve-move-left-chunks.svg -> /construction/devel/tortoisehg/stage/usr/local/share/pixmaps/tortoisehg/icons/scalable/actions copying icons/scalable/actions/hg-clone.svg -> /construction/devel/tortoisehg/stage/usr/local/share/pixmaps/tortoisehg/icons/scalable/actions copying icons/scalable/actions/hg-compress.svg -> /construction/devel/tortoisehg/stage/usr/local/share/pixmaps/tortoisehg/icons/scalable/actions creating /construction/devel/tortoisehg/stage/usr/local/share/pixmaps/tortoisehg/icons/scalable/apps copying icons/scalable/apps/preferences-desktop-font.svg -> /construction/devel/tortoisehg/stage/usr/local/share/pixmaps/tortoisehg/icons/scalable/apps copying icons/scalable/apps/thg.svg -> /construction/devel/tortoisehg/stage/usr/local/share/pixmaps/tortoisehg/icons/scalable/apps copying icons/scalable/apps/tools-hooks.svg -> /construction/devel/tortoisehg/stage/usr/local/share/pixmaps/tortoisehg/icons/scalable/apps copying icons/scalable/apps/tools-spanner-hammer.svg -> /construction/devel/tortoisehg/stage/usr/local/share/pixmaps/tortoisehg/icons/scalable/apps copying icons/scalable/apps/phabricator.svg -> /construction/devel/tortoisehg/stage/usr/local/share/pixmaps/tortoisehg/icons/scalable/apps copying icons/scalable/apps/help-browser.svg -> /construction/devel/tortoisehg/stage/usr/local/share/pixmaps/tortoisehg/icons/scalable/apps copying icons/scalable/apps/system-file-manager.svg -> /construction/devel/tortoisehg/stage/usr/local/share/pixmaps/tortoisehg/icons/scalable/apps copying icons/scalable/apps/help-readme.svg -> /construction/devel/tortoisehg/stage/usr/local/share/pixmaps/tortoisehg/icons/scalable/apps copying icons/scalable/apps/hg.svg -> /construction/devel/tortoisehg/stage/usr/local/share/pixmaps/tortoisehg/icons/scalable/apps copying icons/scalable/apps/utilities-terminal.svg -> /construction/devel/tortoisehg/stage/usr/local/share/pixmaps/tortoisehg/icons/scalable/apps creating /construction/devel/tortoisehg/stage/usr/local/share/pixmaps/tortoisehg/icons/scalable/status copying icons/scalable/status/thg-svn-subrepo.svg -> /construction/devel/tortoisehg/stage/usr/local/share/pixmaps/tortoisehg/icons/scalable/status copying icons/scalable/status/thg-subrepo.svg -> /construction/devel/tortoisehg/stage/usr/local/share/pixmaps/tortoisehg/icons/scalable/status copying icons/scalable/status/hg-merged-p2.svg -> /construction/devel/tortoisehg/stage/usr/local/share/pixmaps/tortoisehg/icons/scalable/status copying icons/scalable/status/thg-added-subrepo.svg -> /construction/devel/tortoisehg/stage/usr/local/share/pixmaps/tortoisehg/icons/scalable/status copying icons/scalable/status/thg-remote-repo.svg -> /construction/devel/tortoisehg/stage/usr/local/share/pixmaps/tortoisehg/icons/scalable/status copying icons/scalable/status/hg-patch-unguarded.svg -> /construction/devel/tortoisehg/stage/usr/local/share/pixmaps/tortoisehg/icons/scalable/status copying icons/scalable/status/thg-git-subrepo.svg -> /construction/devel/tortoisehg/stage/usr/local/share/pixmaps/tortoisehg/icons/scalable/status copying icons/scalable/status/hg-patch-applied.svg -> /construction/devel/tortoisehg/stage/usr/local/share/pixmaps/tortoisehg/icons/scalable/status copying icons/scalable/status/hg-sharedrepo.svg -> /construction/devel/tortoisehg/stage/usr/local/share/pixmaps/tortoisehg/icons/scalable/status copying icons/scalable/status/thg-success.svg -> /construction/devel/tortoisehg/stage/usr/local/share/pixmaps/tortoisehg/icons/scalable/status copying icons/scalable/status/hg-modified.svg -> /construction/devel/tortoisehg/stage/usr/local/share/pixmaps/tortoisehg/icons/scalable/status copying icons/scalable/status/hg-patch-guarded.svg -> /construction/devel/tortoisehg/stage/usr/local/share/pixmaps/tortoisehg/icons/scalable/status copying icons/scalable/status/thg-error.svg -> /construction/devel/tortoisehg/stage/usr/local/share/pixmaps/tortoisehg/icons/scalable/status copying icons/scalable/status/thg-removed-subrepo.svg -> /construction/devel/tortoisehg/stage/usr/local/share/pixmaps/tortoisehg/icons/scalable/status copying icons/scalable/status/thg-warning.svg -> /construction/devel/tortoisehg/stage/usr/local/share/pixmaps/tortoisehg/icons/scalable/status copying icons/scalable/status/hg-merged-p1.svg -> /construction/devel/tortoisehg/stage/usr/local/share/pixmaps/tortoisehg/icons/scalable/status copying icons/scalable/status/hg-merged-both.svg -> /construction/devel/tortoisehg/stage/usr/local/share/pixmaps/tortoisehg/icons/scalable/status creating /construction/devel/tortoisehg/stage/usr/local/share/pixmaps/tortoisehg/icons/32x32 creating /construction/devel/tortoisehg/stage/usr/local/share/pixmaps/tortoisehg/icons/32x32/status copying icons/32x32/status/hg-removed.png -> /construction/devel/tortoisehg/stage/usr/local/share/pixmaps/tortoisehg/icons/32x32/status creating /construction/devel/tortoisehg/stage/usr/local/share/pixmaps/tortoisehg/icons/32x32/actions copying icons/32x32/actions/thg-userconfig.png -> /construction/devel/tortoisehg/stage/usr/local/share/pixmaps/tortoisehg/icons/32x32/actions copying icons/32x32/actions/hg-sign.png -> /construction/devel/tortoisehg/stage/usr/local/share/pixmaps/tortoisehg/icons/32x32/actions copying icons/32x32/actions/hg-add.png -> /construction/devel/tortoisehg/stage/usr/local/share/pixmaps/tortoisehg/icons/32x32/actions copying icons/32x32/actions/hg-branch.png -> /construction/devel/tortoisehg/stage/usr/local/share/pixmaps/tortoisehg/icons/32x32/actions copying icons/32x32/actions/thg-repoconfig.png -> /construction/devel/tortoisehg/stage/usr/local/share/pixmaps/tortoisehg/icons/32x32/actions creating /construction/devel/tortoisehg/stage/usr/local/share/pixmaps/tortoisehg/icons/24x24 creating /construction/devel/tortoisehg/stage/usr/local/share/pixmaps/tortoisehg/icons/24x24/actions copying icons/24x24/actions/hg-push.png -> /construction/devel/tortoisehg/stage/usr/local/share/pixmaps/tortoisehg/icons/24x24/actions copying icons/24x24/actions/hg-pull.png -> /construction/devel/tortoisehg/stage/usr/local/share/pixmaps/tortoisehg/icons/24x24/actions copying icons/24x24/actions/hg-incoming.png -> /construction/devel/tortoisehg/stage/usr/local/share/pixmaps/tortoisehg/icons/24x24/actions copying icons/24x24/actions/hg-outgoing.png -> /construction/devel/tortoisehg/stage/usr/local/share/pixmaps/tortoisehg/icons/24x24/actions creating /construction/devel/tortoisehg/stage/usr/local/share/pixmaps/tortoisehg/icons/22x22 creating /construction/devel/tortoisehg/stage/usr/local/share/pixmaps/tortoisehg/icons/22x22/actions copying icons/22x22/actions/window-close.png -> /construction/devel/tortoisehg/stage/usr/local/share/pixmaps/tortoisehg/icons/22x22/actions creating /construction/devel/tortoisehg/stage/usr/local/share/pixmaps/tortoisehg/icons/16x16 creating /construction/devel/tortoisehg/stage/usr/local/share/pixmaps/tortoisehg/icons/16x16/apps copying icons/16x16/apps/kiln.png -> /construction/devel/tortoisehg/stage/usr/local/share/pixmaps/tortoisehg/icons/16x16/apps copying icons/16x16/apps/gnupg.png -> /construction/devel/tortoisehg/stage/usr/local/share/pixmaps/tortoisehg/icons/16x16/apps copying icons/16x16/apps/reviewboard.png -> /construction/devel/tortoisehg/stage/usr/local/share/pixmaps/tortoisehg/icons/16x16/apps creating /construction/devel/tortoisehg/stage/usr/local/share/pixmaps/tortoisehg/icons/16x16/status copying icons/16x16/status/hg-removed.png -> /construction/devel/tortoisehg/stage/usr/local/share/pixmaps/tortoisehg/icons/16x16/status creating /construction/devel/tortoisehg/stage/usr/local/share/pixmaps/tortoisehg/icons/16x16/actions copying icons/16x16/actions/hg-add.png -> /construction/devel/tortoisehg/stage/usr/local/share/pixmaps/tortoisehg/icons/16x16/actions copying icons/16x16/actions/thg-repoconfig.png -> /construction/devel/tortoisehg/stage/usr/local/share/pixmaps/tortoisehg/icons/16x16/actions copying icons/16x16/actions/thg-userconfig.png -> /construction/devel/tortoisehg/stage/usr/local/share/pixmaps/tortoisehg/icons/16x16/actions creating /construction/devel/tortoisehg/stage/usr/local/share/pixmaps/tortoisehg/icons/16x16/mimetypes copying icons/16x16/mimetypes/text-x-generic.png -> /construction/devel/tortoisehg/stage/usr/local/share/pixmaps/tortoisehg/icons/16x16/mimetypes copying locale/en_GB/LC_MESSAGES/tortoisehg.mo -> /construction/devel/tortoisehg/stage/usr/local/share/locale/en_GB/LC_MESSAGES copying locale/et/LC_MESSAGES/tortoisehg.mo -> /construction/devel/tortoisehg/stage/usr/local/share/locale/et/LC_MESSAGES copying locale/id/LC_MESSAGES/tortoisehg.mo -> /construction/devel/tortoisehg/stage/usr/local/share/locale/id/LC_MESSAGES copying locale/he/LC_MESSAGES/tortoisehg.mo -> /construction/devel/tortoisehg/stage/usr/local/share/locale/he/LC_MESSAGES copying locale/da/LC_MESSAGES/tortoisehg.mo -> /construction/devel/tortoisehg/stage/usr/local/share/locale/da/LC_MESSAGES copying locale/fr/LC_MESSAGES/tortoisehg.mo -> /construction/devel/tortoisehg/stage/usr/local/share/locale/fr/LC_MESSAGES copying locale/hr/LC_MESSAGES/tortoisehg.mo -> /construction/devel/tortoisehg/stage/usr/local/share/locale/hr/LC_MESSAGES copying locale/zh_TW/LC_MESSAGES/tortoisehg.mo -> /construction/devel/tortoisehg/stage/usr/local/share/locale/zh_TW/LC_MESSAGES copying locale/th/LC_MESSAGES/tortoisehg.mo -> /construction/devel/tortoisehg/stage/usr/local/share/locale/th/LC_MESSAGES copying locale/bg/LC_MESSAGES/tortoisehg.mo -> /construction/devel/tortoisehg/stage/usr/local/share/locale/bg/LC_MESSAGES copying locale/fa/LC_MESSAGES/tortoisehg.mo -> /construction/devel/tortoisehg/stage/usr/local/share/locale/fa/LC_MESSAGES copying locale/pt/LC_MESSAGES/tortoisehg.mo -> /construction/devel/tortoisehg/stage/usr/local/share/locale/pt/LC_MESSAGES copying locale/tr/LC_MESSAGES/tortoisehg.mo -> /construction/devel/tortoisehg/stage/usr/local/share/locale/tr/LC_MESSAGES copying locale/nb/LC_MESSAGES/tortoisehg.mo -> /construction/devel/tortoisehg/stage/usr/local/share/locale/nb/LC_MESSAGES copying locale/sv/LC_MESSAGES/tortoisehg.mo -> /construction/devel/tortoisehg/stage/usr/local/share/locale/sv/LC_MESSAGES copying locale/hu/LC_MESSAGES/tortoisehg.mo -> /construction/devel/tortoisehg/stage/usr/local/share/locale/hu/LC_MESSAGES creating /construction/devel/tortoisehg/stage/usr/local/share/locale/oc creating /construction/devel/tortoisehg/stage/usr/local/share/locale/oc/LC_MESSAGES copying locale/oc/LC_MESSAGES/tortoisehg.mo -> /construction/devel/tortoisehg/stage/usr/local/share/locale/oc/LC_MESSAGES copying locale/lv/LC_MESSAGES/tortoisehg.mo -> /construction/devel/tortoisehg/stage/usr/local/share/locale/lv/LC_MESSAGES copying locale/uk/LC_MESSAGES/tortoisehg.mo -> /construction/devel/tortoisehg/stage/usr/local/share/locale/uk/LC_MESSAGES copying locale/ar/LC_MESSAGES/tortoisehg.mo -> /construction/devel/tortoisehg/stage/usr/local/share/locale/ar/LC_MESSAGES copying locale/cs/LC_MESSAGES/tortoisehg.mo -> /construction/devel/tortoisehg/stage/usr/local/share/locale/cs/LC_MESSAGES copying locale/ru/LC_MESSAGES/tortoisehg.mo -> /construction/devel/tortoisehg/stage/usr/local/share/locale/ru/LC_MESSAGES copying locale/nl/LC_MESSAGES/tortoisehg.mo -> /construction/devel/tortoisehg/stage/usr/local/share/locale/nl/LC_MESSAGES copying locale/ko/LC_MESSAGES/tortoisehg.mo -> /construction/devel/tortoisehg/stage/usr/local/share/locale/ko/LC_MESSAGES copying locale/fi/LC_MESSAGES/tortoisehg.mo -> /construction/devel/tortoisehg/stage/usr/local/share/locale/fi/LC_MESSAGES copying locale/ja/LC_MESSAGES/tortoisehg.mo -> /construction/devel/tortoisehg/stage/usr/local/share/locale/ja/LC_MESSAGES copying locale/pl/LC_MESSAGES/tortoisehg.mo -> /construction/devel/tortoisehg/stage/usr/local/share/locale/pl/LC_MESSAGES copying locale/ca/LC_MESSAGES/tortoisehg.mo -> /construction/devel/tortoisehg/stage/usr/local/share/locale/ca/LC_MESSAGES copying locale/es/LC_MESSAGES/tortoisehg.mo -> /construction/devel/tortoisehg/stage/usr/local/share/locale/es/LC_MESSAGES creating /construction/devel/tortoisehg/stage/usr/local/share/locale/jv creating /construction/devel/tortoisehg/stage/usr/local/share/locale/jv/LC_MESSAGES copying locale/jv/LC_MESSAGES/tortoisehg.mo -> /construction/devel/tortoisehg/stage/usr/local/share/locale/jv/LC_MESSAGES copying locale/zh_CN/LC_MESSAGES/tortoisehg.mo -> /construction/devel/tortoisehg/stage/usr/local/share/locale/zh_CN/LC_MESSAGES copying locale/sr/LC_MESSAGES/tortoisehg.mo -> /construction/devel/tortoisehg/stage/usr/local/share/locale/sr/LC_MESSAGES copying locale/de/LC_MESSAGES/tortoisehg.mo -> /construction/devel/tortoisehg/stage/usr/local/share/locale/de/LC_MESSAGES copying locale/en_AU/LC_MESSAGES/tortoisehg.mo -> /construction/devel/tortoisehg/stage/usr/local/share/locale/en_AU/LC_MESSAGES copying locale/pt_BR/LC_MESSAGES/tortoisehg.mo -> /construction/devel/tortoisehg/stage/usr/local/share/locale/pt_BR/LC_MESSAGES copying locale/nn/LC_MESSAGES/tortoisehg.mo -> /construction/devel/tortoisehg/stage/usr/local/share/locale/nn/LC_MESSAGES copying locale/it/LC_MESSAGES/tortoisehg.mo -> /construction/devel/tortoisehg/stage/usr/local/share/locale/it/LC_MESSAGES running install_egg_info running egg_info creating tortoisehg.egg-info writing tortoisehg.egg-info/PKG-INFO writing top-level names to tortoisehg.egg-info/top_level.txt writing dependency_links to tortoisehg.egg-info/dependency_links.txt writing manifest file 'tortoisehg.egg-info/SOURCES.txt' reading manifest file 'tortoisehg.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' warning: no previously-included files matching '*' found under directory 'doc/build' writing manifest file 'tortoisehg.egg-info/SOURCES.txt' Copying tortoisehg.egg-info to /construction/devel/tortoisehg/stage/usr/local/lib/python2.7/site-packages/tortoisehg-5.3.2-py2.7.egg-info running install_scripts copying build/scripts-2.7/thg -> /construction/devel/tortoisehg/stage/usr/local/bin changing mode of /construction/devel/tortoisehg/stage/usr/local/bin/thg to 755 writing list of installed files to '/construction/devel/tortoisehg/.PLIST.pymodtmp' install -m 0644 /construction/devel/tortoisehg/tortoisehg-thg-0d5a8de069c5/contrib/mergetools.rc /construction/devel/tortoisehg/stage/usr/local/share/tortoisehg/ install -m 0644 /construction/devel/tortoisehg/tortoisehg-thg-0d5a8de069c5/contrib/tortoisehg.desktop /construction/devel/tortoisehg/stage/usr/local/share/applications/ ====> Compressing man pages (compress-man) if [ -d "/construction/devel/tortoisehg/stage/usr/local/lib/python2.7/site-packages/tortoisehg-5.3.2-py2.7.egg-info" ]; then /bin/ls /construction/devel/tortoisehg/stage/usr/local/lib/python2.7/site-packages/tortoisehg-5.3.2-py2.7.egg-info | while read f; do echo lib/python2.7/site-packages/tortoisehg-5.3.2-py2.7.egg-info/${f} >> /construction/devel/tortoisehg/.PLIST.mktmp; done; fi; ====> Running Q/A tests (stage-qa) Warning: You have disabled the licenses framework with DISABLE_LICENSES, unable to run checks Warning: Possible REINPLACE_CMD issues sed failed: file content unchanged from backup: setup.py sed failed: file content unchanged from backup: thg SUCCEEDED 00:00:03 ------------------------------------------------------------------------------- -- Phase: package ------------------------------------------------------------------------------- ===> Building package for tortoisehg-5.3.2_1 file sizes/checksums [612]: 0% file sizes/checksums [612]: 16% file sizes/checksums [612]: 32% file sizes/checksums [612]: 49% file sizes/checksums [612]: 65% file sizes/checksums [612]: 81% file sizes/checksums [612]: 98% file sizes/checksums [612]: 100% packing files [612]: 0% packing files [612]: 16% packing files [612]: 32% packing files [612]: 49% packing files [612]: 65% packing files [612]: 81% packing files [612]: 98% packing files [612]: 100% packing directories [0]: 0% packing directories [0]: 100% SUCCEEDED 00:00:09 TOTAL TIME 00:02:20