=> Bootstrap dependency digest>=20010302: found digest-20121220 ===> Building for py27-numarray-1.5.2nb1 (cd /usr/pkgsrc/work/math/py-numarray/work/numarray-1.5.2/ && /usr/bin/env USETOOLS=no PTHREAD_CFLAGS=\ -D_REENTRANT PTHREAD_LDFLAGS= PTHREAD_LIBS=-lpthread PTHREADBASE=/usr/pkg DL_CFLAGS= DL_LDFLAGS= DL_LIBS= PYTHON=/usr/pkg/bin/python2.7 CC=cc CFLAGS=-O2\ -march=i586\ -I/usr/pkg/include\ -I/usr/include CPPFLAGS=-I/usr/pkg/include\ -I/usr/include CXX=c++ CXXFLAGS=-O2\ -march=i586\ -I/usr/pkg/include\ -I/usr/include COMPILER_RPATH_FLAG=-Wl,-R F77=f77 FC=f77 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=/usr/pkgsrc/work/math/py-numarray/work/.wrapper/bin:/usr/pkgsrc/work/math/py-numarray/work/.buildlink/bin:/usr/pkgsrc/work/math/py-numarray/work/.tools/bin:/usr/pkg/bin::/usr/pbulk/bin:/usr/pbulk/sbin:/usr/pkg/bin:/usr/pkg/sbin:/usr/bin:/usr/sbin:/bin:/sbin:/usr/pkg/bin:/usr/pkg/bin PREFIX=/usr/pkg MAKELEVEL=0 PKG_SYSCONFDIR=/usr/pkg/etc CXXCPP=cpp HOME=/usr/pkgsrc/work/math/py-numarray/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/pkg 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\ root\ -g\ operator\ -m\ 755 BSD_INSTALL_SCRIPT=/usr/bin/install\ -c\ -o\ root\ -g\ operator\ -m\ 755 BSD_INSTALL_LIB=/usr/bin/install\ -c\ -o\ root\ -g\ operator\ -m\ 755 BSD_INSTALL_DATA=/usr/bin/install\ -c\ -o\ root\ -g\ operator\ -m\ 644 BSD_INSTALL_MAN=/usr/bin/install\ -c\ -o\ root\ -g\ operator\ -m\ 644 BSD_INSTALL=/usr/bin/install BSD_INSTALL_PROGRAM_DIR=/usr/bin/install\ -d\ -o\ root\ -g\ operator\ -m\ 755 BSD_INSTALL_SCRIPT_DIR=/usr/bin/install\ -d\ -o\ root\ -g\ operator\ -m\ 755 BSD_INSTALL_LIB_DIR=/usr/bin/install\ -d\ -o\ root\ -g\ operator\ -m\ 755 BSD_INSTALL_DATA_DIR=/usr/bin/install\ -d\ -o\ root\ -g\ operator\ -m\ 755 BSD_INSTALL_MAN_DIR=/usr/bin/install\ -d\ -o\ root\ -g\ operator\ -m\ 755 BSD_INSTALL_GAME=/usr/bin/install\ -c\ -s\ -o\ root\ -g\ operator\ -m\ 2555 BSD_INSTALL_GAME_DATA=/usr/bin/install\ -c\ -o\ root\ -g\ operator\ -m\ 664 BSD_INSTALL_GAME_DIR=/usr/bin/install\ -d\ -o\ root\ -g\ operator\ -m\ 775 INSTALL_INFO= MAKEINFO=/usr/pkgsrc/work/math/py-numarray/work/.tools/bin/makeinfo FLEX= BISON= PKG_CONFIG= PKG_CONFIG_LIBDIR=/usr/pkgsrc/work/math/py-numarray/work/.buildlink/lib/pkgconfig:/usr/pkgsrc/work/math/py-numarray/work/.buildlink/share/pkgconfig PKG_CONFIG_LOG=/usr/pkgsrc/work/math/py-numarray/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 ) Using EXTRA_COMPILE_ARGS = [] Using builtin 'lite' BLAS and LAPACK running config In file included from _configtest.c:1: In file included from ./Packages/LinearAlgebra2/Src/config.c:1: Packages/LinearAlgebra2/Src/dlamch.c:593:28: warning: format specifies type 'int' but the argument has type 'integer' (aka 'long') [-Wformat] printf("EMIN = %8i\n",lemin); ~~~ ^~~~~ %8li In file included from _configtest.c:1: ./Packages/LinearAlgebra2/Src/config.c:111:25: warning: '&&' within '||' [-Wlogical-op-parentheses] if (inta >= 129 && inta <= 137 || inta >= 145 && inta <= 153 || inta ~~~~~~~~~~~~^~~~~~~~~~~~~~ ~~ ./Packages/LinearAlgebra2/Src/config.c:111:25: note: place parentheses around the '&&' expression to silence this warning if (inta >= 129 && inta <= 137 || inta >= 145 && inta <= 153 || inta ^ ( ) ./Packages/LinearAlgebra2/Src/config.c:111:55: warning: '&&' within '||' [-Wlogical-op-parentheses] if (inta >= 129 && inta <= 137 || inta >= 145 && inta <= 153 || inta ~~ ~~~~~~~~~~~~^~~~~~~~~~~~~~ ./Packages/LinearAlgebra2/Src/config.c:111:55: note: place parentheses around the '&&' expression to silence this warning if (inta >= 129 && inta <= 137 || inta >= 145 && inta <= 153 || inta ^ ( ) ./Packages/LinearAlgebra2/Src/config.c:112:24: warning: '&&' within '||' [-Wlogical-op-parentheses] >= 162 && inta <= 169) { ~~~~~~~^~~~~~~~~~~~~~ ./Packages/LinearAlgebra2/Src/config.c:112:24: note: place parentheses around the '&&' expression to silence this warning >= 162 && inta <= 169) { ^ ./Packages/LinearAlgebra2/Src/config.c:115:25: warning: '&&' within '||' [-Wlogical-op-parentheses] if (intb >= 129 && intb <= 137 || intb >= 145 && intb <= 153 || intb ~~~~~~~~~~~~^~~~~~~~~~~~~~ ~~ ./Packages/LinearAlgebra2/Src/config.c:115:25: note: place parentheses around the '&&' expression to silence this warning if (intb >= 129 && intb <= 137 || intb >= 145 && intb <= 153 || intb ^ ( ) ./Packages/LinearAlgebra2/Src/config.c:115:55: warning: '&&' within '||' [-Wlogical-op-parentheses] if (intb >= 129 && intb <= 137 || intb >= 145 && intb <= 153 || intb ~~ ~~~~~~~~~~~~^~~~~~~~~~~~~~ ./Packages/LinearAlgebra2/Src/config.c:115:55: note: place parentheses around the '&&' expression to silence this warning if (intb >= 129 && intb <= 137 || intb >= 145 && intb <= 153 || intb ^ ( ) ./Packages/LinearAlgebra2/Src/config.c:116:24: warning: '&&' within '||' [-Wlogical-op-parentheses] >= 162 && intb <= 169) { ~~~~~~~^~~~~~~~~~~~~~ ./Packages/LinearAlgebra2/Src/config.c:116:24: note: place parentheses around the '&&' expression to silence this warning >= 162 && intb <= 169) { ^ 7 warnings generated. Wrote config.h running build running build_py creating build creating build/lib.minix-3.3.0-i686-2.7 creating build/lib.minix-3.3.0-i686-2.7/numarray copying Lib/__init__.py -> build/lib.minix-3.3.0-i686-2.7/numarray copying Lib/_ufuncall.py -> build/lib.minix-3.3.0-i686-2.7/numarray copying Lib/array_persist.py -> build/lib.minix-3.3.0-i686-2.7/numarray copying Lib/array_protocol.py -> build/lib.minix-3.3.0-i686-2.7/numarray copying Lib/arrayprint.py -> build/lib.minix-3.3.0-i686-2.7/numarray copying Lib/dotblas.py -> build/lib.minix-3.3.0-i686-2.7/numarray copying Lib/dtype.py -> build/lib.minix-3.3.0-i686-2.7/numarray copying Lib/generic.py -> build/lib.minix-3.3.0-i686-2.7/numarray copying Lib/ieeespecial.py -> build/lib.minix-3.3.0-i686-2.7/numarray copying Lib/memmap.py -> build/lib.minix-3.3.0-i686-2.7/numarray copying Lib/memorytest.py -> build/lib.minix-3.3.0-i686-2.7/numarray copying Lib/numarrayall.py -> build/lib.minix-3.3.0-i686-2.7/numarray copying Lib/numarraycore.py -> build/lib.minix-3.3.0-i686-2.7/numarray copying Lib/numarrayext.py -> build/lib.minix-3.3.0-i686-2.7/numarray copying Lib/numeric.py -> build/lib.minix-3.3.0-i686-2.7/numarray copying Lib/numerictypes.py -> build/lib.minix-3.3.0-i686-2.7/numarray copying Lib/numinclude.py -> build/lib.minix-3.3.0-i686-2.7/numarray copying Lib/numtest.py -> build/lib.minix-3.3.0-i686-2.7/numarray copying Lib/objects.py -> build/lib.minix-3.3.0-i686-2.7/numarray copying Lib/readonly.py -> build/lib.minix-3.3.0-i686-2.7/numarray copying Lib/records.py -> build/lib.minix-3.3.0-i686-2.7/numarray copying Lib/safethread.py -> build/lib.minix-3.3.0-i686-2.7/numarray copying Lib/session.py -> build/lib.minix-3.3.0-i686-2.7/numarray copying Lib/strings.py -> build/lib.minix-3.3.0-i686-2.7/numarray copying Lib/teacup.py -> build/lib.minix-3.3.0-i686-2.7/numarray copying Lib/testall.py -> build/lib.minix-3.3.0-i686-2.7/numarray copying Lib/testdata.py -> build/lib.minix-3.3.0-i686-2.7/numarray copying Lib/typeconv.py -> build/lib.minix-3.3.0-i686-2.7/numarray copying Lib/ufunc.py -> build/lib.minix-3.3.0-i686-2.7/numarray creating build/lib.minix-3.3.0-i686-2.7/numarray/codegenerator copying Lib/codegenerator/__init__.py -> build/lib.minix-3.3.0-i686-2.7/numarray/codegenerator copying Lib/codegenerator/basecode.py -> build/lib.minix-3.3.0-i686-2.7/numarray/codegenerator copying Lib/codegenerator/bytescode.py -> build/lib.minix-3.3.0-i686-2.7/numarray/codegenerator copying Lib/codegenerator/convcode.py -> build/lib.minix-3.3.0-i686-2.7/numarray/codegenerator copying Lib/codegenerator/sortcode.py -> build/lib.minix-3.3.0-i686-2.7/numarray/codegenerator copying Lib/codegenerator/template.py -> build/lib.minix-3.3.0-i686-2.7/numarray/codegenerator copying Lib/codegenerator/ufunccode.py -> build/lib.minix-3.3.0-i686-2.7/numarray/codegenerator creating build/lib.minix-3.3.0-i686-2.7/numarray/convolve copying Packages/Convolve/Lib/Convolve.py -> build/lib.minix-3.3.0-i686-2.7/numarray/convolve copying Packages/Convolve/Lib/__init__.py -> build/lib.minix-3.3.0-i686-2.7/numarray/convolve copying Packages/Convolve/Lib/iraf_frame.py -> build/lib.minix-3.3.0-i686-2.7/numarray/convolve copying Packages/Convolve/Lib/lineshape.py -> build/lib.minix-3.3.0-i686-2.7/numarray/convolve creating build/lib.minix-3.3.0-i686-2.7/numarray/fft copying Packages/FFT2/Lib/FFT.py -> build/lib.minix-3.3.0-i686-2.7/numarray/fft copying Packages/FFT2/Lib/__init__.py -> build/lib.minix-3.3.0-i686-2.7/numarray/fft copying Packages/FFT2/Lib/dtest.py -> build/lib.minix-3.3.0-i686-2.7/numarray/fft creating build/lib.minix-3.3.0-i686-2.7/numarray/linear_algebra copying Packages/LinearAlgebra2/Lib/LinearAlgebra2.py -> build/lib.minix-3.3.0-i686-2.7/numarray/linear_algebra copying Packages/LinearAlgebra2/Lib/__init__.py -> build/lib.minix-3.3.0-i686-2.7/numarray/linear_algebra copying Packages/LinearAlgebra2/Lib/dtest.py -> build/lib.minix-3.3.0-i686-2.7/numarray/linear_algebra copying Packages/LinearAlgebra2/Lib/mlab.py -> build/lib.minix-3.3.0-i686-2.7/numarray/linear_algebra creating build/lib.minix-3.3.0-i686-2.7/numarray/random_array copying Packages/RandomArray2/Lib/RandomArray2.py -> build/lib.minix-3.3.0-i686-2.7/numarray/random_array copying Packages/RandomArray2/Lib/__init__.py -> build/lib.minix-3.3.0-i686-2.7/numarray/random_array copying Packages/RandomArray2/Lib/dtest.py -> build/lib.minix-3.3.0-i686-2.7/numarray/random_array creating build/lib.minix-3.3.0-i686-2.7/numarray/image copying Packages/image/Lib/__init__.py -> build/lib.minix-3.3.0-i686-2.7/numarray/image copying Packages/image/Lib/_image.py -> build/lib.minix-3.3.0-i686-2.7/numarray/image copying Packages/image/Lib/combine.py -> build/lib.minix-3.3.0-i686-2.7/numarray/image creating build/lib.minix-3.3.0-i686-2.7/numarray/nd_image copying Packages/nd_image/Lib/__init__.py -> build/lib.minix-3.3.0-i686-2.7/numarray/nd_image copying Packages/nd_image/Lib/_ni_support.py -> build/lib.minix-3.3.0-i686-2.7/numarray/nd_image copying Packages/nd_image/Lib/filters.py -> build/lib.minix-3.3.0-i686-2.7/numarray/nd_image copying Packages/nd_image/Lib/fourier.py -> build/lib.minix-3.3.0-i686-2.7/numarray/nd_image copying Packages/nd_image/Lib/interpolation.py -> build/lib.minix-3.3.0-i686-2.7/numarray/nd_image copying Packages/nd_image/Lib/measurements.py -> build/lib.minix-3.3.0-i686-2.7/numarray/nd_image copying Packages/nd_image/Lib/morphology.py -> build/lib.minix-3.3.0-i686-2.7/numarray/nd_image copying Packages/nd_image/Lib/test.py -> build/lib.minix-3.3.0-i686-2.7/numarray/nd_image creating build/lib.minix-3.3.0-i686-2.7/numarray/ma copying Packages/MA/Lib/MA.py -> build/lib.minix-3.3.0-i686-2.7/numarray/ma copying Packages/MA/Lib/MA_version.py -> build/lib.minix-3.3.0-i686-2.7/numarray/ma copying Packages/MA/Lib/Precision.py -> build/lib.minix-3.3.0-i686-2.7/numarray/ma copying Packages/MA/Lib/__init__.py -> build/lib.minix-3.3.0-i686-2.7/numarray/ma copying Packages/MA/Lib/dtest.py -> build/lib.minix-3.3.0-i686-2.7/numarray/ma creating build/lib.minix-3.3.0-i686-2.7/numarray/mlab copying Packages/mlab/Lib/__init__.py -> build/lib.minix-3.3.0-i686-2.7/numarray/mlab creating build/lib.minix-3.3.0-i686-2.7/numarray/matrix copying Packages/matrix/Lib/__init__.py -> build/lib.minix-3.3.0-i686-2.7/numarray/matrix creating build/lib.minix-3.3.0-i686-2.7/numarray/examples copying Examples/__init__.py -> build/lib.minix-3.3.0-i686-2.7/numarray/examples copying Examples/bench.py -> build/lib.minix-3.3.0-i686-2.7/numarray/examples copying Examples/obench.py -> build/lib.minix-3.3.0-i686-2.7/numarray/examples copying Examples/pstats.py -> build/lib.minix-3.3.0-i686-2.7/numarray/examples copying Examples/sortperf.py -> build/lib.minix-3.3.0-i686-2.7/numarray/examples copying Examples/testthread.py -> build/lib.minix-3.3.0-i686-2.7/numarray/examples creating build/lib.minix-3.3.0-i686-2.7/numarray/examples/convolve copying Examples/convolve/__init__.py -> build/lib.minix-3.3.0-i686-2.7/numarray/examples/convolve copying Examples/convolve/benchmark.py -> build/lib.minix-3.3.0-i686-2.7/numarray/examples/convolve copying Examples/convolve/dtest.py -> build/lib.minix-3.3.0-i686-2.7/numarray/examples/convolve copying Examples/convolve/lineshape.py -> build/lib.minix-3.3.0-i686-2.7/numarray/examples/convolve running build_ext building 'numarray._conv' extension creating build/temp.minix-3.3.0-i686-2.7 creating build/temp.minix-3.3.0-i686-2.7/Src cc -DNDEBUG -O2 -march=i586 -fwrapv -DHAVE_DB_185_H -I/usr/include -I/usr/pkg/include -O2 -march=i586 -I/usr/pkg/include -I/usr/include -I/usr/pkg/include -I/usr/include -fPIC -IInclude/numarray -I/usr/pkg/include/python2.7 -c Src/_convmodule.c -o build/temp.minix-3.3.0-i686-2.7/Src/_convmodule.o cc -shared -L/usr/pkgsrc/work/lang/python27/work/Python-2.7.6 -L/usr/lib -Wl,-R/usr/lib -L/usr/pkg/lib -Wl,-R/usr/pkg/lib -L/usr/pkg/lib -Wl,-R/usr/pkg/lib -L/usr/lib -Wl,-R/usr/lib -O2 -march=i586 -I/usr/pkg/include -I/usr/include -I/usr/pkg/include -I/usr/include build/temp.minix-3.3.0-i686-2.7/Src/_convmodule.o -L/usr/pkg/lib -lpython2.7 -o build/lib.minix-3.3.0-i686-2.7/numarray/_conv.so -lm -L/usr/pkg/lib -Wl,-R/usr/pkg/lib -L/usr/lib -Wl,-R/usr/lib building 'numarray._sort' extension cc -DNDEBUG -O2 -march=i586 -fwrapv -DHAVE_DB_185_H -I/usr/include -I/usr/pkg/include -O2 -march=i586 -I/usr/pkg/include -I/usr/include -I/usr/pkg/include -I/usr/include -fPIC -IInclude/numarray -I/usr/pkg/include/python2.7 -c Src/_sortmodule.c -o build/temp.minix-3.3.0-i686-2.7/Src/_sortmodule.o cc -shared -L/usr/pkgsrc/work/lang/python27/work/Python-2.7.6 -L/usr/lib -Wl,-R/usr/lib -L/usr/pkg/lib -Wl,-R/usr/pkg/lib -L/usr/pkg/lib -Wl,-R/usr/pkg/lib -L/usr/lib -Wl,-R/usr/lib -O2 -march=i586 -I/usr/pkg/include -I/usr/include -I/usr/pkg/include -I/usr/include build/temp.minix-3.3.0-i686-2.7/Src/_sortmodule.o -L/usr/pkg/lib -lpython2.7 -o build/lib.minix-3.3.0-i686-2.7/numarray/_sort.so -lm -L/usr/pkg/lib -Wl,-R/usr/pkg/lib -L/usr/lib -Wl,-R/usr/lib building 'numarray._bytes' extension cc -DNDEBUG -O2 -march=i586 -fwrapv -DHAVE_DB_185_H -I/usr/include -I/usr/pkg/include -O2 -march=i586 -I/usr/pkg/include -I/usr/include -I/usr/pkg/include -I/usr/include -fPIC -IInclude/numarray -I/usr/pkg/include/python2.7 -c Src/_bytesmodule.c -o build/temp.minix-3.3.0-i686-2.7/Src/_bytesmodule.o cc -shared -L/usr/pkgsrc/work/lang/python27/work/Python-2.7.6 -L/usr/lib -Wl,-R/usr/lib -L/usr/pkg/lib -Wl,-R/usr/pkg/lib -L/usr/pkg/lib -Wl,-R/usr/pkg/lib -L/usr/lib -Wl,-R/usr/lib -O2 -march=i586 -I/usr/pkg/include -I/usr/include -I/usr/pkg/include -I/usr/include build/temp.minix-3.3.0-i686-2.7/Src/_bytesmodule.o -L/usr/pkg/lib -lpython2.7 -o build/lib.minix-3.3.0-i686-2.7/numarray/_bytes.so -lm -L/usr/pkg/lib -Wl,-R/usr/pkg/lib -L/usr/lib -Wl,-R/usr/lib building 'numarray._ufunc' extension cc -DNDEBUG -O2 -march=i586 -fwrapv -DHAVE_DB_185_H -I/usr/include -I/usr/pkg/include -O2 -march=i586 -I/usr/pkg/include -I/usr/include -I/usr/pkg/include -I/usr/include -fPIC -IInclude/numarray -I/usr/pkg/include/python2.7 -c Src/_ufuncmodule.c -o build/temp.minix-3.3.0-i686-2.7/Src/_ufuncmodule.o Src/_ufuncmodule.c:989:12: warning: comparison of unsigned enum expression < 0 is always false [-Wtautological-compare] if (otype < 0) return NULL; ~~~~~ ^ ~ 1 warning generated. cc -shared -L/usr/pkgsrc/work/lang/python27/work/Python-2.7.6 -L/usr/lib -Wl,-R/usr/lib -L/usr/pkg/lib -Wl,-R/usr/pkg/lib -L/usr/pkg/lib -Wl,-R/usr/pkg/lib -L/usr/lib -Wl,-R/usr/lib -O2 -march=i586 -I/usr/pkg/include -I/usr/include -I/usr/pkg/include -I/usr/include build/temp.minix-3.3.0-i686-2.7/Src/_ufuncmodule.o -L/usr/pkg/lib -lpython2.7 -o build/lib.minix-3.3.0-i686-2.7/numarray/_ufunc.so -lm -L/usr/pkg/lib -Wl,-R/usr/pkg/lib -L/usr/lib -Wl,-R/usr/lib building 'numarray._ufuncBool' extension cc -DNDEBUG -O2 -march=i586 -fwrapv -DHAVE_DB_185_H -I/usr/include -I/usr/pkg/include -O2 -march=i586 -I/usr/pkg/include -I/usr/include -I/usr/pkg/include -I/usr/include -fPIC -IInclude/numarray -I/usr/pkg/include/python2.7 -c Src/_ufuncBoolmodule.c -o build/temp.minix-3.3.0-i686-2.7/Src/_ufuncBoolmodule.o cc -shared -L/usr/pkgsrc/work/lang/python27/work/Python-2.7.6 -L/usr/lib -Wl,-R/usr/lib -L/usr/pkg/lib -Wl,-R/usr/pkg/lib -L/usr/pkg/lib -Wl,-R/usr/pkg/lib -L/usr/lib -Wl,-R/usr/lib -O2 -march=i586 -I/usr/pkg/include -I/usr/include -I/usr/pkg/include -I/usr/include build/temp.minix-3.3.0-i686-2.7/Src/_ufuncBoolmodule.o -L/usr/pkg/lib -lpython2.7 -o build/lib.minix-3.3.0-i686-2.7/numarray/_ufuncBool.so -lm -L/usr/pkg/lib -Wl,-R/usr/pkg/lib -L/usr/lib -Wl,-R/usr/lib building 'numarray._ufuncInt8' extension cc -DNDEBUG -O2 -march=i586 -fwrapv -DHAVE_DB_185_H -I/usr/include -I/usr/pkg/include -O2 -march=i586 -I/usr/pkg/include -I/usr/include -I/usr/pkg/include -I/usr/include -fPIC -IInclude/numarray -I/usr/pkg/include/python2.7 -c Src/_ufuncInt8module.c -o build/temp.minix-3.3.0-i686-2.7/Src/_ufuncInt8module.o cc -shared -L/usr/pkgsrc/work/lang/python27/work/Python-2.7.6 -L/usr/lib -Wl,-R/usr/lib -L/usr/pkg/lib -Wl,-R/usr/pkg/lib -L/usr/pkg/lib -Wl,-R/usr/pkg/lib -L/usr/lib -Wl,-R/usr/lib -O2 -march=i586 -I/usr/pkg/include -I/usr/include -I/usr/pkg/include -I/usr/include build/temp.minix-3.3.0-i686-2.7/Src/_ufuncInt8module.o -L/usr/pkg/lib -lpython2.7 -o build/lib.minix-3.3.0-i686-2.7/numarray/_ufuncInt8.so -lm -L/usr/pkg/lib -Wl,-R/usr/pkg/lib -L/usr/lib -Wl,-R/usr/lib building 'numarray._ufuncUInt8' extension cc -DNDEBUG -O2 -march=i586 -fwrapv -DHAVE_DB_185_H -I/usr/include -I/usr/pkg/include -O2 -march=i586 -I/usr/pkg/include -I/usr/include -I/usr/pkg/include -I/usr/include -fPIC -IInclude/numarray -I/usr/pkg/include/python2.7 -c Src/_ufuncUInt8module.c -o build/temp.minix-3.3.0-i686-2.7/Src/_ufuncUInt8module.o cc -shared -L/usr/pkgsrc/work/lang/python27/work/Python-2.7.6 -L/usr/lib -Wl,-R/usr/lib -L/usr/pkg/lib -Wl,-R/usr/pkg/lib -L/usr/pkg/lib -Wl,-R/usr/pkg/lib -L/usr/lib -Wl,-R/usr/lib -O2 -march=i586 -I/usr/pkg/include -I/usr/include -I/usr/pkg/include -I/usr/include build/temp.minix-3.3.0-i686-2.7/Src/_ufuncUInt8module.o -L/usr/pkg/lib -lpython2.7 -o build/lib.minix-3.3.0-i686-2.7/numarray/_ufuncUInt8.so -lm -L/usr/pkg/lib -Wl,-R/usr/pkg/lib -L/usr/lib -Wl,-R/usr/lib building 'numarray._ufuncInt16' extension cc -DNDEBUG -O2 -march=i586 -fwrapv -DHAVE_DB_185_H -I/usr/include -I/usr/pkg/include -O2 -march=i586 -I/usr/pkg/include -I/usr/include -I/usr/pkg/include -I/usr/include -fPIC -IInclude/numarray -I/usr/pkg/include/python2.7 -c Src/_ufuncInt16module.c -o build/temp.minix-3.3.0-i686-2.7/Src/_ufuncInt16module.o cc -shared -L/usr/pkgsrc/work/lang/python27/work/Python-2.7.6 -L/usr/lib -Wl,-R/usr/lib -L/usr/pkg/lib -Wl,-R/usr/pkg/lib -L/usr/pkg/lib -Wl,-R/usr/pkg/lib -L/usr/lib -Wl,-R/usr/lib -O2 -march=i586 -I/usr/pkg/include -I/usr/include -I/usr/pkg/include -I/usr/include build/temp.minix-3.3.0-i686-2.7/Src/_ufuncInt16module.o -L/usr/pkg/lib -lpython2.7 -o build/lib.minix-3.3.0-i686-2.7/numarray/_ufuncInt16.so -lm -L/usr/pkg/lib -Wl,-R/usr/pkg/lib -L/usr/lib -Wl,-R/usr/lib building 'numarray._ufuncUInt16' extension cc -DNDEBUG -O2 -march=i586 -fwrapv -DHAVE_DB_185_H -I/usr/include -I/usr/pkg/include -O2 -march=i586 -I/usr/pkg/include -I/usr/include -I/usr/pkg/include -I/usr/include -fPIC -IInclude/numarray -I/usr/pkg/include/python2.7 -c Src/_ufuncUInt16module.c -o build/temp.minix-3.3.0-i686-2.7/Src/_ufuncUInt16module.o cc -shared -L/usr/pkgsrc/work/lang/python27/work/Python-2.7.6 -L/usr/lib -Wl,-R/usr/lib -L/usr/pkg/lib -Wl,-R/usr/pkg/lib -L/usr/pkg/lib -Wl,-R/usr/pkg/lib -L/usr/lib -Wl,-R/usr/lib -O2 -march=i586 -I/usr/pkg/include -I/usr/include -I/usr/pkg/include -I/usr/include build/temp.minix-3.3.0-i686-2.7/Src/_ufuncUInt16module.o -L/usr/pkg/lib -lpython2.7 -o build/lib.minix-3.3.0-i686-2.7/numarray/_ufuncUInt16.so -lm -L/usr/pkg/lib -Wl,-R/usr/pkg/lib -L/usr/lib -Wl,-R/usr/lib building 'numarray._ufuncInt32' extension cc -DNDEBUG -O2 -march=i586 -fwrapv -DHAVE_DB_185_H -I/usr/include -I/usr/pkg/include -O2 -march=i586 -I/usr/pkg/include -I/usr/include -I/usr/pkg/include -I/usr/include -fPIC -IInclude/numarray -I/usr/pkg/include/python2.7 -c Src/_ufuncInt32module.c -o build/temp.minix-3.3.0-i686-2.7/Src/_ufuncInt32module.o cc -shared -L/usr/pkgsrc/work/lang/python27/work/Python-2.7.6 -L/usr/lib -Wl,-R/usr/lib -L/usr/pkg/lib -Wl,-R/usr/pkg/lib -L/usr/pkg/lib -Wl,-R/usr/pkg/lib -L/usr/lib -Wl,-R/usr/lib -O2 -march=i586 -I/usr/pkg/include -I/usr/include -I/usr/pkg/include -I/usr/include build/temp.minix-3.3.0-i686-2.7/Src/_ufuncInt32module.o -L/usr/pkg/lib -lpython2.7 -o build/lib.minix-3.3.0-i686-2.7/numarray/_ufuncInt32.so -lm -L/usr/pkg/lib -Wl,-R/usr/pkg/lib -L/usr/lib -Wl,-R/usr/lib building 'numarray._ufuncUInt32' extension cc -DNDEBUG -O2 -march=i586 -fwrapv -DHAVE_DB_185_H -I/usr/include -I/usr/pkg/include -O2 -march=i586 -I/usr/pkg/include -I/usr/include -I/usr/pkg/include -I/usr/include -fPIC -IInclude/numarray -I/usr/pkg/include/python2.7 -c Src/_ufuncUInt32module.c -o build/temp.minix-3.3.0-i686-2.7/Src/_ufuncUInt32module.o cc -shared -L/usr/pkgsrc/work/lang/python27/work/Python-2.7.6 -L/usr/lib -Wl,-R/usr/lib -L/usr/pkg/lib -Wl,-R/usr/pkg/lib -L/usr/pkg/lib -Wl,-R/usr/pkg/lib -L/usr/lib -Wl,-R/usr/lib -O2 -march=i586 -I/usr/pkg/include -I/usr/include -I/usr/pkg/include -I/usr/include build/temp.minix-3.3.0-i686-2.7/Src/_ufuncUInt32module.o -L/usr/pkg/lib -lpython2.7 -o build/lib.minix-3.3.0-i686-2.7/numarray/_ufuncUInt32.so -lm -L/usr/pkg/lib -Wl,-R/usr/pkg/lib -L/usr/lib -Wl,-R/usr/lib building 'numarray._ufuncFloat32' extension cc -DNDEBUG -O2 -march=i586 -fwrapv -DHAVE_DB_185_H -I/usr/include -I/usr/pkg/include -O2 -march=i586 -I/usr/pkg/include -I/usr/include -I/usr/pkg/include -I/usr/include -fPIC -IInclude/numarray -I/usr/pkg/include/python2.7 -c Src/_ufuncFloat32module.c -o build/temp.minix-3.3.0-i686-2.7/Src/_ufuncFloat32module.o cc -shared -L/usr/pkgsrc/work/lang/python27/work/Python-2.7.6 -L/usr/lib -Wl,-R/usr/lib -L/usr/pkg/lib -Wl,-R/usr/pkg/lib -L/usr/pkg/lib -Wl,-R/usr/pkg/lib -L/usr/lib -Wl,-R/usr/lib -O2 -march=i586 -I/usr/pkg/include -I/usr/include -I/usr/pkg/include -I/usr/include build/temp.minix-3.3.0-i686-2.7/Src/_ufuncFloat32module.o -L/usr/pkg/lib -lpython2.7 -o build/lib.minix-3.3.0-i686-2.7/numarray/_ufuncFloat32.so -lm -L/usr/pkg/lib -Wl,-R/usr/pkg/lib -L/usr/lib -Wl,-R/usr/lib building 'numarray._ufuncFloat64' extension cc -DNDEBUG -O2 -march=i586 -fwrapv -DHAVE_DB_185_H -I/usr/include -I/usr/pkg/include -O2 -march=i586 -I/usr/pkg/include -I/usr/include -I/usr/pkg/include -I/usr/include -fPIC -IInclude/numarray -I/usr/pkg/include/python2.7 -c Src/_ufuncFloat64module.c -o build/temp.minix-3.3.0-i686-2.7/Src/_ufuncFloat64module.o cc -shared -L/usr/pkgsrc/work/lang/python27/work/Python-2.7.6 -L/usr/lib -Wl,-R/usr/lib -L/usr/pkg/lib -Wl,-R/usr/pkg/lib -L/usr/pkg/lib -Wl,-R/usr/pkg/lib -L/usr/lib -Wl,-R/usr/lib -O2 -march=i586 -I/usr/pkg/include -I/usr/include -I/usr/pkg/include -I/usr/include build/temp.minix-3.3.0-i686-2.7/Src/_ufuncFloat64module.o -L/usr/pkg/lib -lpython2.7 -o build/lib.minix-3.3.0-i686-2.7/numarray/_ufuncFloat64.so -lm -L/usr/pkg/lib -Wl,-R/usr/pkg/lib -L/usr/lib -Wl,-R/usr/lib building 'numarray._ufuncComplex32' extension cc -DNDEBUG -O2 -march=i586 -fwrapv -DHAVE_DB_185_H -I/usr/include -I/usr/pkg/include -O2 -march=i586 -I/usr/pkg/include -I/usr/include -I/usr/pkg/include -I/usr/include -fPIC -IInclude/numarray -I/usr/pkg/include/python2.7 -c Src/_ufuncComplex32module.c -o build/temp.minix-3.3.0-i686-2.7/Src/_ufuncComplex32module.o cc -shared -L/usr/pkgsrc/work/lang/python27/work/Python-2.7.6 -L/usr/lib -Wl,-R/usr/lib -L/usr/pkg/lib -Wl,-R/usr/pkg/lib -L/usr/pkg/lib -Wl,-R/usr/pkg/lib -L/usr/lib -Wl,-R/usr/lib -O2 -march=i586 -I/usr/pkg/include -I/usr/include -I/usr/pkg/include -I/usr/include build/temp.minix-3.3.0-i686-2.7/Src/_ufuncComplex32module.o -L/usr/pkg/lib -lpython2.7 -o build/lib.minix-3.3.0-i686-2.7/numarray/_ufuncComplex32.so -lm -L/usr/pkg/lib -Wl,-R/usr/pkg/lib -L/usr/lib -Wl,-R/usr/lib building 'numarray._ufuncComplex64' extension cc -DNDEBUG -O2 -march=i586 -fwrapv -DHAVE_DB_185_H -I/usr/include -I/usr/pkg/include -O2 -march=i586 -I/usr/pkg/include -I/usr/include -I/usr/pkg/include -I/usr/include -fPIC -IInclude/numarray -I/usr/pkg/include/python2.7 -c Src/_ufuncComplex64module.c -o build/temp.minix-3.3.0-i686-2.7/Src/_ufuncComplex64module.o cc -shared -L/usr/pkgsrc/work/lang/python27/work/Python-2.7.6 -L/usr/lib -Wl,-R/usr/lib -L/usr/pkg/lib -Wl,-R/usr/pkg/lib -L/usr/pkg/lib -Wl,-R/usr/pkg/lib -L/usr/lib -Wl,-R/usr/lib -O2 -march=i586 -I/usr/pkg/include -I/usr/include -I/usr/pkg/include -I/usr/include build/temp.minix-3.3.0-i686-2.7/Src/_ufuncComplex64module.o -L/usr/pkg/lib -lpython2.7 -o build/lib.minix-3.3.0-i686-2.7/numarray/_ufuncComplex64.so -lm -L/usr/pkg/lib -Wl,-R/usr/pkg/lib -L/usr/lib -Wl,-R/usr/lib building 'numarray._ndarray' extension cc -DNDEBUG -O2 -march=i586 -fwrapv -DHAVE_DB_185_H -I/usr/include -I/usr/pkg/include -O2 -march=i586 -I/usr/pkg/include -I/usr/include -I/usr/pkg/include -I/usr/include -fPIC -IInclude/numarray -I/usr/pkg/include/python2.7 -c Src/_ndarraymodule.c -o build/temp.minix-3.3.0-i686-2.7/Src/_ndarraymodule.o Src/_ndarraymodule.c:1074:3: warning: 'intargfunc' is deprecated [-Wdeprecated-declarations] (intargfunc)0, /* sq_repeat */ ^ /usr/pkgsrc/work/math/py-numarray/work/.buildlink/include/python2.7/object.h:139:21: note: 'intargfunc' declared here typedef PyObject *(*intargfunc)(PyObject *, int) Py_DEPRECATED(2.5); ^ Src/_ndarraymodule.c:1075:3: warning: 'intargfunc' is deprecated [-Wdeprecated-declarations] (intargfunc)_ndarray_item, /* sq_item */ ^ /usr/pkgsrc/work/math/py-numarray/work/.buildlink/include/python2.7/object.h:139:21: note: 'intargfunc' declared here typedef PyObject *(*intargfunc)(PyObject *, int) Py_DEPRECATED(2.5); ^ 2 warnings generated. cc -shared -L/usr/pkgsrc/work/lang/python27/work/Python-2.7.6 -L/usr/lib -Wl,-R/usr/lib -L/usr/pkg/lib -Wl,-R/usr/pkg/lib -L/usr/pkg/lib -Wl,-R/usr/pkg/lib -L/usr/lib -Wl,-R/usr/lib -O2 -march=i586 -I/usr/pkg/include -I/usr/include -I/usr/pkg/include -I/usr/include build/temp.minix-3.3.0-i686-2.7/Src/_ndarraymodule.o -L/usr/pkg/lib -lpython2.7 -o build/lib.minix-3.3.0-i686-2.7/numarray/_ndarray.so -lm -L/usr/pkg/lib -Wl,-R/usr/pkg/lib -L/usr/lib -Wl,-R/usr/lib building 'numarray._numarray' extension cc -DNDEBUG -O2 -march=i586 -fwrapv -DHAVE_DB_185_H -I/usr/include -I/usr/pkg/include -O2 -march=i586 -I/usr/pkg/include -I/usr/include -I/usr/pkg/include -I/usr/include -fPIC -IInclude/numarray -I/usr/pkg/include/python2.7 -c Src/_numarraymodule.c -o build/temp.minix-3.3.0-i686-2.7/Src/_numarraymodule.o Src/_numarraymodule.c:1297:27: warning: comparison of unsigned enum expression < 0 is always false [-Wtautological-compare] if ((at = _dot_type(ao)) < 0) ~~~~~~~~~~~~~~~~~~~~ ^ ~ Src/_numarraymodule.c:1300:27: warning: comparison of unsigned enum expression < 0 is always false [-Wtautological-compare] if ((bt = _dot_type(bo)) < 0) ~~~~~~~~~~~~~~~~~~~~ ^ ~ Src/_numarraymodule.c:1340:27: warning: comparison of unsigned enum expression < 0 is always false [-Wtautological-compare] if ((at = _dot_type(ao)) < 0) ~~~~~~~~~~~~~~~~~~~~ ^ ~ Src/_numarraymodule.c:1343:27: warning: comparison of unsigned enum expression < 0 is always false [-Wtautological-compare] if ((bt = _dot_type(bo)) < 0) ~~~~~~~~~~~~~~~~~~~~ ^ ~ 4 warnings generated. cc -shared -L/usr/pkgsrc/work/lang/python27/work/Python-2.7.6 -L/usr/lib -Wl,-R/usr/lib -L/usr/pkg/lib -Wl,-R/usr/pkg/lib -L/usr/pkg/lib -Wl,-R/usr/pkg/lib -L/usr/lib -Wl,-R/usr/lib -O2 -march=i586 -I/usr/pkg/include -I/usr/include -I/usr/pkg/include -I/usr/include build/temp.minix-3.3.0-i686-2.7/Src/_numarraymodule.o -L/usr/pkg/lib -lpython2.7 -o build/lib.minix-3.3.0-i686-2.7/numarray/_numarray.so -lm -L/usr/pkg/lib -Wl,-R/usr/pkg/lib -L/usr/lib -Wl,-R/usr/lib building 'numarray._chararray' extension cc -DNDEBUG -O2 -march=i586 -fwrapv -DHAVE_DB_185_H -I/usr/include -I/usr/pkg/include -O2 -march=i586 -I/usr/pkg/include -I/usr/include -I/usr/pkg/include -I/usr/include -fPIC -IInclude/numarray -I/usr/pkg/include/python2.7 -c Src/_chararraymodule.c -o build/temp.minix-3.3.0-i686-2.7/Src/_chararraymodule.o cc -shared -L/usr/pkgsrc/work/lang/python27/work/Python-2.7.6 -L/usr/lib -Wl,-R/usr/lib -L/usr/pkg/lib -Wl,-R/usr/pkg/lib -L/usr/pkg/lib -Wl,-R/usr/pkg/lib -L/usr/lib -Wl,-R/usr/lib -O2 -march=i586 -I/usr/pkg/include -I/usr/include -I/usr/pkg/include -I/usr/include build/temp.minix-3.3.0-i686-2.7/Src/_chararraymodule.o -L/usr/pkg/lib -lpython2.7 -o build/lib.minix-3.3.0-i686-2.7/numarray/_chararray.so -lm -L/usr/pkg/lib -Wl,-R/usr/pkg/lib -L/usr/lib -Wl,-R/usr/lib building 'numarray._objectarray' extension cc -DNDEBUG -O2 -march=i586 -fwrapv -DHAVE_DB_185_H -I/usr/include -I/usr/pkg/include -O2 -march=i586 -I/usr/pkg/include -I/usr/include -I/usr/pkg/include -I/usr/include -fPIC -IInclude/numarray -I/usr/pkg/include/python2.7 -c Src/_objectarraymodule.c -o build/temp.minix-3.3.0-i686-2.7/Src/_objectarraymodule.o cc -shared -L/usr/pkgsrc/work/lang/python27/work/Python-2.7.6 -L/usr/lib -Wl,-R/usr/lib -L/usr/pkg/lib -Wl,-R/usr/pkg/lib -L/usr/pkg/lib -Wl,-R/usr/pkg/lib -L/usr/lib -Wl,-R/usr/lib -O2 -march=i586 -I/usr/pkg/include -I/usr/include -I/usr/pkg/include -I/usr/include build/temp.minix-3.3.0-i686-2.7/Src/_objectarraymodule.o -L/usr/pkg/lib -lpython2.7 -o build/lib.minix-3.3.0-i686-2.7/numarray/_objectarray.so -lm -L/usr/pkg/lib -Wl,-R/usr/pkg/lib -L/usr/lib -Wl,-R/usr/lib building 'numarray.memory' extension cc -DNDEBUG -O2 -march=i586 -fwrapv -DHAVE_DB_185_H -I/usr/include -I/usr/pkg/include -O2 -march=i586 -I/usr/pkg/include -I/usr/include -I/usr/pkg/include -I/usr/include -fPIC -IInclude/numarray -I/usr/pkg/include/python2.7 -c Src/memorymodule.c -o build/temp.minix-3.3.0-i686-2.7/Src/memorymodule.o Src/memorymodule.c:314:3: warning: 'intargfunc' is deprecated [-Wdeprecated-declarations] (intargfunc)0, /*sq_repeat*/ ^ /usr/pkgsrc/work/math/py-numarray/work/.buildlink/include/python2.7/object.h:139:21: note: 'intargfunc' declared here typedef PyObject *(*intargfunc)(PyObject *, int) Py_DEPRECATED(2.5); ^ Src/memorymodule.c:315:3: warning: 'intargfunc' is deprecated [-Wdeprecated-declarations] (intargfunc) memory_sq_item, /*sq_item*/ ^ /usr/pkgsrc/work/math/py-numarray/work/.buildlink/include/python2.7/object.h:139:21: note: 'intargfunc' declared here typedef PyObject *(*intargfunc)(PyObject *, int) Py_DEPRECATED(2.5); ^ Src/memorymodule.c:316:3: warning: 'intintargfunc' is deprecated [-Wdeprecated-declarations] (intintargfunc) memory_sq_slice, /*sq_slice*/ ^ /usr/pkgsrc/work/math/py-numarray/work/.buildlink/include/python2.7/object.h:140:21: note: 'intintargfunc' declared here typedef PyObject *(*intintargfunc)(PyObject *, int, int) Py_DEPRECATED(2.5); ^ 3 warnings generated. cc -shared -L/usr/pkgsrc/work/lang/python27/work/Python-2.7.6 -L/usr/lib -Wl,-R/usr/lib -L/usr/pkg/lib -Wl,-R/usr/pkg/lib -L/usr/pkg/lib -Wl,-R/usr/pkg/lib -L/usr/lib -Wl,-R/usr/lib -O2 -march=i586 -I/usr/pkg/include -I/usr/include -I/usr/pkg/include -I/usr/include build/temp.minix-3.3.0-i686-2.7/Src/memorymodule.o -L/usr/pkg/lib -lpython2.7 -o build/lib.minix-3.3.0-i686-2.7/numarray/memory.so -lm -L/usr/pkg/lib -Wl,-R/usr/pkg/lib -L/usr/lib -Wl,-R/usr/lib building 'numarray._converter' extension cc -DNDEBUG -O2 -march=i586 -fwrapv -DHAVE_DB_185_H -I/usr/include -I/usr/pkg/include -O2 -march=i586 -I/usr/pkg/include -I/usr/include -I/usr/pkg/include -I/usr/include -fPIC -IInclude/numarray -I/usr/pkg/include/python2.7 -c Src/_convertermodule.c -o build/temp.minix-3.3.0-i686-2.7/Src/_convertermodule.o cc -shared -L/usr/pkgsrc/work/lang/python27/work/Python-2.7.6 -L/usr/lib -Wl,-R/usr/lib -L/usr/pkg/lib -Wl,-R/usr/pkg/lib -L/usr/pkg/lib -Wl,-R/usr/pkg/lib -L/usr/lib -Wl,-R/usr/lib -O2 -march=i586 -I/usr/pkg/include -I/usr/include -I/usr/pkg/include -I/usr/include build/temp.minix-3.3.0-i686-2.7/Src/_convertermodule.o -L/usr/pkg/lib -lpython2.7 -o build/lib.minix-3.3.0-i686-2.7/numarray/_converter.so -lm -L/usr/pkg/lib -Wl,-R/usr/pkg/lib -L/usr/lib -Wl,-R/usr/lib building 'numarray._operator' extension cc -DNDEBUG -O2 -march=i586 -fwrapv -DHAVE_DB_185_H -I/usr/include -I/usr/pkg/include -O2 -march=i586 -I/usr/pkg/include -I/usr/include -I/usr/pkg/include -I/usr/include -fPIC -IInclude/numarray -I/usr/pkg/include/python2.7 -c Src/_operatormodule.c -o build/temp.minix-3.3.0-i686-2.7/Src/_operatormodule.o cc -shared -L/usr/pkgsrc/work/lang/python27/work/Python-2.7.6 -L/usr/lib -Wl,-R/usr/lib -L/usr/pkg/lib -Wl,-R/usr/pkg/lib -L/usr/pkg/lib -Wl,-R/usr/pkg/lib -L/usr/lib -Wl,-R/usr/lib -O2 -march=i586 -I/usr/pkg/include -I/usr/include -I/usr/pkg/include -I/usr/include build/temp.minix-3.3.0-i686-2.7/Src/_operatormodule.o -L/usr/pkg/lib -lpython2.7 -o build/lib.minix-3.3.0-i686-2.7/numarray/_operator.so -lm -L/usr/pkg/lib -Wl,-R/usr/pkg/lib -L/usr/lib -Wl,-R/usr/lib building 'numarray._numerictype' extension cc -DNDEBUG -O2 -march=i586 -fwrapv -DHAVE_DB_185_H -I/usr/include -I/usr/pkg/include -O2 -march=i586 -I/usr/pkg/include -I/usr/include -I/usr/pkg/include -I/usr/include -fPIC -IInclude/numarray -I/usr/pkg/include/python2.7 -c Src/_numerictypemodule.c -o build/temp.minix-3.3.0-i686-2.7/Src/_numerictypemodule.o cc -shared -L/usr/pkgsrc/work/lang/python27/work/Python-2.7.6 -L/usr/lib -Wl,-R/usr/lib -L/usr/pkg/lib -Wl,-R/usr/pkg/lib -L/usr/pkg/lib -Wl,-R/usr/pkg/lib -L/usr/lib -Wl,-R/usr/lib -O2 -march=i586 -I/usr/pkg/include -I/usr/include -I/usr/pkg/include -I/usr/include build/temp.minix-3.3.0-i686-2.7/Src/_numerictypemodule.o -L/usr/pkg/lib -lpython2.7 -o build/lib.minix-3.3.0-i686-2.7/numarray/_numerictype.so -lm -L/usr/pkg/lib -Wl,-R/usr/pkg/lib -L/usr/lib -Wl,-R/usr/lib building 'numarray.libnumarray' extension cc -DNDEBUG -O2 -march=i586 -fwrapv -DHAVE_DB_185_H -I/usr/include -I/usr/pkg/include -O2 -march=i586 -I/usr/pkg/include -I/usr/include -I/usr/pkg/include -I/usr/include -fPIC -IInclude/numarray -I/usr/pkg/include/python2.7 -c Src/libnumarraymodule.c -o build/temp.minix-3.3.0-i686-2.7/Src/libnumarraymodule.o Src/libnumarraymodule.c:1346:8: warning: comparison of unsigned enum expression < 0 is always false [-Wtautological-compare] if (t < 0) goto _fail; ~ ^ ~ Src/libnumarraymodule.c:1370:9: warning: comparison of unsigned enum expression < 0 is always false [-Wtautological-compare] if (t < 0) goto _exit; ~ ^ ~ 2 warnings generated. cc -shared -L/usr/pkgsrc/work/lang/python27/work/Python-2.7.6 -L/usr/lib -Wl,-R/usr/lib -L/usr/pkg/lib -Wl,-R/usr/pkg/lib -L/usr/pkg/lib -Wl,-R/usr/pkg/lib -L/usr/lib -Wl,-R/usr/lib -O2 -march=i586 -I/usr/pkg/include -I/usr/include -I/usr/pkg/include -I/usr/include build/temp.minix-3.3.0-i686-2.7/Src/libnumarraymodule.o -L/usr/pkg/lib -lpython2.7 -o build/lib.minix-3.3.0-i686-2.7/numarray/libnumarray.so -lm -L/usr/pkg/lib -Wl,-R/usr/pkg/lib -L/usr/lib -Wl,-R/usr/lib building 'numarray.libnumeric' extension cc -DNDEBUG -O2 -march=i586 -fwrapv -DHAVE_DB_185_H -I/usr/include -I/usr/pkg/include -O2 -march=i586 -I/usr/pkg/include -I/usr/include -I/usr/pkg/include -I/usr/include -fPIC -IInclude/numarray -I/usr/pkg/include/python2.7 -c Src/libnumericmodule.c -o build/temp.minix-3.3.0-i686-2.7/Src/libnumericmodule.o cc -shared -L/usr/pkgsrc/work/lang/python27/work/Python-2.7.6 -L/usr/lib -Wl,-R/usr/lib -L/usr/pkg/lib -Wl,-R/usr/pkg/lib -L/usr/pkg/lib -Wl,-R/usr/pkg/lib -L/usr/lib -Wl,-R/usr/lib -O2 -march=i586 -I/usr/pkg/include -I/usr/include -I/usr/pkg/include -I/usr/include build/temp.minix-3.3.0-i686-2.7/Src/libnumericmodule.o -L/usr/pkg/lib -lpython2.7 -o build/lib.minix-3.3.0-i686-2.7/numarray/libnumeric.so -lm -L/usr/pkg/lib -Wl,-R/usr/pkg/lib -L/usr/lib -Wl,-R/usr/lib building 'numarray._ufuncInt64' extension cc -DNDEBUG -O2 -march=i586 -fwrapv -DHAVE_DB_185_H -I/usr/include -I/usr/pkg/include -O2 -march=i586 -I/usr/pkg/include -I/usr/include -I/usr/pkg/include -I/usr/include -fPIC -IInclude/numarray -I/usr/pkg/include/python2.7 -c Src/_ufuncInt64module.c -o build/temp.minix-3.3.0-i686-2.7/Src/_ufuncInt64module.o cc -shared -L/usr/pkgsrc/work/lang/python27/work/Python-2.7.6 -L/usr/lib -Wl,-R/usr/lib -L/usr/pkg/lib -Wl,-R/usr/pkg/lib -L/usr/pkg/lib -Wl,-R/usr/pkg/lib -L/usr/lib -Wl,-R/usr/lib -O2 -march=i586 -I/usr/pkg/include -I/usr/include -I/usr/pkg/include -I/usr/include build/temp.minix-3.3.0-i686-2.7/Src/_ufuncInt64module.o -L/usr/pkg/lib -lpython2.7 -o build/lib.minix-3.3.0-i686-2.7/numarray/_ufuncInt64.so -lm -L/usr/pkg/lib -Wl,-R/usr/pkg/lib -L/usr/lib -Wl,-R/usr/lib building 'numarray._ufuncUInt64' extension cc -DNDEBUG -O2 -march=i586 -fwrapv -DHAVE_DB_185_H -I/usr/include -I/usr/pkg/include -O2 -march=i586 -I/usr/pkg/include -I/usr/include -I/usr/pkg/include -I/usr/include -fPIC -IInclude/numarray -I/usr/pkg/include/python2.7 -c Src/_ufuncUInt64module.c -o build/temp.minix-3.3.0-i686-2.7/Src/_ufuncUInt64module.o cc -shared -L/usr/pkgsrc/work/lang/python27/work/Python-2.7.6 -L/usr/lib -Wl,-R/usr/lib -L/usr/pkg/lib -Wl,-R/usr/pkg/lib -L/usr/pkg/lib -Wl,-R/usr/pkg/lib -L/usr/lib -Wl,-R/usr/lib -O2 -march=i586 -I/usr/pkg/include -I/usr/include -I/usr/pkg/include -I/usr/include build/temp.minix-3.3.0-i686-2.7/Src/_ufuncUInt64module.o -L/usr/pkg/lib -lpython2.7 -o build/lib.minix-3.3.0-i686-2.7/numarray/_ufuncUInt64.so -lm -L/usr/pkg/lib -Wl,-R/usr/pkg/lib -L/usr/lib -Wl,-R/usr/lib building 'numarray.convolve._correlate' extension creating build/temp.minix-3.3.0-i686-2.7/Packages creating build/temp.minix-3.3.0-i686-2.7/Packages/Convolve creating build/temp.minix-3.3.0-i686-2.7/Packages/Convolve/Src cc -DNDEBUG -O2 -march=i586 -fwrapv -DHAVE_DB_185_H -I/usr/include -I/usr/pkg/include -O2 -march=i586 -I/usr/pkg/include -I/usr/include -I/usr/pkg/include -I/usr/include -fPIC -IInclude/numarray -I/usr/pkg/include/python2.7 -c Packages/Convolve/Src/_correlatemodule.c -o build/temp.minix-3.3.0-i686-2.7/Packages/Convolve/Src/_correlatemodule.o Packages/Convolve/Src/_correlatemodule.c:73:8: warning: comparison of unsigned enum expression < 0 is always false [-Wtautological-compare] if (t < 0) { ~ ^ ~ 1 warning generated. cc -shared -L/usr/pkgsrc/work/lang/python27/work/Python-2.7.6 -L/usr/lib -Wl,-R/usr/lib -L/usr/pkg/lib -Wl,-R/usr/pkg/lib -L/usr/pkg/lib -Wl,-R/usr/pkg/lib -L/usr/lib -Wl,-R/usr/lib -O2 -march=i586 -I/usr/pkg/include -I/usr/include -I/usr/pkg/include -I/usr/include build/temp.minix-3.3.0-i686-2.7/Packages/Convolve/Src/_correlatemodule.o -L/usr/pkg/lib -lpython2.7 -o build/lib.minix-3.3.0-i686-2.7/numarray/convolve/_correlate.so -lm -L/usr/pkg/lib -Wl,-R/usr/pkg/lib -L/usr/lib -Wl,-R/usr/lib building 'numarray.image._combine' extension creating build/temp.minix-3.3.0-i686-2.7/Packages/image creating build/temp.minix-3.3.0-i686-2.7/Packages/image/Src cc -DNDEBUG -O2 -march=i586 -fwrapv -DHAVE_DB_185_H -I/usr/include -I/usr/pkg/include -O2 -march=i586 -I/usr/pkg/include -I/usr/include -I/usr/pkg/include -I/usr/include -fPIC -IInclude/numarray -I/usr/pkg/include/python2.7 -c Packages/image/Src/_combinemodule.c -o build/temp.minix-3.3.0-i686-2.7/Packages/image/Src/_combinemodule.o cc -shared -L/usr/pkgsrc/work/lang/python27/work/Python-2.7.6 -L/usr/lib -Wl,-R/usr/lib -L/usr/pkg/lib -Wl,-R/usr/pkg/lib -L/usr/pkg/lib -Wl,-R/usr/pkg/lib -L/usr/lib -Wl,-R/usr/lib -O2 -march=i586 -I/usr/pkg/include -I/usr/include -I/usr/pkg/include -I/usr/include build/temp.minix-3.3.0-i686-2.7/Packages/image/Src/_combinemodule.o -L/usr/pkg/lib -lpython2.7 -o build/lib.minix-3.3.0-i686-2.7/numarray/image/_combine.so -lm -L/usr/pkg/lib -Wl,-R/usr/pkg/lib -L/usr/lib -Wl,-R/usr/lib building 'numarray.nd_image._nd_image' extension creating build/temp.minix-3.3.0-i686-2.7/Packages/nd_image creating build/temp.minix-3.3.0-i686-2.7/Packages/nd_image/Src cc -DNDEBUG -O2 -march=i586 -fwrapv -DHAVE_DB_185_H -I/usr/include -I/usr/pkg/include -O2 -march=i586 -I/usr/pkg/include -I/usr/include -I/usr/pkg/include -I/usr/include -fPIC -IPackages/nd_image/Src -IInclude/numarray -I/usr/pkg/include/python2.7 -c Packages/nd_image/Src/nd_image.c -o build/temp.minix-3.3.0-i686-2.7/Packages/nd_image/Src/nd_image.o Packages/nd_image/Src/nd_image.c:103:48: warning: implicit conversion from enumeration type 'enum PyArray_TYPES' to different enumeration type 'NumarrayType' [-Wenum-conversion] PyArrayObject *array = NA_InputArray(object, PyArray_LONG, C_ARRAY); ~~~~~~~~~~~~~ ^~~~~~~~~~~~ Packages/nd_image/Src/nd_image.c:273:35: warning: implicit conversion from enumeration type 'enum PyArray_TYPES' to different enumeration type 'NumarrayType' [-Wenum-conversion] py_ibuffer = NA_NewArray(iline, PyArray_DOUBLE, 1, (int)ilen); ~~~~~~~~~~~ ^~~~~~~~~~~~~~ Packages/nd_image/Src/nd_image.c:274:34: warning: implicit conversion from enumeration type 'enum PyArray_TYPES' to different enumeration type 'NumarrayType' [-Wenum-conversion] py_obuffer = NA_NewArray(NULL, PyArray_DOUBLE, 1, (int)olen); ~~~~~~~~~~~ ^~~~~~~~~~~~~~ Packages/nd_image/Src/nd_image.c:351:35: warning: implicit conversion from enumeration type 'enum PyArray_TYPES' to different enumeration type 'NumarrayType' [-Wenum-conversion] py_buffer = NA_NewArray(buffer, PyArray_DOUBLE, 1, filter_size); ~~~~~~~~~~~ ^~~~~~~~~~~~~~ 4 warnings generated. cc -DNDEBUG -O2 -march=i586 -fwrapv -DHAVE_DB_185_H -I/usr/include -I/usr/pkg/include -O2 -march=i586 -I/usr/pkg/include -I/usr/include -I/usr/pkg/include -I/usr/include -fPIC -IPackages/nd_image/Src -IInclude/numarray -I/usr/pkg/include/python2.7 -c Packages/nd_image/Src/ni_filters.c -o build/temp.minix-3.3.0-i686-2.7/Packages/nd_image/Src/ni_filters.o cc -DNDEBUG -O2 -march=i586 -fwrapv -DHAVE_DB_185_H -I/usr/include -I/usr/pkg/include -O2 -march=i586 -I/usr/pkg/include -I/usr/include -I/usr/pkg/include -I/usr/include -fPIC -IPackages/nd_image/Src -IInclude/numarray -I/usr/pkg/include/python2.7 -c Packages/nd_image/Src/ni_fourier.c -o build/temp.minix-3.3.0-i686-2.7/Packages/nd_image/Src/ni_fourier.o cc -DNDEBUG -O2 -march=i586 -fwrapv -DHAVE_DB_185_H -I/usr/include -I/usr/pkg/include -O2 -march=i586 -I/usr/pkg/include -I/usr/include -I/usr/pkg/include -I/usr/include -fPIC -IPackages/nd_image/Src -IInclude/numarray -I/usr/pkg/include/python2.7 -c Packages/nd_image/Src/ni_interpolation.c -o build/temp.minix-3.3.0-i686-2.7/Packages/nd_image/Src/ni_interpolation.o cc -DNDEBUG -O2 -march=i586 -fwrapv -DHAVE_DB_185_H -I/usr/include -I/usr/pkg/include -O2 -march=i586 -I/usr/pkg/include -I/usr/include -I/usr/pkg/include -I/usr/include -fPIC -IPackages/nd_image/Src -IInclude/numarray -I/usr/pkg/include/python2.7 -c Packages/nd_image/Src/ni_measure.c -o build/temp.minix-3.3.0-i686-2.7/Packages/nd_image/Src/ni_measure.o cc -DNDEBUG -O2 -march=i586 -fwrapv -DHAVE_DB_185_H -I/usr/include -I/usr/pkg/include -O2 -march=i586 -I/usr/pkg/include -I/usr/include -I/usr/pkg/include -I/usr/include -fPIC -IPackages/nd_image/Src -IInclude/numarray -I/usr/pkg/include/python2.7 -c Packages/nd_image/Src/ni_morphology.c -o build/temp.minix-3.3.0-i686-2.7/Packages/nd_image/Src/ni_morphology.o cc -DNDEBUG -O2 -march=i586 -fwrapv -DHAVE_DB_185_H -I/usr/include -I/usr/pkg/include -O2 -march=i586 -I/usr/pkg/include -I/usr/include -I/usr/pkg/include -I/usr/include -fPIC -IPackages/nd_image/Src -IInclude/numarray -I/usr/pkg/include/python2.7 -c Packages/nd_image/Src/ni_support.c -o build/temp.minix-3.3.0-i686-2.7/Packages/nd_image/Src/ni_support.o cc -shared -L/usr/pkgsrc/work/lang/python27/work/Python-2.7.6 -L/usr/lib -Wl,-R/usr/lib -L/usr/pkg/lib -Wl,-R/usr/pkg/lib -L/usr/pkg/lib -Wl,-R/usr/pkg/lib -L/usr/lib -Wl,-R/usr/lib -O2 -march=i586 -I/usr/pkg/include -I/usr/include -I/usr/pkg/include -I/usr/include build/temp.minix-3.3.0-i686-2.7/Packages/nd_image/Src/nd_image.o build/temp.minix-3.3.0-i686-2.7/Packages/nd_image/Src/ni_filters.o build/temp.minix-3.3.0-i686-2.7/Packages/nd_image/Src/ni_fourier.o build/temp.minix-3.3.0-i686-2.7/Packages/nd_image/Src/ni_interpolation.o build/temp.minix-3.3.0-i686-2.7/Packages/nd_image/Src/ni_measure.o build/temp.minix-3.3.0-i686-2.7/Packages/nd_image/Src/ni_morphology.o build/temp.minix-3.3.0-i686-2.7/Packages/nd_image/Src/ni_support.o -L/usr/pkg/lib -lpython2.7 -o build/lib.minix-3.3.0-i686-2.7/numarray/nd_image/_nd_image.so -lm -L/usr/pkg/lib -Wl,-R/usr/pkg/lib -L/usr/lib -Wl,-R/usr/lib building 'numarray.convolve._lineshape' extension cc -DNDEBUG -O2 -march=i586 -fwrapv -DHAVE_DB_185_H -I/usr/include -I/usr/pkg/include -O2 -march=i586 -I/usr/pkg/include -I/usr/include -I/usr/pkg/include -I/usr/include -fPIC -IInclude/numarray -I/usr/pkg/include/python2.7 -c Packages/Convolve/Src/_lineshapemodule.c -o build/temp.minix-3.3.0-i686-2.7/Packages/Convolve/Src/_lineshapemodule.o cc -shared -L/usr/pkgsrc/work/lang/python27/work/Python-2.7.6 -L/usr/lib -Wl,-R/usr/lib -L/usr/pkg/lib -Wl,-R/usr/pkg/lib -L/usr/pkg/lib -Wl,-R/usr/pkg/lib -L/usr/lib -Wl,-R/usr/lib -O2 -march=i586 -I/usr/pkg/include -I/usr/include -I/usr/pkg/include -I/usr/include build/temp.minix-3.3.0-i686-2.7/Packages/Convolve/Src/_lineshapemodule.o -L/usr/pkg/lib -lpython2.7 -o build/lib.minix-3.3.0-i686-2.7/numarray/convolve/_lineshape.so -lm -L/usr/pkg/lib -Wl,-R/usr/pkg/lib -L/usr/lib -Wl,-R/usr/lib building 'numarray.fft.fftpack' extension creating build/temp.minix-3.3.0-i686-2.7/Packages/FFT2 creating build/temp.minix-3.3.0-i686-2.7/Packages/FFT2/Src cc -DNDEBUG -O2 -march=i586 -fwrapv -DHAVE_DB_185_H -I/usr/include -I/usr/pkg/include -O2 -march=i586 -I/usr/pkg/include -I/usr/include -I/usr/pkg/include -I/usr/include -fPIC -IPackages/FFT2/Include -IInclude/numarray -I/usr/pkg/include/python2.7 -c Packages/FFT2/Src/fftpackmodule.c -o build/temp.minix-3.3.0-i686-2.7/Packages/FFT2/Src/fftpackmodule.o cc -DNDEBUG -O2 -march=i586 -fwrapv -DHAVE_DB_185_H -I/usr/include -I/usr/pkg/include -O2 -march=i586 -I/usr/pkg/include -I/usr/include -I/usr/pkg/include -I/usr/include -fPIC -IPackages/FFT2/Include -IInclude/numarray -I/usr/pkg/include/python2.7 -c Packages/FFT2/Src/fftpack.c -o build/temp.minix-3.3.0-i686-2.7/Packages/FFT2/Src/fftpack.o cc -shared -L/usr/pkgsrc/work/lang/python27/work/Python-2.7.6 -L/usr/lib -Wl,-R/usr/lib -L/usr/pkg/lib -Wl,-R/usr/pkg/lib -L/usr/pkg/lib -Wl,-R/usr/pkg/lib -L/usr/lib -Wl,-R/usr/lib -O2 -march=i586 -I/usr/pkg/include -I/usr/include -I/usr/pkg/include -I/usr/include build/temp.minix-3.3.0-i686-2.7/Packages/FFT2/Src/fftpackmodule.o build/temp.minix-3.3.0-i686-2.7/Packages/FFT2/Src/fftpack.o -L/usr/pkg/lib -lpython2.7 -o build/lib.minix-3.3.0-i686-2.7/numarray/fft/fftpack.so -lm -L/usr/pkg/lib -Wl,-R/usr/pkg/lib -L/usr/lib -Wl,-R/usr/lib building 'numarray.linear_algebra.lapack_lite2' extension creating build/temp.minix-3.3.0-i686-2.7/Packages/LinearAlgebra2 creating build/temp.minix-3.3.0-i686-2.7/Packages/LinearAlgebra2/Src cc -DNDEBUG -O2 -march=i586 -fwrapv -DHAVE_DB_185_H -I/usr/include -I/usr/pkg/include -O2 -march=i586 -I/usr/pkg/include -I/usr/include -I/usr/pkg/include -I/usr/include -fPIC -IPackages/LinearAlgebra2/Src -IInclude/numarray -I/usr/pkg/include/python2.7 -c Packages/LinearAlgebra2/Src/lapack_litemodule.c -o build/temp.minix-3.3.0-i686-2.7/Packages/LinearAlgebra2/Src/lapack_litemodule.o -DHAVE_CONFIG Packages/LinearAlgebra2/Src/lapack_litemodule.c:107:24: warning: implicit declaration of function 'dgeev_' is invalid in C99 [-Wimplicit-function-declaration] lapack_lite_status__ = dgeev_(&jobvl,&jobvr,&n,DDATA(a),&lda,DDATA(wr),DDATA(wi),DDATA(vl),&ldvl,DDATA(vr),&ldvr,DDATA(work),&lwork,&info); ^ Packages/LinearAlgebra2/Src/lapack_litemodule.c:199:26: warning: implicit declaration of function 'dsyevd_' is invalid in C99 [-Wimplicit-function-declaration] lapack_lite_status__ = dsyevd_(&jobz,&uplo,&n,DDATA(a),&lda,DDATA(w),DDATA(work),&lwork,LDATA(iwork),&liwork,&info); ^ Packages/LinearAlgebra2/Src/lapack_litemodule.c:296:26: warning: implicit declaration of function 'zheevd_' is invalid in C99 [-Wimplicit-function-declaration] lapack_lite_status__ = zheevd_(&jobz,&uplo,&n,DDATA(a),&lda,DDATA(w),DDATA(work),&lwork,DDATA(rwork),&lrwork,LDATA(iwork),&liwork,&info); ^ Packages/LinearAlgebra2/Src/lapack_litemodule.c:340:24: warning: implicit declaration of function 'dgelsd_' is invalid in C99 [-Wimplicit-function-declaration] lapack_lite_status__ = dgelsd_(&m,&n,&nrhs,DDATA(a),&lda,DDATA(b),&ldb,DDATA(s),&rcond,&rank,DDATA(work),&lwork,LDATA(iwork),&info); ^ Packages/LinearAlgebra2/Src/lapack_litemodule.c:378:24: warning: implicit declaration of function 'dgesv_' is invalid in C99 [-Wimplicit-function-declaration] lapack_lite_status__ = dgesv_(&n,&nrhs,DDATA(a),&lda,LDATA(ipiv),DDATA(b),&ldb,&info); ^ Packages/LinearAlgebra2/Src/lapack_litemodule.c:418:24: warning: implicit declaration of function 'dgesdd_' is invalid in C99 [-Wimplicit-function-declaration] lapack_lite_status__ = dgesdd_(&jobz,&m,&n,DDATA(a),&lda,DDATA(s),DDATA(u),&ldu,DDATA(vt),&ldvt,DDATA(work),&lwork,LDATA(iwork),&info); ^ Packages/LinearAlgebra2/Src/lapack_litemodule.c:449:24: warning: implicit declaration of function 'dgetrf_' is invalid in C99 [-Wimplicit-function-declaration] lapack_lite_status__ = dgetrf_(&m,&n,DDATA(a),&lda,LDATA(ipiv),&info); ^ Packages/LinearAlgebra2/Src/lapack_litemodule.c:477:25: warning: implicit declaration of function 'zungqr_' is invalid in C99 [-Wimplicit-function-declaration] lapack_lite_status__ = zungqr_(&m, &n, &k, ZDATA(a), &lda, ZDATA(tau), ZDATA(work), &lwork, &info); ^ Packages/LinearAlgebra2/Src/lapack_litemodule.c:508:25: warning: implicit declaration of function 'dorgqr_' is invalid in C99 [-Wimplicit-function-declaration] lapack_lite_status__ = dorgqr_(&m, &n, &k, DDATA(a), &lda, DDATA(tau), DDATA(work), &lwork, &info); ^ Packages/LinearAlgebra2/Src/lapack_litemodule.c:539:24: warning: implicit declaration of function 'zgeqrf_' is invalid in C99 [-Wimplicit-function-declaration] lapack_lite_status__ = zgeqrf_(&m, &n, ZDATA(a), &lda, ZDATA(tau), ZDATA(work), &lwork, &info); ^ Packages/LinearAlgebra2/Src/lapack_litemodule.c:570:24: warning: implicit declaration of function 'dgeqrf_' is invalid in C99 [-Wimplicit-function-declaration] lapack_lite_status__ = dgeqrf_(&m, &n, DDATA(a), &lda, DDATA(tau), DDATA(work), &lwork, &info); ^ Packages/LinearAlgebra2/Src/lapack_litemodule.c:594:24: warning: implicit declaration of function 'dpotrf_' is invalid in C99 [-Wimplicit-function-declaration] lapack_lite_status__ = dpotrf_(&uplo,&n,DDATA(a),&lda,&info); ^ Packages/LinearAlgebra2/Src/lapack_litemodule.c:632:24: warning: implicit declaration of function 'zgeev_' is invalid in C99 [-Wimplicit-function-declaration] lapack_lite_status__ = zgeev_(&jobvl,&jobvr,&n,ZDATA(a),&lda,ZDATA(w),ZDATA(vl),&ldvl,ZDATA(vr),&ldvr,ZDATA(work),&lwork,DDATA(rwork),&info); ^ Packages/LinearAlgebra2/Src/lapack_litemodule.c:679:24: warning: implicit declaration of function 'zgelsd_' is invalid in C99 [-Wimplicit-function-declaration] lapack_lite_status__ = zgelsd_(&m,&n,&nrhs,ZDATA(a),&lda,ZDATA(b),&ldb,DDATA(s),&rcond,&rank,ZDATA(work),&lwork,DDATA(rwork),LDATA(iwork),&info); ^ Packages/LinearAlgebra2/Src/lapack_litemodule.c:714:24: warning: implicit declaration of function 'zgesv_' is invalid in C99 [-Wimplicit-function-declaration] lapack_lite_status__ = zgesv_(&n,&nrhs,ZDATA(a),&lda,LDATA(ipiv),ZDATA(b),&ldb,&info); ^ Packages/LinearAlgebra2/Src/lapack_litemodule.c:759:24: warning: implicit declaration of function 'zgesdd_' is invalid in C99 [-Wimplicit-function-declaration] lapack_lite_status__ = zgesdd_(&jobz,&m,&n,ZDATA(a),&lda,DDATA(s),ZDATA(u),&ldu,ZDATA(vt),&ldvt,ZDATA(work),&lwork,DDATA(rwork),LDATA(iwork),&info); ^ Packages/LinearAlgebra2/Src/lapack_litemodule.c:794:24: warning: implicit declaration of function 'zgetrf_' is invalid in C99 [-Wimplicit-function-declaration] lapack_lite_status__ = zgetrf_(&m,&n,ZDATA(a),&lda,LDATA(ipiv),&info); ^ Packages/LinearAlgebra2/Src/lapack_litemodule.c:818:24: warning: implicit declaration of function 'zpotrf_' is invalid in C99 [-Wimplicit-function-declaration] lapack_lite_status__ = zpotrf_(&uplo,&n,ZDATA(a),&lda,&info); ^ 18 warnings generated. cc -DNDEBUG -O2 -march=i586 -fwrapv -DHAVE_DB_185_H -I/usr/include -I/usr/pkg/include -O2 -march=i586 -I/usr/pkg/include -I/usr/include -I/usr/pkg/include -I/usr/include -fPIC -IPackages/LinearAlgebra2/Src -IInclude/numarray -I/usr/pkg/include/python2.7 -c Packages/LinearAlgebra2/Src/blas_lite.c -o build/temp.minix-3.3.0-i686-2.7/Packages/LinearAlgebra2/Src/blas_lite.o -DHAVE_CONFIG Packages/LinearAlgebra2/Src/blas_lite.c:397:57: warning: '&&' within '||' [-Wlogical-op-parentheses] if (*m == 0 || *n == 0 || (*alpha == 0. || *k == 0) && *beta == 1.) { ~~ ~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~ Packages/LinearAlgebra2/Src/blas_lite.c:397:57: note: place parentheses around the '&&' expression to silence this warning if (*m == 0 || *n == 0 || (*alpha == 0. || *k == 0) && *beta == 1.) { ^ ( ) Packages/LinearAlgebra2/Src/blas_lite.c:656:44: warning: '&&' within '||' [-Wlogical-op-parentheses] if (*m == 0 || *n == 0 || *alpha == 0. && *beta == 1.) { ~~ ~~~~~~~~~~~~~^~~~~~~~~~~~~~ Packages/LinearAlgebra2/Src/blas_lite.c:656:44: note: place parentheses around the '&&' expression to silence this warning if (*m == 0 || *n == 0 || *alpha == 0. && *beta == 1.) { ^ ( ) Packages/LinearAlgebra2/Src/blas_lite.c:1293:33: warning: '&&' within '||' [-Wlogical-op-parentheses] if (*n == 0 || *alpha == 0. && *beta == 1.) { ~~ ~~~~~~~~~~~~~^~~~~~~~~~~~~~ Packages/LinearAlgebra2/Src/blas_lite.c:1293:33: note: place parentheses around the '&&' expression to silence this warning if (*n == 0 || *alpha == 0. && *beta == 1.) { ^ ( ) Packages/LinearAlgebra2/Src/blas_lite.c:1801:46: warning: '&&' within '||' [-Wlogical-op-parentheses] if (*n == 0 || (*alpha == 0. || *k == 0) && *beta == 1.) { ~~ ~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~ Packages/LinearAlgebra2/Src/blas_lite.c:1801:46: note: place parentheses around the '&&' expression to silence this warning if (*n == 0 || (*alpha == 0. || *k == 0) && *beta == 1.) { ^ ( ) Packages/LinearAlgebra2/Src/blas_lite.c:3801:47: warning: '&&' within '||' [-Wlogical-op-parentheses] if (*m == 0 || *n == 0 || (alpha->r == 0. && alpha->i == 0. || *k == 0) && ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~ ~~ Packages/LinearAlgebra2/Src/blas_lite.c:3801:47: note: place parentheses around the '&&' expression to silence this warning if (*m == 0 || *n == 0 || (alpha->r == 0. && alpha->i == 0. || *k == 0) && ^ ( ) Packages/LinearAlgebra2/Src/blas_lite.c:3801:77: warning: '&&' within '||' [-Wlogical-op-parentheses] if (*m == 0 || *n == 0 || (alpha->r == 0. && alpha->i == 0. || *k == 0) && ~~ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~ Packages/LinearAlgebra2/Src/blas_lite.c:3801:77: note: place parentheses around the '&&' expression to silence this warning if (*m == 0 || *n == 0 || (alpha->r == 0. && alpha->i == 0. || *k == 0) && ^ Packages/LinearAlgebra2/Src/blas_lite.c:4362:64: warning: '&&' within '||' [-Wlogical-op-parentheses] if (*m == 0 || *n == 0 || alpha->r == 0. && alpha->i == 0. && (beta->r == ~~ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~ Packages/LinearAlgebra2/Src/blas_lite.c:4362:64: note: place parentheses around the '&&' expression to silence this warning if (*m == 0 || *n == 0 || alpha->r == 0. && alpha->i == 0. && (beta->r == ^ Packages/LinearAlgebra2/Src/blas_lite.c:4682:46: warning: '&&' within '||' [-Wlogical-op-parentheses] if (*m == 0 || *n == 0 || alpha->r == 0. && alpha->i == 0.) { ~~ ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~ Packages/LinearAlgebra2/Src/blas_lite.c:4682:46: note: place parentheses around the '&&' expression to silence this warning if (*m == 0 || *n == 0 || alpha->r == 0. && alpha->i == 0.) { ^ ( ) Packages/LinearAlgebra2/Src/blas_lite.c:4846:46: warning: '&&' within '||' [-Wlogical-op-parentheses] if (*m == 0 || *n == 0 || alpha->r == 0. && alpha->i == 0.) { ~~ ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~ Packages/LinearAlgebra2/Src/blas_lite.c:4846:46: note: place parentheses around the '&&' expression to silence this warning if (*m == 0 || *n == 0 || alpha->r == 0. && alpha->i == 0.) { ^ ( ) Packages/LinearAlgebra2/Src/blas_lite.c:5032:53: warning: '&&' within '||' [-Wlogical-op-parentheses] if (*n == 0 || alpha->r == 0. && alpha->i == 0. && (beta->r == 1. && ~~ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~ Packages/LinearAlgebra2/Src/blas_lite.c:5032:53: note: place parentheses around the '&&' expression to silence this warning if (*n == 0 || alpha->r == 0. && alpha->i == 0. && (beta->r == 1. && ^ Packages/LinearAlgebra2/Src/blas_lite.c:5401:35: warning: '&&' within '||' [-Wlogical-op-parentheses] if (*n == 0 || alpha->r == 0. && alpha->i == 0.) { ~~ ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~ Packages/LinearAlgebra2/Src/blas_lite.c:5401:35: note: place parentheses around the '&&' expression to silence this warning if (*n == 0 || alpha->r == 0. && alpha->i == 0.) { ^ ( ) Packages/LinearAlgebra2/Src/blas_lite.c:5839:36: warning: '&&' within '||' [-Wlogical-op-parentheses] if (*n == 0 || (alpha->r == 0. && alpha->i == 0. || *k == 0) && *beta == ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~ ~~ Packages/LinearAlgebra2/Src/blas_lite.c:5839:36: note: place parentheses around the '&&' expression to silence this warning if (*n == 0 || (alpha->r == 0. && alpha->i == 0. || *k == 0) && *beta == ^ ( ) Packages/LinearAlgebra2/Src/blas_lite.c:5839:66: warning: '&&' within '||' [-Wlogical-op-parentheses] if (*n == 0 || (alpha->r == 0. && alpha->i == 0. || *k == 0) && *beta == ~~ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~ Packages/LinearAlgebra2/Src/blas_lite.c:5839:66: note: place parentheses around the '&&' expression to silence this warning if (*n == 0 || (alpha->r == 0. && alpha->i == 0. || *k == 0) && *beta == ^ Packages/LinearAlgebra2/Src/blas_lite.c:8627:18: warning: '&&' within '||' [-Wlogical-op-parentheses] if (inta >= 129 && inta <= 137 || inta >= 145 && inta <= 153 || inta ~~~~~~~~~~~~^~~~~~~~~~~~~~ ~~ Packages/LinearAlgebra2/Src/blas_lite.c:8627:18: note: place parentheses around the '&&' expression to silence this warning if (inta >= 129 && inta <= 137 || inta >= 145 && inta <= 153 || inta ^ ( ) Packages/LinearAlgebra2/Src/blas_lite.c:8627:48: warning: '&&' within '||' [-Wlogical-op-parentheses] if (inta >= 129 && inta <= 137 || inta >= 145 && inta <= 153 || inta ~~ ~~~~~~~~~~~~^~~~~~~~~~~~~~ Packages/LinearAlgebra2/Src/blas_lite.c:8627:48: note: place parentheses around the '&&' expression to silence this warning if (inta >= 129 && inta <= 137 || inta >= 145 && inta <= 153 || inta ^ ( ) Packages/LinearAlgebra2/Src/blas_lite.c:8628:10: warning: '&&' within '||' [-Wlogical-op-parentheses] >= 162 && inta <= 169) { ~~~~~~~^~~~~~~~~~~~~~ Packages/LinearAlgebra2/Src/blas_lite.c:8628:10: note: place parentheses around the '&&' expression to silence this warning >= 162 && inta <= 169) { ^ Packages/LinearAlgebra2/Src/blas_lite.c:8631:18: warning: '&&' within '||' [-Wlogical-op-parentheses] if (intb >= 129 && intb <= 137 || intb >= 145 && intb <= 153 || intb ~~~~~~~~~~~~^~~~~~~~~~~~~~ ~~ Packages/LinearAlgebra2/Src/blas_lite.c:8631:18: note: place parentheses around the '&&' expression to silence this warning if (intb >= 129 && intb <= 137 || intb >= 145 && intb <= 153 || intb ^ ( ) Packages/LinearAlgebra2/Src/blas_lite.c:8631:48: warning: '&&' within '||' [-Wlogical-op-parentheses] if (intb >= 129 && intb <= 137 || intb >= 145 && intb <= 153 || intb ~~ ~~~~~~~~~~~~^~~~~~~~~~~~~~ Packages/LinearAlgebra2/Src/blas_lite.c:8631:48: note: place parentheses around the '&&' expression to silence this warning if (intb >= 129 && intb <= 137 || intb >= 145 && intb <= 153 || intb ^ ( ) Packages/LinearAlgebra2/Src/blas_lite.c:8632:10: warning: '&&' within '||' [-Wlogical-op-parentheses] >= 162 && intb <= 169) { ~~~~~~~^~~~~~~~~~~~~~ Packages/LinearAlgebra2/Src/blas_lite.c:8632:10: note: place parentheses around the '&&' expression to silence this warning >= 162 && intb <= 169) { ^ Packages/LinearAlgebra2/Src/blas_lite.c:8789:46: warning: '&&' within '||' [-Wlogical-op-parentheses] if (*n == 0 || (*alpha == 0. || *k == 0) && *beta == 1.) { ~~ ~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~ Packages/LinearAlgebra2/Src/blas_lite.c:8789:46: note: place parentheses around the '&&' expression to silence this warning if (*n == 0 || (*alpha == 0. || *k == 0) && *beta == 1.) { ^ ( ) Packages/LinearAlgebra2/Src/blas_lite.c:9102:46: warning: '&&' within '||' [-Wlogical-op-parentheses] if (*n == 0 || (*alpha == 0. || *k == 0) && *beta == 1.) { ~~ ~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~ Packages/LinearAlgebra2/Src/blas_lite.c:9102:46: note: place parentheses around the '&&' expression to silence this warning if (*n == 0 || (*alpha == 0. || *k == 0) && *beta == 1.) { ^ ( ) 21 warnings generated. cc -DNDEBUG -O2 -march=i586 -fwrapv -DHAVE_DB_185_H -I/usr/include -I/usr/pkg/include -O2 -march=i586 -I/usr/pkg/include -I/usr/include -I/usr/pkg/include -I/usr/include -fPIC -IPackages/LinearAlgebra2/Src -IInclude/numarray -I/usr/pkg/include/python2.7 -c Packages/LinearAlgebra2/Src/f2c_lite.c -o build/temp.minix-3.3.0-i686-2.7/Packages/LinearAlgebra2/Src/f2c_lite.o -DHAVE_CONFIG cc -DNDEBUG -O2 -march=i586 -fwrapv -DHAVE_DB_185_H -I/usr/include -I/usr/pkg/include -O2 -march=i586 -I/usr/pkg/include -I/usr/include -I/usr/pkg/include -I/usr/include -fPIC -IPackages/LinearAlgebra2/Src -IInclude/numarray -I/usr/pkg/include/python2.7 -c Packages/LinearAlgebra2/Src/zlapack_lite.c -o build/temp.minix-3.3.0-i686-2.7/Packages/LinearAlgebra2/Src/zlapack_lite.o -DHAVE_CONFIG Packages/LinearAlgebra2/Src/zlapack_lite.c:1557:36: warning: '&&' within '||' [-Wlogical-op-parentheses] } else if (*ldvl < 1 || wantvl && *ldvl < *n) { ~~ ~~~~~~~^~~~~~~~~~~~~ Packages/LinearAlgebra2/Src/zlapack_lite.c:1557:36: note: place parentheses around the '&&' expression to silence this warning } else if (*ldvl < 1 || wantvl && *ldvl < *n) { ^ ( ) Packages/LinearAlgebra2/Src/zlapack_lite.c:1559:36: warning: '&&' within '||' [-Wlogical-op-parentheses] } else if (*ldvr < 1 || wantvr && *ldvr < *n) { ~~ ~~~~~~~^~~~~~~~~~~~~ Packages/LinearAlgebra2/Src/zlapack_lite.c:1559:36: note: place parentheses around the '&&' expression to silence this warning } else if (*ldvr < 1 || wantvr && *ldvr < *n) { ^ ( ) Packages/LinearAlgebra2/Src/zlapack_lite.c:4096:35: warning: '&&' within '||' [-Wlogical-op-parentheses] } else if (*ldu < 1 || wntqas && *ldu < *m || wntqo && *m < *n && *ldu < * ~~ ~~~~~~~^~~~~~~~~~~~ Packages/LinearAlgebra2/Src/zlapack_lite.c:4096:35: note: place parentheses around the '&&' expression to silence this warning } else if (*ldu < 1 || wntqas && *ldu < *m || wntqo && *m < *n && *ldu < * ^ ( ) Packages/LinearAlgebra2/Src/zlapack_lite.c:4096:68: warning: '&&' within '||' [-Wlogical-op-parentheses] } else if (*ldu < 1 || wntqas && *ldu < *m || wntqo && *m < *n && *ldu < * ~~ ~~~~~~~~~~~~~~~~~^~~~~~~~~~~ Packages/LinearAlgebra2/Src/zlapack_lite.c:4096:68: note: place parentheses around the '&&' expression to silence this warning } else if (*ldu < 1 || wntqas && *ldu < *m || wntqo && *m < *n && *ldu < * ^ Packages/LinearAlgebra2/Src/zlapack_lite.c:4099:35: warning: '&&' within '||' [-Wlogical-op-parentheses] } else if (*ldvt < 1 || wntqa && *ldvt < *n || wntqs && *ldvt < minmn || ~~ ~~~~~~^~~~~~~~~~~~~ Packages/LinearAlgebra2/Src/zlapack_lite.c:4099:35: note: place parentheses around the '&&' expression to silence this warning } else if (*ldvt < 1 || wntqa && *ldvt < *n || wntqs && *ldvt < minmn || ^ ( ) Packages/LinearAlgebra2/Src/zlapack_lite.c:4099:58: warning: '&&' within '||' [-Wlogical-op-parentheses] } else if (*ldvt < 1 || wntqa && *ldvt < *n || wntqs && *ldvt < minmn || ~~ ~~~~~~^~~~~~~~~~~~~~~~ Packages/LinearAlgebra2/Src/zlapack_lite.c:4099:58: note: place parentheses around the '&&' expression to silence this warning } else if (*ldvt < 1 || wntqa && *ldvt < *n || wntqs && *ldvt < minmn || ^ ( ) Packages/LinearAlgebra2/Src/zlapack_lite.c:4100:24: warning: '&&' within '||' [-Wlogical-op-parentheses] wntqo && *m >= *n && *ldvt < *n) { ~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~ Packages/LinearAlgebra2/Src/zlapack_lite.c:4100:24: note: place parentheses around the '&&' expression to silence this warning wntqo && *m >= *n && *ldvt < *n) { ^ ( ) Packages/LinearAlgebra2/Src/zlapack_lite.c:7998:34: warning: '&&' within '||' [-Wlogical-op-parentheses] } else if (*ldz < 1 || wantz && *ldz < max(1,*n)) { ~~ ~~~~~~^~~~~~~~~~~~~~~~~~~ Packages/LinearAlgebra2/Src/zlapack_lite.c:7998:34: note: place parentheses around the '&&' expression to silence this warning } else if (*ldz < 1 || wantz && *ldz < max(1,*n)) { ~~~~~~^~~~~~~~~~~~~~~~~~~ Packages/LinearAlgebra2/Src/zlapack_lite.c:17636:37: warning: '&&' within '||' [-Wlogical-op-parentheses] } else if (*n < 0 || itype == 4 && *n != *m || itype == 5 && *n != *m) { ~~ ~~~~~~~~~~~^~~~~~~~~~~ Packages/LinearAlgebra2/Src/zlapack_lite.c:17636:37: note: place parentheses around the '&&' expression to silence this warning } else if (*n < 0 || itype == 4 && *n != *m || itype == 5 && *n != *m) { ^ ( ) Packages/LinearAlgebra2/Src/zlapack_lite.c:17636:63: warning: '&&' within '||' [-Wlogical-op-parentheses] } else if (*n < 0 || itype == 4 && *n != *m || itype == 5 && *n != *m) { ~~ ~~~~~~~~~~~^~~~~~~~~~~ Packages/LinearAlgebra2/Src/zlapack_lite.c:17636:63: note: place parentheses around the '&&' expression to silence this warning } else if (*n < 0 || itype == 4 && *n != *m || itype == 5 && *n != *m) { ^ ( ) Packages/LinearAlgebra2/Src/zlapack_lite.c:17648:69: warning: '&&' within '||' [-Wlogical-op-parentheses] if (*ku < 0 || *ku > max(i__1,0) || (itype == 4 || itype == 5) && ~~ ~~~~~~~~~~~~~~~~~~~~~~~~~~~^~ Packages/LinearAlgebra2/Src/zlapack_lite.c:17648:69: note: place parentheses around the '&&' expression to silence this warning if (*ku < 0 || *ku > max(i__1,0) || (itype == 4 || itype == 5) && ^ Packages/LinearAlgebra2/Src/zlapack_lite.c:17651:28: warning: '&&' within '||' [-Wlogical-op-parentheses] } else if (itype == 4 && *lda < *kl + 1 || itype == 5 && *lda < * ~~~~~~~~~~~^~~~~~~~~~~~~~~~~ ~~ Packages/LinearAlgebra2/Src/zlapack_lite.c:17651:28: note: place parentheses around the '&&' expression to silence this warning } else if (itype == 4 && *lda < *kl + 1 || itype == 5 && *lda < * ^ ( ) Packages/LinearAlgebra2/Src/zlapack_lite.c:17651:60: warning: '&&' within '||' [-Wlogical-op-parentheses] } else if (itype == 4 && *lda < *kl + 1 || itype == 5 && *lda < * ~~ ~~~~~~~~~~~^~~~~~~~~~~ Packages/LinearAlgebra2/Src/zlapack_lite.c:17651:60: note: place parentheses around the '&&' expression to silence this warning } else if (itype == 4 && *lda < *kl + 1 || itype == 5 && *lda < * ^ Packages/LinearAlgebra2/Src/zlapack_lite.c:17652:28: warning: '&&' within '||' [-Wlogical-op-parentheses] ku + 1 || itype == 6 && *lda < (*kl << 1) + *ku + 1) { ~~ ~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Packages/LinearAlgebra2/Src/zlapack_lite.c:17652:28: note: place parentheses around the '&&' expression to silence this warning ku + 1 || itype == 6 && *lda < (*kl << 1) + *ku + 1) { ^ ( ) Packages/LinearAlgebra2/Src/zlapack_lite.c:20581:39: warning: '&&' within '||' [-Wlogical-op-parentheses] } else if (*ldz < 1 || icompz > 0 && *ldz < max(1,*n)) { ~~ ~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~ Packages/LinearAlgebra2/Src/zlapack_lite.c:20581:39: note: place parentheses around the '&&' expression to silence this warning } else if (*ldz < 1 || icompz > 0 && *ldz < max(1,*n)) { ~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~ Packages/LinearAlgebra2/Src/zlapack_lite.c:20967:39: warning: '&&' within '||' [-Wlogical-op-parentheses] } else if (*ldz < 1 || icompz > 0 && *ldz < max(1,*n)) { ~~ ~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~ Packages/LinearAlgebra2/Src/zlapack_lite.c:20967:39: note: place parentheses around the '&&' expression to silence this warning } else if (*ldz < 1 || icompz > 0 && *ldz < max(1,*n)) { ~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~ Packages/LinearAlgebra2/Src/zlapack_lite.c:21652:35: warning: '&&' within '||' [-Wlogical-op-parentheses] } else if (*ldvl < 1 || leftv && *ldvl < *n) { ~~ ~~~~~~^~~~~~~~~~~~~ Packages/LinearAlgebra2/Src/zlapack_lite.c:21652:35: note: place parentheses around the '&&' expression to silence this warning } else if (*ldvl < 1 || leftv && *ldvl < *n) { ^ ( ) Packages/LinearAlgebra2/Src/zlapack_lite.c:21654:36: warning: '&&' within '||' [-Wlogical-op-parentheses] } else if (*ldvr < 1 || rightv && *ldvr < *n) { ~~ ~~~~~~~^~~~~~~~~~~~~ Packages/LinearAlgebra2/Src/zlapack_lite.c:21654:36: note: place parentheses around the '&&' expression to silence this warning } else if (*ldvr < 1 || rightv && *ldvr < *n) { ^ ( ) Packages/LinearAlgebra2/Src/zlapack_lite.c:22244:32: warning: '&&' within '||' [-Wlogical-op-parentheses] } else if (*n < 0 || wantq && (*n > *m || *n < min(*m,*k)) || ! wantq && ( ~~ ~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Packages/LinearAlgebra2/Src/zlapack_lite.c:22244:32: note: place parentheses around the '&&' expression to silence this warning } else if (*n < 0 || wantq && (*n > *m || *n < min(*m,*k)) || ! wantq && ( ^ ( ) Packages/LinearAlgebra2/Src/zlapack_lite.c:22244:75: warning: '&&' within '||' [-Wlogical-op-parentheses] } else if (*n < 0 || wantq && (*n > *m || *n < min(*m,*k)) || ! wantq && ( ~~ ~~~~~~~~^~~~ Packages/LinearAlgebra2/Src/zlapack_lite.c:22244:75: note: place parentheses around the '&&' expression to silence this warning } else if (*n < 0 || wantq && (*n > *m || *n < min(*m,*k)) || ! wantq && ( ^ Packages/LinearAlgebra2/Src/zlapack_lite.c:23470:14: warning: '&&' within '||' [-Wlogical-op-parentheses] if (left && notran || ! left && ! notran) { ~~~~~^~~~~~~~~ ~~ Packages/LinearAlgebra2/Src/zlapack_lite.c:23470:14: note: place parentheses around the '&&' expression to silence this warning if (left && notran || ! left && ! notran) { ^ ( ) Packages/LinearAlgebra2/Src/zlapack_lite.c:23470:34: warning: '&&' within '||' [-Wlogical-op-parentheses] if (left && notran || ! left && ! notran) { ~~ ~~~~~~~^~~~~~~~~~~ Packages/LinearAlgebra2/Src/zlapack_lite.c:23470:34: note: place parentheses around the '&&' expression to silence this warning if (left && notran || ! left && ! notran) { ^ ( ) Packages/LinearAlgebra2/Src/zlapack_lite.c:23695:14: warning: '&&' within '||' [-Wlogical-op-parentheses] if (left && ! notran || ! left && notran) { ~~~~~^~~~~~~~~~~ ~~ Packages/LinearAlgebra2/Src/zlapack_lite.c:23695:14: note: place parentheses around the '&&' expression to silence this warning if (left && ! notran || ! left && notran) { ^ ( ) Packages/LinearAlgebra2/Src/zlapack_lite.c:23695:36: warning: '&&' within '||' [-Wlogical-op-parentheses] if (left && ! notran || ! left && notran) { ~~ ~~~~~~~^~~~~~~~~ Packages/LinearAlgebra2/Src/zlapack_lite.c:23695:36: note: place parentheses around the '&&' expression to silence this warning if (left && ! notran || ! left && notran) { ^ ( ) Packages/LinearAlgebra2/Src/zlapack_lite.c:23956:13: warning: '&&' within '||' [-Wlogical-op-parentheses] if (applyq && *lda < max(1,nq) || ! applyq && *lda < max(i__1,i__2)) { ~~~~~~~^~~~~~~~~~~~~~~~~~~ ~~ Packages/LinearAlgebra2/Src/zlapack_lite.c:23956:13: note: place parentheses around the '&&' expression to silence this warning if (applyq && *lda < max(1,nq) || ! applyq && *lda < max(i__1,i__2)) { ~~~~~~~^~~~~~~~~~~~~~~~~~~ Packages/LinearAlgebra2/Src/zlapack_lite.c:23956:45: warning: '&&' within '||' [-Wlogical-op-parentheses] if (applyq && *lda < max(1,nq) || ! applyq && *lda < max(i__1,i__2)) { ~~ ~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~ Packages/LinearAlgebra2/Src/zlapack_lite.c:23956:45: note: place parentheses around the '&&' expression to silence this warning if (applyq && *lda < max(1,nq) || ! applyq && *lda < max(i__1,i__2)) { ~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~ Packages/LinearAlgebra2/Src/zlapack_lite.c:24264:14: warning: '&&' within '||' [-Wlogical-op-parentheses] if (left && notran || ! left && ! notran) { ~~~~~^~~~~~~~~ ~~ Packages/LinearAlgebra2/Src/zlapack_lite.c:24264:14: note: place parentheses around the '&&' expression to silence this warning if (left && notran || ! left && ! notran) { ^ ( ) Packages/LinearAlgebra2/Src/zlapack_lite.c:24264:34: warning: '&&' within '||' [-Wlogical-op-parentheses] if (left && notran || ! left && ! notran) { ~~ ~~~~~~~^~~~~~~~~~~ Packages/LinearAlgebra2/Src/zlapack_lite.c:24264:34: note: place parentheses around the '&&' expression to silence this warning if (left && notran || ! left && ! notran) { ^ ( ) Packages/LinearAlgebra2/Src/zlapack_lite.c:24586:11: warning: '&&' within '||' [-Wlogical-op-parentheses] if (left && notran || ! left && ! notran) { ~~~~~^~~~~~~~~ ~~ Packages/LinearAlgebra2/Src/zlapack_lite.c:24586:11: note: place parentheses around the '&&' expression to silence this warning if (left && notran || ! left && ! notran) { ^ ( ) Packages/LinearAlgebra2/Src/zlapack_lite.c:24586:31: warning: '&&' within '||' [-Wlogical-op-parentheses] if (left && notran || ! left && ! notran) { ~~ ~~~~~~~^~~~~~~~~~~ Packages/LinearAlgebra2/Src/zlapack_lite.c:24586:31: note: place parentheses around the '&&' expression to silence this warning if (left && notran || ! left && ! notran) { ^ ( ) Packages/LinearAlgebra2/Src/zlapack_lite.c:24903:11: warning: '&&' within '||' [-Wlogical-op-parentheses] if (left && notran || ! left && ! notran) { ~~~~~^~~~~~~~~ ~~ Packages/LinearAlgebra2/Src/zlapack_lite.c:24903:11: note: place parentheses around the '&&' expression to silence this warning if (left && notran || ! left && ! notran) { ^ ( ) Packages/LinearAlgebra2/Src/zlapack_lite.c:24903:31: warning: '&&' within '||' [-Wlogical-op-parentheses] if (left && notran || ! left && ! notran) { ~~ ~~~~~~~^~~~~~~~~~~ Packages/LinearAlgebra2/Src/zlapack_lite.c:24903:31: note: place parentheses around the '&&' expression to silence this warning if (left && notran || ! left && ! notran) { ^ ( ) Packages/LinearAlgebra2/Src/zlapack_lite.c:25210:11: warning: '&&' within '||' [-Wlogical-op-parentheses] if (left && ! notran || ! left && notran) { ~~~~~^~~~~~~~~~~ ~~ Packages/LinearAlgebra2/Src/zlapack_lite.c:25210:11: note: place parentheses around the '&&' expression to silence this warning if (left && ! notran || ! left && notran) { ^ ( ) Packages/LinearAlgebra2/Src/zlapack_lite.c:25210:33: warning: '&&' within '||' [-Wlogical-op-parentheses] if (left && ! notran || ! left && notran) { ~~ ~~~~~~~^~~~~~~~~ Packages/LinearAlgebra2/Src/zlapack_lite.c:25210:33: note: place parentheses around the '&&' expression to silence this warning if (left && ! notran || ! left && notran) { ^ ( ) 34 warnings generated. cc -DNDEBUG -O2 -march=i586 -fwrapv -DHAVE_DB_185_H -I/usr/include -I/usr/pkg/include -O2 -march=i586 -I/usr/pkg/include -I/usr/include -I/usr/pkg/include -I/usr/include -fPIC -IPackages/LinearAlgebra2/Src -IInclude/numarray -I/usr/pkg/include/python2.7 -c Packages/LinearAlgebra2/Src/dlapack_lite.c -o build/temp.minix-3.3.0-i686-2.7/Packages/LinearAlgebra2/Src/dlapack_lite.o -DHAVE_CONFIG Packages/LinearAlgebra2/Src/dlapack_lite.c:260:40: warning: '&&' within '||' [-Wlogical-op-parentheses] } else if (*ldu < 1 || icompq == 2 && *ldu < *n) { ~~ ~~~~~~~~~~~~^~~~~~~~~~~~ Packages/LinearAlgebra2/Src/dlapack_lite.c:260:40: note: place parentheses around the '&&' expression to silence this warning } else if (*ldu < 1 || icompq == 2 && *ldu < *n) { ^ ( ) Packages/LinearAlgebra2/Src/dlapack_lite.c:262:41: warning: '&&' within '||' [-Wlogical-op-parentheses] } else if (*ldvt < 1 || icompq == 2 && *ldvt < *n) { ~~ ~~~~~~~~~~~~^~~~~~~~~~~~~ Packages/LinearAlgebra2/Src/dlapack_lite.c:262:41: note: place parentheses around the '&&' expression to silence this warning } else if (*ldvt < 1 || icompq == 2 && *ldvt < *n) { ^ ( ) Packages/LinearAlgebra2/Src/dlapack_lite.c:752:27: warning: '&&' within '||' [-Wlogical-op-parentheses] } else if (*ncvt == 0 && *ldvt < 1 || *ncvt > 0 && *ldvt < max(1,*n)) { ~~~~~~~~~~~^~~~~~~~~~~~ ~~ Packages/LinearAlgebra2/Src/dlapack_lite.c:752:27: note: place parentheses around the '&&' expression to silence this warning } else if (*ncvt == 0 && *ldvt < 1 || *ncvt > 0 && *ldvt < max(1,*n)) { ^ ( ) Packages/LinearAlgebra2/Src/dlapack_lite.c:752:53: warning: '&&' within '||' [-Wlogical-op-parentheses] } else if (*ncvt == 0 && *ldvt < 1 || *ncvt > 0 && *ldvt < max(1,*n)) { ~~ ~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~ Packages/LinearAlgebra2/Src/dlapack_lite.c:752:53: note: place parentheses around the '&&' expression to silence this warning } else if (*ncvt == 0 && *ldvt < 1 || *ncvt > 0 && *ldvt < max(1,*n)) { ~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~ Packages/LinearAlgebra2/Src/dlapack_lite.c:756:26: warning: '&&' within '||' [-Wlogical-op-parentheses] } else if (*ncc == 0 && *ldc < 1 || *ncc > 0 && *ldc < max(1,*n)) { ~~~~~~~~~~^~~~~~~~~~~ ~~ Packages/LinearAlgebra2/Src/dlapack_lite.c:756:26: note: place parentheses around the '&&' expression to silence this warning } else if (*ncc == 0 && *ldc < 1 || *ncc > 0 && *ldc < max(1,*n)) { ^ ( ) Packages/LinearAlgebra2/Src/dlapack_lite.c:756:50: warning: '&&' within '||' [-Wlogical-op-parentheses] } else if (*ncc == 0 && *ldc < 1 || *ncc > 0 && *ldc < max(1,*n)) { ~~ ~~~~~~~~~^~~~~~~~~~~~~~~~~~~ Packages/LinearAlgebra2/Src/dlapack_lite.c:756:50: note: place parentheses around the '&&' expression to silence this warning } else if (*ncc == 0 && *ldc < 1 || *ncc > 0 && *ldc < max(1,*n)) { ~~~~~~~~~^~~~~~~~~~~~~~~~~~~ Packages/LinearAlgebra2/Src/dlapack_lite.c:1008:22: warning: '&&' within '||' [-Wlogical-op-parentheses] d__1)) || tol < 0. && (d__3 = e[m - 1], abs(d__3)) <= thresh) ~~ ~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Packages/LinearAlgebra2/Src/dlapack_lite.c:1008:22: note: place parentheses around the '&&' expression to silence this warning d__1)) || tol < 0. && (d__3 = e[m - 1], abs(d__3)) <= thresh) ^ ( ) Packages/LinearAlgebra2/Src/dlapack_lite.c:1041:17: warning: '&&' within '||' [-Wlogical-op-parentheses] ) || tol < 0. && (d__3 = e[ll], abs(d__3)) <= thresh) { ~~ ~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Packages/LinearAlgebra2/Src/dlapack_lite.c:1041:17: note: place parentheses around the '&&' expression to silence this warning ) || tol < 0. && (d__3 = e[ll], abs(d__3)) <= thresh) { ^ ( ) Packages/LinearAlgebra2/Src/dlapack_lite.c:2827:36: warning: '&&' within '||' [-Wlogical-op-parentheses] } else if (*ldvl < 1 || wantvl && *ldvl < *n) { ~~ ~~~~~~~^~~~~~~~~~~~~ Packages/LinearAlgebra2/Src/dlapack_lite.c:2827:36: note: place parentheses around the '&&' expression to silence this warning } else if (*ldvl < 1 || wantvl && *ldvl < *n) { ^ ( ) Packages/LinearAlgebra2/Src/dlapack_lite.c:2829:36: warning: '&&' within '||' [-Wlogical-op-parentheses] } else if (*ldvr < 1 || wantvr && *ldvr < *n) { ~~ ~~~~~~~^~~~~~~~~~~~~ Packages/LinearAlgebra2/Src/dlapack_lite.c:2829:36: note: place parentheses around the '&&' expression to silence this warning } else if (*ldvr < 1 || wantvr && *ldvr < *n) { ^ ( ) Packages/LinearAlgebra2/Src/dlapack_lite.c:5295:35: warning: '&&' within '||' [-Wlogical-op-parentheses] } else if (*ldu < 1 || wntqas && *ldu < *m || wntqo && *m < *n && *ldu < * ~~ ~~~~~~~^~~~~~~~~~~~ Packages/LinearAlgebra2/Src/dlapack_lite.c:5295:35: note: place parentheses around the '&&' expression to silence this warning } else if (*ldu < 1 || wntqas && *ldu < *m || wntqo && *m < *n && *ldu < * ^ ( ) Packages/LinearAlgebra2/Src/dlapack_lite.c:5295:68: warning: '&&' within '||' [-Wlogical-op-parentheses] } else if (*ldu < 1 || wntqas && *ldu < *m || wntqo && *m < *n && *ldu < * ~~ ~~~~~~~~~~~~~~~~~^~~~~~~~~~~ Packages/LinearAlgebra2/Src/dlapack_lite.c:5295:68: note: place parentheses around the '&&' expression to silence this warning } else if (*ldu < 1 || wntqas && *ldu < *m || wntqo && *m < *n && *ldu < * ^ Packages/LinearAlgebra2/Src/dlapack_lite.c:5298:35: warning: '&&' within '||' [-Wlogical-op-parentheses] } else if (*ldvt < 1 || wntqa && *ldvt < *n || wntqs && *ldvt < minmn || ~~ ~~~~~~^~~~~~~~~~~~~ Packages/LinearAlgebra2/Src/dlapack_lite.c:5298:35: note: place parentheses around the '&&' expression to silence this warning } else if (*ldvt < 1 || wntqa && *ldvt < *n || wntqs && *ldvt < minmn || ^ ( ) Packages/LinearAlgebra2/Src/dlapack_lite.c:5298:58: warning: '&&' within '||' [-Wlogical-op-parentheses] } else if (*ldvt < 1 || wntqa && *ldvt < *n || wntqs && *ldvt < minmn || ~~ ~~~~~~^~~~~~~~~~~~~~~~ Packages/LinearAlgebra2/Src/dlapack_lite.c:5298:58: note: place parentheses around the '&&' expression to silence this warning } else if (*ldvt < 1 || wntqa && *ldvt < *n || wntqs && *ldvt < minmn || ^ ( ) Packages/LinearAlgebra2/Src/dlapack_lite.c:5299:24: warning: '&&' within '||' [-Wlogical-op-parentheses] wntqo && *m >= *n && *ldvt < *n) { ~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~ Packages/LinearAlgebra2/Src/dlapack_lite.c:5299:24: note: place parentheses around the '&&' expression to silence this warning wntqo && *m >= *n && *ldvt < *n) { ^ ( ) Packages/LinearAlgebra2/Src/dlapack_lite.c:7489:34: warning: '&&' within '||' [-Wlogical-op-parentheses] } else if (*ldz < 1 || wantz && *ldz < max(1,*n)) { ~~ ~~~~~~^~~~~~~~~~~~~~~~~~~ Packages/LinearAlgebra2/Src/dlapack_lite.c:7489:34: note: place parentheses around the '&&' expression to silence this warning } else if (*ldz < 1 || wantz && *ldz < max(1,*n)) { ~~~~~~^~~~~~~~~~~~~~~~~~~ Packages/LinearAlgebra2/Src/dlapack_lite.c:19205:37: warning: '&&' within '||' [-Wlogical-op-parentheses] } else if (*n < 0 || itype == 4 && *n != *m || itype == 5 && *n != *m) { ~~ ~~~~~~~~~~~^~~~~~~~~~~ Packages/LinearAlgebra2/Src/dlapack_lite.c:19205:37: note: place parentheses around the '&&' expression to silence this warning } else if (*n < 0 || itype == 4 && *n != *m || itype == 5 && *n != *m) { ^ ( ) Packages/LinearAlgebra2/Src/dlapack_lite.c:19205:63: warning: '&&' within '||' [-Wlogical-op-parentheses] } else if (*n < 0 || itype == 4 && *n != *m || itype == 5 && *n != *m) { ~~ ~~~~~~~~~~~^~~~~~~~~~~ Packages/LinearAlgebra2/Src/dlapack_lite.c:19205:63: note: place parentheses around the '&&' expression to silence this warning } else if (*n < 0 || itype == 4 && *n != *m || itype == 5 && *n != *m) { ^ ( ) Packages/LinearAlgebra2/Src/dlapack_lite.c:19217:69: warning: '&&' within '||' [-Wlogical-op-parentheses] if (*ku < 0 || *ku > max(i__1,0) || (itype == 4 || itype == 5) && ~~ ~~~~~~~~~~~~~~~~~~~~~~~~~~~^~ Packages/LinearAlgebra2/Src/dlapack_lite.c:19217:69: note: place parentheses around the '&&' expression to silence this warning if (*ku < 0 || *ku > max(i__1,0) || (itype == 4 || itype == 5) && ^ Packages/LinearAlgebra2/Src/dlapack_lite.c:19220:28: warning: '&&' within '||' [-Wlogical-op-parentheses] } else if (itype == 4 && *lda < *kl + 1 || itype == 5 && *lda < * ~~~~~~~~~~~^~~~~~~~~~~~~~~~~ ~~ Packages/LinearAlgebra2/Src/dlapack_lite.c:19220:28: note: place parentheses around the '&&' expression to silence this warning } else if (itype == 4 && *lda < *kl + 1 || itype == 5 && *lda < * ^ ( ) Packages/LinearAlgebra2/Src/dlapack_lite.c:19220:60: warning: '&&' within '||' [-Wlogical-op-parentheses] } else if (itype == 4 && *lda < *kl + 1 || itype == 5 && *lda < * ~~ ~~~~~~~~~~~^~~~~~~~~~~ Packages/LinearAlgebra2/Src/dlapack_lite.c:19220:60: note: place parentheses around the '&&' expression to silence this warning } else if (itype == 4 && *lda < *kl + 1 || itype == 5 && *lda < * ^ Packages/LinearAlgebra2/Src/dlapack_lite.c:19221:28: warning: '&&' within '||' [-Wlogical-op-parentheses] ku + 1 || itype == 6 && *lda < (*kl << 1) + *ku + 1) { ~~ ~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Packages/LinearAlgebra2/Src/dlapack_lite.c:19221:28: note: place parentheses around the '&&' expression to silence this warning ku + 1 || itype == 6 && *lda < (*kl << 1) + *ku + 1) { ^ ( ) Packages/LinearAlgebra2/Src/dlapack_lite.c:23951:27: warning: '&&' within '||' [-Wlogical-op-parentheses] } else if (*ncvt == 0 && *ldvt < 1 || *ncvt > 0 && *ldvt < max(1,*n)) { ~~~~~~~~~~~^~~~~~~~~~~~ ~~ Packages/LinearAlgebra2/Src/dlapack_lite.c:23951:27: note: place parentheses around the '&&' expression to silence this warning } else if (*ncvt == 0 && *ldvt < 1 || *ncvt > 0 && *ldvt < max(1,*n)) { ^ ( ) Packages/LinearAlgebra2/Src/dlapack_lite.c:23951:53: warning: '&&' within '||' [-Wlogical-op-parentheses] } else if (*ncvt == 0 && *ldvt < 1 || *ncvt > 0 && *ldvt < max(1,*n)) { ~~ ~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~ Packages/LinearAlgebra2/Src/dlapack_lite.c:23951:53: note: place parentheses around the '&&' expression to silence this warning } else if (*ncvt == 0 && *ldvt < 1 || *ncvt > 0 && *ldvt < max(1,*n)) { ~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~ Packages/LinearAlgebra2/Src/dlapack_lite.c:23955:26: warning: '&&' within '||' [-Wlogical-op-parentheses] } else if (*ncc == 0 && *ldc < 1 || *ncc > 0 && *ldc < max(1,*n)) { ~~~~~~~~~~^~~~~~~~~~~ ~~ Packages/LinearAlgebra2/Src/dlapack_lite.c:23955:26: note: place parentheses around the '&&' expression to silence this warning } else if (*ncc == 0 && *ldc < 1 || *ncc > 0 && *ldc < max(1,*n)) { ^ ( ) Packages/LinearAlgebra2/Src/dlapack_lite.c:23955:50: warning: '&&' within '||' [-Wlogical-op-parentheses] } else if (*ncc == 0 && *ldc < 1 || *ncc > 0 && *ldc < max(1,*n)) { ~~ ~~~~~~~~~^~~~~~~~~~~~~~~~~~~ Packages/LinearAlgebra2/Src/dlapack_lite.c:23955:50: note: place parentheses around the '&&' expression to silence this warning } else if (*ncc == 0 && *ldc < 1 || *ncc > 0 && *ldc < max(1,*n)) { ~~~~~~~~~^~~~~~~~~~~~~~~~~~~ Packages/LinearAlgebra2/Src/dlapack_lite.c:24727:15: warning: operator '<<' has lower precedence than '-'; '-' will be evaluated first [-Wshift-op-parentheses] i__1 = *n - 1 << 1; ~~~^~~ ~~ Packages/LinearAlgebra2/Src/dlapack_lite.c:24727:15: note: place parentheses around the '-' expression to silence this warning i__1 = *n - 1 << 1; ^ ( ) Packages/LinearAlgebra2/Src/dlapack_lite.c:24806:12: warning: operator '<<' has lower precedence than '+'; '+' will be evaluated first [-Wshift-op-parentheses] ipn4 = i0 + n0 << 2; ~~~^~~~ ~~ Packages/LinearAlgebra2/Src/dlapack_lite.c:24806:12: note: place parentheses around the '+' expression to silence this warning ipn4 = i0 + n0 << 2; ^ ( ) Packages/LinearAlgebra2/Src/dlapack_lite.c:24807:17: warning: operator '<<' has lower precedence than '-'; '-' will be evaluated first [-Wshift-op-parentheses] i__1 = i0 + n0 - 1 << 1; ~~~~~~~~^~~ ~~ Packages/LinearAlgebra2/Src/dlapack_lite.c:24807:17: note: place parentheses around the '-' expression to silence this warning i__1 = i0 + n0 - 1 << 1; ^ ( ) Packages/LinearAlgebra2/Src/dlapack_lite.c:24827:16: warning: operator '<<' has lower precedence than '-'; '-' will be evaluated first [-Wshift-op-parentheses] for (i4 = (n0 - 1 << 2) + pp; i4 >= i__1; i4 += -4) { ~~~^~~ ~~ Packages/LinearAlgebra2/Src/dlapack_lite.c:24827:16: note: place parentheses around the '-' expression to silence this warning for (i4 = (n0 - 1 << 2) + pp; i4 >= i__1; i4 += -4) { ^ ( ) Packages/LinearAlgebra2/Src/dlapack_lite.c:24841:13: warning: operator '<<' has lower precedence than '-'; '-' will be evaluated first [-Wshift-op-parentheses] i__1 = (n0 - 1 << 2) + pp; ~~~^~~ ~~ Packages/LinearAlgebra2/Src/dlapack_lite.c:24841:13: note: place parentheses around the '-' expression to silence this warning i__1 = (n0 - 1 << 2) + pp; ^ ( ) Packages/LinearAlgebra2/Src/dlapack_lite.c:24885:15: warning: operator '<<' has lower precedence than '-'; '-' will be evaluated first [-Wshift-op-parentheses] ndiv = n0 - i0 << 1; ~~~^~~~ ~~ Packages/LinearAlgebra2/Src/dlapack_lite.c:24885:15: note: place parentheses around the '-' expression to silence this warning ndiv = n0 - i0 << 1; ^ ( ) Packages/LinearAlgebra2/Src/dlapack_lite.c:24982:17: warning: operator '<<' has lower precedence than '-'; '-' will be evaluated first [-Wshift-op-parentheses] i__3 = n0 - 3 << 2; ~~~^~~ ~~ Packages/LinearAlgebra2/Src/dlapack_lite.c:24982:17: note: place parentheses around the '-' expression to silence this warning i__3 = n0 - 3 << 2; ^ ( ) Packages/LinearAlgebra2/Src/dlapack_lite.c:25245:17: warning: operator '<<' has lower precedence than '+'; '+' will be evaluated first [-Wshift-op-parentheses] ipn4 = *i0 + *n0 << 2; ~~~~^~~~~ ~~ Packages/LinearAlgebra2/Src/dlapack_lite.c:25245:17: note: place parentheses around the '+' expression to silence this warning ipn4 = *i0 + *n0 << 2; ^ ( ) Packages/LinearAlgebra2/Src/dlapack_lite.c:25246:23: warning: operator '<<' has lower precedence than '-'; '-' will be evaluated first [-Wshift-op-parentheses] i__1 = *i0 + *n0 - 1 << 1; ~~~~~~~~~~^~~ ~~ Packages/LinearAlgebra2/Src/dlapack_lite.c:25246:23: note: place parentheses around the '-' expression to silence this warning i__1 = *i0 + *n0 - 1 << 1; ^ ( ) Packages/LinearAlgebra2/Src/dlapack_lite.c:25315:52: warning: operator '<<' has lower precedence than '-'; '-' will be evaluated first [-Wshift-op-parentheses] } else if (*dmin__ < 0. && dmin1 > 0. && z__[(*n0 - 1 << 2) - *pp] < ~~~~^~~ ~~ Packages/LinearAlgebra2/Src/dlapack_lite.c:25315:52: note: place parentheses around the '-' expression to silence this warning } else if (*dmin__ < 0. && dmin1 > 0. && z__[(*n0 - 1 << 2) - *pp] < ^ ( ) Packages/LinearAlgebra2/Src/dlapack_lite.c:25320:15: warning: operator '<<' has lower precedence than '-'; '-' will be evaluated first [-Wshift-op-parentheses] z__[(*n0 - 1 << 2) - *pp + 2] = 0.; ~~~~^~~ ~~ Packages/LinearAlgebra2/Src/dlapack_lite.c:25320:15: note: place parentheses around the '-' expression to silence this warning z__[(*n0 - 1 << 2) - *pp + 2] = 0.; ^ ( ) Packages/LinearAlgebra2/Src/dlapack_lite.c:25852:17: warning: operator '<<' has lower precedence than '-'; '-' will be evaluated first [-Wshift-op-parentheses] i__1 = *n0 - 3 << 2; ~~~~^~~ ~~ Packages/LinearAlgebra2/Src/dlapack_lite.c:25852:17: note: place parentheses around the '-' expression to silence this warning i__1 = *n0 - 3 << 2; ^ ( ) Packages/LinearAlgebra2/Src/dlapack_lite.c:25865:17: warning: operator '<<' has lower precedence than '-'; '-' will be evaluated first [-Wshift-op-parentheses] i__1 = *n0 - 3 << 2; ~~~~^~~ ~~ Packages/LinearAlgebra2/Src/dlapack_lite.c:25865:17: note: place parentheses around the '-' expression to silence this warning i__1 = *n0 - 3 << 2; ^ ( ) Packages/LinearAlgebra2/Src/dlapack_lite.c:25883:12: warning: operator '<<' has lower precedence than '-'; '-' will be evaluated first [-Wshift-op-parentheses] j4 = (*n0 - 2 << 2) - *pp; ~~~~^~~ ~~ Packages/LinearAlgebra2/Src/dlapack_lite.c:25883:12: note: place parentheses around the '-' expression to silence this warning j4 = (*n0 - 2 << 2) - *pp; ^ ( ) Packages/LinearAlgebra2/Src/dlapack_lite.c:25903:17: warning: operator '<<' has lower precedence than '-'; '-' will be evaluated first [-Wshift-op-parentheses] i__1 = *n0 - 3 << 2; ~~~~^~~ ~~ Packages/LinearAlgebra2/Src/dlapack_lite.c:25903:17: note: place parentheses around the '-' expression to silence this warning i__1 = *n0 - 3 << 2; ^ ( ) Packages/LinearAlgebra2/Src/dlapack_lite.c:25919:17: warning: operator '<<' has lower precedence than '-'; '-' will be evaluated first [-Wshift-op-parentheses] i__1 = *n0 - 3 << 2; ~~~~^~~ ~~ Packages/LinearAlgebra2/Src/dlapack_lite.c:25919:17: note: place parentheses around the '-' expression to silence this warning i__1 = *n0 - 3 << 2; ^ ( ) Packages/LinearAlgebra2/Src/dlapack_lite.c:25940:12: warning: operator '<<' has lower precedence than '-'; '-' will be evaluated first [-Wshift-op-parentheses] j4 = (*n0 - 2 << 2) - *pp; ~~~~^~~ ~~ Packages/LinearAlgebra2/Src/dlapack_lite.c:25940:12: note: place parentheses around the '-' expression to silence this warning j4 = (*n0 - 2 << 2) - *pp; ^ ( ) Packages/LinearAlgebra2/Src/dlapack_lite.c:26065:13: warning: operator '<<' has lower precedence than '-'; '-' will be evaluated first [-Wshift-op-parentheses] i__1 = *n0 - 3 << 2; ~~~~^~~ ~~ Packages/LinearAlgebra2/Src/dlapack_lite.c:26065:13: note: place parentheses around the '-' expression to silence this warning i__1 = *n0 - 3 << 2; ^ ( ) Packages/LinearAlgebra2/Src/dlapack_lite.c:26089:13: warning: operator '<<' has lower precedence than '-'; '-' will be evaluated first [-Wshift-op-parentheses] i__1 = *n0 - 3 << 2; ~~~~^~~ ~~ Packages/LinearAlgebra2/Src/dlapack_lite.c:26089:13: note: place parentheses around the '-' expression to silence this warning i__1 = *n0 - 3 << 2; ^ ( ) Packages/LinearAlgebra2/Src/dlapack_lite.c:26118:15: warning: operator '<<' has lower precedence than '-'; '-' will be evaluated first [-Wshift-op-parentheses] j4 = (*n0 - 2 << 2) - *pp; ~~~~^~~ ~~ Packages/LinearAlgebra2/Src/dlapack_lite.c:26118:15: note: place parentheses around the '-' expression to silence this warning j4 = (*n0 - 2 << 2) - *pp; ^ ( ) Packages/LinearAlgebra2/Src/dlapack_lite.c:27919:32: warning: '&&' within '||' [-Wlogical-op-parentheses] } else if (*n < 0 || wantq && (*n > *m || *n < min(*m,*k)) || ! wantq && ( ~~ ~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Packages/LinearAlgebra2/Src/dlapack_lite.c:27919:32: note: place parentheses around the '&&' expression to silence this warning } else if (*n < 0 || wantq && (*n > *m || *n < min(*m,*k)) || ! wantq && ( ^ ( ) Packages/LinearAlgebra2/Src/dlapack_lite.c:27919:75: warning: '&&' within '||' [-Wlogical-op-parentheses] } else if (*n < 0 || wantq && (*n > *m || *n < min(*m,*k)) || ! wantq && ( ~~ ~~~~~~~~^~~~ Packages/LinearAlgebra2/Src/dlapack_lite.c:27919:75: note: place parentheses around the '&&' expression to silence this warning } else if (*n < 0 || wantq && (*n > *m || *n < min(*m,*k)) || ! wantq && ( ^ Packages/LinearAlgebra2/Src/dlapack_lite.c:29086:14: warning: '&&' within '||' [-Wlogical-op-parentheses] if (left && notran || ! left && ! notran) { ~~~~~^~~~~~~~~ ~~ Packages/LinearAlgebra2/Src/dlapack_lite.c:29086:14: note: place parentheses around the '&&' expression to silence this warning if (left && notran || ! left && ! notran) { ^ ( ) Packages/LinearAlgebra2/Src/dlapack_lite.c:29086:34: warning: '&&' within '||' [-Wlogical-op-parentheses] if (left && notran || ! left && ! notran) { ~~ ~~~~~~~^~~~~~~~~~~ Packages/LinearAlgebra2/Src/dlapack_lite.c:29086:34: note: place parentheses around the '&&' expression to silence this warning if (left && notran || ! left && ! notran) { ^ ( ) Packages/LinearAlgebra2/Src/dlapack_lite.c:29294:14: warning: '&&' within '||' [-Wlogical-op-parentheses] if (left && ! notran || ! left && notran) { ~~~~~^~~~~~~~~~~ ~~ Packages/LinearAlgebra2/Src/dlapack_lite.c:29294:14: note: place parentheses around the '&&' expression to silence this warning if (left && ! notran || ! left && notran) { ^ ( ) Packages/LinearAlgebra2/Src/dlapack_lite.c:29294:36: warning: '&&' within '||' [-Wlogical-op-parentheses] if (left && ! notran || ! left && notran) { ~~ ~~~~~~~^~~~~~~~~ Packages/LinearAlgebra2/Src/dlapack_lite.c:29294:36: note: place parentheses around the '&&' expression to silence this warning if (left && ! notran || ! left && notran) { ^ ( ) Packages/LinearAlgebra2/Src/dlapack_lite.c:29543:13: warning: '&&' within '||' [-Wlogical-op-parentheses] if (applyq && *lda < max(1,nq) || ! applyq && *lda < max(i__1,i__2)) { ~~~~~~~^~~~~~~~~~~~~~~~~~~ ~~ Packages/LinearAlgebra2/Src/dlapack_lite.c:29543:13: note: place parentheses around the '&&' expression to silence this warning if (applyq && *lda < max(1,nq) || ! applyq && *lda < max(i__1,i__2)) { ~~~~~~~^~~~~~~~~~~~~~~~~~~ Packages/LinearAlgebra2/Src/dlapack_lite.c:29543:45: warning: '&&' within '||' [-Wlogical-op-parentheses] if (applyq && *lda < max(1,nq) || ! applyq && *lda < max(i__1,i__2)) { ~~ ~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~ Packages/LinearAlgebra2/Src/dlapack_lite.c:29543:45: note: place parentheses around the '&&' expression to silence this warning if (applyq && *lda < max(1,nq) || ! applyq && *lda < max(i__1,i__2)) { ~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~ Packages/LinearAlgebra2/Src/dlapack_lite.c:29843:14: warning: '&&' within '||' [-Wlogical-op-parentheses] if (left && notran || ! left && ! notran) { ~~~~~^~~~~~~~~ ~~ Packages/LinearAlgebra2/Src/dlapack_lite.c:29843:14: note: place parentheses around the '&&' expression to silence this warning if (left && notran || ! left && ! notran) { ^ ( ) Packages/LinearAlgebra2/Src/dlapack_lite.c:29843:34: warning: '&&' within '||' [-Wlogical-op-parentheses] if (left && notran || ! left && ! notran) { ~~ ~~~~~~~^~~~~~~~~~~ Packages/LinearAlgebra2/Src/dlapack_lite.c:29843:34: note: place parentheses around the '&&' expression to silence this warning if (left && notran || ! left && ! notran) { ^ ( ) Packages/LinearAlgebra2/Src/dlapack_lite.c:30141:11: warning: '&&' within '||' [-Wlogical-op-parentheses] if (left && notran || ! left && ! notran) { ~~~~~^~~~~~~~~ ~~ Packages/LinearAlgebra2/Src/dlapack_lite.c:30141:11: note: place parentheses around the '&&' expression to silence this warning if (left && notran || ! left && ! notran) { ^ ( ) Packages/LinearAlgebra2/Src/dlapack_lite.c:30141:31: warning: '&&' within '||' [-Wlogical-op-parentheses] if (left && notran || ! left && ! notran) { ~~ ~~~~~~~^~~~~~~~~~~ Packages/LinearAlgebra2/Src/dlapack_lite.c:30141:31: note: place parentheses around the '&&' expression to silence this warning if (left && notran || ! left && ! notran) { ^ ( ) Packages/LinearAlgebra2/Src/dlapack_lite.c:30452:11: warning: '&&' within '||' [-Wlogical-op-parentheses] if (left && notran || ! left && ! notran) { ~~~~~^~~~~~~~~ ~~ Packages/LinearAlgebra2/Src/dlapack_lite.c:30452:11: note: place parentheses around the '&&' expression to silence this warning if (left && notran || ! left && ! notran) { ^ ( ) Packages/LinearAlgebra2/Src/dlapack_lite.c:30452:31: warning: '&&' within '||' [-Wlogical-op-parentheses] if (left && notran || ! left && ! notran) { ~~ ~~~~~~~^~~~~~~~~~~ Packages/LinearAlgebra2/Src/dlapack_lite.c:30452:31: note: place parentheses around the '&&' expression to silence this warning if (left && notran || ! left && ! notran) { ^ ( ) Packages/LinearAlgebra2/Src/dlapack_lite.c:30753:11: warning: '&&' within '||' [-Wlogical-op-parentheses] if (left && ! notran || ! left && notran) { ~~~~~^~~~~~~~~~~ ~~ Packages/LinearAlgebra2/Src/dlapack_lite.c:30753:11: note: place parentheses around the '&&' expression to silence this warning if (left && ! notran || ! left && notran) { ^ ( ) Packages/LinearAlgebra2/Src/dlapack_lite.c:30753:33: warning: '&&' within '||' [-Wlogical-op-parentheses] if (left && ! notran || ! left && notran) { ~~ ~~~~~~~^~~~~~~~~ Packages/LinearAlgebra2/Src/dlapack_lite.c:30753:33: note: place parentheses around the '&&' expression to silence this warning if (left && ! notran || ! left && notran) { ^ ( ) Packages/LinearAlgebra2/Src/dlapack_lite.c:31315:39: warning: '&&' within '||' [-Wlogical-op-parentheses] } else if (*ldz < 1 || icompz > 0 && *ldz < max(1,*n)) { ~~ ~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~ Packages/LinearAlgebra2/Src/dlapack_lite.c:31315:39: note: place parentheses around the '&&' expression to silence this warning } else if (*ldz < 1 || icompz > 0 && *ldz < max(1,*n)) { ~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~ Packages/LinearAlgebra2/Src/dlapack_lite.c:31710:39: warning: '&&' within '||' [-Wlogical-op-parentheses] } else if (*ldz < 1 || icompz > 0 && *ldz < max(1,*n)) { ~~ ~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~ Packages/LinearAlgebra2/Src/dlapack_lite.c:31710:39: note: place parentheses around the '&&' expression to silence this warning } else if (*ldz < 1 || icompz > 0 && *ldz < max(1,*n)) { ~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~ Packages/LinearAlgebra2/Src/dlapack_lite.c:33801:35: warning: '&&' within '||' [-Wlogical-op-parentheses] } else if (*ldvl < 1 || leftv && *ldvl < *n) { ~~ ~~~~~~^~~~~~~~~~~~~ Packages/LinearAlgebra2/Src/dlapack_lite.c:33801:35: note: place parentheses around the '&&' expression to silence this warning } else if (*ldvl < 1 || leftv && *ldvl < *n) { ^ ( ) Packages/LinearAlgebra2/Src/dlapack_lite.c:33803:36: warning: '&&' within '||' [-Wlogical-op-parentheses] } else if (*ldvr < 1 || rightv && *ldvr < *n) { ~~ ~~~~~~~^~~~~~~~~~~~~ Packages/LinearAlgebra2/Src/dlapack_lite.c:33803:36: note: place parentheses around the '&&' expression to silence this warning } else if (*ldvr < 1 || rightv && *ldvr < *n) { ^ ( ) Packages/LinearAlgebra2/Src/dlapack_lite.c:35082:16: warning: '&&' within '||' [-Wlogical-op-parentheses] if (ic >= 129 && ic <= 137 || ic >= 145 && ic <= 153 || ic >= 162 && ~~~~~~~~~~^~~~~~~~~~~~ ~~ Packages/LinearAlgebra2/Src/dlapack_lite.c:35082:16: note: place parentheses around the '&&' expression to silence this warning if (ic >= 129 && ic <= 137 || ic >= 145 && ic <= 153 || ic >= 162 && ^ ( ) Packages/LinearAlgebra2/Src/dlapack_lite.c:35082:42: warning: '&&' within '||' [-Wlogical-op-parentheses] if (ic >= 129 && ic <= 137 || ic >= 145 && ic <= 153 || ic >= 162 && ~~ ~~~~~~~~~~^~~~~~~~~~~~ Packages/LinearAlgebra2/Src/dlapack_lite.c:35082:42: note: place parentheses around the '&&' expression to silence this warning if (ic >= 129 && ic <= 137 || ic >= 145 && ic <= 153 || ic >= 162 && ^ ( ) Packages/LinearAlgebra2/Src/dlapack_lite.c:35082:68: warning: '&&' within '||' [-Wlogical-op-parentheses] if (ic >= 129 && ic <= 137 || ic >= 145 && ic <= 153 || ic >= 162 && ~~ ~~~~~~~~~~^~ Packages/LinearAlgebra2/Src/dlapack_lite.c:35082:68: note: place parentheses around the '&&' expression to silence this warning if (ic >= 129 && ic <= 137 || ic >= 145 && ic <= 153 || ic >= 162 && ^ Packages/LinearAlgebra2/Src/dlapack_lite.c:35087:17: warning: '&&' within '||' [-Wlogical-op-parentheses] if (ic >= 129 && ic <= 137 || ic >= 145 && ic <= 153 || ic >= ~~~~~~~~~~^~~~~~~~~~~~ ~~ Packages/LinearAlgebra2/Src/dlapack_lite.c:35087:17: note: place parentheses around the '&&' expression to silence this warning if (ic >= 129 && ic <= 137 || ic >= 145 && ic <= 153 || ic >= ^ ( ) Packages/LinearAlgebra2/Src/dlapack_lite.c:35087:43: warning: '&&' within '||' [-Wlogical-op-parentheses] if (ic >= 129 && ic <= 137 || ic >= 145 && ic <= 153 || ic >= ~~ ~~~~~~~~~~^~~~~~~~~~~~ Packages/LinearAlgebra2/Src/dlapack_lite.c:35087:43: note: place parentheses around the '&&' expression to silence this warning if (ic >= 129 && ic <= 137 || ic >= 145 && ic <= 153 || ic >= ^ ( ) Packages/LinearAlgebra2/Src/dlapack_lite.c:35088:8: warning: '&&' within '||' [-Wlogical-op-parentheses] 162 && ic <= 169) { ~~~~^~~~~~~~~~~~ Packages/LinearAlgebra2/Src/dlapack_lite.c:35088:8: note: place parentheses around the '&&' expression to silence this warning 162 && ic <= 169) { ^ 72 warnings generated. cc -DNDEBUG -O2 -march=i586 -fwrapv -DHAVE_DB_185_H -I/usr/include -I/usr/pkg/include -O2 -march=i586 -I/usr/pkg/include -I/usr/include -I/usr/pkg/include -I/usr/include -fPIC -IPackages/LinearAlgebra2/Src -IInclude/numarray -I/usr/pkg/include/python2.7 -c Packages/LinearAlgebra2/Src/dlamch.c -o build/temp.minix-3.3.0-i686-2.7/Packages/LinearAlgebra2/Src/dlamch.o -DHAVE_CONFIG cc -shared -L/usr/pkgsrc/work/lang/python27/work/Python-2.7.6 -L/usr/lib -Wl,-R/usr/lib -L/usr/pkg/lib -Wl,-R/usr/pkg/lib -L/usr/pkg/lib -Wl,-R/usr/pkg/lib -L/usr/lib -Wl,-R/usr/lib -O2 -march=i586 -I/usr/pkg/include -I/usr/include -I/usr/pkg/include -I/usr/include build/temp.minix-3.3.0-i686-2.7/Packages/LinearAlgebra2/Src/lapack_litemodule.o build/temp.minix-3.3.0-i686-2.7/Packages/LinearAlgebra2/Src/blas_lite.o build/temp.minix-3.3.0-i686-2.7/Packages/LinearAlgebra2/Src/f2c_lite.o build/temp.minix-3.3.0-i686-2.7/Packages/LinearAlgebra2/Src/zlapack_lite.o build/temp.minix-3.3.0-i686-2.7/Packages/LinearAlgebra2/Src/dlapack_lite.o build/temp.minix-3.3.0-i686-2.7/Packages/LinearAlgebra2/Src/dlamch.o -L/usr/pkg/lib -lpython2.7 -o build/lib.minix-3.3.0-i686-2.7/numarray/linear_algebra/lapack_lite2.so -L/usr/pkg/lib -Wl,-R/usr/pkg/lib -L/usr/lib -Wl,-R/usr/lib building 'numarray.random_array.ranlib2' extension creating build/temp.minix-3.3.0-i686-2.7/Packages/RandomArray2 creating build/temp.minix-3.3.0-i686-2.7/Packages/RandomArray2/Src cc -DNDEBUG -O2 -march=i586 -fwrapv -DHAVE_DB_185_H -I/usr/include -I/usr/pkg/include -O2 -march=i586 -I/usr/pkg/include -I/usr/include -I/usr/pkg/include -I/usr/include -fPIC -IInclude/numarray -I/usr/pkg/include/python2.7 -c Packages/RandomArray2/Src/ranlib.c -o build/temp.minix-3.3.0-i686-2.7/Packages/RandomArray2/Src/ranlib.o cc -DNDEBUG -O2 -march=i586 -fwrapv -DHAVE_DB_185_H -I/usr/include -I/usr/pkg/include -O2 -march=i586 -I/usr/pkg/include -I/usr/include -I/usr/pkg/include -I/usr/include -fPIC -IInclude/numarray -I/usr/pkg/include/python2.7 -c Packages/RandomArray2/Src/ranlibmodule.c -o build/temp.minix-3.3.0-i686-2.7/Packages/RandomArray2/Src/ranlibmodule.o cc -DNDEBUG -O2 -march=i586 -fwrapv -DHAVE_DB_185_H -I/usr/include -I/usr/pkg/include -O2 -march=i586 -I/usr/pkg/include -I/usr/include -I/usr/pkg/include -I/usr/include -fPIC -IInclude/numarray -I/usr/pkg/include/python2.7 -c Packages/RandomArray2/Src/com.c -o build/temp.minix-3.3.0-i686-2.7/Packages/RandomArray2/Src/com.o cc -DNDEBUG -O2 -march=i586 -fwrapv -DHAVE_DB_185_H -I/usr/include -I/usr/pkg/include -O2 -march=i586 -I/usr/pkg/include -I/usr/include -I/usr/pkg/include -I/usr/include -fPIC -IInclude/numarray -I/usr/pkg/include/python2.7 -c Packages/RandomArray2/Src/linpack.c -o build/temp.minix-3.3.0-i686-2.7/Packages/RandomArray2/Src/linpack.o cc -shared -L/usr/pkgsrc/work/lang/python27/work/Python-2.7.6 -L/usr/lib -Wl,-R/usr/lib -L/usr/pkg/lib -Wl,-R/usr/pkg/lib -L/usr/pkg/lib -Wl,-R/usr/pkg/lib -L/usr/lib -Wl,-R/usr/lib -O2 -march=i586 -I/usr/pkg/include -I/usr/include -I/usr/pkg/include -I/usr/include build/temp.minix-3.3.0-i686-2.7/Packages/RandomArray2/Src/ranlib.o build/temp.minix-3.3.0-i686-2.7/Packages/RandomArray2/Src/ranlibmodule.o build/temp.minix-3.3.0-i686-2.7/Packages/RandomArray2/Src/com.o build/temp.minix-3.3.0-i686-2.7/Packages/RandomArray2/Src/linpack.o -L/usr/pkg/lib -lpython2.7 -o build/lib.minix-3.3.0-i686-2.7/numarray/random_array/ranlib2.so -lm -L/usr/pkg/lib -Wl,-R/usr/pkg/lib -L/usr/lib -Wl,-R/usr/lib building 'numarray.examples.convolve.high_level' extension creating build/temp.minix-3.3.0-i686-2.7/Examples creating build/temp.minix-3.3.0-i686-2.7/Examples/convolve cc -DNDEBUG -O2 -march=i586 -fwrapv -DHAVE_DB_185_H -I/usr/include -I/usr/pkg/include -O2 -march=i586 -I/usr/pkg/include -I/usr/include -I/usr/pkg/include -I/usr/include -fPIC -IInclude/numarray -I/usr/pkg/include/python2.7 -c Examples/convolve/high_levelmodule.c -o build/temp.minix-3.3.0-i686-2.7/Examples/convolve/high_levelmodule.o cc -shared -L/usr/pkgsrc/work/lang/python27/work/Python-2.7.6 -L/usr/lib -Wl,-R/usr/lib -L/usr/pkg/lib -Wl,-R/usr/pkg/lib -L/usr/pkg/lib -Wl,-R/usr/pkg/lib -L/usr/lib -Wl,-R/usr/lib -O2 -march=i586 -I/usr/pkg/include -I/usr/include -I/usr/pkg/include -I/usr/include build/temp.minix-3.3.0-i686-2.7/Examples/convolve/high_levelmodule.o -L/usr/pkg/lib -lpython2.7 -o build/lib.minix-3.3.0-i686-2.7/numarray/examples/convolve/high_level.so -L/usr/pkg/lib -Wl,-R/usr/pkg/lib -L/usr/lib -Wl,-R/usr/lib building 'numarray.examples.convolve.element_wise' extension cc -DNDEBUG -O2 -march=i586 -fwrapv -DHAVE_DB_185_H -I/usr/include -I/usr/pkg/include -O2 -march=i586 -I/usr/pkg/include -I/usr/include -I/usr/pkg/include -I/usr/include -fPIC -IInclude/numarray -I/usr/pkg/include/python2.7 -c Examples/convolve/element_wisemodule.c -o build/temp.minix-3.3.0-i686-2.7/Examples/convolve/element_wisemodule.o cc -shared -L/usr/pkgsrc/work/lang/python27/work/Python-2.7.6 -L/usr/lib -Wl,-R/usr/lib -L/usr/pkg/lib -Wl,-R/usr/pkg/lib -L/usr/pkg/lib -Wl,-R/usr/pkg/lib -L/usr/lib -Wl,-R/usr/lib -O2 -march=i586 -I/usr/pkg/include -I/usr/include -I/usr/pkg/include -I/usr/include build/temp.minix-3.3.0-i686-2.7/Examples/convolve/element_wisemodule.o -L/usr/pkg/lib -lpython2.7 -o build/lib.minix-3.3.0-i686-2.7/numarray/examples/convolve/element_wise.so -L/usr/pkg/lib -Wl,-R/usr/pkg/lib -L/usr/lib -Wl,-R/usr/lib building 'numarray.examples.convolve.one_dimensional' extension cc -DNDEBUG -O2 -march=i586 -fwrapv -DHAVE_DB_185_H -I/usr/include -I/usr/pkg/include -O2 -march=i586 -I/usr/pkg/include -I/usr/include -I/usr/pkg/include -I/usr/include -fPIC -IInclude/numarray -I/usr/pkg/include/python2.7 -c Examples/convolve/one_dimensionalmodule.c -o build/temp.minix-3.3.0-i686-2.7/Examples/convolve/one_dimensionalmodule.o cc -shared -L/usr/pkgsrc/work/lang/python27/work/Python-2.7.6 -L/usr/lib -Wl,-R/usr/lib -L/usr/pkg/lib -Wl,-R/usr/pkg/lib -L/usr/pkg/lib -Wl,-R/usr/pkg/lib -L/usr/lib -Wl,-R/usr/lib -O2 -march=i586 -I/usr/pkg/include -I/usr/include -I/usr/pkg/include -I/usr/include build/temp.minix-3.3.0-i686-2.7/Examples/convolve/one_dimensionalmodule.o -L/usr/pkg/lib -lpython2.7 -o build/lib.minix-3.3.0-i686-2.7/numarray/examples/convolve/one_dimensional.so -L/usr/pkg/lib -Wl,-R/usr/pkg/lib -L/usr/lib -Wl,-R/usr/lib building 'numarray.examples.convolve.numpy_compat' extension cc -DNDEBUG -O2 -march=i586 -fwrapv -DHAVE_DB_185_H -I/usr/include -I/usr/pkg/include -O2 -march=i586 -I/usr/pkg/include -I/usr/include -I/usr/pkg/include -I/usr/include -fPIC -IInclude/numarray -I/usr/pkg/include/python2.7 -c Examples/convolve/numpy_compatmodule.c -o build/temp.minix-3.3.0-i686-2.7/Examples/convolve/numpy_compatmodule.o cc -DNDEBUG -O2 -march=i586 -fwrapv -DHAVE_DB_185_H -I/usr/include -I/usr/pkg/include -O2 -march=i586 -I/usr/pkg/include -I/usr/include -I/usr/pkg/include -I/usr/include -fPIC -IInclude/numarray -I/usr/pkg/include/python2.7 -c Examples/convolve/numpy_compat2.c -o build/temp.minix-3.3.0-i686-2.7/Examples/convolve/numpy_compat2.o cc -shared -L/usr/pkgsrc/work/lang/python27/work/Python-2.7.6 -L/usr/lib -Wl,-R/usr/lib -L/usr/pkg/lib -Wl,-R/usr/pkg/lib -L/usr/pkg/lib -Wl,-R/usr/pkg/lib -L/usr/lib -Wl,-R/usr/lib -O2 -march=i586 -I/usr/pkg/include -I/usr/include -I/usr/pkg/include -I/usr/include build/temp.minix-3.3.0-i686-2.7/Examples/convolve/numpy_compatmodule.o build/temp.minix-3.3.0-i686-2.7/Examples/convolve/numpy_compat2.o -L/usr/pkg/lib -lpython2.7 -o build/lib.minix-3.3.0-i686-2.7/numarray/examples/convolve/numpy_compat.so -L/usr/pkg/lib -Wl,-R/usr/pkg/lib -L/usr/lib -Wl,-R/usr/lib building 'numarray.examples.convolve.testlite' extension cc -DNDEBUG -O2 -march=i586 -fwrapv -DHAVE_DB_185_H -I/usr/include -I/usr/pkg/include -O2 -march=i586 -I/usr/pkg/include -I/usr/include -I/usr/pkg/include -I/usr/include -fPIC -IInclude/numarray -I/usr/pkg/include/python2.7 -c Examples/convolve/testlite.c -o build/temp.minix-3.3.0-i686-2.7/Examples/convolve/testlite.o cc -shared -L/usr/pkgsrc/work/lang/python27/work/Python-2.7.6 -L/usr/lib -Wl,-R/usr/lib -L/usr/pkg/lib -Wl,-R/usr/pkg/lib -L/usr/pkg/lib -Wl,-R/usr/pkg/lib -L/usr/lib -Wl,-R/usr/lib -O2 -march=i586 -I/usr/pkg/include -I/usr/include -I/usr/pkg/include -I/usr/include build/temp.minix-3.3.0-i686-2.7/Examples/convolve/testlite.o -L/usr/pkg/lib -lpython2.7 -o build/lib.minix-3.3.0-i686-2.7/numarray/examples/convolve/testlite.so -L/usr/pkg/lib -Wl,-R/usr/pkg/lib -L/usr/lib -Wl,-R/usr/lib => Unwrapping files-to-be-installed.