=> Bootstrap dependency digest>=20010302: found digest-20121220 WARNING: [license.mk] Every package should define a LICENSE. ===> Building for py27-sempy-0.0.18 (cd /scratch/wip/py-sempy/work/sempy-0.0.18/ && /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/pkg/include\ -I/usr/include CPPFLAGS=-I/usr/pkg/include\ -I/usr/include CXX=c++ CXXFLAGS=-O2\ -I/usr/pkg/include\ -I/usr/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/pkg/lib\ -Wl,-R/usr/pkg/lib\ -L/usr/lib\ -Wl,-R/usr/lib LINKER_RPATH_FLAG=-R PATH=/scratch/wip/py-sempy/work/.wrapper/bin:/scratch/wip/py-sempy/work/.buildlink/bin:/scratch/wip/py-sempy/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 CPP=cpp CXXCPP=cpp HOME=/scratch/wip/py-sempy/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-sempy/work/.tools/bin/makeinfo FLEX= BISON= PKG_CONFIG= PKG_CONFIG_LIBDIR=/scratch/wip/py-sempy/work/.buildlink/lib/pkgconfig:/scratch/wip/py-sempy/work/.buildlink/share/pkgconfig PKG_CONFIG_LOG=/scratch/wip/py-sempy/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/sempy copying sempy/__init__.py -> build/lib/sempy creating build/lib/sempy/precond copying sempy/precond/precond_main.py -> build/lib/sempy/precond copying sempy/precond/__init__.py -> build/lib/sempy/precond creating build/lib/sempy/operators copying sempy/operators/operators_main.py -> build/lib/sempy/operators copying sempy/operators/__init__.py -> build/lib/sempy/operators creating build/lib/sempy/linsolvers copying sempy/linsolvers/solvers.py -> build/lib/sempy/linsolvers copying sempy/linsolvers/__init__.py -> build/lib/sempy/linsolvers creating build/lib/sempy/solvers copying sempy/solvers/projection.py -> build/lib/sempy/solvers copying sempy/solvers/__init__.py -> build/lib/sempy/solvers copying sempy/solvers/navier_stokes_oifs.py -> build/lib/sempy/solvers copying sempy/solvers/navier_stokes.py -> build/lib/sempy/solvers copying sempy/solvers/stokes_solver.py -> build/lib/sempy/solvers creating build/lib/sempy/ode copying sempy/ode/strang.py -> build/lib/sempy/ode copying sempy/ode/oifs.py -> build/lib/sempy/ode copying sempy/ode/__init__.py -> build/lib/sempy/ode copying sempy/ode/multistep.py -> build/lib/sempy/ode copying sempy/ode/prk.py -> build/lib/sempy/ode creating build/lib/sempy/tests copying sempy/tests/navier_stokes.py -> build/lib/sempy/tests copying sempy/tests/__init__.py -> build/lib/sempy/tests copying sempy/tests/convdiff.py -> build/lib/sempy/tests copying sempy/tests/test.py -> build/lib/sempy/tests creating build/lib/sempy/basic copying sempy/basic/__init__.py -> build/lib/sempy/basic copying sempy/basic/basic.py -> build/lib/sempy/basic creating build/lib/sempy/fluid copying sempy/fluid/__init__.py -> build/lib/sempy/fluid copying sempy/fluid/fluid.py -> build/lib/sempy/fluid creating build/lib/sempy/space copying sempy/space/__init__.py -> build/lib/sempy/space copying sempy/space/space.py -> build/lib/sempy/space copying sempy/space/plot.py -> build/lib/sempy/space copying sempy/space/function_vec.py -> build/lib/sempy/space creating build/lib/sempy/operators/one_d copying sempy/operators/one_d/operators1d.py -> build/lib/sempy/operators/one_d copying sempy/operators/one_d/__init__.py -> build/lib/sempy/operators/one_d creating build/lib/sempy/space/three_d copying sempy/space/three_d/gmsh3D.py -> build/lib/sempy/space/three_d copying sempy/space/three_d/__init__.py -> build/lib/sempy/space/three_d creating build/lib/sempy/space/mesh_lib copying sempy/space/mesh_lib/__init__.py -> build/lib/sempy/space/mesh_lib creating build/lib/sempy/space/two_d copying sempy/space/two_d/__init__.py -> build/lib/sempy/space/two_d copying sempy/space/two_d/gmsh2D.py -> build/lib/sempy/space/two_d creating build/lib/sempy/space/one_d copying sempy/space/one_d/__init__.py -> build/lib/sempy/space/one_d copying sempy/space/one_d/gmsh1D.py -> build/lib/sempy/space/one_d creating build/lib/sempy/space/mesh_lib/gmsh copying sempy/space/mesh_lib/gmsh/__init__.py -> build/lib/sempy/space/mesh_lib/gmsh running egg_info writing sempy.egg-info/PKG-INFO writing top-level names to sempy.egg-info/top_level.txt writing dependency_links to sempy.egg-info/dependency_links.txt reading manifest file 'sempy.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' warning: no files found matching 'sempy/linsolvers/*.so' warning: no files found matching 'sempy/solvers/*.so' warning: no files found matching 'sempy/space/mesh_lib/gmsh/*.so' writing manifest file 'sempy.egg-info/SOURCES.txt' copying sempy/precond/precond_f90.so -> build/lib/sempy/precond copying sempy/operators/operators_f90.so -> build/lib/sempy/operators copying sempy/ode/ode_f90.so -> build/lib/sempy/ode copying sempy/basic/basic_f90.so -> build/lib/sempy/basic copying sempy/fluid/fluid_def_f90.so -> build/lib/sempy/fluid copying sempy/fluid/fluid_f90.so -> build/lib/sempy/fluid copying sempy/fluid/fluid_operator_f90.so -> build/lib/sempy/fluid copying sempy/space/space_f90.so -> build/lib/sempy/space copying sempy/space/mesh_lib/gmsh/cube.geo -> build/lib/sempy/space/mesh_lib/gmsh copying sempy/space/mesh_lib/gmsh/cube.msh -> build/lib/sempy/space/mesh_lib/gmsh copying sempy/space/mesh_lib/gmsh/line.geo -> build/lib/sempy/space/mesh_lib/gmsh copying sempy/space/mesh_lib/gmsh/line.msh -> build/lib/sempy/space/mesh_lib/gmsh copying sempy/space/mesh_lib/gmsh/square.geo -> build/lib/sempy/space/mesh_lib/gmsh copying sempy/space/mesh_lib/gmsh/square.msh -> build/lib/sempy/space/mesh_lib/gmsh copying sempy/space/mesh_lib/gmsh/square_neumann.geo -> build/lib/sempy/space/mesh_lib/gmsh copying sempy/space/mesh_lib/gmsh/square_neumann.msh -> build/lib/sempy/space/mesh_lib/gmsh => Unwrapping files-to-be-installed.