Building py27-html5lib-0.95_1.txz (origin /buildshare/ports/355755/www/py-html5lib) for powerpc-10-0 on XXX slot2: created x distfiles/ x distfiles/html5lib-0.95.tar.gz x packages/ x packages/gettext-0.18.3.1_1.txz x packages/python2-2_2.txz x packages/python27-2.7.6_4.txz x packages/py27-setuptools27-2.0.1.txz x packages/pkg-1.2.7_2.txz ELF ldconfig path: /lib /usr/lib /usr/lib/compat Make depends ===> py27-html5lib-0.95_1 depends on file: /usr/local/sbin/pkg - not found ===> Verifying install for /usr/local/sbin/pkg in /buildshare/ports/355755/ports-mgmt/pkg ===> Installing existing package /packages/pkg-1.2.7_2.txz Installing pkg-1.2.7_2... done If you are upgrading from the old package format, first run: # pkg2ng ===> Returning to build of py27-html5lib-0.95_1 ===> py27-html5lib-0.95_1 depends on package: py27-setuptools27>0 - not found ===> Verifying install for py27-setuptools27>0 in /buildshare/ports/355755/devel/py-setuptools27 ===> Installing existing package /packages/py27-setuptools27-2.0.1.txz Installing py27-setuptools27-2.0.1...Installing python27-2.7.6_4...Installing gettext-0.18.3.1_1... done done done ==== Note that some of the standard modules are provided as separate ports since they require extra dependencies: bsddb databases/py-bsddb gdbm databases/py-gdbm sqlite3 databases/py-sqlite3 tkinter x11-toolkits/py-tkinter Install them as needed. ==== ===> Returning to build of py27-html5lib-0.95_1 ===> py27-html5lib-0.95_1 depends on file: /usr/local/bin/python2.7 - found ===> py27-html5lib-0.95_1 depends on executable: python2 - not found ===> Verifying install for python2 in /buildshare/ports/355755/lang/python2 ===> Installing existing package /packages/python2-2_2.txz Installing python2-2_2... done ===> Returning to build of py27-html5lib-0.95_1 ===> py27-html5lib-0.95_1 depends on package: py27-setuptools27>0 - found ===> py27-html5lib-0.95_1 depends on file: /usr/local/bin/python2.7 - found ===> py27-html5lib-0.95_1 depends on executable: python2 - found Make install ===> License MIT accepted by the user ===> py27-html5lib-0.95_1 depends on file: /usr/local/sbin/pkg - found ===> Fetching all distfiles required by py27-html5lib-0.95_1 for building ===> Extracting for py27-html5lib-0.95_1 => SHA256 Checksum OK for html5lib-0.95.tar.gz. ===> Patching for py27-html5lib-0.95_1 ===> py27-html5lib-0.95_1 depends on package: py27-setuptools27>0 - found ===> py27-html5lib-0.95_1 depends on file: /usr/local/bin/python2.7 - found ===> py27-html5lib-0.95_1 depends on executable: python2 - found ===> Configuring for py27-html5lib-0.95_1 running config ===> Building for py27-html5lib-0.95_1 running build running build_py creating build creating build/lib creating build/lib/html5lib copying html5lib/__init__.py -> build/lib/html5lib copying html5lib/inputstream.py -> build/lib/html5lib copying html5lib/sanitizer.py -> build/lib/html5lib copying html5lib/tokenizer.py -> build/lib/html5lib copying html5lib/html5parser.py -> build/lib/html5lib copying html5lib/constants.py -> build/lib/html5lib copying html5lib/ihatexml.py -> build/lib/html5lib copying html5lib/utils.py -> build/lib/html5lib creating build/lib/html5lib/serializer copying html5lib/serializer/__init__.py -> build/lib/html5lib/serializer copying html5lib/serializer/xhtmlserializer.py -> build/lib/html5lib/serializer copying html5lib/serializer/htmlserializer.py -> build/lib/html5lib/serializer creating build/lib/html5lib/filters copying html5lib/filters/inject_meta_charset.py -> build/lib/html5lib/filters copying html5lib/filters/__init__.py -> build/lib/html5lib/filters copying html5lib/filters/sanitizer.py -> build/lib/html5lib/filters copying html5lib/filters/_base.py -> build/lib/html5lib/filters copying html5lib/filters/whitespace.py -> build/lib/html5lib/filters copying html5lib/filters/lint.py -> build/lib/html5lib/filters copying html5lib/filters/formfiller.py -> build/lib/html5lib/filters copying html5lib/filters/optionaltags.py -> build/lib/html5lib/filters creating build/lib/html5lib/tests copying html5lib/tests/tokenizertotree.py -> build/lib/html5lib/tests copying html5lib/tests/test_parser.py -> build/lib/html5lib/tests copying html5lib/tests/test_formfiller.py -> build/lib/html5lib/tests copying html5lib/tests/mockParser.py -> build/lib/html5lib/tests copying html5lib/tests/test_sanitizer.py -> build/lib/html5lib/tests copying html5lib/tests/__init__.py -> build/lib/html5lib/tests copying html5lib/tests/test_stream.py -> build/lib/html5lib/tests copying html5lib/tests/test_parser2.py -> build/lib/html5lib/tests copying html5lib/tests/test_encoding.py -> build/lib/html5lib/tests copying html5lib/tests/runtests.py -> build/lib/html5lib/tests copying html5lib/tests/test_serializer.py -> build/lib/html5lib/tests copying html5lib/tests/test_treewalkers.py -> build/lib/html5lib/tests copying html5lib/tests/runparsertests.py -> build/lib/html5lib/tests copying html5lib/tests/support.py -> build/lib/html5lib/tests copying html5lib/tests/test_whitespace_filter.py -> build/lib/html5lib/tests copying html5lib/tests/test_tokenizer.py -> build/lib/html5lib/tests creating build/lib/html5lib/treebuilders copying html5lib/treebuilders/simpletree.py -> build/lib/html5lib/treebuilders copying html5lib/treebuilders/__init__.py -> build/lib/html5lib/treebuilders copying html5lib/treebuilders/soup.py -> build/lib/html5lib/treebuilders copying html5lib/treebuilders/_base.py -> build/lib/html5lib/treebuilders copying html5lib/treebuilders/etree.py -> build/lib/html5lib/treebuilders copying html5lib/treebuilders/etree_lxml.py -> build/lib/html5lib/treebuilders copying html5lib/treebuilders/dom.py -> build/lib/html5lib/treebuilders creating build/lib/html5lib/treewalkers copying html5lib/treewalkers/simpletree.py -> build/lib/html5lib/treewalkers copying html5lib/treewalkers/lxmletree.py -> build/lib/html5lib/treewalkers copying html5lib/treewalkers/pulldom.py -> build/lib/html5lib/treewalkers copying html5lib/treewalkers/genshistream.py -> build/lib/html5lib/treewalkers copying html5lib/treewalkers/__init__.py -> build/lib/html5lib/treewalkers copying html5lib/treewalkers/soup.py -> build/lib/html5lib/treewalkers copying html5lib/treewalkers/_base.py -> build/lib/html5lib/treewalkers copying html5lib/treewalkers/etree.py -> build/lib/html5lib/treewalkers copying html5lib/treewalkers/dom.py -> build/lib/html5lib/treewalkers running egg_info writing html5lib.egg-info/PKG-INFO writing top-level names to html5lib.egg-info/top_level.txt writing dependency_links to html5lib.egg-info/dependency_links.txt warning: manifest_maker: standard file '-c' not found reading manifest file 'html5lib.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' writing manifest file 'html5lib.egg-info/SOURCES.txt' creating build/lib/html5lib/tests/testdata creating build/lib/html5lib/tests/testdata/encoding copying html5lib/tests/testdata/encoding/test-yahoo-jp.dat -> build/lib/html5lib/tests/testdata/encoding copying html5lib/tests/testdata/encoding/tests1.dat -> build/lib/html5lib/tests/testdata/encoding copying html5lib/tests/testdata/encoding/tests2.dat -> build/lib/html5lib/tests/testdata/encoding creating build/lib/html5lib/tests/testdata/sanitizer copying html5lib/tests/testdata/sanitizer/tests1.dat -> build/lib/html5lib/tests/testdata/sanitizer creating build/lib/html5lib/tests/testdata/serializer copying html5lib/tests/testdata/serializer/core.test -> build/lib/html5lib/tests/testdata/serializer copying html5lib/tests/testdata/serializer/injectmeta.test -> build/lib/html5lib/tests/testdata/serializer copying html5lib/tests/testdata/serializer/optionaltags.test -> build/lib/html5lib/tests/testdata/serializer copying html5lib/tests/testdata/serializer/options.test -> build/lib/html5lib/tests/testdata/serializer copying html5lib/tests/testdata/serializer/whitespace.test -> build/lib/html5lib/tests/testdata/serializer creating build/lib/html5lib/tests/testdata/sniffer copying html5lib/tests/testdata/sniffer/htmlOrFeed.json -> build/lib/html5lib/tests/testdata/sniffer creating build/lib/html5lib/tests/testdata/tokenizer copying html5lib/tests/testdata/tokenizer/contentModelFlags.test -> build/lib/html5lib/tests/testdata/tokenizer copying html5lib/tests/testdata/tokenizer/domjs.test -> build/lib/html5lib/tests/testdata/tokenizer copying html5lib/tests/testdata/tokenizer/entities.test -> build/lib/html5lib/tests/testdata/tokenizer copying html5lib/tests/testdata/tokenizer/escapeFlag.test -> build/lib/html5lib/tests/testdata/tokenizer copying html5lib/tests/testdata/tokenizer/namedEntities.test -> build/lib/html5lib/tests/testdata/tokenizer copying html5lib/tests/testdata/tokenizer/numericEntities.test -> build/lib/html5lib/tests/testdata/tokenizer copying html5lib/tests/testdata/tokenizer/pendingSpecChanges.test -> build/lib/html5lib/tests/testdata/tokenizer copying html5lib/tests/testdata/tokenizer/test1.test -> build/lib/html5lib/tests/testdata/tokenizer copying html5lib/tests/testdata/tokenizer/test2.test -> build/lib/html5lib/tests/testdata/tokenizer copying html5lib/tests/testdata/tokenizer/test3.test -> build/lib/html5lib/tests/testdata/tokenizer copying html5lib/tests/testdata/tokenizer/test4.test -> build/lib/html5lib/tests/testdata/tokenizer copying html5lib/tests/testdata/tokenizer/unicodeChars.test -> build/lib/html5lib/tests/testdata/tokenizer copying html5lib/tests/testdata/tokenizer/unicodeCharsProblematic.test -> build/lib/html5lib/tests/testdata/tokenizer copying html5lib/tests/testdata/tokenizer/xmlViolation.test -> build/lib/html5lib/tests/testdata/tokenizer creating build/lib/html5lib/tests/testdata/tree-construction copying html5lib/tests/testdata/tree-construction/adoption01.dat -> build/lib/html5lib/tests/testdata/tree-construction copying html5lib/tests/testdata/tree-construction/adoption02.dat -> build/lib/html5lib/tests/testdata/tree-construction copying html5lib/tests/testdata/tree-construction/comments01.dat -> build/lib/html5lib/tests/testdata/tree-construction copying html5lib/tests/testdata/tree-construction/doctype01.dat -> build/lib/html5lib/tests/testdata/tree-construction copying html5lib/tests/testdata/tree-construction/domjs-unsafe.dat -> build/lib/html5lib/tests/testdata/tree-construction copying html5lib/tests/testdata/tree-construction/entities01.dat -> build/lib/html5lib/tests/testdata/tree-construction copying html5lib/tests/testdata/tree-construction/entities02.dat -> build/lib/html5lib/tests/testdata/tree-construction copying html5lib/tests/testdata/tree-construction/html5test-com.dat -> build/lib/html5lib/tests/testdata/tree-construction copying html5lib/tests/testdata/tree-construction/inbody01.dat -> build/lib/html5lib/tests/testdata/tree-construction copying html5lib/tests/testdata/tree-construction/isindex.dat -> build/lib/html5lib/tests/testdata/tree-construction copying html5lib/tests/testdata/tree-construction/pending-spec-changes-plain-text-unsafe.dat -> build/lib/html5lib/tests/testdata/tree-construction copying html5lib/tests/testdata/tree-construction/pending-spec-changes.dat -> build/lib/html5lib/tests/testdata/tree-construction copying html5lib/tests/testdata/tree-construction/plain-text-unsafe.dat -> build/lib/html5lib/tests/testdata/tree-construction copying html5lib/tests/testdata/tree-construction/scriptdata01.dat -> build/lib/html5lib/tests/testdata/tree-construction copying html5lib/tests/testdata/tree-construction/tables01.dat -> build/lib/html5lib/tests/testdata/tree-construction copying html5lib/tests/testdata/tree-construction/tests1.dat -> build/lib/html5lib/tests/testdata/tree-construction copying html5lib/tests/testdata/tree-construction/tests10.dat -> build/lib/html5lib/tests/testdata/tree-construction copying html5lib/tests/testdata/tree-construction/tests11.dat -> build/lib/html5lib/tests/testdata/tree-construction copying html5lib/tests/testdata/tree-construction/tests12.dat -> build/lib/html5lib/tests/testdata/tree-construction copying html5lib/tests/testdata/tree-construction/tests14.dat -> build/lib/html5lib/tests/testdata/tree-construction copying html5lib/tests/testdata/tree-construction/tests15.dat -> build/lib/html5lib/tests/testdata/tree-construction copying html5lib/tests/testdata/tree-construction/tests16.dat -> build/lib/html5lib/tests/testdata/tree-construction copying html5lib/tests/testdata/tree-construction/tests17.dat -> build/lib/html5lib/tests/testdata/tree-construction copying html5lib/tests/testdata/tree-construction/tests18.dat -> build/lib/html5lib/tests/testdata/tree-construction copying html5lib/tests/testdata/tree-construction/tests19.dat -> build/lib/html5lib/tests/testdata/tree-construction copying html5lib/tests/testdata/tree-construction/tests2.dat -> build/lib/html5lib/tests/testdata/tree-construction copying html5lib/tests/testdata/tree-construction/tests20.dat -> build/lib/html5lib/tests/testdata/tree-construction copying html5lib/tests/testdata/tree-construction/tests21.dat -> build/lib/html5lib/tests/testdata/tree-construction copying html5lib/tests/testdata/tree-construction/tests22.dat -> build/lib/html5lib/tests/testdata/tree-construction copying html5lib/tests/testdata/tree-construction/tests23.dat -> build/lib/html5lib/tests/testdata/tree-construction copying html5lib/tests/testdata/tree-construction/tests24.dat -> build/lib/html5lib/tests/testdata/tree-construction copying html5lib/tests/testdata/tree-construction/tests25.dat -> build/lib/html5lib/tests/testdata/tree-construction copying html5lib/tests/testdata/tree-construction/tests26.dat -> build/lib/html5lib/tests/testdata/tree-construction copying html5lib/tests/testdata/tree-construction/tests3.dat -> build/lib/html5lib/tests/testdata/tree-construction copying html5lib/tests/testdata/tree-construction/tests4.dat -> build/lib/html5lib/tests/testdata/tree-construction copying html5lib/tests/testdata/tree-construction/tests5.dat -> build/lib/html5lib/tests/testdata/tree-construction copying html5lib/tests/testdata/tree-construction/tests6.dat -> build/lib/html5lib/tests/testdata/tree-construction copying html5lib/tests/testdata/tree-construction/tests7.dat -> build/lib/html5lib/tests/testdata/tree-construction copying html5lib/tests/testdata/tree-construction/tests8.dat -> build/lib/html5lib/tests/testdata/tree-construction copying html5lib/tests/testdata/tree-construction/tests9.dat -> build/lib/html5lib/tests/testdata/tree-construction copying html5lib/tests/testdata/tree-construction/tests_innerHTML_1.dat -> build/lib/html5lib/tests/testdata/tree-construction copying html5lib/tests/testdata/tree-construction/tricky01.dat -> build/lib/html5lib/tests/testdata/tree-construction copying html5lib/tests/testdata/tree-construction/webkit01.dat -> build/lib/html5lib/tests/testdata/tree-construction copying html5lib/tests/testdata/tree-construction/webkit02.dat -> build/lib/html5lib/tests/testdata/tree-construction ===> Staging for py27-html5lib-0.95_1 ===> py27-html5lib-0.95_1 depends on package: py27-setuptools27>0 - found ===> py27-html5lib-0.95_1 depends on file: /usr/local/bin/python2.7 - found ===> py27-html5lib-0.95_1 depends on executable: python2 - found ===> Generating temporary packing list running install running build running build_py running egg_info writing html5lib.egg-info/PKG-INFO writing top-level names to html5lib.egg-info/top_level.txt writing dependency_links to html5lib.egg-info/dependency_links.txt warning: manifest_maker: standard file '-c' not found reading manifest file 'html5lib.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' writing manifest file 'html5lib.egg-info/SOURCES.txt' running install_lib creating /obj/buildshare/ports/355755/www/py-html5lib/work/stage/usr/local/lib/python2.7 creating /obj/buildshare/ports/355755/www/py-html5lib/work/stage/usr/local/lib/python2.7/site-packages creating /obj/buildshare/ports/355755/www/py-html5lib/work/stage/usr/local/lib/python2.7/site-packages/html5lib creating /obj/buildshare/ports/355755/www/py-html5lib/work/stage/usr/local/lib/python2.7/site-packages/html5lib/serializer copying build/lib/html5lib/serializer/__init__.py -> /obj/buildshare/ports/355755/www/py-html5lib/work/stage/usr/local/lib/python2.7/site-packages/html5lib/serializer copying build/lib/html5lib/serializer/xhtmlserializer.py -> /obj/buildshare/ports/355755/www/py-html5lib/work/stage/usr/local/lib/python2.7/site-packages/html5lib/serializer copying build/lib/html5lib/serializer/htmlserializer.py -> /obj/buildshare/ports/355755/www/py-html5lib/work/stage/usr/local/lib/python2.7/site-packages/html5lib/serializer creating /obj/buildshare/ports/355755/www/py-html5lib/work/stage/usr/local/lib/python2.7/site-packages/html5lib/filters copying build/lib/html5lib/filters/inject_meta_charset.py -> /obj/buildshare/ports/355755/www/py-html5lib/work/stage/usr/local/lib/python2.7/site-packages/html5lib/filters copying build/lib/html5lib/filters/__init__.py -> /obj/buildshare/ports/355755/www/py-html5lib/work/stage/usr/local/lib/python2.7/site-packages/html5lib/filters copying build/lib/html5lib/filters/sanitizer.py -> /obj/buildshare/ports/355755/www/py-html5lib/work/stage/usr/local/lib/python2.7/site-packages/html5lib/filters copying build/lib/html5lib/filters/_base.py -> /obj/buildshare/ports/355755/www/py-html5lib/work/stage/usr/local/lib/python2.7/site-packages/html5lib/filters copying build/lib/html5lib/filters/whitespace.py -> /obj/buildshare/ports/355755/www/py-html5lib/work/stage/usr/local/lib/python2.7/site-packages/html5lib/filters copying build/lib/html5lib/filters/lint.py -> /obj/buildshare/ports/355755/www/py-html5lib/work/stage/usr/local/lib/python2.7/site-packages/html5lib/filters copying build/lib/html5lib/filters/formfiller.py -> /obj/buildshare/ports/355755/www/py-html5lib/work/stage/usr/local/lib/python2.7/site-packages/html5lib/filters copying build/lib/html5lib/filters/optionaltags.py -> /obj/buildshare/ports/355755/www/py-html5lib/work/stage/usr/local/lib/python2.7/site-packages/html5lib/filters creating /obj/buildshare/ports/355755/www/py-html5lib/work/stage/usr/local/lib/python2.7/site-packages/html5lib/tests copying build/lib/html5lib/tests/tokenizertotree.py -> /obj/buildshare/ports/355755/www/py-html5lib/work/stage/usr/local/lib/python2.7/site-packages/html5lib/tests creating /obj/buildshare/ports/355755/www/py-html5lib/work/stage/usr/local/lib/python2.7/site-packages/html5lib/tests/testdata creating /obj/buildshare/ports/355755/www/py-html5lib/work/stage/usr/local/lib/python2.7/site-packages/html5lib/tests/testdata/serializer copying build/lib/html5lib/tests/testdata/serializer/injectmeta.test -> /obj/buildshare/ports/355755/www/py-html5lib/work/stage/usr/local/lib/python2.7/site-packages/html5lib/tests/testdata/serializer copying build/lib/html5lib/tests/testdata/serializer/core.test -> /obj/buildshare/ports/355755/www/py-html5lib/work/stage/usr/local/lib/python2.7/site-packages/html5lib/tests/testdata/serializer copying build/lib/html5lib/tests/testdata/serializer/optionaltags.test -> /obj/buildshare/ports/355755/www/py-html5lib/work/stage/usr/local/lib/python2.7/site-packages/html5lib/tests/testdata/serializer copying build/lib/html5lib/tests/testdata/serializer/options.test -> /obj/buildshare/ports/355755/www/py-html5lib/work/stage/usr/local/lib/python2.7/site-packages/html5lib/tests/testdata/serializer copying build/lib/html5lib/tests/testdata/serializer/whitespace.test -> /obj/buildshare/ports/355755/www/py-html5lib/work/stage/usr/local/lib/python2.7/site-packages/html5lib/tests/testdata/serializer creating /obj/buildshare/ports/355755/www/py-html5lib/work/stage/usr/local/lib/python2.7/site-packages/html5lib/tests/testdata/sniffer copying build/lib/html5lib/tests/testdata/sniffer/htmlOrFeed.json -> /obj/buildshare/ports/355755/www/py-html5lib/work/stage/usr/local/lib/python2.7/site-packages/html5lib/tests/testdata/sniffer creating /obj/buildshare/ports/355755/www/py-html5lib/work/stage/usr/local/lib/python2.7/site-packages/html5lib/tests/testdata/tree-construction copying build/lib/html5lib/tests/testdata/tree-construction/tests2.dat -> /obj/buildshare/ports/355755/www/py-html5lib/work/stage/usr/local/lib/python2.7/site-packages/html5lib/tests/testdata/tree-construction copying build/lib/html5lib/tests/testdata/tree-construction/tests15.dat -> /obj/buildshare/ports/355755/www/py-html5lib/work/stage/usr/local/lib/python2.7/site-packages/html5lib/tests/testdata/tree-construction copying build/lib/html5lib/tests/testdata/tree-construction/tests23.dat -> /obj/buildshare/ports/355755/www/py-html5lib/work/stage/usr/local/lib/python2.7/site-packages/html5lib/tests/testdata/tree-construction copying build/lib/html5lib/tests/testdata/tree-construction/tests7.dat -> /obj/buildshare/ports/355755/www/py-html5lib/work/stage/usr/local/lib/python2.7/site-packages/html5lib/tests/testdata/tree-construction copying build/lib/html5lib/tests/testdata/tree-construction/adoption02.dat -> /obj/buildshare/ports/355755/www/py-html5lib/work/stage/usr/local/lib/python2.7/site-packages/html5lib/tests/testdata/tree-construction copying build/lib/html5lib/tests/testdata/tree-construction/tests26.dat -> /obj/buildshare/ports/355755/www/py-html5lib/work/stage/usr/local/lib/python2.7/site-packages/html5lib/tests/testdata/tree-construction copying build/lib/html5lib/tests/testdata/tree-construction/tests_innerHTML_1.dat -> /obj/buildshare/ports/355755/www/py-html5lib/work/stage/usr/local/lib/python2.7/site-packages/html5lib/tests/testdata/tree-construction copying build/lib/html5lib/tests/testdata/tree-construction/tests10.dat -> /obj/buildshare/ports/355755/www/py-html5lib/work/stage/usr/local/lib/python2.7/site-packages/html5lib/tests/testdata/tree-construction copying build/lib/html5lib/tests/testdata/tree-construction/tests6.dat -> /obj/buildshare/ports/355755/www/py-html5lib/work/stage/usr/local/lib/python2.7/site-packages/html5lib/tests/testdata/tree-construction copying build/lib/html5lib/tests/testdata/tree-construction/tests9.dat -> /obj/buildshare/ports/355755/www/py-html5lib/work/stage/usr/local/lib/python2.7/site-packages/html5lib/tests/testdata/tree-construction copying build/lib/html5lib/tests/testdata/tree-construction/tests11.dat -> /obj/buildshare/ports/355755/www/py-html5lib/work/stage/usr/local/lib/python2.7/site-packages/html5lib/tests/testdata/tree-construction copying build/lib/html5lib/tests/testdata/tree-construction/entities02.dat -> /obj/buildshare/ports/355755/www/py-html5lib/work/stage/usr/local/lib/python2.7/site-packages/html5lib/tests/testdata/tree-construction copying build/lib/html5lib/tests/testdata/tree-construction/scriptdata01.dat -> /obj/buildshare/ports/355755/www/py-html5lib/work/stage/usr/local/lib/python2.7/site-packages/html5lib/tests/testdata/tree-construction copying build/lib/html5lib/tests/testdata/tree-construction/isindex.dat -> /obj/buildshare/ports/355755/www/py-html5lib/work/stage/usr/local/lib/python2.7/site-packages/html5lib/tests/testdata/tree-construction copying build/lib/html5lib/tests/testdata/tree-construction/tests16.dat -> /obj/buildshare/ports/355755/www/py-html5lib/work/stage/usr/local/lib/python2.7/site-packages/html5lib/tests/testdata/tree-construction copying build/lib/html5lib/tests/testdata/tree-construction/plain-text-unsafe.dat -> /obj/buildshare/ports/355755/www/py-html5lib/work/stage/usr/local/lib/python2.7/site-packages/html5lib/tests/testdata/tree-construction copying build/lib/html5lib/tests/testdata/tree-construction/tests12.dat -> /obj/buildshare/ports/355755/www/py-html5lib/work/stage/usr/local/lib/python2.7/site-packages/html5lib/tests/testdata/tree-construction copying build/lib/html5lib/tests/testdata/tree-construction/tables01.dat -> /obj/buildshare/ports/355755/www/py-html5lib/work/stage/usr/local/lib/python2.7/site-packages/html5lib/tests/testdata/tree-construction copying build/lib/html5lib/tests/testdata/tree-construction/comments01.dat -> /obj/buildshare/ports/355755/www/py-html5lib/work/stage/usr/local/lib/python2.7/site-packages/html5lib/tests/testdata/tree-construction copying build/lib/html5lib/tests/testdata/tree-construction/html5test-com.dat -> /obj/buildshare/ports/355755/www/py-html5lib/work/stage/usr/local/lib/python2.7/site-packages/html5lib/tests/testdata/tree-construction copying build/lib/html5lib/tests/testdata/tree-construction/tests8.dat -> /obj/buildshare/ports/355755/www/py-html5lib/work/stage/usr/local/lib/python2.7/site-packages/html5lib/tests/testdata/tree-construction copying build/lib/html5lib/tests/testdata/tree-construction/tests3.dat -> /obj/buildshare/ports/355755/www/py-html5lib/work/stage/usr/local/lib/python2.7/site-packages/html5lib/tests/testdata/tree-construction copying build/lib/html5lib/tests/testdata/tree-construction/pending-spec-changes.dat -> /obj/buildshare/ports/355755/www/py-html5lib/work/stage/usr/local/lib/python2.7/site-packages/html5lib/tests/testdata/tree-construction copying build/lib/html5lib/tests/testdata/tree-construction/tests22.dat -> /obj/buildshare/ports/355755/www/py-html5lib/work/stage/usr/local/lib/python2.7/site-packages/html5lib/tests/testdata/tree-construction copying build/lib/html5lib/tests/testdata/tree-construction/pending-spec-changes-plain-text-unsafe.dat -> /obj/buildshare/ports/355755/www/py-html5lib/work/stage/usr/local/lib/python2.7/site-packages/html5lib/tests/testdata/tree-construction copying build/lib/html5lib/tests/testdata/tree-construction/tests21.dat -> /obj/buildshare/ports/355755/www/py-html5lib/work/stage/usr/local/lib/python2.7/site-packages/html5lib/tests/testdata/tree-construction copying build/lib/html5lib/tests/testdata/tree-construction/domjs-unsafe.dat -> /obj/buildshare/ports/355755/www/py-html5lib/work/stage/usr/local/lib/python2.7/site-packages/html5lib/tests/testdata/tree-construction copying build/lib/html5lib/tests/testdata/tree-construction/inbody01.dat -> /obj/buildshare/ports/355755/www/py-html5lib/work/stage/usr/local/lib/python2.7/site-packages/html5lib/tests/testdata/tree-construction copying build/lib/html5lib/tests/testdata/tree-construction/webkit01.dat -> /obj/buildshare/ports/355755/www/py-html5lib/work/stage/usr/local/lib/python2.7/site-packages/html5lib/tests/testdata/tree-construction copying build/lib/html5lib/tests/testdata/tree-construction/doctype01.dat -> /obj/buildshare/ports/355755/www/py-html5lib/work/stage/usr/local/lib/python2.7/site-packages/html5lib/tests/testdata/tree-construction copying build/lib/html5lib/tests/testdata/tree-construction/tricky01.dat -> /obj/buildshare/ports/355755/www/py-html5lib/work/stage/usr/local/lib/python2.7/site-packages/html5lib/tests/testdata/tree-construction copying build/lib/html5lib/tests/testdata/tree-construction/tests18.dat -> /obj/buildshare/ports/355755/www/py-html5lib/work/stage/usr/local/lib/python2.7/site-packages/html5lib/tests/testdata/tree-construction copying build/lib/html5lib/tests/testdata/tree-construction/tests17.dat -> /obj/buildshare/ports/355755/www/py-html5lib/work/stage/usr/local/lib/python2.7/site-packages/html5lib/tests/testdata/tree-construction copying build/lib/html5lib/tests/testdata/tree-construction/tests1.dat -> /obj/buildshare/ports/355755/www/py-html5lib/work/stage/usr/local/lib/python2.7/site-packages/html5lib/tests/testdata/tree-construction copying build/lib/html5lib/tests/testdata/tree-construction/tests20.dat -> /obj/buildshare/ports/355755/www/py-html5lib/work/stage/usr/local/lib/python2.7/site-packages/html5lib/tests/testdata/tree-construction copying build/lib/html5lib/tests/testdata/tree-construction/tests25.dat -> /obj/buildshare/ports/355755/www/py-html5lib/work/stage/usr/local/lib/python2.7/site-packages/html5lib/tests/testdata/tree-construction copying build/lib/html5lib/tests/testdata/tree-construction/webkit02.dat -> /obj/buildshare/ports/355755/www/py-html5lib/work/stage/usr/local/lib/python2.7/site-packages/html5lib/tests/testdata/tree-construction copying build/lib/html5lib/tests/testdata/tree-construction/adoption01.dat -> /obj/buildshare/ports/355755/www/py-html5lib/work/stage/usr/local/lib/python2.7/site-packages/html5lib/tests/testdata/tree-construction copying build/lib/html5lib/tests/testdata/tree-construction/tests19.dat -> /obj/buildshare/ports/355755/www/py-html5lib/work/stage/usr/local/lib/python2.7/site-packages/html5lib/tests/testdata/tree-construction copying build/lib/html5lib/tests/testdata/tree-construction/tests4.dat -> /obj/buildshare/ports/355755/www/py-html5lib/work/stage/usr/local/lib/python2.7/site-packages/html5lib/tests/testdata/tree-construction copying build/lib/html5lib/tests/testdata/tree-construction/tests24.dat -> /obj/buildshare/ports/355755/www/py-html5lib/work/stage/usr/local/lib/python2.7/site-packages/html5lib/tests/testdata/tree-construction copying build/lib/html5lib/tests/testdata/tree-construction/tests14.dat -> /obj/buildshare/ports/355755/www/py-html5lib/work/stage/usr/local/lib/python2.7/site-packages/html5lib/tests/testdata/tree-construction copying build/lib/html5lib/tests/testdata/tree-construction/tests5.dat -> /obj/buildshare/ports/355755/www/py-html5lib/work/stage/usr/local/lib/python2.7/site-packages/html5lib/tests/testdata/tree-construction copying build/lib/html5lib/tests/testdata/tree-construction/entities01.dat -> /obj/buildshare/ports/355755/www/py-html5lib/work/stage/usr/local/lib/python2.7/site-packages/html5lib/tests/testdata/tree-construction creating /obj/buildshare/ports/355755/www/py-html5lib/work/stage/usr/local/lib/python2.7/site-packages/html5lib/tests/testdata/sanitizer copying build/lib/html5lib/tests/testdata/sanitizer/tests1.dat -> /obj/buildshare/ports/355755/www/py-html5lib/work/stage/usr/local/lib/python2.7/site-packages/html5lib/tests/testdata/sanitizer creating /obj/buildshare/ports/355755/www/py-html5lib/work/stage/usr/local/lib/python2.7/site-packages/html5lib/tests/testdata/tokenizer copying build/lib/html5lib/tests/testdata/tokenizer/namedEntities.test -> /obj/buildshare/ports/355755/www/py-html5lib/work/stage/usr/local/lib/python2.7/site-packages/html5lib/tests/testdata/tokenizer copying build/lib/html5lib/tests/testdata/tokenizer/escapeFlag.test -> /obj/buildshare/ports/355755/www/py-html5lib/work/stage/usr/local/lib/python2.7/site-packages/html5lib/tests/testdata/tokenizer copying build/lib/html5lib/tests/testdata/tokenizer/test4.test -> /obj/buildshare/ports/355755/www/py-html5lib/work/stage/usr/local/lib/python2.7/site-packages/html5lib/tests/testdata/tokenizer copying build/lib/html5lib/tests/testdata/tokenizer/unicodeCharsProblematic.test -> /obj/buildshare/ports/355755/www/py-html5lib/work/stage/usr/local/lib/python2.7/site-packages/html5lib/tests/testdata/tokenizer copying build/lib/html5lib/tests/testdata/tokenizer/test2.test -> /obj/buildshare/ports/355755/www/py-html5lib/work/stage/usr/local/lib/python2.7/site-packages/html5lib/tests/testdata/tokenizer copying build/lib/html5lib/tests/testdata/tokenizer/pendingSpecChanges.test -> /obj/buildshare/ports/355755/www/py-html5lib/work/stage/usr/local/lib/python2.7/site-packages/html5lib/tests/testdata/tokenizer copying build/lib/html5lib/tests/testdata/tokenizer/xmlViolation.test -> /obj/buildshare/ports/355755/www/py-html5lib/work/stage/usr/local/lib/python2.7/site-packages/html5lib/tests/testdata/tokenizer copying build/lib/html5lib/tests/testdata/tokenizer/contentModelFlags.test -> /obj/buildshare/ports/355755/www/py-html5lib/work/stage/usr/local/lib/python2.7/site-packages/html5lib/tests/testdata/tokenizer copying build/lib/html5lib/tests/testdata/tokenizer/numericEntities.test -> /obj/buildshare/ports/355755/www/py-html5lib/work/stage/usr/local/lib/python2.7/site-packages/html5lib/tests/testdata/tokenizer copying build/lib/html5lib/tests/testdata/tokenizer/entities.test -> /obj/buildshare/ports/355755/www/py-html5lib/work/stage/usr/local/lib/python2.7/site-packages/html5lib/tests/testdata/tokenizer copying build/lib/html5lib/tests/testdata/tokenizer/test1.test -> /obj/buildshare/ports/355755/www/py-html5lib/work/stage/usr/local/lib/python2.7/site-packages/html5lib/tests/testdata/tokenizer copying build/lib/html5lib/tests/testdata/tokenizer/domjs.test -> /obj/buildshare/ports/355755/www/py-html5lib/work/stage/usr/local/lib/python2.7/site-packages/html5lib/tests/testdata/tokenizer copying build/lib/html5lib/tests/testdata/tokenizer/unicodeChars.test -> /obj/buildshare/ports/355755/www/py-html5lib/work/stage/usr/local/lib/python2.7/site-packages/html5lib/tests/testdata/tokenizer copying build/lib/html5lib/tests/testdata/tokenizer/test3.test -> /obj/buildshare/ports/355755/www/py-html5lib/work/stage/usr/local/lib/python2.7/site-packages/html5lib/tests/testdata/tokenizer creating /obj/buildshare/ports/355755/www/py-html5lib/work/stage/usr/local/lib/python2.7/site-packages/html5lib/tests/testdata/encoding copying build/lib/html5lib/tests/testdata/encoding/tests2.dat -> /obj/buildshare/ports/355755/www/py-html5lib/work/stage/usr/local/lib/python2.7/site-packages/html5lib/tests/testdata/encoding copying build/lib/html5lib/tests/testdata/encoding/test-yahoo-jp.dat -> /obj/buildshare/ports/355755/www/py-html5lib/work/stage/usr/local/lib/python2.7/site-packages/html5lib/tests/testdata/encoding copying build/lib/html5lib/tests/testdata/encoding/tests1.dat -> /obj/buildshare/ports/355755/www/py-html5lib/work/stage/usr/local/lib/python2.7/site-packages/html5lib/tests/testdata/encoding copying build/lib/html5lib/tests/test_parser.py -> /obj/buildshare/ports/355755/www/py-html5lib/work/stage/usr/local/lib/python2.7/site-packages/html5lib/tests copying build/lib/html5lib/tests/test_formfiller.py -> /obj/buildshare/ports/355755/www/py-html5lib/work/stage/usr/local/lib/python2.7/site-packages/html5lib/tests copying build/lib/html5lib/tests/mockParser.py -> /obj/buildshare/ports/355755/www/py-html5lib/work/stage/usr/local/lib/python2.7/site-packages/html5lib/tests copying build/lib/html5lib/tests/test_sanitizer.py -> /obj/buildshare/ports/355755/www/py-html5lib/work/stage/usr/local/lib/python2.7/site-packages/html5lib/tests copying build/lib/html5lib/tests/__init__.py -> /obj/buildshare/ports/355755/www/py-html5lib/work/stage/usr/local/lib/python2.7/site-packages/html5lib/tests copying build/lib/html5lib/tests/test_stream.py -> /obj/buildshare/ports/355755/www/py-html5lib/work/stage/usr/local/lib/python2.7/site-packages/html5lib/tests copying build/lib/html5lib/tests/test_parser2.py -> /obj/buildshare/ports/355755/www/py-html5lib/work/stage/usr/local/lib/python2.7/site-packages/html5lib/tests copying build/lib/html5lib/tests/test_encoding.py -> /obj/buildshare/ports/355755/www/py-html5lib/work/stage/usr/local/lib/python2.7/site-packages/html5lib/tests copying build/lib/html5lib/tests/runtests.py -> /obj/buildshare/ports/355755/www/py-html5lib/work/stage/usr/local/lib/python2.7/site-packages/html5lib/tests copying build/lib/html5lib/tests/test_serializer.py -> /obj/buildshare/ports/355755/www/py-html5lib/work/stage/usr/local/lib/python2.7/site-packages/html5lib/tests copying build/lib/html5lib/tests/test_treewalkers.py -> /obj/buildshare/ports/355755/www/py-html5lib/work/stage/usr/local/lib/python2.7/site-packages/html5lib/tests copying build/lib/html5lib/tests/runparsertests.py -> /obj/buildshare/ports/355755/www/py-html5lib/work/stage/usr/local/lib/python2.7/site-packages/html5lib/tests copying build/lib/html5lib/tests/support.py -> /obj/buildshare/ports/355755/www/py-html5lib/work/stage/usr/local/lib/python2.7/site-packages/html5lib/tests copying build/lib/html5lib/tests/test_whitespace_filter.py -> /obj/buildshare/ports/355755/www/py-html5lib/work/stage/usr/local/lib/python2.7/site-packages/html5lib/tests copying build/lib/html5lib/tests/test_tokenizer.py -> /obj/buildshare/ports/355755/www/py-html5lib/work/stage/usr/local/lib/python2.7/site-packages/html5lib/tests copying build/lib/html5lib/__init__.py -> /obj/buildshare/ports/355755/www/py-html5lib/work/stage/usr/local/lib/python2.7/site-packages/html5lib copying build/lib/html5lib/inputstream.py -> /obj/buildshare/ports/355755/www/py-html5lib/work/stage/usr/local/lib/python2.7/site-packages/html5lib creating /obj/buildshare/ports/355755/www/py-html5lib/work/stage/usr/local/lib/python2.7/site-packages/html5lib/treebuilders copying build/lib/html5lib/treebuilders/simpletree.py -> /obj/buildshare/ports/355755/www/py-html5lib/work/stage/usr/local/lib/python2.7/site-packages/html5lib/treebuilders copying build/lib/html5lib/treebuilders/__init__.py -> /obj/buildshare/ports/355755/www/py-html5lib/work/stage/usr/local/lib/python2.7/site-packages/html5lib/treebuilders copying build/lib/html5lib/treebuilders/soup.py -> /obj/buildshare/ports/355755/www/py-html5lib/work/stage/usr/local/lib/python2.7/site-packages/html5lib/treebuilders copying build/lib/html5lib/treebuilders/_base.py -> /obj/buildshare/ports/355755/www/py-html5lib/work/stage/usr/local/lib/python2.7/site-packages/html5lib/treebuilders copying build/lib/html5lib/treebuilders/etree.py -> /obj/buildshare/ports/355755/www/py-html5lib/work/stage/usr/local/lib/python2.7/site-packages/html5lib/treebuilders copying build/lib/html5lib/treebuilders/etree_lxml.py -> /obj/buildshare/ports/355755/www/py-html5lib/work/stage/usr/local/lib/python2.7/site-packages/html5lib/treebuilders copying build/lib/html5lib/treebuilders/dom.py -> /obj/buildshare/ports/355755/www/py-html5lib/work/stage/usr/local/lib/python2.7/site-packages/html5lib/treebuilders copying build/lib/html5lib/sanitizer.py -> /obj/buildshare/ports/355755/www/py-html5lib/work/stage/usr/local/lib/python2.7/site-packages/html5lib creating /obj/buildshare/ports/355755/www/py-html5lib/work/stage/usr/local/lib/python2.7/site-packages/html5lib/treewalkers copying build/lib/html5lib/treewalkers/simpletree.py -> /obj/buildshare/ports/355755/www/py-html5lib/work/stage/usr/local/lib/python2.7/site-packages/html5lib/treewalkers copying build/lib/html5lib/treewalkers/lxmletree.py -> /obj/buildshare/ports/355755/www/py-html5lib/work/stage/usr/local/lib/python2.7/site-packages/html5lib/treewalkers copying build/lib/html5lib/treewalkers/pulldom.py -> /obj/buildshare/ports/355755/www/py-html5lib/work/stage/usr/local/lib/python2.7/site-packages/html5lib/treewalkers copying build/lib/html5lib/treewalkers/genshistream.py -> /obj/buildshare/ports/355755/www/py-html5lib/work/stage/usr/local/lib/python2.7/site-packages/html5lib/treewalkers copying build/lib/html5lib/treewalkers/__init__.py -> /obj/buildshare/ports/355755/www/py-html5lib/work/stage/usr/local/lib/python2.7/site-packages/html5lib/treewalkers copying build/lib/html5lib/treewalkers/soup.py -> /obj/buildshare/ports/355755/www/py-html5lib/work/stage/usr/local/lib/python2.7/site-packages/html5lib/treewalkers copying build/lib/html5lib/treewalkers/_base.py -> /obj/buildshare/ports/355755/www/py-html5lib/work/stage/usr/local/lib/python2.7/site-packages/html5lib/treewalkers copying build/lib/html5lib/treewalkers/etree.py -> /obj/buildshare/ports/355755/www/py-html5lib/work/stage/usr/local/lib/python2.7/site-packages/html5lib/treewalkers copying build/lib/html5lib/treewalkers/dom.py -> /obj/buildshare/ports/355755/www/py-html5lib/work/stage/usr/local/lib/python2.7/site-packages/html5lib/treewalkers copying build/lib/html5lib/tokenizer.py -> /obj/buildshare/ports/355755/www/py-html5lib/work/stage/usr/local/lib/python2.7/site-packages/html5lib copying build/lib/html5lib/html5parser.py -> /obj/buildshare/ports/355755/www/py-html5lib/work/stage/usr/local/lib/python2.7/site-packages/html5lib copying build/lib/html5lib/constants.py -> /obj/buildshare/ports/355755/www/py-html5lib/work/stage/usr/local/lib/python2.7/site-packages/html5lib copying build/lib/html5lib/ihatexml.py -> /obj/buildshare/ports/355755/www/py-html5lib/work/stage/usr/local/lib/python2.7/site-packages/html5lib copying build/lib/html5lib/utils.py -> /obj/buildshare/ports/355755/www/py-html5lib/work/stage/usr/local/lib/python2.7/site-packages/html5lib byte-compiling /obj/buildshare/ports/355755/www/py-html5lib/work/stage/usr/local/lib/python2.7/site-packages/html5lib/serializer/__init__.py to __init__.pyc byte-compiling /obj/buildshare/ports/355755/www/py-html5lib/work/stage/usr/local/lib/python2.7/site-packages/html5lib/serializer/xhtmlserializer.py to xhtmlserializer.pyc byte-compiling /obj/buildshare/ports/355755/www/py-html5lib/work/stage/usr/local/lib/python2.7/site-packages/html5lib/serializer/htmlserializer.py to htmlserializer.pyc byte-compiling /obj/buildshare/ports/355755/www/py-html5lib/work/stage/usr/local/lib/python2.7/site-packages/html5lib/filters/inject_meta_charset.py to inject_meta_charset.pyc byte-compiling /obj/buildshare/ports/355755/www/py-html5lib/work/stage/usr/local/lib/python2.7/site-packages/html5lib/filters/__init__.py to __init__.pyc byte-compiling /obj/buildshare/ports/355755/www/py-html5lib/work/stage/usr/local/lib/python2.7/site-packages/html5lib/filters/sanitizer.py to sanitizer.pyc byte-compiling /obj/buildshare/ports/355755/www/py-html5lib/work/stage/usr/local/lib/python2.7/site-packages/html5lib/filters/_base.py to _base.pyc byte-compiling /obj/buildshare/ports/355755/www/py-html5lib/work/stage/usr/local/lib/python2.7/site-packages/html5lib/filters/whitespace.py to whitespace.pyc byte-compiling /obj/buildshare/ports/355755/www/py-html5lib/work/stage/usr/local/lib/python2.7/site-packages/html5lib/filters/lint.py to lint.pyc byte-compiling /obj/buildshare/ports/355755/www/py-html5lib/work/stage/usr/local/lib/python2.7/site-packages/html5lib/filters/formfiller.py to formfiller.pyc byte-compiling /obj/buildshare/ports/355755/www/py-html5lib/work/stage/usr/local/lib/python2.7/site-packages/html5lib/filters/optionaltags.py to optionaltags.pyc byte-compiling /obj/buildshare/ports/355755/www/py-html5lib/work/stage/usr/local/lib/python2.7/site-packages/html5lib/tests/tokenizertotree.py to tokenizertotree.pyc byte-compiling /obj/buildshare/ports/355755/www/py-html5lib/work/stage/usr/local/lib/python2.7/site-packages/html5lib/tests/test_parser.py to test_parser.pyc byte-compiling /obj/buildshare/ports/355755/www/py-html5lib/work/stage/usr/local/lib/python2.7/site-packages/html5lib/tests/test_formfiller.py to test_formfiller.pyc byte-compiling /obj/buildshare/ports/355755/www/py-html5lib/work/stage/usr/local/lib/python2.7/site-packages/html5lib/tests/mockParser.py to mockParser.pyc byte-compiling /obj/buildshare/ports/355755/www/py-html5lib/work/stage/usr/local/lib/python2.7/site-packages/html5lib/tests/test_sanitizer.py to test_sanitizer.pyc byte-compiling /obj/buildshare/ports/355755/www/py-html5lib/work/stage/usr/local/lib/python2.7/site-packages/html5lib/tests/__init__.py to __init__.pyc byte-compiling /obj/buildshare/ports/355755/www/py-html5lib/work/stage/usr/local/lib/python2.7/site-packages/html5lib/tests/test_stream.py to test_stream.pyc byte-compiling /obj/buildshare/ports/355755/www/py-html5lib/work/stage/usr/local/lib/python2.7/site-packages/html5lib/tests/test_parser2.py to test_parser2.pyc byte-compiling /obj/buildshare/ports/355755/www/py-html5lib/work/stage/usr/local/lib/python2.7/site-packages/html5lib/tests/test_encoding.py to test_encoding.pyc byte-compiling /obj/buildshare/ports/355755/www/py-html5lib/work/stage/usr/local/lib/python2.7/site-packages/html5lib/tests/runtests.py to runtests.pyc byte-compiling /obj/buildshare/ports/355755/www/py-html5lib/work/stage/usr/local/lib/python2.7/site-packages/html5lib/tests/test_serializer.py to test_serializer.pyc byte-compiling /obj/buildshare/ports/355755/www/py-html5lib/work/stage/usr/local/lib/python2.7/site-packages/html5lib/tests/test_treewalkers.py to test_treewalkers.pyc byte-compiling /obj/buildshare/ports/355755/www/py-html5lib/work/stage/usr/local/lib/python2.7/site-packages/html5lib/tests/runparsertests.py to runparsertests.pyc byte-compiling /obj/buildshare/ports/355755/www/py-html5lib/work/stage/usr/local/lib/python2.7/site-packages/html5lib/tests/support.py to support.pyc byte-compiling /obj/buildshare/ports/355755/www/py-html5lib/work/stage/usr/local/lib/python2.7/site-packages/html5lib/tests/test_whitespace_filter.py to test_whitespace_filter.pyc byte-compiling /obj/buildshare/ports/355755/www/py-html5lib/work/stage/usr/local/lib/python2.7/site-packages/html5lib/tests/test_tokenizer.py to test_tokenizer.pyc byte-compiling /obj/buildshare/ports/355755/www/py-html5lib/work/stage/usr/local/lib/python2.7/site-packages/html5lib/__init__.py to __init__.pyc byte-compiling /obj/buildshare/ports/355755/www/py-html5lib/work/stage/usr/local/lib/python2.7/site-packages/html5lib/inputstream.py to inputstream.pyc byte-compiling /obj/buildshare/ports/355755/www/py-html5lib/work/stage/usr/local/lib/python2.7/site-packages/html5lib/treebuilders/simpletree.py to simpletree.pyc byte-compiling /obj/buildshare/ports/355755/www/py-html5lib/work/stage/usr/local/lib/python2.7/site-packages/html5lib/treebuilders/__init__.py to __init__.pyc byte-compiling /obj/buildshare/ports/355755/www/py-html5lib/work/stage/usr/local/lib/python2.7/site-packages/html5lib/treebuilders/soup.py to soup.pyc byte-compiling /obj/buildshare/ports/355755/www/py-html5lib/work/stage/usr/local/lib/python2.7/site-packages/html5lib/treebuilders/_base.py to _base.pyc byte-compiling /obj/buildshare/ports/355755/www/py-html5lib/work/stage/usr/local/lib/python2.7/site-packages/html5lib/treebuilders/etree.py to etree.pyc byte-compiling /obj/buildshare/ports/355755/www/py-html5lib/work/stage/usr/local/lib/python2.7/site-packages/html5lib/treebuilders/etree_lxml.py to etree_lxml.pyc byte-compiling /obj/buildshare/ports/355755/www/py-html5lib/work/stage/usr/local/lib/python2.7/site-packages/html5lib/treebuilders/dom.py to dom.pyc byte-compiling /obj/buildshare/ports/355755/www/py-html5lib/work/stage/usr/local/lib/python2.7/site-packages/html5lib/sanitizer.py to sanitizer.pyc byte-compiling /obj/buildshare/ports/355755/www/py-html5lib/work/stage/usr/local/lib/python2.7/site-packages/html5lib/treewalkers/simpletree.py to simpletree.pyc byte-compiling /obj/buildshare/ports/355755/www/py-html5lib/work/stage/usr/local/lib/python2.7/site-packages/html5lib/treewalkers/lxmletree.py to lxmletree.pyc byte-compiling /obj/buildshare/ports/355755/www/py-html5lib/work/stage/usr/local/lib/python2.7/site-packages/html5lib/treewalkers/pulldom.py to pulldom.pyc byte-compiling /obj/buildshare/ports/355755/www/py-html5lib/work/stage/usr/local/lib/python2.7/site-packages/html5lib/treewalkers/genshistream.py to genshistream.pyc byte-compiling /obj/buildshare/ports/355755/www/py-html5lib/work/stage/usr/local/lib/python2.7/site-packages/html5lib/treewalkers/__init__.py to __init__.pyc byte-compiling /obj/buildshare/ports/355755/www/py-html5lib/work/stage/usr/local/lib/python2.7/site-packages/html5lib/treewalkers/soup.py to soup.pyc byte-compiling /obj/buildshare/ports/355755/www/py-html5lib/work/stage/usr/local/lib/python2.7/site-packages/html5lib/treewalkers/_base.py to _base.pyc byte-compiling /obj/buildshare/ports/355755/www/py-html5lib/work/stage/usr/local/lib/python2.7/site-packages/html5lib/treewalkers/etree.py to etree.pyc byte-compiling /obj/buildshare/ports/355755/www/py-html5lib/work/stage/usr/local/lib/python2.7/site-packages/html5lib/treewalkers/dom.py to dom.pyc byte-compiling /obj/buildshare/ports/355755/www/py-html5lib/work/stage/usr/local/lib/python2.7/site-packages/html5lib/tokenizer.py to tokenizer.pyc byte-compiling /obj/buildshare/ports/355755/www/py-html5lib/work/stage/usr/local/lib/python2.7/site-packages/html5lib/html5parser.py to html5parser.pyc byte-compiling /obj/buildshare/ports/355755/www/py-html5lib/work/stage/usr/local/lib/python2.7/site-packages/html5lib/constants.py to constants.pyc byte-compiling /obj/buildshare/ports/355755/www/py-html5lib/work/stage/usr/local/lib/python2.7/site-packages/html5lib/ihatexml.py to ihatexml.pyc byte-compiling /obj/buildshare/ports/355755/www/py-html5lib/work/stage/usr/local/lib/python2.7/site-packages/html5lib/utils.py to utils.pyc writing byte-compilation script '/tmp/tmpeh8frM.py' /usr/local/bin/python2.7 -O /tmp/tmpeh8frM.py removing /tmp/tmpeh8frM.py running install_egg_info Copying html5lib.egg-info to /obj/buildshare/ports/355755/www/py-html5lib/work/stage/usr/local/lib/python2.7/site-packages/html5lib-0.95-py2.7.egg-info running install_scripts writing list of installed files to '/obj/buildshare/ports/355755/www/py-html5lib/work/.PLIST.pymodtmp' ====> Compressing man pages (compress-man) ===> Installing for py27-html5lib-0.95_1 ===> Checking if www/py-html5lib already installed ===> Registering installation for py27-html5lib-0.95_1 Installing py27-html5lib-0.95_1... done Make package ===> Building package for py27-html5lib-0.95_1 slot2: removed