=> Bootstrap dependency digest>=20010302: found digest-20121220 ===> Building for py27-graphite-web-0.9.10nb2 /bin/mkdir -p /scratch/wip/py-graphite-web/work/graphite-web-0.9.10/graphite/webapp /bin/cp -LR /scratch/wip/py-graphite-web/work/graphite-web-0.9.10/webapp/content /scratch/wip/py-graphite-web/work/graphite-web-0.9.10/graphite/webapp (cd /scratch/wip/py-graphite-web/work/graphite-web-0.9.10/ && /usr/bin/env USETOOLS=no PTHREAD_CFLAGS=\ -pthread\ PTHREAD_LDFLAGS=\ -pthread PTHREAD_LIBS= PTHREADBASE=/usr DL_CFLAGS=\ -pthread\ DL_LDFLAGS=\ -pthread DL_LIBS= PYTHON=/usr/pkg/bin/python2.7 CC=gcc CFLAGS=-O2\ -I/usr/include\ -I/usr/pkg/include CPPFLAGS=-I/usr/include\ -I/usr/pkg/include CXX=c++ CXXFLAGS=-O2\ -I/usr/include\ -I/usr/pkg/include COMPILER_RPATH_FLAG=-Wl,-R F77=g77 FC=g77 FFLAGS=-O LANG=C LC_ALL=C LC_COLLATE=C LC_CTYPE=C LC_MESSAGES=C LC_MONETARY=C LC_NUMERIC=C LC_TIME=C LDFLAGS=-L/usr/lib\ -Wl,-R/usr/lib\ -L/usr/pkg/lib\ -Wl,-R/usr/pkg/lib LINKER_RPATH_FLAG=-R PATH=/scratch/wip/py-graphite-web/work/.wrapper/bin:/scratch/wip/py-graphite-web/work/.buildlink/bin:/scratch/wip/py-graphite-web/work/.tools/bin:/usr/pkg/bin:/usr/bin:/bin:/usr/pkg/bin:/usr/local/bin:/usr/pkg/bin:/usr/X11R7/bin PREFIX=/usr/pkg PKG_SYSCONFDIR=/usr/pkg/etc/graphite CPP=cpp CXXCPP=cpp HOME=/scratch/wip/py-graphite-web/work/.home CPP=cpp LINK_ALL_LIBGCC_HACK= LOCALBASE=/usr/pkg NO_WHOLE_ARCHIVE_FLAG=-Wl,--no-whole-archive WHOLE_ARCHIVE_FLAG=-Wl,--whole-archive X11BASE=/usr/X11R7 X11PREFIX=/usr/pkg PKGMANDIR=man PKGINFODIR=info PKGGNUDIR=gnu/ MAKECONF=/dev/null OBJECT_FMT=ELF USETOOLS=no BSD_INSTALL_PROGRAM=/usr/bin/install\ -c\ -s\ -o\ kristerw\ -g\ wheel\ -m\ 755 BSD_INSTALL_SCRIPT=/usr/bin/install\ -c\ -o\ kristerw\ -g\ wheel\ -m\ 755 BSD_INSTALL_LIB=/usr/bin/install\ -c\ -o\ kristerw\ -g\ wheel\ -m\ 755 BSD_INSTALL_DATA=/usr/bin/install\ -c\ -o\ kristerw\ -g\ wheel\ -m\ 644 BSD_INSTALL_MAN=/usr/bin/install\ -c\ -o\ kristerw\ -g\ wheel\ -m\ 644 BSD_INSTALL=/usr/bin/install BSD_INSTALL_PROGRAM_DIR=/usr/bin/install\ -d\ -o\ kristerw\ -g\ wheel\ -m\ 755 BSD_INSTALL_SCRIPT_DIR=/usr/bin/install\ -d\ -o\ kristerw\ -g\ wheel\ -m\ 755 BSD_INSTALL_LIB_DIR=/usr/bin/install\ -d\ -o\ kristerw\ -g\ wheel\ -m\ 755 BSD_INSTALL_DATA_DIR=/usr/bin/install\ -d\ -o\ kristerw\ -g\ wheel\ -m\ 755 BSD_INSTALL_MAN_DIR=/usr/bin/install\ -d\ -o\ kristerw\ -g\ wheel\ -m\ 755 BSD_INSTALL_GAME=/usr/bin/install\ -c\ -s\ -o\ kristerw\ -g\ wheel\ -m\ 2555 BSD_INSTALL_GAME_DATA=/usr/bin/install\ -c\ -o\ kristerw\ -g\ wheel\ -m\ 664 BSD_INSTALL_GAME_DIR=/usr/bin/install\ -d\ -o\ kristerw\ -g\ wheel\ -m\ 775 INSTALL_INFO= MAKEINFO=/scratch/wip/py-graphite-web/work/.tools/bin/makeinfo FLEX= BISON= PKG_CONFIG= PKG_CONFIG_LIBDIR=/scratch/wip/py-graphite-web/work/.buildlink/lib/pkgconfig:/scratch/wip/py-graphite-web/work/.buildlink/share/pkgconfig PKG_CONFIG_LOG=/scratch/wip/py-graphite-web/work/.pkg-config.log PKG_CONFIG_PATH= WRAPPER_DEBUG=no WRAPPER_UPDATE_CACHE=yes VIEWBASE=/usr/pkg /usr/pkg/bin/python2.7 setup.py build ) running build running build_py creating build creating build/lib creating build/lib/graphite copying webapp/graphite/__init__.py -> build/lib/graphite copying webapp/graphite/app_settings.py -> build/lib/graphite copying webapp/graphite/remote_storage.py -> build/lib/graphite copying webapp/graphite/logger.py -> build/lib/graphite copying webapp/graphite/manage.py -> build/lib/graphite copying webapp/graphite/settings.py -> build/lib/graphite copying webapp/graphite/storage.py -> build/lib/graphite copying webapp/graphite/urls.py -> build/lib/graphite copying webapp/graphite/util.py -> build/lib/graphite copying webapp/graphite/views.py -> build/lib/graphite creating build/lib/graphite/account copying webapp/graphite/account/ldapBackend.py -> build/lib/graphite/account copying webapp/graphite/account/__init__.py -> build/lib/graphite/account copying webapp/graphite/account/models.py -> build/lib/graphite/account copying webapp/graphite/account/urls.py -> build/lib/graphite/account copying webapp/graphite/account/views.py -> build/lib/graphite/account creating build/lib/graphite/browser copying webapp/graphite/browser/__init__.py -> build/lib/graphite/browser copying webapp/graphite/browser/urls.py -> build/lib/graphite/browser copying webapp/graphite/browser/views.py -> build/lib/graphite/browser creating build/lib/graphite/cli copying webapp/graphite/cli/__init__.py -> build/lib/graphite/cli copying webapp/graphite/cli/commands.py -> build/lib/graphite/cli copying webapp/graphite/cli/completer.py -> build/lib/graphite/cli copying webapp/graphite/cli/parser.py -> build/lib/graphite/cli copying webapp/graphite/cli/urls.py -> build/lib/graphite/cli copying webapp/graphite/cli/views.py -> build/lib/graphite/cli creating build/lib/graphite/composer copying webapp/graphite/composer/__init__.py -> build/lib/graphite/composer copying webapp/graphite/composer/urls.py -> build/lib/graphite/composer copying webapp/graphite/composer/views.py -> build/lib/graphite/composer creating build/lib/graphite/render copying webapp/graphite/render/functions_test.py -> build/lib/graphite/render copying webapp/graphite/render/__init__.py -> build/lib/graphite/render copying webapp/graphite/render/attime.py -> build/lib/graphite/render copying webapp/graphite/render/datalib.py -> build/lib/graphite/render copying webapp/graphite/render/evaluator.py -> build/lib/graphite/render copying webapp/graphite/render/functions.py -> build/lib/graphite/render copying webapp/graphite/render/grammar.py -> build/lib/graphite/render copying webapp/graphite/render/glyph.py -> build/lib/graphite/render copying webapp/graphite/render/hashing.py -> build/lib/graphite/render copying webapp/graphite/render/urls.py -> build/lib/graphite/render copying webapp/graphite/render/views.py -> build/lib/graphite/render creating build/lib/graphite/whitelist copying webapp/graphite/whitelist/__init__.py -> build/lib/graphite/whitelist copying webapp/graphite/whitelist/urls.py -> build/lib/graphite/whitelist copying webapp/graphite/whitelist/views.py -> build/lib/graphite/whitelist creating build/lib/graphite/metrics copying webapp/graphite/metrics/__init__.py -> build/lib/graphite/metrics copying webapp/graphite/metrics/search.py -> build/lib/graphite/metrics copying webapp/graphite/metrics/urls.py -> build/lib/graphite/metrics copying webapp/graphite/metrics/views.py -> build/lib/graphite/metrics creating build/lib/graphite/dashboard copying webapp/graphite/dashboard/send_graph.py -> build/lib/graphite/dashboard copying webapp/graphite/dashboard/__init__.py -> build/lib/graphite/dashboard copying webapp/graphite/dashboard/admin.py -> build/lib/graphite/dashboard copying webapp/graphite/dashboard/models.py -> build/lib/graphite/dashboard copying webapp/graphite/dashboard/urls.py -> build/lib/graphite/dashboard copying webapp/graphite/dashboard/views.py -> build/lib/graphite/dashboard creating build/lib/graphite/graphlot copying webapp/graphite/graphlot/__init__.py -> build/lib/graphite/graphlot copying webapp/graphite/graphlot/urls.py -> build/lib/graphite/graphlot copying webapp/graphite/graphlot/views.py -> build/lib/graphite/graphlot creating build/lib/graphite/events copying webapp/graphite/events/__init__.py -> build/lib/graphite/events copying webapp/graphite/events/admin.py -> build/lib/graphite/events copying webapp/graphite/events/models.py -> build/lib/graphite/events copying webapp/graphite/events/urls.py -> build/lib/graphite/events copying webapp/graphite/events/views.py -> build/lib/graphite/events creating build/lib/graphite/version copying webapp/graphite/version/__init__.py -> build/lib/graphite/version copying webapp/graphite/version/urls.py -> build/lib/graphite/version copying webapp/graphite/version/views.py -> build/lib/graphite/version creating build/lib/graphite/thirdparty copying webapp/graphite/thirdparty/__init__.py -> build/lib/graphite/thirdparty copying webapp/graphite/thirdparty/pyparsing.py -> build/lib/graphite/thirdparty creating build/lib/graphite/thirdparty/pytz copying webapp/graphite/thirdparty/pytz/exceptions.py -> build/lib/graphite/thirdparty/pytz copying webapp/graphite/thirdparty/pytz/__init__.py -> build/lib/graphite/thirdparty/pytz copying webapp/graphite/thirdparty/pytz/reference.py -> build/lib/graphite/thirdparty/pytz copying webapp/graphite/thirdparty/pytz/tzfile.py -> build/lib/graphite/thirdparty/pytz copying webapp/graphite/thirdparty/pytz/tzinfo.py -> build/lib/graphite/thirdparty/pytz creating build/lib/graphite/templates copying webapp/graphite/templates/browser.html -> build/lib/graphite/templates copying webapp/graphite/templates/500.html -> build/lib/graphite/templates copying webapp/graphite/templates/browserHeader.html -> build/lib/graphite/templates copying webapp/graphite/templates/cli.html -> build/lib/graphite/templates copying webapp/graphite/templates/composer.html -> build/lib/graphite/templates copying webapp/graphite/templates/dashboard.html -> build/lib/graphite/templates copying webapp/graphite/templates/dashboardHelp.html -> build/lib/graphite/templates copying webapp/graphite/templates/editProfile.html -> build/lib/graphite/templates copying webapp/graphite/templates/event.html -> build/lib/graphite/templates copying webapp/graphite/templates/events.html -> build/lib/graphite/templates copying webapp/graphite/templates/graphlot.html -> build/lib/graphite/templates copying webapp/graphite/templates/login.html -> build/lib/graphite/templates copying webapp/graphite/templates/version.html -> build/lib/graphite/templates copying webapp/graphite/local_settings.py.example -> build/lib/graphite running build_scripts creating build/scripts-2.7 copying bin/build-index.sh -> build/scripts-2.7 copying and adjusting bin/run-graphite-devel-server.py -> build/scripts-2.7 changing mode of build/scripts-2.7/run-graphite-devel-server.py from 644 to 755 => Unwrapping files-to-be-installed.