dpkg-buildpackage -rfakeroot -D -us -uc -sa -mStéphane Glondu dpkg-buildpackage: warning: using a gain-root-command while being root dpkg-buildpackage: export CFLAGS from dpkg-buildflags (origin: vendor): -g -O2 dpkg-buildpackage: export CPPFLAGS from dpkg-buildflags (origin: vendor): dpkg-buildpackage: export CXXFLAGS from dpkg-buildflags (origin: vendor): -g -O2 dpkg-buildpackage: export FFLAGS from dpkg-buildflags (origin: vendor): -g -O2 dpkg-buildpackage: export LDFLAGS from dpkg-buildflags (origin: vendor): dpkg-buildpackage: source package apron dpkg-buildpackage: source version 0.9.10-5.2+3.12.1+2 dpkg-source --before-build apron-0.9.10 dpkg-buildpackage: host architecture amd64 fakeroot debian/rules clean dh --with ocaml clean dh_testdir debian/rules override_dh_auto_clean make[1]: Entering directory `/tmp/apron-0.9.10' [ ! -f "/tmp/apron-0.9.10/Makefile" ] || [ ! -f "/tmp/apron-0.9.10/Makefile.config" ] || /usr/bin/make clean make[1]: Leaving directory `/tmp/apron-0.9.10' "dh_ocamlinit -d" dh_clean dpkg-source -b apron-0.9.10 dpkg-source: info: using source format `3.0 (quilt)' dpkg-source: info: building apron using existing ./apron_0.9.10.orig.tar.gz dpkg-source: info: building apron in apron_0.9.10-5.2+3.12.1+2.debian.tar.gz dpkg-source: info: building apron in apron_0.9.10-5.2+3.12.1+2.dsc debian/rules build dh --with ocaml build dh_testdir dh_ocamlinit debian/rules override_dh_auto_configure make[1]: Entering directory `/tmp/apron-0.9.10' cp debian/Makefile.config . mkdir -p /tmp/apron-0.9.10/debian/tmp/usr/include echo "APRON_PREFIX = /tmp/apron-0.9.10/debian/tmp/usr" >> Makefile.config echo "MLGMPIDL_PREFIX = /tmp/apron-0.9.10/debian/tmp/usr" >> Makefile.config echo "OPT=.opt" >> Makefile.config echo "OCAML_BEST=opt" >> Makefile.config make[1]: Leaving directory `/tmp/apron-0.9.10' debian/rules override_dh_auto_build make[1]: Entering directory `/tmp/apron-0.9.10' /usr/bin/make make[2]: Entering directory `/tmp/apron-0.9.10' sed -e '1 aHAS_MPFR=1\n' Makefile.config >mlgmpidl/Makefile.config cp -f Makefile.config apron/Makefile.config (cd mlgmpidl; make all install) make[3]: Entering directory `/tmp/apron-0.9.10/mlgmpidl' /usr/bin/ocamlc.opt -g -c mpz.mli /usr/bin/ocamlc.opt -g -c mpzf.mli /usr/bin/ocamlc.opt -g -c mpq.mli /usr/bin/ocamlc.opt -g -c mpqf.mli /usr/bin/ocamlc.opt -g -c mpf.mli /usr/bin/ocamlc.opt -g -c mpfr.mli /usr/bin/ocamlc.opt -g -c mpfrf.mli /usr/bin/ocamlc.opt -g -c gmp_random.mli /usr/bin/ocamlc.opt -g -c mpz.ml /usr/bin/ocamlc.opt -g -c mpzf.ml /usr/bin/ocamlc.opt -g -c mpq.ml /usr/bin/ocamlc.opt -g -c mpqf.ml /usr/bin/ocamlc.opt -g -c mpf.ml /usr/bin/ocamlc.opt -g -c mpfr.ml /usr/bin/ocamlc.opt -g -c mpfrf.ml /usr/bin/ocamlc.opt -g -c gmp_random.ml gcc -Wcast-qual -Wswitch -Werror-implicit-function-declaration -Wall -Wextra -Wundef -Wbad-function-cast -Wcast-align -Wstrict-prototypes -Wno-unused -std=c99 -U__STRICT_ANSI__ -fPIC -O3 -DNDEBUG -DHAS_MPFR=1 -I/usr/include -I/usr/include -I/usr/lib/ocaml -I/usr/lib/ocaml -c -o gmp_caml.o gmp_caml.c gmp_caml.c:61:1: warning: missing initializer [-Wmissing-field-initializers] gmp_caml.c:61:1: warning: (near initialization for 'camlidl_custom_mpz.compare_ext') [-Wmissing-field-initializers] gmp_caml.c:123:1: warning: missing initializer [-Wmissing-field-initializers] gmp_caml.c:123:1: warning: (near initialization for 'camlidl_custom_mpq.compare_ext') [-Wmissing-field-initializers] gmp_caml.c:194:1: warning: missing initializer [-Wmissing-field-initializers] gmp_caml.c:194:1: warning: (near initialization for 'camlidl_custom_mpf.compare_ext') [-Wmissing-field-initializers] gmp_caml.c:267:1: warning: missing initializer [-Wmissing-field-initializers] gmp_caml.c:267:1: warning: (near initialization for 'camlidl_custom_mpfr.compare_ext') [-Wmissing-field-initializers] gmp_caml.c:305:1: warning: missing initializer [-Wmissing-field-initializers] gmp_caml.c:305:1: warning: (near initialization for 'camlidl_custom_gmp_randstate.compare_ext') [-Wmissing-field-initializers] gcc -Wcast-qual -Wswitch -Werror-implicit-function-declaration -Wall -Wextra -Wundef -Wbad-function-cast -Wcast-align -Wstrict-prototypes -Wno-unused -std=c99 -U__STRICT_ANSI__ -fPIC -O3 -DNDEBUG -DHAS_MPFR=1 -I/usr/include -I/usr/include -I/usr/lib/ocaml -I/usr/lib/ocaml -c -o mpz_caml.o mpz_caml.c mpz_caml.c: In function 'camlidl_mpz_mpz__export': mpz_caml.c:2268:1: warning: passing argument 2 of '__gmpz_export' from incompatible pointer type [enabled by default] /usr/include/gmp-x86_64.h:810:22: note: expected 'size_t *' but argument is of type 'unsigned int *' gcc -Wcast-qual -Wswitch -Werror-implicit-function-declaration -Wall -Wextra -Wundef -Wbad-function-cast -Wcast-align -Wstrict-prototypes -Wno-unused -std=c99 -U__STRICT_ANSI__ -fPIC -O3 -DNDEBUG -DHAS_MPFR=1 -I/usr/include -I/usr/include -I/usr/lib/ocaml -I/usr/lib/ocaml -c -o mpq_caml.o mpq_caml.c gcc -Wcast-qual -Wswitch -Werror-implicit-function-declaration -Wall -Wextra -Wundef -Wbad-function-cast -Wcast-align -Wstrict-prototypes -Wno-unused -std=c99 -U__STRICT_ANSI__ -fPIC -O3 -DNDEBUG -DHAS_MPFR=1 -I/usr/include -I/usr/include -I/usr/lib/ocaml -I/usr/lib/ocaml -c -o mpf_caml.o mpf_caml.c gcc -Wcast-qual -Wswitch -Werror-implicit-function-declaration -Wall -Wextra -Wundef -Wbad-function-cast -Wcast-align -Wstrict-prototypes -Wno-unused -std=c99 -U__STRICT_ANSI__ -fPIC -O3 -DNDEBUG -DHAS_MPFR=1 -I/usr/include -I/usr/include -I/usr/lib/ocaml -I/usr/lib/ocaml -c -o mpfr_caml.o mpfr_caml.c gcc -Wcast-qual -Wswitch -Werror-implicit-function-declaration -Wall -Wextra -Wundef -Wbad-function-cast -Wcast-align -Wstrict-prototypes -Wno-unused -std=c99 -U__STRICT_ANSI__ -fPIC -O3 -DNDEBUG -DHAS_MPFR=1 -I/usr/include -I/usr/include -I/usr/lib/ocaml -I/usr/lib/ocaml -c -o gmp_random_caml.o gmp_random_caml.c ar rc libgmp_caml.a gmp_caml.o mpz_caml.o mpq_caml.o mpf_caml.o mpfr_caml.o gmp_random_caml.o ranlib libgmp_caml.a /usr/bin/ocamlmklib -ocamlc "/usr/bin/ocamlc.opt" -verbose -o gmp -oc gmp_caml mpz.cmo mpzf.cmo mpq.cmo mpqf.cmo mpf.cmo mpfr.cmo mpfrf.cmo gmp_random.cmo -L/usr/lib -lmpfr -L/usr/lib -lgmp -L/usr/lib/ocaml -lcamlidl + /usr/bin/ocamlc.opt -a -o gmp.cma mpz.cmo mpzf.cmo mpq.cmo mpqf.cmo mpf.cmo mpfr.cmo mpfrf.cmo gmp_random.cmo -dllib -lgmp_caml -cclib -lgmp_caml -ccopt -L/usr/lib -ccopt -L/usr/lib -ccopt -L/usr/lib/ocaml -cclib -lmpfr -cclib -lgmp -cclib -lcamlidl /usr/bin/ocamlopt.opt -inline 20 -c mpz.ml /usr/bin/ocamlopt.opt -inline 20 -c mpzf.ml /usr/bin/ocamlopt.opt -inline 20 -c mpq.ml /usr/bin/ocamlopt.opt -inline 20 -c mpqf.ml /usr/bin/ocamlopt.opt -inline 20 -c mpf.ml /usr/bin/ocamlopt.opt -inline 20 -c mpfr.ml /usr/bin/ocamlopt.opt -inline 20 -c mpfrf.ml /usr/bin/ocamlopt.opt -inline 20 -c gmp_random.ml /usr/bin/ocamlmklib -ocamlopt "/usr/bin/ocamlopt.opt" -verbose -o gmp -oc gmp_caml mpz.cmx mpzf.cmx mpq.cmx mpqf.cmx mpf.cmx mpfr.cmx mpfrf.cmx gmp_random.cmx -L/usr/lib -lmpfr -L/usr/lib -lgmp -L/usr/lib/ocaml -lcamlidl + /usr/bin/ocamlopt.opt -a -o gmp.cmxa mpz.cmx mpzf.cmx mpq.cmx mpqf.cmx mpf.cmx mpfr.cmx mpfrf.cmx gmp_random.cmx -cclib -lgmp_caml -ccopt -L/usr/lib -ccopt -L/usr/lib -ccopt -L/usr/lib/ocaml -cclib -lmpfr -cclib -lgmp -cclib -lcamlidl ranlib gmp.a gcc -Wcast-qual -Wswitch -Werror-implicit-function-declaration -Wall -Wextra -Wundef -Wbad-function-cast -Wcast-align -Wstrict-prototypes -Wno-unused -std=c99 -U__STRICT_ANSI__ -fPIC -O3 -DNDEBUG -shared -o libgmp_caml.so gmp_caml.o mpz_caml.o mpq_caml.o mpf_caml.o mpfr_caml.o gmp_random_caml.o -L/usr/lib -lmpfr -L/usr/lib -lgmp -L/usr/lib/ocaml -lcamlidl install -d /tmp/apron-0.9.10/debian/tmp/usr/include /tmp/apron-0.9.10/debian/tmp/usr/lib /tmp/apron-0.9.10/debian/tmp/usr/bin install gmp_caml.h /tmp/apron-0.9.10/debian/tmp/usr/include for i in mpz.idl mpq.idl mpf.idl mpfr.idl gmp_random.idl mpz.mli mpzf.mli mpq.mli mpqf.mli mpf.mli mpfr.mli mpfrf.mli gmp_random.mli mpz.cmi mpzf.cmi mpq.cmi mpqf.cmi mpf.cmi mpfr.cmi mpfrf.cmi gmp_random.cmi gmp.cma mpz.cmx mpzf.cmx mpq.cmx mpqf.cmx mpf.cmx mpfr.cmx mpfrf.cmx gmp_random.cmx gmp.cmxa gmp.a libgmp_caml.a libgmp_caml.so ; do \ if test -f $i; then install $i /tmp/apron-0.9.10/debian/tmp/usr/lib; fi; \ done (cd /tmp/apron-0.9.10/debian/tmp/usr/lib; if test -f libgmp_caml.so; then ln -s -f libgmp_caml.so dllgmp_caml.so; fi) make[3]: Leaving directory `/tmp/apron-0.9.10/mlgmpidl' (cd apron; make all) make[3]: Entering directory `/tmp/apron-0.9.10/apron' (cd num; make all) make[4]: Entering directory `/tmp/apron-0.9.10/apron/num' make[4]: Nothing to be done for `all'. make[4]: Leaving directory `/tmp/apron-0.9.10/apron/num' (cd itv; make all) make[4]: Entering directory `/tmp/apron-0.9.10/apron/itv' gcc -Wcast-qual -Wswitch -Werror-implicit-function-declaration -Wall -Wextra -Wundef -Wbad-function-cast -Wcast-align -Wstrict-prototypes -Wno-unused -std=c99 -U__STRICT_ANSI__ -fPIC -O3 -DNDEBUG -I../num -I../apron -I/usr/include -I/usr/include -DNUM_MPQ -c -o itvMPQ.o itv.c gcc -Wcast-qual -Wswitch -Werror-implicit-function-declaration -Wall -Wextra -Wundef -Wbad-function-cast -Wcast-align -Wstrict-prototypes -Wno-unused -std=c99 -U__STRICT_ANSI__ -fPIC -O3 -DNDEBUG -I../num -I../apron -I/usr/include -I/usr/include -DNUM_MPQ -c -o itv_linexprMPQ.o itv_linexpr.c gcc -Wcast-qual -Wswitch -Werror-implicit-function-declaration -Wall -Wextra -Wundef -Wbad-function-cast -Wcast-align -Wstrict-prototypes -Wno-unused -std=c99 -U__STRICT_ANSI__ -fPIC -O3 -DNDEBUG -I../num -I../apron -I/usr/include -I/usr/include -DNUM_MPQ -c -o itv_linearizeMPQ.o itv_linearize.c ar rcs libitvMPQ.a itvMPQ.o itv_linexprMPQ.o itv_linearizeMPQ.o ranlib libitvMPQ.a gcc -Wcast-qual -Wswitch -Werror-implicit-function-declaration -Wall -Wextra -Wundef -Wbad-function-cast -Wcast-align -Wstrict-prototypes -Wno-unused -std=c99 -U__STRICT_ANSI__ -fPIC -g -O0 -UNDEBUG -I../num -I../apron -I/usr/include -I/usr/include -DNUM_MPQ -c -o itvMPQ_debug.o itv.c gcc -Wcast-qual -Wswitch -Werror-implicit-function-declaration -Wall -Wextra -Wundef -Wbad-function-cast -Wcast-align -Wstrict-prototypes -Wno-unused -std=c99 -U__STRICT_ANSI__ -fPIC -g -O0 -UNDEBUG -I../num -I../apron -I/usr/include -I/usr/include -DNUM_MPQ -c -o itv_linexprMPQ_debug.o itv_linexpr.c gcc -Wcast-qual -Wswitch -Werror-implicit-function-declaration -Wall -Wextra -Wundef -Wbad-function-cast -Wcast-align -Wstrict-prototypes -Wno-unused -std=c99 -U__STRICT_ANSI__ -fPIC -g -O0 -UNDEBUG -I../num -I../apron -I/usr/include -I/usr/include -DNUM_MPQ -c -o itv_linearizeMPQ_debug.o itv_linearize.c ar rcs libitvMPQ_debug.a itvMPQ_debug.o itv_linexprMPQ_debug.o itv_linearizeMPQ_debug.o ranlib libitvMPQ_debug.a gcc -Wcast-qual -Wswitch -Werror-implicit-function-declaration -Wall -Wextra -Wundef -Wbad-function-cast -Wcast-align -Wstrict-prototypes -Wno-unused -std=c99 -U__STRICT_ANSI__ -fPIC -O3 -DNDEBUG -I../num -I../apron -I/usr/include -I/usr/include -DNUM_LONGLONGRAT -c -o itvRll.o itv.c In file included from ../num/numint.h:16:0, from ../num/numrat.h:16, from ../num/num_numrat.h:27, from ../num/num.h:27, from itv.h:9, from itv.c:5: ../num/numint_native.h: In function 'numint_set_mpz': ../num/numint_native.h:273:2: warning: left shift count >= width of type [enabled by default] ../num/numint_native.h: In function 'mpz_set_numint': ../num/numint_native.h:338:5: warning: right shift count >= width of type [enabled by default] gcc -Wcast-qual -Wswitch -Werror-implicit-function-declaration -Wall -Wextra -Wundef -Wbad-function-cast -Wcast-align -Wstrict-prototypes -Wno-unused -std=c99 -U__STRICT_ANSI__ -fPIC -O3 -DNDEBUG -I../num -I../apron -I/usr/include -I/usr/include -DNUM_LONGLONGRAT -c -o itv_linexprRll.o itv_linexpr.c In file included from ../num/numint.h:16:0, from ../num/numrat.h:16, from ../num/num_numrat.h:27, from ../num/num.h:27, from itv.h:9, from itv_linexpr.h:8, from itv_linexpr.c:5: ../num/numint_native.h: In function 'numint_set_mpz': ../num/numint_native.h:273:2: warning: left shift count >= width of type [enabled by default] ../num/numint_native.h: In function 'mpz_set_numint': ../num/numint_native.h:338:5: warning: right shift count >= width of type [enabled by default] gcc -Wcast-qual -Wswitch -Werror-implicit-function-declaration -Wall -Wextra -Wundef -Wbad-function-cast -Wcast-align -Wstrict-prototypes -Wno-unused -std=c99 -U__STRICT_ANSI__ -fPIC -O3 -DNDEBUG -I../num -I../apron -I/usr/include -I/usr/include -DNUM_LONGLONGRAT -c -o itv_linearizeRll.o itv_linearize.c In file included from ../num/numint.h:16:0, from ../num/numrat.h:16, from ../num/num_numrat.h:27, from ../num/num.h:27, from itv.h:9, from itv_linearize.h:8, from itv_linearize.c:5: ../num/numint_native.h: In function 'numint_set_mpz': ../num/numint_native.h:273:2: warning: left shift count >= width of type [enabled by default] ../num/numint_native.h: In function 'mpz_set_numint': ../num/numint_native.h:338:5: warning: right shift count >= width of type [enabled by default] ar rcs libitvRll.a itvRll.o itv_linexprRll.o itv_linearizeRll.o ranlib libitvRll.a gcc -Wcast-qual -Wswitch -Werror-implicit-function-declaration -Wall -Wextra -Wundef -Wbad-function-cast -Wcast-align -Wstrict-prototypes -Wno-unused -std=c99 -U__STRICT_ANSI__ -fPIC -g -O0 -UNDEBUG -I../num -I../apron -I/usr/include -I/usr/include -DNUM_LONGLONGRAT -c -o itvRll_debug.o itv.c In file included from ../num/numint.h:16:0, from ../num/numrat.h:16, from ../num/num_numrat.h:27, from ../num/num.h:27, from itv.h:9, from itv.c:5: ../num/numint_native.h: In function 'numint_set_mpz': ../num/numint_native.h:273:2: warning: left shift count >= width of type [enabled by default] ../num/numint_native.h: In function 'mpz_set_numint': ../num/numint_native.h:338:5: warning: right shift count >= width of type [enabled by default] gcc -Wcast-qual -Wswitch -Werror-implicit-function-declaration -Wall -Wextra -Wundef -Wbad-function-cast -Wcast-align -Wstrict-prototypes -Wno-unused -std=c99 -U__STRICT_ANSI__ -fPIC -g -O0 -UNDEBUG -I../num -I../apron -I/usr/include -I/usr/include -DNUM_LONGLONGRAT -c -o itv_linexprRll_debug.o itv_linexpr.c In file included from ../num/numint.h:16:0, from ../num/numrat.h:16, from ../num/num_numrat.h:27, from ../num/num.h:27, from itv.h:9, from itv_linexpr.h:8, from itv_linexpr.c:5: ../num/numint_native.h: In function 'numint_set_mpz': ../num/numint_native.h:273:2: warning: left shift count >= width of type [enabled by default] ../num/numint_native.h: In function 'mpz_set_numint': ../num/numint_native.h:338:5: warning: right shift count >= width of type [enabled by default] gcc -Wcast-qual -Wswitch -Werror-implicit-function-declaration -Wall -Wextra -Wundef -Wbad-function-cast -Wcast-align -Wstrict-prototypes -Wno-unused -std=c99 -U__STRICT_ANSI__ -fPIC -g -O0 -UNDEBUG -I../num -I../apron -I/usr/include -I/usr/include -DNUM_LONGLONGRAT -c -o itv_linearizeRll_debug.o itv_linearize.c In file included from ../num/numint.h:16:0, from ../num/numrat.h:16, from ../num/num_numrat.h:27, from ../num/num.h:27, from itv.h:9, from itv_linearize.h:8, from itv_linearize.c:5: ../num/numint_native.h: In function 'numint_set_mpz': ../num/numint_native.h:273:2: warning: left shift count >= width of type [enabled by default] ../num/numint_native.h: In function 'mpz_set_numint': ../num/numint_native.h:338:5: warning: right shift count >= width of type [enabled by default] ar rcs libitvRll_debug.a itvRll_debug.o itv_linexprRll_debug.o itv_linearizeRll_debug.o ranlib libitvRll_debug.a gcc -Wcast-qual -Wswitch -Werror-implicit-function-declaration -Wall -Wextra -Wundef -Wbad-function-cast -Wcast-align -Wstrict-prototypes -Wno-unused -std=c99 -U__STRICT_ANSI__ -fPIC -O3 -DNDEBUG -I../num -I../apron -I/usr/include -I/usr/include -DNUM_DOUBLE -c -o itvD.o itv.c gcc -Wcast-qual -Wswitch -Werror-implicit-function-declaration -Wall -Wextra -Wundef -Wbad-function-cast -Wcast-align -Wstrict-prototypes -Wno-unused -std=c99 -U__STRICT_ANSI__ -fPIC -O3 -DNDEBUG -I../num -I../apron -I/usr/include -I/usr/include -DNUM_DOUBLE -c -o itv_linexprD.o itv_linexpr.c gcc -Wcast-qual -Wswitch -Werror-implicit-function-declaration -Wall -Wextra -Wundef -Wbad-function-cast -Wcast-align -Wstrict-prototypes -Wno-unused -std=c99 -U__STRICT_ANSI__ -fPIC -O3 -DNDEBUG -I../num -I../apron -I/usr/include -I/usr/include -DNUM_DOUBLE -c -o itv_linearizeD.o itv_linearize.c ar rcs libitvD.a itvD.o itv_linexprD.o itv_linearizeD.o ranlib libitvD.a gcc -Wcast-qual -Wswitch -Werror-implicit-function-declaration -Wall -Wextra -Wundef -Wbad-function-cast -Wcast-align -Wstrict-prototypes -Wno-unused -std=c99 -U__STRICT_ANSI__ -fPIC -g -O0 -UNDEBUG -I../num -I../apron -I/usr/include -I/usr/include -DNUM_DOUBLE -c -o itvD_debug.o itv.c gcc -Wcast-qual -Wswitch -Werror-implicit-function-declaration -Wall -Wextra -Wundef -Wbad-function-cast -Wcast-align -Wstrict-prototypes -Wno-unused -std=c99 -U__STRICT_ANSI__ -fPIC -g -O0 -UNDEBUG -I../num -I../apron -I/usr/include -I/usr/include -DNUM_DOUBLE -c -o itv_linexprD_debug.o itv_linexpr.c gcc -Wcast-qual -Wswitch -Werror-implicit-function-declaration -Wall -Wextra -Wundef -Wbad-function-cast -Wcast-align -Wstrict-prototypes -Wno-unused -std=c99 -U__STRICT_ANSI__ -fPIC -g -O0 -UNDEBUG -I../num -I../apron -I/usr/include -I/usr/include -DNUM_DOUBLE -c -o itv_linearizeD_debug.o itv_linearize.c ar rcs libitvD_debug.a itvD_debug.o itv_linexprD_debug.o itv_linearizeD_debug.o ranlib libitvD_debug.a gcc -Wcast-qual -Wswitch -Werror-implicit-function-declaration -Wall -Wextra -Wundef -Wbad-function-cast -Wcast-align -Wstrict-prototypes -Wno-unused -std=c99 -U__STRICT_ANSI__ -fPIC -O3 -DNDEBUG -I../num -I../apron -I/usr/include -I/usr/include -DNUM_MPFR -c -o itvMPFR.o itv.c gcc -Wcast-qual -Wswitch -Werror-implicit-function-declaration -Wall -Wextra -Wundef -Wbad-function-cast -Wcast-align -Wstrict-prototypes -Wno-unused -std=c99 -U__STRICT_ANSI__ -fPIC -O3 -DNDEBUG -I../num -I../apron -I/usr/include -I/usr/include -DNUM_MPFR -c -o itv_linexprMPFR.o itv_linexpr.c gcc -Wcast-qual -Wswitch -Werror-implicit-function-declaration -Wall -Wextra -Wundef -Wbad-function-cast -Wcast-align -Wstrict-prototypes -Wno-unused -std=c99 -U__STRICT_ANSI__ -fPIC -O3 -DNDEBUG -I../num -I../apron -I/usr/include -I/usr/include -DNUM_MPFR -c -o itv_linearizeMPFR.o itv_linearize.c ar rcs libitvMPFR.a itvMPFR.o itv_linexprMPFR.o itv_linearizeMPFR.o ranlib libitvMPFR.a gcc -Wcast-qual -Wswitch -Werror-implicit-function-declaration -Wall -Wextra -Wundef -Wbad-function-cast -Wcast-align -Wstrict-prototypes -Wno-unused -std=c99 -U__STRICT_ANSI__ -fPIC -g -O0 -UNDEBUG -I../num -I../apron -I/usr/include -I/usr/include -DNUM_MPFR -c -o itvMPFR_debug.o itv.c gcc -Wcast-qual -Wswitch -Werror-implicit-function-declaration -Wall -Wextra -Wundef -Wbad-function-cast -Wcast-align -Wstrict-prototypes -Wno-unused -std=c99 -U__STRICT_ANSI__ -fPIC -g -O0 -UNDEBUG -I../num -I../apron -I/usr/include -I/usr/include -DNUM_MPFR -c -o itv_linexprMPFR_debug.o itv_linexpr.c gcc -Wcast-qual -Wswitch -Werror-implicit-function-declaration -Wall -Wextra -Wundef -Wbad-function-cast -Wcast-align -Wstrict-prototypes -Wno-unused -std=c99 -U__STRICT_ANSI__ -fPIC -g -O0 -UNDEBUG -I../num -I../apron -I/usr/include -I/usr/include -DNUM_MPFR -c -o itv_linearizeMPFR_debug.o itv_linearize.c ar rcs libitvMPFR_debug.a itvMPFR_debug.o itv_linexprMPFR_debug.o itv_linearizeMPFR_debug.o ranlib libitvMPFR_debug.a gcc -Wcast-qual -Wswitch -Werror-implicit-function-declaration -Wall -Wextra -Wundef -Wbad-function-cast -Wcast-align -Wstrict-prototypes -Wno-unused -std=c99 -U__STRICT_ANSI__ -fPIC -O3 -DNDEBUG -I../num -I../apron -I/usr/include -I/usr/include -DNUM_LONGINT -c -o itvIl.o itv.c In file included from ../num/numint.h:16:0, from ../num/num_numint.h:27, from ../num/num.h:25, from itv.h:9, from itv.c:5: ../num/numint_native.h: In function 'numint_set_mpz': ../num/numint_native.h:273:2: warning: left shift count >= width of type [enabled by default] ../num/numint_native.h: In function 'mpz_set_numint': ../num/numint_native.h:338:5: warning: right shift count >= width of type [enabled by default] gcc -Wcast-qual -Wswitch -Werror-implicit-function-declaration -Wall -Wextra -Wundef -Wbad-function-cast -Wcast-align -Wstrict-prototypes -Wno-unused -std=c99 -U__STRICT_ANSI__ -fPIC -O3 -DNDEBUG -I../num -I../apron -I/usr/include -I/usr/include -DNUM_LONGINT -c -o itv_linexprIl.o itv_linexpr.c In file included from ../num/numint.h:16:0, from ../num/num_numint.h:27, from ../num/num.h:25, from itv.h:9, from itv_linexpr.h:8, from itv_linexpr.c:5: ../num/numint_native.h: In function 'numint_set_mpz': ../num/numint_native.h:273:2: warning: left shift count >= width of type [enabled by default] ../num/numint_native.h: In function 'mpz_set_numint': ../num/numint_native.h:338:5: warning: right shift count >= width of type [enabled by default] gcc -Wcast-qual -Wswitch -Werror-implicit-function-declaration -Wall -Wextra -Wundef -Wbad-function-cast -Wcast-align -Wstrict-prototypes -Wno-unused -std=c99 -U__STRICT_ANSI__ -fPIC -O3 -DNDEBUG -I../num -I../apron -I/usr/include -I/usr/include -DNUM_LONGINT -c -o itv_linearizeIl.o itv_linearize.c In file included from ../num/numint.h:16:0, from ../num/num_numint.h:27, from ../num/num.h:25, from itv.h:9, from itv_linearize.h:8, from itv_linearize.c:5: ../num/numint_native.h: In function 'numint_set_mpz': ../num/numint_native.h:273:2: warning: left shift count >= width of type [enabled by default] ../num/numint_native.h: In function 'mpz_set_numint': ../num/numint_native.h:338:5: warning: right shift count >= width of type [enabled by default] gcc -Wcast-qual -Wswitch -Werror-implicit-function-declaration -Wall -Wextra -Wundef -Wbad-function-cast -Wcast-align -Wstrict-prototypes -Wno-unused -std=c99 -U__STRICT_ANSI__ -fPIC -O3 -DNDEBUG -I../num -I../apron -I/usr/include -I/usr/include -DNUM_LONGLONGINT -c -o itvIll.o itv.c In file included from ../num/numint.h:16:0, from ../num/num_numint.h:27, from ../num/num.h:25, from itv.h:9, from itv.c:5: ../num/numint_native.h: In function 'numint_set_mpz': ../num/numint_native.h:273:2: warning: left shift count >= width of type [enabled by default] ../num/numint_native.h: In function 'mpz_set_numint': ../num/numint_native.h:338:5: warning: right shift count >= width of type [enabled by default] gcc -Wcast-qual -Wswitch -Werror-implicit-function-declaration -Wall -Wextra -Wundef -Wbad-function-cast -Wcast-align -Wstrict-prototypes -Wno-unused -std=c99 -U__STRICT_ANSI__ -fPIC -O3 -DNDEBUG -I../num -I../apron -I/usr/include -I/usr/include -DNUM_LONGLONGINT -c -o itv_linexprIll.o itv_linexpr.c In file included from ../num/numint.h:16:0, from ../num/num_numint.h:27, from ../num/num.h:25, from itv.h:9, from itv_linexpr.h:8, from itv_linexpr.c:5: ../num/numint_native.h: In function 'numint_set_mpz': ../num/numint_native.h:273:2: warning: left shift count >= width of type [enabled by default] ../num/numint_native.h: In function 'mpz_set_numint': ../num/numint_native.h:338:5: warning: right shift count >= width of type [enabled by default] gcc -Wcast-qual -Wswitch -Werror-implicit-function-declaration -Wall -Wextra -Wundef -Wbad-function-cast -Wcast-align -Wstrict-prototypes -Wno-unused -std=c99 -U__STRICT_ANSI__ -fPIC -O3 -DNDEBUG -I../num -I../apron -I/usr/include -I/usr/include -DNUM_LONGLONGINT -c -o itv_linearizeIll.o itv_linearize.c In file included from ../num/numint.h:16:0, from ../num/num_numint.h:27, from ../num/num.h:25, from itv.h:9, from itv_linearize.h:8, from itv_linearize.c:5: ../num/numint_native.h: In function 'numint_set_mpz': ../num/numint_native.h:273:2: warning: left shift count >= width of type [enabled by default] ../num/numint_native.h: In function 'mpz_set_numint': ../num/numint_native.h:338:5: warning: right shift count >= width of type [enabled by default] gcc -Wcast-qual -Wswitch -Werror-implicit-function-declaration -Wall -Wextra -Wundef -Wbad-function-cast -Wcast-align -Wstrict-prototypes -Wno-unused -std=c99 -U__STRICT_ANSI__ -fPIC -O3 -DNDEBUG -I../num -I../apron -I/usr/include -I/usr/include -DNUM_LONGRAT -c -o itvRl.o itv.c In file included from ../num/numint.h:16:0, from ../num/numrat.h:16, from ../num/num_numrat.h:27, from ../num/num.h:27, from itv.h:9, from itv.c:5: ../num/numint_native.h: In function 'numint_set_mpz': ../num/numint_native.h:273:2: warning: left shift count >= width of type [enabled by default] ../num/numint_native.h: In function 'mpz_set_numint': ../num/numint_native.h:338:5: warning: right shift count >= width of type [enabled by default] gcc -Wcast-qual -Wswitch -Werror-implicit-function-declaration -Wall -Wextra -Wundef -Wbad-function-cast -Wcast-align -Wstrict-prototypes -Wno-unused -std=c99 -U__STRICT_ANSI__ -fPIC -O3 -DNDEBUG -I../num -I../apron -I/usr/include -I/usr/include -DNUM_LONGRAT -c -o itv_linexprRl.o itv_linexpr.c In file included from ../num/numint.h:16:0, from ../num/numrat.h:16, from ../num/num_numrat.h:27, from ../num/num.h:27, from itv.h:9, from itv_linexpr.h:8, from itv_linexpr.c:5: ../num/numint_native.h: In function 'numint_set_mpz': ../num/numint_native.h:273:2: warning: left shift count >= width of type [enabled by default] ../num/numint_native.h: In function 'mpz_set_numint': ../num/numint_native.h:338:5: warning: right shift count >= width of type [enabled by default] gcc -Wcast-qual -Wswitch -Werror-implicit-function-declaration -Wall -Wextra -Wundef -Wbad-function-cast -Wcast-align -Wstrict-prototypes -Wno-unused -std=c99 -U__STRICT_ANSI__ -fPIC -O3 -DNDEBUG -I../num -I../apron -I/usr/include -I/usr/include -DNUM_LONGRAT -c -o itv_linearizeRl.o itv_linearize.c In file included from ../num/numint.h:16:0, from ../num/numrat.h:16, from ../num/num_numrat.h:27, from ../num/num.h:27, from itv.h:9, from itv_linearize.h:8, from itv_linearize.c:5: ../num/numint_native.h: In function 'numint_set_mpz': ../num/numint_native.h:273:2: warning: left shift count >= width of type [enabled by default] ../num/numint_native.h: In function 'mpz_set_numint': ../num/numint_native.h:338:5: warning: right shift count >= width of type [enabled by default] gcc -Wcast-qual -Wswitch -Werror-implicit-function-declaration -Wall -Wextra -Wundef -Wbad-function-cast -Wcast-align -Wstrict-prototypes -Wno-unused -std=c99 -U__STRICT_ANSI__ -fPIC -O3 -DNDEBUG -I../num -I../apron -I/usr/include -I/usr/include -DNUM_MPZ -c -o itvMPZ.o itv.c gcc -Wcast-qual -Wswitch -Werror-implicit-function-declaration -Wall -Wextra -Wundef -Wbad-function-cast -Wcast-align -Wstrict-prototypes -Wno-unused -std=c99 -U__STRICT_ANSI__ -fPIC -O3 -DNDEBUG -I../num -I../apron -I/usr/include -I/usr/include -DNUM_MPZ -c -o itv_linexprMPZ.o itv_linexpr.c gcc -Wcast-qual -Wswitch -Werror-implicit-function-declaration -Wall -Wextra -Wundef -Wbad-function-cast -Wcast-align -Wstrict-prototypes -Wno-unused -std=c99 -U__STRICT_ANSI__ -fPIC -O3 -DNDEBUG -I../num -I../apron -I/usr/include -I/usr/include -DNUM_MPZ -c -o itv_linearizeMPZ.o itv_linearize.c ar rcs libitv.a itvIl.o itv_linexprIl.o itv_linearizeIl.o itvIll.o itv_linexprIll.o itv_linearizeIll.o itvRl.o itv_linexprRl.o itv_linearizeRl.o itvRll.o itv_linexprRll.o itv_linearizeRll.o itvMPZ.o itv_linexprMPZ.o itv_linearizeMPZ.o itvMPQ.o itv_linexprMPQ.o itv_linearizeMPQ.o itvD.o itv_linexprD.o itv_linearizeD.o itvMPFR.o itv_linexprMPFR.o itv_linearizeMPFR.o ranlib libitv.a gcc -Wcast-qual -Wswitch -Werror-implicit-function-declaration -Wall -Wextra -Wundef -Wbad-function-cast -Wcast-align -Wstrict-prototypes -Wno-unused -std=c99 -U__STRICT_ANSI__ -fPIC -g -O0 -UNDEBUG -I../num -I../apron -I/usr/include -I/usr/include -DNUM_LONGINT -c -o itvIl_debug.o itv.c In file included from ../num/numint.h:16:0, from ../num/num_numint.h:27, from ../num/num.h:25, from itv.h:9, from itv.c:5: ../num/numint_native.h: In function 'numint_set_mpz': ../num/numint_native.h:273:2: warning: left shift count >= width of type [enabled by default] ../num/numint_native.h: In function 'mpz_set_numint': ../num/numint_native.h:338:5: warning: right shift count >= width of type [enabled by default] gcc -Wcast-qual -Wswitch -Werror-implicit-function-declaration -Wall -Wextra -Wundef -Wbad-function-cast -Wcast-align -Wstrict-prototypes -Wno-unused -std=c99 -U__STRICT_ANSI__ -fPIC -g -O0 -UNDEBUG -I../num -I../apron -I/usr/include -I/usr/include -DNUM_LONGINT -c -o itv_linexprIl_debug.o itv_linexpr.c In file included from ../num/numint.h:16:0, from ../num/num_numint.h:27, from ../num/num.h:25, from itv.h:9, from itv_linexpr.h:8, from itv_linexpr.c:5: ../num/numint_native.h: In function 'numint_set_mpz': ../num/numint_native.h:273:2: warning: left shift count >= width of type [enabled by default] ../num/numint_native.h: In function 'mpz_set_numint': ../num/numint_native.h:338:5: warning: right shift count >= width of type [enabled by default] gcc -Wcast-qual -Wswitch -Werror-implicit-function-declaration -Wall -Wextra -Wundef -Wbad-function-cast -Wcast-align -Wstrict-prototypes -Wno-unused -std=c99 -U__STRICT_ANSI__ -fPIC -g -O0 -UNDEBUG -I../num -I../apron -I/usr/include -I/usr/include -DNUM_LONGINT -c -o itv_linearizeIl_debug.o itv_linearize.c In file included from ../num/numint.h:16:0, from ../num/num_numint.h:27, from ../num/num.h:25, from itv.h:9, from itv_linearize.h:8, from itv_linearize.c:5: ../num/numint_native.h: In function 'numint_set_mpz': ../num/numint_native.h:273:2: warning: left shift count >= width of type [enabled by default] ../num/numint_native.h: In function 'mpz_set_numint': ../num/numint_native.h:338:5: warning: right shift count >= width of type [enabled by default] gcc -Wcast-qual -Wswitch -Werror-implicit-function-declaration -Wall -Wextra -Wundef -Wbad-function-cast -Wcast-align -Wstrict-prototypes -Wno-unused -std=c99 -U__STRICT_ANSI__ -fPIC -g -O0 -UNDEBUG -I../num -I../apron -I/usr/include -I/usr/include -DNUM_LONGLONGINT -c -o itvIll_debug.o itv.c In file included from ../num/numint.h:16:0, from ../num/num_numint.h:27, from ../num/num.h:25, from itv.h:9, from itv.c:5: ../num/numint_native.h: In function 'numint_set_mpz': ../num/numint_native.h:273:2: warning: left shift count >= width of type [enabled by default] ../num/numint_native.h: In function 'mpz_set_numint': ../num/numint_native.h:338:5: warning: right shift count >= width of type [enabled by default] gcc -Wcast-qual -Wswitch -Werror-implicit-function-declaration -Wall -Wextra -Wundef -Wbad-function-cast -Wcast-align -Wstrict-prototypes -Wno-unused -std=c99 -U__STRICT_ANSI__ -fPIC -g -O0 -UNDEBUG -I../num -I../apron -I/usr/include -I/usr/include -DNUM_LONGLONGINT -c -o itv_linexprIll_debug.o itv_linexpr.c In file included from ../num/numint.h:16:0, from ../num/num_numint.h:27, from ../num/num.h:25, from itv.h:9, from itv_linexpr.h:8, from itv_linexpr.c:5: ../num/numint_native.h: In function 'numint_set_mpz': ../num/numint_native.h:273:2: warning: left shift count >= width of type [enabled by default] ../num/numint_native.h: In function 'mpz_set_numint': ../num/numint_native.h:338:5: warning: right shift count >= width of type [enabled by default] gcc -Wcast-qual -Wswitch -Werror-implicit-function-declaration -Wall -Wextra -Wundef -Wbad-function-cast -Wcast-align -Wstrict-prototypes -Wno-unused -std=c99 -U__STRICT_ANSI__ -fPIC -g -O0 -UNDEBUG -I../num -I../apron -I/usr/include -I/usr/include -DNUM_LONGLONGINT -c -o itv_linearizeIll_debug.o itv_linearize.c In file included from ../num/numint.h:16:0, from ../num/num_numint.h:27, from ../num/num.h:25, from itv.h:9, from itv_linearize.h:8, from itv_linearize.c:5: ../num/numint_native.h: In function 'numint_set_mpz': ../num/numint_native.h:273:2: warning: left shift count >= width of type [enabled by default] ../num/numint_native.h: In function 'mpz_set_numint': ../num/numint_native.h:338:5: warning: right shift count >= width of type [enabled by default] gcc -Wcast-qual -Wswitch -Werror-implicit-function-declaration -Wall -Wextra -Wundef -Wbad-function-cast -Wcast-align -Wstrict-prototypes -Wno-unused -std=c99 -U__STRICT_ANSI__ -fPIC -g -O0 -UNDEBUG -I../num -I../apron -I/usr/include -I/usr/include -DNUM_LONGRAT -c -o itvRl_debug.o itv.c In file included from ../num/numint.h:16:0, from ../num/numrat.h:16, from ../num/num_numrat.h:27, from ../num/num.h:27, from itv.h:9, from itv.c:5: ../num/numint_native.h: In function 'numint_set_mpz': ../num/numint_native.h:273:2: warning: left shift count >= width of type [enabled by default] ../num/numint_native.h: In function 'mpz_set_numint': ../num/numint_native.h:338:5: warning: right shift count >= width of type [enabled by default] gcc -Wcast-qual -Wswitch -Werror-implicit-function-declaration -Wall -Wextra -Wundef -Wbad-function-cast -Wcast-align -Wstrict-prototypes -Wno-unused -std=c99 -U__STRICT_ANSI__ -fPIC -g -O0 -UNDEBUG -I../num -I../apron -I/usr/include -I/usr/include -DNUM_LONGRAT -c -o itv_linexprRl_debug.o itv_linexpr.c In file included from ../num/numint.h:16:0, from ../num/numrat.h:16, from ../num/num_numrat.h:27, from ../num/num.h:27, from itv.h:9, from itv_linexpr.h:8, from itv_linexpr.c:5: ../num/numint_native.h: In function 'numint_set_mpz': ../num/numint_native.h:273:2: warning: left shift count >= width of type [enabled by default] ../num/numint_native.h: In function 'mpz_set_numint': ../num/numint_native.h:338:5: warning: right shift count >= width of type [enabled by default] gcc -Wcast-qual -Wswitch -Werror-implicit-function-declaration -Wall -Wextra -Wundef -Wbad-function-cast -Wcast-align -Wstrict-prototypes -Wno-unused -std=c99 -U__STRICT_ANSI__ -fPIC -g -O0 -UNDEBUG -I../num -I../apron -I/usr/include -I/usr/include -DNUM_LONGRAT -c -o itv_linearizeRl_debug.o itv_linearize.c In file included from ../num/numint.h:16:0, from ../num/numrat.h:16, from ../num/num_numrat.h:27, from ../num/num.h:27, from itv.h:9, from itv_linearize.h:8, from itv_linearize.c:5: ../num/numint_native.h: In function 'numint_set_mpz': ../num/numint_native.h:273:2: warning: left shift count >= width of type [enabled by default] ../num/numint_native.h: In function 'mpz_set_numint': ../num/numint_native.h:338:5: warning: right shift count >= width of type [enabled by default] gcc -Wcast-qual -Wswitch -Werror-implicit-function-declaration -Wall -Wextra -Wundef -Wbad-function-cast -Wcast-align -Wstrict-prototypes -Wno-unused -std=c99 -U__STRICT_ANSI__ -fPIC -g -O0 -UNDEBUG -I../num -I../apron -I/usr/include -I/usr/include -DNUM_MPZ -c -o itvMPZ_debug.o itv.c gcc -Wcast-qual -Wswitch -Werror-implicit-function-declaration -Wall -Wextra -Wundef -Wbad-function-cast -Wcast-align -Wstrict-prototypes -Wno-unused -std=c99 -U__STRICT_ANSI__ -fPIC -g -O0 -UNDEBUG -I../num -I../apron -I/usr/include -I/usr/include -DNUM_MPZ -c -o itv_linexprMPZ_debug.o itv_linexpr.c gcc -Wcast-qual -Wswitch -Werror-implicit-function-declaration -Wall -Wextra -Wundef -Wbad-function-cast -Wcast-align -Wstrict-prototypes -Wno-unused -std=c99 -U__STRICT_ANSI__ -fPIC -g -O0 -UNDEBUG -I../num -I../apron -I/usr/include -I/usr/include -DNUM_MPZ -c -o itv_linearizeMPZ_debug.o itv_linearize.c ar rcs libitv_debug.a itvIl_debug.o itv_linexprIl_debug.o itv_linearizeIl_debug.o itvIll_debug.o itv_linexprIll_debug.o itv_linearizeIll_debug.o itvRl_debug.o itv_linexprRl_debug.o itv_linearizeRl_debug.o itvRll_debug.o itv_linexprRll_debug.o itv_linearizeRll_debug.o itvMPZ_debug.o itv_linexprMPZ_debug.o itv_linearizeMPZ_debug.o itvMPQ_debug.o itv_linexprMPQ_debug.o itv_linearizeMPQ_debug.o itvD_debug.o itv_linexprD_debug.o itv_linearizeD_debug.o itvMPFR_debug.o itv_linexprMPFR_debug.o itv_linearizeMPFR_debug.o ranlib libitv_debug.a make[4]: Leaving directory `/tmp/apron-0.9.10/apron/itv' (cd apron; make all) make[4]: Entering directory `/tmp/apron-0.9.10/apron/apron' gcc -Wcast-qual -Wswitch -Werror-implicit-function-declaration -Wall -Wextra -Wundef -Wbad-function-cast -Wcast-align -Wstrict-prototypes -Wno-unused -std=c99 -U__STRICT_ANSI__ -fPIC -O3 -DNDEBUG -I../num -I/usr/include -I/usr/include -I../itv -c ap_scalar.c gcc -Wcast-qual -Wswitch -Werror-implicit-function-declaration -Wall -Wextra -Wundef -Wbad-function-cast -Wcast-align -Wstrict-prototypes -Wno-unused -std=c99 -U__STRICT_ANSI__ -fPIC -O3 -DNDEBUG -I../num -I/usr/include -I/usr/include -I../itv -c ap_interval.c gcc -Wcast-qual -Wswitch -Werror-implicit-function-declaration -Wall -Wextra -Wundef -Wbad-function-cast -Wcast-align -Wstrict-prototypes -Wno-unused -std=c99 -U__STRICT_ANSI__ -fPIC -O3 -DNDEBUG -I../num -I/usr/include -I/usr/include -I../itv -c ap_coeff.c gcc -Wcast-qual -Wswitch -Werror-implicit-function-declaration -Wall -Wextra -Wundef -Wbad-function-cast -Wcast-align -Wstrict-prototypes -Wno-unused -std=c99 -U__STRICT_ANSI__ -fPIC -O3 -DNDEBUG -I../num -I/usr/include -I/usr/include -I../itv -c ap_dimension.c gcc -Wcast-qual -Wswitch -Werror-implicit-function-declaration -Wall -Wextra -Wundef -Wbad-function-cast -Wcast-align -Wstrict-prototypes -Wno-unused -std=c99 -U__STRICT_ANSI__ -fPIC -O3 -DNDEBUG -I../num -I/usr/include -I/usr/include -I../itv -c ap_linexpr0.c gcc -Wcast-qual -Wswitch -Werror-implicit-function-declaration -Wall -Wextra -Wundef -Wbad-function-cast -Wcast-align -Wstrict-prototypes -Wno-unused -std=c99 -U__STRICT_ANSI__ -fPIC -O3 -DNDEBUG -I../num -I/usr/include -I/usr/include -I../itv -c ap_lincons0.c gcc -Wcast-qual -Wswitch -Werror-implicit-function-declaration -Wall -Wextra -Wundef -Wbad-function-cast -Wcast-align -Wstrict-prototypes -Wno-unused -std=c99 -U__STRICT_ANSI__ -fPIC -O3 -DNDEBUG -I../num -I/usr/include -I/usr/include -I../itv -c ap_generator0.c gcc -Wcast-qual -Wswitch -Werror-implicit-function-declaration -Wall -Wextra -Wundef -Wbad-function-cast -Wcast-align -Wstrict-prototypes -Wno-unused -std=c99 -U__STRICT_ANSI__ -fPIC -O3 -DNDEBUG -I../num -I/usr/include -I/usr/include -I../itv -c ap_texpr0.c gcc -Wcast-qual -Wswitch -Werror-implicit-function-declaration -Wall -Wextra -Wundef -Wbad-function-cast -Wcast-align -Wstrict-prototypes -Wno-unused -std=c99 -U__STRICT_ANSI__ -fPIC -O3 -DNDEBUG -I../num -I/usr/include -I/usr/include -I../itv -c ap_tcons0.c gcc -Wcast-qual -Wswitch -Werror-implicit-function-declaration -Wall -Wextra -Wundef -Wbad-function-cast -Wcast-align -Wstrict-prototypes -Wno-unused -std=c99 -U__STRICT_ANSI__ -fPIC -O3 -DNDEBUG -I../num -I/usr/include -I/usr/include -I../itv -c ap_manager.c gcc -Wcast-qual -Wswitch -Werror-implicit-function-declaration -Wall -Wextra -Wundef -Wbad-function-cast -Wcast-align -Wstrict-prototypes -Wno-unused -std=c99 -U__STRICT_ANSI__ -fPIC -O3 -DNDEBUG -I../num -I/usr/include -I/usr/include -I../itv -c ap_abstract0.c gcc -Wcast-qual -Wswitch -Werror-implicit-function-declaration -Wall -Wextra -Wundef -Wbad-function-cast -Wcast-align -Wstrict-prototypes -Wno-unused -std=c99 -U__STRICT_ANSI__ -fPIC -O3 -DNDEBUG -I../num -I/usr/include -I/usr/include -I../itv -c ap_generic.c gcc -Wcast-qual -Wswitch -Werror-implicit-function-declaration -Wall -Wextra -Wundef -Wbad-function-cast -Wcast-align -Wstrict-prototypes -Wno-unused -std=c99 -U__STRICT_ANSI__ -fPIC -O3 -DNDEBUG -I../num -I/usr/include -I/usr/include -I../itv -c ap_var.c gcc -Wcast-qual -Wswitch -Werror-implicit-function-declaration -Wall -Wextra -Wundef -Wbad-function-cast -Wcast-align -Wstrict-prototypes -Wno-unused -std=c99 -U__STRICT_ANSI__ -fPIC -O3 -DNDEBUG -I../num -I/usr/include -I/usr/include -I../itv -c ap_environment.c ap_environment.c: In function 'var_cmp': ap_environment.c:15:16: warning: cast discards '__attribute__((const))' qualifier from pointer target type [-Wcast-qual] ap_environment.c:16:16: warning: cast discards '__attribute__((const))' qualifier from pointer target type [-Wcast-qual] ap_environment.c: In function 'vardim_cmp': ap_environment.c:27:18: warning: cast discards '__attribute__((const))' qualifier from pointer target type [-Wcast-qual] ap_environment.c:28:18: warning: cast discards '__attribute__((const))' qualifier from pointer target type [-Wcast-qual] ap_environment.c: In function 'env_cmp': ap_environment.c:890:28: warning: cast discards '__attribute__((const))' qualifier from pointer target type [-Wcast-qual] ap_environment.c:891:28: warning: cast discards '__attribute__((const))' qualifier from pointer target type [-Wcast-qual] gcc -Wcast-qual -Wswitch -Werror-implicit-function-declaration -Wall -Wextra -Wundef -Wbad-function-cast -Wcast-align -Wstrict-prototypes -Wno-unused -std=c99 -U__STRICT_ANSI__ -fPIC -O3 -DNDEBUG -I../num -I/usr/include -I/usr/include -I../itv -c ap_linexpr1.c gcc -Wcast-qual -Wswitch -Werror-implicit-function-declaration -Wall -Wextra -Wundef -Wbad-function-cast -Wcast-align -Wstrict-prototypes -Wno-unused -std=c99 -U__STRICT_ANSI__ -fPIC -O3 -DNDEBUG -I../num -I/usr/include -I/usr/include -I../itv -c ap_lincons1.c gcc -Wcast-qual -Wswitch -Werror-implicit-function-declaration -Wall -Wextra -Wundef -Wbad-function-cast -Wcast-align -Wstrict-prototypes -Wno-unused -std=c99 -U__STRICT_ANSI__ -fPIC -O3 -DNDEBUG -I../num -I/usr/include -I/usr/include -I../itv -c ap_generator1.c gcc -Wcast-qual -Wswitch -Werror-implicit-function-declaration -Wall -Wextra -Wundef -Wbad-function-cast -Wcast-align -Wstrict-prototypes -Wno-unused -std=c99 -U__STRICT_ANSI__ -fPIC -O3 -DNDEBUG -I../num -I/usr/include -I/usr/include -I../itv -c ap_texpr1.c gcc -Wcast-qual -Wswitch -Werror-implicit-function-declaration -Wall -Wextra -Wundef -Wbad-function-cast -Wcast-align -Wstrict-prototypes -Wno-unused -std=c99 -U__STRICT_ANSI__ -fPIC -O3 -DNDEBUG -I../num -I/usr/include -I/usr/include -I../itv -c ap_tcons1.c gcc -Wcast-qual -Wswitch -Werror-implicit-function-declaration -Wall -Wextra -Wundef -Wbad-function-cast -Wcast-align -Wstrict-prototypes -Wno-unused -std=c99 -U__STRICT_ANSI__ -fPIC -O3 -DNDEBUG -I../num -I/usr/include -I/usr/include -I../itv -c ap_abstract1.c ap_abstract1.c: In function 'compar_dim': ap_abstract1.c:1141:14: warning: cast discards '__attribute__((const))' qualifier from pointer target type [-Wcast-qual] ap_abstract1.c:1142:14: warning: cast discards '__attribute__((const))' qualifier from pointer target type [-Wcast-qual] gcc -Wcast-qual -Wswitch -Werror-implicit-function-declaration -Wall -Wextra -Wundef -Wbad-function-cast -Wcast-align -Wstrict-prototypes -Wno-unused -std=c99 -U__STRICT_ANSI__ -fPIC -O3 -DNDEBUG -I../num -I/usr/include -I/usr/include -I../itv -c ap_linearize.c gcc -Wcast-qual -Wswitch -Werror-implicit-function-declaration -Wall -Wextra -Wundef -Wbad-function-cast -Wcast-align -Wstrict-prototypes -Wno-unused -std=c99 -U__STRICT_ANSI__ -fPIC -O3 -DNDEBUG -I../num -I/usr/include -I/usr/include -I../itv -c ap_reducedproduct.c gcc -Wcast-qual -Wswitch -Werror-implicit-function-declaration -Wall -Wextra -Wundef -Wbad-function-cast -Wcast-align -Wstrict-prototypes -Wno-unused -std=c99 -U__STRICT_ANSI__ -fPIC -O3 -DNDEBUG -I../num -I/usr/include -I/usr/include -DNUM_MPQ -I../num -I../itv -I. -c ap_linearize_aux.c -o ap_linearize_auxMPQ.o gcc -Wcast-qual -Wswitch -Werror-implicit-function-declaration -Wall -Wextra -Wundef -Wbad-function-cast -Wcast-align -Wstrict-prototypes -Wno-unused -std=c99 -U__STRICT_ANSI__ -fPIC -O3 -DNDEBUG -I../num -I/usr/include -I/usr/include -DNUM_DOUBLE -I../num -I../itv -I. -c ap_linearize_aux.c -o ap_linearize_auxD.o gcc -Wcast-qual -Wswitch -Werror-implicit-function-declaration -Wall -Wextra -Wundef -Wbad-function-cast -Wcast-align -Wstrict-prototypes -Wno-unused -std=c99 -U__STRICT_ANSI__ -fPIC -O3 -DNDEBUG -I../num -I/usr/include -I/usr/include -DNUM_MPFR -I../num -I../itv -I. -c ap_linearize_aux.c -o ap_linearize_auxMPFR.o cp ../itv/libitv.a libapron.a ar rs libapron.a ap_scalar.o ap_interval.o ap_coeff.o ap_dimension.o ap_linexpr0.o ap_lincons0.o ap_generator0.o ap_texpr0.o ap_tcons0.o ap_manager.o ap_abstract0.o ap_generic.o ap_var.o ap_environment.o ap_linexpr1.o ap_lincons1.o ap_generator1.o ap_texpr1.o ap_tcons1.o ap_abstract1.o ap_linearize.o ap_reducedproduct.o ap_linearize_auxMPQ.o ap_linearize_auxD.o ap_linearize_auxMPFR.o ranlib libapron.a gcc -Wcast-qual -Wswitch -Werror-implicit-function-declaration -Wall -Wextra -Wundef -Wbad-function-cast -Wcast-align -Wstrict-prototypes -Wno-unused -std=c99 -U__STRICT_ANSI__ -fPIC -g -O0 -UNDEBUG -I../num -I/usr/include -I/usr/include -I../itv -c -o ap_scalar_debug.o ap_scalar.c gcc -Wcast-qual -Wswitch -Werror-implicit-function-declaration -Wall -Wextra -Wundef -Wbad-function-cast -Wcast-align -Wstrict-prototypes -Wno-unused -std=c99 -U__STRICT_ANSI__ -fPIC -g -O0 -UNDEBUG -I../num -I/usr/include -I/usr/include -I../itv -c -o ap_interval_debug.o ap_interval.c gcc -Wcast-qual -Wswitch -Werror-implicit-function-declaration -Wall -Wextra -Wundef -Wbad-function-cast -Wcast-align -Wstrict-prototypes -Wno-unused -std=c99 -U__STRICT_ANSI__ -fPIC -g -O0 -UNDEBUG -I../num -I/usr/include -I/usr/include -I../itv -c -o ap_coeff_debug.o ap_coeff.c gcc -Wcast-qual -Wswitch -Werror-implicit-function-declaration -Wall -Wextra -Wundef -Wbad-function-cast -Wcast-align -Wstrict-prototypes -Wno-unused -std=c99 -U__STRICT_ANSI__ -fPIC -g -O0 -UNDEBUG -I../num -I/usr/include -I/usr/include -I../itv -c -o ap_dimension_debug.o ap_dimension.c gcc -Wcast-qual -Wswitch -Werror-implicit-function-declaration -Wall -Wextra -Wundef -Wbad-function-cast -Wcast-align -Wstrict-prototypes -Wno-unused -std=c99 -U__STRICT_ANSI__ -fPIC -g -O0 -UNDEBUG -I../num -I/usr/include -I/usr/include -I../itv -c -o ap_linexpr0_debug.o ap_linexpr0.c gcc -Wcast-qual -Wswitch -Werror-implicit-function-declaration -Wall -Wextra -Wundef -Wbad-function-cast -Wcast-align -Wstrict-prototypes -Wno-unused -std=c99 -U__STRICT_ANSI__ -fPIC -g -O0 -UNDEBUG -I../num -I/usr/include -I/usr/include -I../itv -c -o ap_lincons0_debug.o ap_lincons0.c gcc -Wcast-qual -Wswitch -Werror-implicit-function-declaration -Wall -Wextra -Wundef -Wbad-function-cast -Wcast-align -Wstrict-prototypes -Wno-unused -std=c99 -U__STRICT_ANSI__ -fPIC -g -O0 -UNDEBUG -I../num -I/usr/include -I/usr/include -I../itv -c -o ap_generator0_debug.o ap_generator0.c gcc -Wcast-qual -Wswitch -Werror-implicit-function-declaration -Wall -Wextra -Wundef -Wbad-function-cast -Wcast-align -Wstrict-prototypes -Wno-unused -std=c99 -U__STRICT_ANSI__ -fPIC -g -O0 -UNDEBUG -I../num -I/usr/include -I/usr/include -I../itv -c -o ap_texpr0_debug.o ap_texpr0.c gcc -Wcast-qual -Wswitch -Werror-implicit-function-declaration -Wall -Wextra -Wundef -Wbad-function-cast -Wcast-align -Wstrict-prototypes -Wno-unused -std=c99 -U__STRICT_ANSI__ -fPIC -g -O0 -UNDEBUG -I../num -I/usr/include -I/usr/include -I../itv -c -o ap_tcons0_debug.o ap_tcons0.c gcc -Wcast-qual -Wswitch -Werror-implicit-function-declaration -Wall -Wextra -Wundef -Wbad-function-cast -Wcast-align -Wstrict-prototypes -Wno-unused -std=c99 -U__STRICT_ANSI__ -fPIC -g -O0 -UNDEBUG -I../num -I/usr/include -I/usr/include -I../itv -c -o ap_manager_debug.o ap_manager.c gcc -Wcast-qual -Wswitch -Werror-implicit-function-declaration -Wall -Wextra -Wundef -Wbad-function-cast -Wcast-align -Wstrict-prototypes -Wno-unused -std=c99 -U__STRICT_ANSI__ -fPIC -g -O0 -UNDEBUG -I../num -I/usr/include -I/usr/include -I../itv -c -o ap_abstract0_debug.o ap_abstract0.c gcc -Wcast-qual -Wswitch -Werror-implicit-function-declaration -Wall -Wextra -Wundef -Wbad-function-cast -Wcast-align -Wstrict-prototypes -Wno-unused -std=c99 -U__STRICT_ANSI__ -fPIC -g -O0 -UNDEBUG -I../num -I/usr/include -I/usr/include -I../itv -c -o ap_generic_debug.o ap_generic.c gcc -Wcast-qual -Wswitch -Werror-implicit-function-declaration -Wall -Wextra -Wundef -Wbad-function-cast -Wcast-align -Wstrict-prototypes -Wno-unused -std=c99 -U__STRICT_ANSI__ -fPIC -g -O0 -UNDEBUG -I../num -I/usr/include -I/usr/include -I../itv -c -o ap_var_debug.o ap_var.c gcc -Wcast-qual -Wswitch -Werror-implicit-function-declaration -Wall -Wextra -Wundef -Wbad-function-cast -Wcast-align -Wstrict-prototypes -Wno-unused -std=c99 -U__STRICT_ANSI__ -fPIC -g -O0 -UNDEBUG -I../num -I/usr/include -I/usr/include -I../itv -c -o ap_environment_debug.o ap_environment.c ap_environment.c: In function 'var_cmp': ap_environment.c:15:16: warning: cast discards '__attribute__((const))' qualifier from pointer target type [-Wcast-qual] ap_environment.c:16:16: warning: cast discards '__attribute__((const))' qualifier from pointer target type [-Wcast-qual] ap_environment.c: In function 'vardim_cmp': ap_environment.c:27:18: warning: cast discards '__attribute__((const))' qualifier from pointer target type [-Wcast-qual] ap_environment.c:28:18: warning: cast discards '__attribute__((const))' qualifier from pointer target type [-Wcast-qual] ap_environment.c: In function 'env_cmp': ap_environment.c:890:28: warning: cast discards '__attribute__((const))' qualifier from pointer target type [-Wcast-qual] ap_environment.c:891:28: warning: cast discards '__attribute__((const))' qualifier from pointer target type [-Wcast-qual] gcc -Wcast-qual -Wswitch -Werror-implicit-function-declaration -Wall -Wextra -Wundef -Wbad-function-cast -Wcast-align -Wstrict-prototypes -Wno-unused -std=c99 -U__STRICT_ANSI__ -fPIC -g -O0 -UNDEBUG -I../num -I/usr/include -I/usr/include -I../itv -c -o ap_linexpr1_debug.o ap_linexpr1.c gcc -Wcast-qual -Wswitch -Werror-implicit-function-declaration -Wall -Wextra -Wundef -Wbad-function-cast -Wcast-align -Wstrict-prototypes -Wno-unused -std=c99 -U__STRICT_ANSI__ -fPIC -g -O0 -UNDEBUG -I../num -I/usr/include -I/usr/include -I../itv -c -o ap_lincons1_debug.o ap_lincons1.c gcc -Wcast-qual -Wswitch -Werror-implicit-function-declaration -Wall -Wextra -Wundef -Wbad-function-cast -Wcast-align -Wstrict-prototypes -Wno-unused -std=c99 -U__STRICT_ANSI__ -fPIC -g -O0 -UNDEBUG -I../num -I/usr/include -I/usr/include -I../itv -c -o ap_generator1_debug.o ap_generator1.c gcc -Wcast-qual -Wswitch -Werror-implicit-function-declaration -Wall -Wextra -Wundef -Wbad-function-cast -Wcast-align -Wstrict-prototypes -Wno-unused -std=c99 -U__STRICT_ANSI__ -fPIC -g -O0 -UNDEBUG -I../num -I/usr/include -I/usr/include -I../itv -c -o ap_texpr1_debug.o ap_texpr1.c gcc -Wcast-qual -Wswitch -Werror-implicit-function-declaration -Wall -Wextra -Wundef -Wbad-function-cast -Wcast-align -Wstrict-prototypes -Wno-unused -std=c99 -U__STRICT_ANSI__ -fPIC -g -O0 -UNDEBUG -I../num -I/usr/include -I/usr/include -I../itv -c -o ap_tcons1_debug.o ap_tcons1.c gcc -Wcast-qual -Wswitch -Werror-implicit-function-declaration -Wall -Wextra -Wundef -Wbad-function-cast -Wcast-align -Wstrict-prototypes -Wno-unused -std=c99 -U__STRICT_ANSI__ -fPIC -g -O0 -UNDEBUG -I../num -I/usr/include -I/usr/include -I../itv -c -o ap_abstract1_debug.o ap_abstract1.c ap_abstract1.c: In function 'compar_dim': ap_abstract1.c:1141:14: warning: cast discards '__attribute__((const))' qualifier from pointer target type [-Wcast-qual] ap_abstract1.c:1142:14: warning: cast discards '__attribute__((const))' qualifier from pointer target type [-Wcast-qual] gcc -Wcast-qual -Wswitch -Werror-implicit-function-declaration -Wall -Wextra -Wundef -Wbad-function-cast -Wcast-align -Wstrict-prototypes -Wno-unused -std=c99 -U__STRICT_ANSI__ -fPIC -g -O0 -UNDEBUG -I../num -I/usr/include -I/usr/include -I../itv -c -o ap_linearize_debug.o ap_linearize.c gcc -Wcast-qual -Wswitch -Werror-implicit-function-declaration -Wall -Wextra -Wundef -Wbad-function-cast -Wcast-align -Wstrict-prototypes -Wno-unused -std=c99 -U__STRICT_ANSI__ -fPIC -g -O0 -UNDEBUG -I../num -I/usr/include -I/usr/include -I../itv -c -o ap_reducedproduct_debug.o ap_reducedproduct.c gcc -Wcast-qual -Wswitch -Werror-implicit-function-declaration -Wall -Wextra -Wundef -Wbad-function-cast -Wcast-align -Wstrict-prototypes -Wno-unused -std=c99 -U__STRICT_ANSI__ -fPIC -g -O0 -UNDEBUG -I../num -I/usr/include -I/usr/include -DNUM_MPQ -I../num -I../itv -I. -c -o ap_linearize_auxMPQ_debug.o ap_linearize_aux.c -o ap_linearize_auxMPQ_debug.o gcc -Wcast-qual -Wswitch -Werror-implicit-function-declaration -Wall -Wextra -Wundef -Wbad-function-cast -Wcast-align -Wstrict-prototypes -Wno-unused -std=c99 -U__STRICT_ANSI__ -fPIC -g -O0 -UNDEBUG -I../num -I/usr/include -I/usr/include -DNUM_DOUBLE -I../num -I../itv -I. -c -o ap_linearize_auxD_debug.o ap_linearize_aux.c -o ap_linearize_auxD_debug.o gcc -Wcast-qual -Wswitch -Werror-implicit-function-declaration -Wall -Wextra -Wundef -Wbad-function-cast -Wcast-align -Wstrict-prototypes -Wno-unused -std=c99 -U__STRICT_ANSI__ -fPIC -g -O0 -UNDEBUG -I../num -I/usr/include -I/usr/include -DNUM_MPFR -I../num -I../itv -I. -c -o ap_linearize_auxMPFR_debug.o ap_linearize_aux.c -o ap_linearize_auxMPFR_debug.o cp ../itv/libitv_debug.a libapron_debug.a ar rs libapron_debug.a ap_scalar_debug.o ap_interval_debug.o ap_coeff_debug.o ap_dimension_debug.o ap_linexpr0_debug.o ap_lincons0_debug.o ap_generator0_debug.o ap_texpr0_debug.o ap_tcons0_debug.o ap_manager_debug.o ap_abstract0_debug.o ap_generic_debug.o ap_var_debug.o ap_environment_debug.o ap_linexpr1_debug.o ap_lincons1_debug.o ap_generator1_debug.o ap_texpr1_debug.o ap_tcons1_debug.o ap_abstract1_debug.o ap_linearize_debug.o ap_reducedproduct_debug.o ap_linearize_auxMPQ_debug.o ap_linearize_auxD_debug.o ap_linearize_auxMPFR_debug.o ranlib libapron_debug.a for i in `ar t ../itv/libitv.a`; do ln -s ../itv/$i $i; done gcc -Wcast-qual -Wswitch -Werror-implicit-function-declaration -Wall -Wextra -Wundef -Wbad-function-cast -Wcast-align -Wstrict-prototypes -Wno-unused -std=c99 -U__STRICT_ANSI__ -fPIC -O3 -DNDEBUG -lm -lmpfr -lgmp -shared -Wl,-soname,libapron.so.0 -o libapron.so ap_scalar.o ap_interval.o ap_coeff.o ap_dimension.o ap_linexpr0.o ap_lincons0.o ap_generator0.o ap_texpr0.o ap_tcons0.o ap_manager.o ap_abstract0.o ap_generic.o ap_var.o ap_environment.o ap_linexpr1.o ap_lincons1.o ap_generator1.o ap_texpr1.o ap_tcons1.o ap_abstract1.o ap_linearize.o ap_reducedproduct.o ap_linearize_auxMPQ.o ap_linearize_auxD.o ap_linearize_auxMPFR.o `ar t ../itv/libitv.a` for i in `ar t ../itv/libitv.a`; do rm -f $i; done for i in `ar t ../itv/libitv_debug.a`; do ln -s ../itv/$i $i; done gcc -Wcast-qual -Wswitch -Werror-implicit-function-declaration -Wall -Wextra -Wundef -Wbad-function-cast -Wcast-align -Wstrict-prototypes -Wno-unused -std=c99 -U__STRICT_ANSI__ -fPIC -g -O0 -UNDEBUG -shared -Wl,-soname,libapron_debug.so.0 -o libapron_debug.so ap_scalar.o ap_interval.o ap_coeff.o ap_dimension.o ap_linexpr0.o ap_lincons0.o ap_generator0.o ap_texpr0.o ap_tcons0.o ap_manager.o ap_abstract0.o ap_generic.o ap_var.o ap_environment.o ap_linexpr1.o ap_lincons1.o ap_generator1.o ap_texpr1.o ap_tcons1.o ap_abstract1.o ap_linearize.o ap_reducedproduct.o ap_linearize_auxMPQ.o ap_linearize_auxD.o ap_linearize_auxMPFR.o `ar t ../itv/libitv_debug.a` for i in `ar t ../itv/libitv_debug.a`; do rm -f $i; done make[4]: Leaving directory `/tmp/apron-0.9.10/apron/apron' (cd newpolka; make all) make[4]: Entering directory `/tmp/apron-0.9.10/apron/newpolka' gcc -Wcast-qual -Wswitch -Werror-implicit-function-declaration -Wall -Wextra -Wundef -Wbad-function-cast -Wcast-align -Wstrict-prototypes -Wno-unused -std=c99 -U__STRICT_ANSI__ -fPIC -O3 -DNDEBUG -I/tmp/apron-0.9.10/debian/tmp/usr/include -I../apron -I../num -I../itv -I../mlapronidl -I/usr/include -I/usr/include -I/usr/lib/ocaml -I/usr/lib/ocaml -DNUM_MPQ -I/usr/include -c -o mf_qsortMPQ.o mf_qsort.c gcc -Wcast-qual -Wswitch -Werror-implicit-function-declaration -Wall -Wextra -Wundef -Wbad-function-cast -Wcast-align -Wstrict-prototypes -Wno-unused -std=c99 -U__STRICT_ANSI__ -fPIC -O3 -DNDEBUG -I/tmp/apron-0.9.10/debian/tmp/usr/include -I../apron -I../num -I../itv -I../mlapronidl -I/usr/include -I/usr/include -I/usr/lib/ocaml -I/usr/lib/ocaml -DNUM_MPQ -I/usr/include -c -o pk_userMPQ.o pk_user.c gcc -Wcast-qual -Wswitch -Werror-implicit-function-declaration -Wall -Wextra -Wundef -Wbad-function-cast -Wcast-align -Wstrict-prototypes -Wno-unused -std=c99 -U__STRICT_ANSI__ -fPIC -O3 -DNDEBUG -I/tmp/apron-0.9.10/debian/tmp/usr/include -I../apron -I../num -I../itv -I../mlapronidl -I/usr/include -I/usr/include -I/usr/lib/ocaml -I/usr/lib/ocaml -DNUM_MPQ -I/usr/include -c -o pk_internalMPQ.o pk_internal.c gcc -Wcast-qual -Wswitch -Werror-implicit-function-declaration -Wall -Wextra -Wundef -Wbad-function-cast -Wcast-align -Wstrict-prototypes -Wno-unused -std=c99 -U__STRICT_ANSI__ -fPIC -O3 -DNDEBUG -I/tmp/apron-0.9.10/debian/tmp/usr/include -I../apron -I../num -I../itv -I../mlapronidl -I/usr/include -I/usr/include -I/usr/lib/ocaml -I/usr/lib/ocaml -DNUM_MPQ -I/usr/include -c -o pk_bitMPQ.o pk_bit.c gcc -Wcast-qual -Wswitch -Werror-implicit-function-declaration -Wall -Wextra -Wundef -Wbad-function-cast -Wcast-align -Wstrict-prototypes -Wno-unused -std=c99 -U__STRICT_ANSI__ -fPIC -O3 -DNDEBUG -I/tmp/apron-0.9.10/debian/tmp/usr/include -I../apron -I../num -I../itv -I../mlapronidl -I/usr/include -I/usr/include -I/usr/lib/ocaml -I/usr/lib/ocaml -DNUM_MPQ -I/usr/include -c -o pk_satmatMPQ.o pk_satmat.c gcc -Wcast-qual -Wswitch -Werror-implicit-function-declaration -Wall -Wextra -Wundef -Wbad-function-cast -Wcast-align -Wstrict-prototypes -Wno-unused -std=c99 -U__STRICT_ANSI__ -fPIC -O3 -DNDEBUG -I/tmp/apron-0.9.10/debian/tmp/usr/include -I../apron -I../num -I../itv -I../mlapronidl -I/usr/include -I/usr/include -I/usr/lib/ocaml -I/usr/lib/ocaml -DNUM_MPQ -I/usr/include -c -o pk_vectorMPQ.o pk_vector.c gcc -Wcast-qual -Wswitch -Werror-implicit-function-declaration -Wall -Wextra -Wundef -Wbad-function-cast -Wcast-align -Wstrict-prototypes -Wno-unused -std=c99 -U__STRICT_ANSI__ -fPIC -O3 -DNDEBUG -I/tmp/apron-0.9.10/debian/tmp/usr/include -I../apron -I../num -I../itv -I../mlapronidl -I/usr/include -I/usr/include -I/usr/lib/ocaml -I/usr/lib/ocaml -DNUM_MPQ -I/usr/include -c -o pk_matrixMPQ.o pk_matrix.c pk_matrix.c: In function 'qsort_rows_compar': pk_matrix.c:299:20: warning: cast discards '__attribute__((const))' qualifier from pointer target type [-Wcast-qual] pk_matrix.c:300:20: warning: cast discards '__attribute__((const))' qualifier from pointer target type [-Wcast-qual] gcc -Wcast-qual -Wswitch -Werror-implicit-function-declaration -Wall -Wextra -Wundef -Wbad-function-cast -Wcast-align -Wstrict-prototypes -Wno-unused -std=c99 -U__STRICT_ANSI__ -fPIC -O3 -DNDEBUG -I/tmp/apron-0.9.10/debian/tmp/usr/include -I../apron -I../num -I../itv -I../mlapronidl -I/usr/include -I/usr/include -I/usr/lib/ocaml -I/usr/lib/ocaml -DNUM_MPQ -I/usr/include -c -o pk_cherniMPQ.o pk_cherni.c gcc -Wcast-qual -Wswitch -Werror-implicit-function-declaration -Wall -Wextra -Wundef -Wbad-function-cast -Wcast-align -Wstrict-prototypes -Wno-unused -std=c99 -U__STRICT_ANSI__ -fPIC -O3 -DNDEBUG -I/tmp/apron-0.9.10/debian/tmp/usr/include -I../apron -I../num -I../itv -I../mlapronidl -I/usr/include -I/usr/include -I/usr/lib/ocaml -I/usr/lib/ocaml -DNUM_MPQ -I/usr/include -c -o pk_representationMPQ.o pk_representation.c gcc -Wcast-qual -Wswitch -Werror-implicit-function-declaration -Wall -Wextra -Wundef -Wbad-function-cast -Wcast-align -Wstrict-prototypes -Wno-unused -std=c99 -U__STRICT_ANSI__ -fPIC -O3 -DNDEBUG -I/tmp/apron-0.9.10/debian/tmp/usr/include -I../apron -I../num -I../itv -I../mlapronidl -I/usr/include -I/usr/include -I/usr/lib/ocaml -I/usr/lib/ocaml -DNUM_MPQ -I/usr/include -c -o pk_approximateMPQ.o pk_approximate.c gcc -Wcast-qual -Wswitch -Werror-implicit-function-declaration -Wall -Wextra -Wundef -Wbad-function-cast -Wcast-align -Wstrict-prototypes -Wno-unused -std=c99 -U__STRICT_ANSI__ -fPIC -O3 -DNDEBUG -I/tmp/apron-0.9.10/debian/tmp/usr/include -I../apron -I../num -I../itv -I../mlapronidl -I/usr/include -I/usr/include -I/usr/lib/ocaml -I/usr/lib/ocaml -DNUM_MPQ -I/usr/include -c -o pk_constructorMPQ.o pk_constructor.c gcc -Wcast-qual -Wswitch -Werror-implicit-function-declaration -Wall -Wextra -Wundef -Wbad-function-cast -Wcast-align -Wstrict-prototypes -Wno-unused -std=c99 -U__STRICT_ANSI__ -fPIC -O3 -DNDEBUG -I/tmp/apron-0.9.10/debian/tmp/usr/include -I../apron -I../num -I../itv -I../mlapronidl -I/usr/include -I/usr/include -I/usr/lib/ocaml -I/usr/lib/ocaml -DNUM_MPQ -I/usr/include -c -o pk_testMPQ.o pk_test.c gcc -Wcast-qual -Wswitch -Werror-implicit-function-declaration -Wall -Wextra -Wundef -Wbad-function-cast -Wcast-align -Wstrict-prototypes -Wno-unused -std=c99 -U__STRICT_ANSI__ -fPIC -O3 -DNDEBUG -I/tmp/apron-0.9.10/debian/tmp/usr/include -I../apron -I../num -I../itv -I../mlapronidl -I/usr/include -I/usr/include -I/usr/lib/ocaml -I/usr/lib/ocaml -DNUM_MPQ -I/usr/include -c -o pk_extractMPQ.o pk_extract.c gcc -Wcast-qual -Wswitch -Werror-implicit-function-declaration -Wall -Wextra -Wundef -Wbad-function-cast -Wcast-align -Wstrict-prototypes -Wno-unused -std=c99 -U__STRICT_ANSI__ -fPIC -O3 -DNDEBUG -I/tmp/apron-0.9.10/debian/tmp/usr/include -I../apron -I../num -I../itv -I../mlapronidl -I/usr/include -I/usr/include -I/usr/lib/ocaml -I/usr/lib/ocaml -DNUM_MPQ -I/usr/include -c -o pk_meetjoinMPQ.o pk_meetjoin.c pk_meetjoin.c: In function 'pk_meet_tcons_array': pk_meetjoin.c:591:9: warning: passing argument 7 of 'ap_generic_meet_intlinearize_tcons_array' from incompatible pointer type [enabled by default] ../apron/ap_generic.h:84:1: note: expected 'void * (*)(struct ap_manager_t *, bool, void *, struct ap_lincons0_array_t *)' but argument is of type 'struct pk_t * (*)(struct ap_manager_t *, bool, struct pk_t *, struct ap_lincons0_array_t *)' pk_meetjoin.c: In function 'poly_cmp': pk_meetjoin.c:619:16: warning: cast discards '__attribute__((const))' qualifier from pointer target type [-Wcast-qual] pk_meetjoin.c:620:16: warning: cast discards '__attribute__((const))' qualifier from pointer target type [-Wcast-qual] gcc -Wcast-qual -Wswitch -Werror-implicit-function-declaration -Wall -Wextra -Wundef -Wbad-function-cast -Wcast-align -Wstrict-prototypes -Wno-unused -std=c99 -U__STRICT_ANSI__ -fPIC -O3 -DNDEBUG -I/tmp/apron-0.9.10/debian/tmp/usr/include -I../apron -I../num -I../itv -I../mlapronidl -I/usr/include -I/usr/include -I/usr/lib/ocaml -I/usr/lib/ocaml -DNUM_MPQ -I/usr/include -c -o pk_assignMPQ.o pk_assign.c gcc -Wcast-qual -Wswitch -Werror-implicit-function-declaration -Wall -Wextra -Wundef -Wbad-function-cast -Wcast-align -Wstrict-prototypes -Wno-unused -std=c99 -U__STRICT_ANSI__ -fPIC -O3 -DNDEBUG -I/tmp/apron-0.9.10/debian/tmp/usr/include -I../apron -I../num -I../itv -I../mlapronidl -I/usr/include -I/usr/include -I/usr/lib/ocaml -I/usr/lib/ocaml -DNUM_MPQ -I/usr/include -c -o pk_projectMPQ.o pk_project.c gcc -Wcast-qual -Wswitch -Werror-implicit-function-declaration -Wall -Wextra -Wundef -Wbad-function-cast -Wcast-align -Wstrict-prototypes -Wno-unused -std=c99 -U__STRICT_ANSI__ -fPIC -O3 -DNDEBUG -I/tmp/apron-0.9.10/debian/tmp/usr/include -I../apron -I../num -I../itv -I../mlapronidl -I/usr/include -I/usr/include -I/usr/lib/ocaml -I/usr/lib/ocaml -DNUM_MPQ -I/usr/include -c -o pk_resizeMPQ.o pk_resize.c gcc -Wcast-qual -Wswitch -Werror-implicit-function-declaration -Wall -Wextra -Wundef -Wbad-function-cast -Wcast-align -Wstrict-prototypes -Wno-unused -std=c99 -U__STRICT_ANSI__ -fPIC -O3 -DNDEBUG -I/tmp/apron-0.9.10/debian/tmp/usr/include -I../apron -I../num -I../itv -I../mlapronidl -I/usr/include -I/usr/include -I/usr/lib/ocaml -I/usr/lib/ocaml -DNUM_MPQ -I/usr/include -c -o pk_expandfoldMPQ.o pk_expandfold.c gcc -Wcast-qual -Wswitch -Werror-implicit-function-declaration -Wall -Wextra -Wundef -Wbad-function-cast -Wcast-align -Wstrict-prototypes -Wno-unused -std=c99 -U__STRICT_ANSI__ -fPIC -O3 -DNDEBUG -I/tmp/apron-0.9.10/debian/tmp/usr/include -I../apron -I../num -I../itv -I../mlapronidl -I/usr/include -I/usr/include -I/usr/lib/ocaml -I/usr/lib/ocaml -DNUM_MPQ -I/usr/include -c -o pk_wideningMPQ.o pk_widening.c pk_widening.c: In function 'qsort_rows_compar': pk_widening.c:71:27: warning: cast discards '__attribute__((const))' qualifier from pointer target type [-Wcast-qual] pk_widening.c:72:6: warning: cast discards '__attribute__((const))' qualifier from pointer target type [-Wcast-qual] gcc -Wcast-qual -Wswitch -Werror-implicit-function-declaration -Wall -Wextra -Wundef -Wbad-function-cast -Wcast-align -Wstrict-prototypes -Wno-unused -std=c99 -U__STRICT_ANSI__ -fPIC -O3 -DNDEBUG -I/tmp/apron-0.9.10/debian/tmp/usr/include -I../apron -I../num -I../itv -I../mlapronidl -I/usr/include -I/usr/include -I/usr/lib/ocaml -I/usr/lib/ocaml -DNUM_MPQ -I/usr/include -c -o pk_closureMPQ.o pk_closure.c gcc -Wcast-qual -Wswitch -Werror-implicit-function-declaration -Wall -Wextra -Wundef -Wbad-function-cast -Wcast-align -Wstrict-prototypes -Wno-unused -std=c99 -U__STRICT_ANSI__ -fPIC -O3 -DNDEBUG -I/tmp/apron-0.9.10/debian/tmp/usr/include -I../apron -I../num -I../itv -I../mlapronidl -I/usr/include -I/usr/include -I/usr/lib/ocaml -I/usr/lib/ocaml -DNUM_MPQ -I/usr/include -c -o pkeqMPQ.o pkeq.c ar rcs libpolkaMPQ.a mf_qsortMPQ.o pk_userMPQ.o pk_internalMPQ.o pk_bitMPQ.o pk_satmatMPQ.o pk_vectorMPQ.o pk_matrixMPQ.o pk_cherniMPQ.o pk_representationMPQ.o pk_approximateMPQ.o pk_constructorMPQ.o pk_testMPQ.o pk_extractMPQ.o pk_meetjoinMPQ.o pk_assignMPQ.o pk_projectMPQ.o pk_resizeMPQ.o pk_expandfoldMPQ.o pk_wideningMPQ.o pk_closureMPQ.o pkeqMPQ.o ranlib libpolkaMPQ.a gcc -Wcast-qual -Wswitch -Werror-implicit-function-declaration -Wall -Wextra -Wundef -Wbad-function-cast -Wcast-align -Wstrict-prototypes -Wno-unused -std=c99 -U__STRICT_ANSI__ -fPIC -g -O0 -UNDEBUG -I/tmp/apron-0.9.10/debian/tmp/usr/include -I../apron -I../num -I../itv -I../mlapronidl -I/usr/include -I/usr/include -I/usr/lib/ocaml -I/usr/lib/ocaml -DNUM_MPQ -I/usr/include -c -o mf_qsortMPQ_debug.o mf_qsort.c gcc -Wcast-qual -Wswitch -Werror-implicit-function-declaration -Wall -Wextra -Wundef -Wbad-function-cast -Wcast-align -Wstrict-prototypes -Wno-unused -std=c99 -U__STRICT_ANSI__ -fPIC -g -O0 -UNDEBUG -I/tmp/apron-0.9.10/debian/tmp/usr/include -I../apron -I../num -I../itv -I../mlapronidl -I/usr/include -I/usr/include -I/usr/lib/ocaml -I/usr/lib/ocaml -DNUM_MPQ -I/usr/include -c -o pk_userMPQ_debug.o pk_user.c gcc -Wcast-qual -Wswitch -Werror-implicit-function-declaration -Wall -Wextra -Wundef -Wbad-function-cast -Wcast-align -Wstrict-prototypes -Wno-unused -std=c99 -U__STRICT_ANSI__ -fPIC -g -O0 -UNDEBUG -I/tmp/apron-0.9.10/debian/tmp/usr/include -I../apron -I../num -I../itv -I../mlapronidl -I/usr/include -I/usr/include -I/usr/lib/ocaml -I/usr/lib/ocaml -DNUM_MPQ -I/usr/include -c -o pk_internalMPQ_debug.o pk_internal.c gcc -Wcast-qual -Wswitch -Werror-implicit-function-declaration -Wall -Wextra -Wundef -Wbad-function-cast -Wcast-align -Wstrict-prototypes -Wno-unused -std=c99 -U__STRICT_ANSI__ -fPIC -g -O0 -UNDEBUG -I/tmp/apron-0.9.10/debian/tmp/usr/include -I../apron -I../num -I../itv -I../mlapronidl -I/usr/include -I/usr/include -I/usr/lib/ocaml -I/usr/lib/ocaml -DNUM_MPQ -I/usr/include -c -o pk_bitMPQ_debug.o pk_bit.c gcc -Wcast-qual -Wswitch -Werror-implicit-function-declaration -Wall -Wextra -Wundef -Wbad-function-cast -Wcast-align -Wstrict-prototypes -Wno-unused -std=c99 -U__STRICT_ANSI__ -fPIC -g -O0 -UNDEBUG -I/tmp/apron-0.9.10/debian/tmp/usr/include -I../apron -I../num -I../itv -I../mlapronidl -I/usr/include -I/usr/include -I/usr/lib/ocaml -I/usr/lib/ocaml -DNUM_MPQ -I/usr/include -c -o pk_satmatMPQ_debug.o pk_satmat.c gcc -Wcast-qual -Wswitch -Werror-implicit-function-declaration -Wall -Wextra -Wundef -Wbad-function-cast -Wcast-align -Wstrict-prototypes -Wno-unused -std=c99 -U__STRICT_ANSI__ -fPIC -g -O0 -UNDEBUG -I/tmp/apron-0.9.10/debian/tmp/usr/include -I../apron -I../num -I../itv -I../mlapronidl -I/usr/include -I/usr/include -I/usr/lib/ocaml -I/usr/lib/ocaml -DNUM_MPQ -I/usr/include -c -o pk_vectorMPQ_debug.o pk_vector.c gcc -Wcast-qual -Wswitch -Werror-implicit-function-declaration -Wall -Wextra -Wundef -Wbad-function-cast -Wcast-align -Wstrict-prototypes -Wno-unused -std=c99 -U__STRICT_ANSI__ -fPIC -g -O0 -UNDEBUG -I/tmp/apron-0.9.10/debian/tmp/usr/include -I../apron -I../num -I../itv -I../mlapronidl -I/usr/include -I/usr/include -I/usr/lib/ocaml -I/usr/lib/ocaml -DNUM_MPQ -I/usr/include -c -o pk_matrixMPQ_debug.o pk_matrix.c pk_matrix.c: In function 'qsort_rows_compar': pk_matrix.c:299:20: warning: cast discards '__attribute__((const))' qualifier from pointer target type [-Wcast-qual] pk_matrix.c:300:20: warning: cast discards '__attribute__((const))' qualifier from pointer target type [-Wcast-qual] gcc -Wcast-qual -Wswitch -Werror-implicit-function-declaration -Wall -Wextra -Wundef -Wbad-function-cast -Wcast-align -Wstrict-prototypes -Wno-unused -std=c99 -U__STRICT_ANSI__ -fPIC -g -O0 -UNDEBUG -I/tmp/apron-0.9.10/debian/tmp/usr/include -I../apron -I../num -I../itv -I../mlapronidl -I/usr/include -I/usr/include -I/usr/lib/ocaml -I/usr/lib/ocaml -DNUM_MPQ -I/usr/include -c -o pk_cherniMPQ_debug.o pk_cherni.c gcc -Wcast-qual -Wswitch -Werror-implicit-function-declaration -Wall -Wextra -Wundef -Wbad-function-cast -Wcast-align -Wstrict-prototypes -Wno-unused -std=c99 -U__STRICT_ANSI__ -fPIC -g -O0 -UNDEBUG -I/tmp/apron-0.9.10/debian/tmp/usr/include -I../apron -I../num -I../itv -I../mlapronidl -I/usr/include -I/usr/include -I/usr/lib/ocaml -I/usr/lib/ocaml -DNUM_MPQ -I/usr/include -c -o pk_representationMPQ_debug.o pk_representation.c gcc -Wcast-qual -Wswitch -Werror-implicit-function-declaration -Wall -Wextra -Wundef -Wbad-function-cast -Wcast-align -Wstrict-prototypes -Wno-unused -std=c99 -U__STRICT_ANSI__ -fPIC -g -O0 -UNDEBUG -I/tmp/apron-0.9.10/debian/tmp/usr/include -I../apron -I../num -I../itv -I../mlapronidl -I/usr/include -I/usr/include -I/usr/lib/ocaml -I/usr/lib/ocaml -DNUM_MPQ -I/usr/include -c -o pk_approximateMPQ_debug.o pk_approximate.c gcc -Wcast-qual -Wswitch -Werror-implicit-function-declaration -Wall -Wextra -Wundef -Wbad-function-cast -Wcast-align -Wstrict-prototypes -Wno-unused -std=c99 -U__STRICT_ANSI__ -fPIC -g -O0 -UNDEBUG -I/tmp/apron-0.9.10/debian/tmp/usr/include -I../apron -I../num -I../itv -I../mlapronidl -I/usr/include -I/usr/include -I/usr/lib/ocaml -I/usr/lib/ocaml -DNUM_MPQ -I/usr/include -c -o pk_constructorMPQ_debug.o pk_constructor.c gcc -Wcast-qual -Wswitch -Werror-implicit-function-declaration -Wall -Wextra -Wundef -Wbad-function-cast -Wcast-align -Wstrict-prototypes -Wno-unused -std=c99 -U__STRICT_ANSI__ -fPIC -g -O0 -UNDEBUG -I/tmp/apron-0.9.10/debian/tmp/usr/include -I../apron -I../num -I../itv -I../mlapronidl -I/usr/include -I/usr/include -I/usr/lib/ocaml -I/usr/lib/ocaml -DNUM_MPQ -I/usr/include -c -o pk_testMPQ_debug.o pk_test.c gcc -Wcast-qual -Wswitch -Werror-implicit-function-declaration -Wall -Wextra -Wundef -Wbad-function-cast -Wcast-align -Wstrict-prototypes -Wno-unused -std=c99 -U__STRICT_ANSI__ -fPIC -g -O0 -UNDEBUG -I/tmp/apron-0.9.10/debian/tmp/usr/include -I../apron -I../num -I../itv -I../mlapronidl -I/usr/include -I/usr/include -I/usr/lib/ocaml -I/usr/lib/ocaml -DNUM_MPQ -I/usr/include -c -o pk_extractMPQ_debug.o pk_extract.c gcc -Wcast-qual -Wswitch -Werror-implicit-function-declaration -Wall -Wextra -Wundef -Wbad-function-cast -Wcast-align -Wstrict-prototypes -Wno-unused -std=c99 -U__STRICT_ANSI__ -fPIC -g -O0 -UNDEBUG -I/tmp/apron-0.9.10/debian/tmp/usr/include -I../apron -I../num -I../itv -I../mlapronidl -I/usr/include -I/usr/include -I/usr/lib/ocaml -I/usr/lib/ocaml -DNUM_MPQ -I/usr/include -c -o pk_meetjoinMPQ_debug.o pk_meetjoin.c pk_meetjoin.c: In function 'pk_meet_tcons_array': pk_meetjoin.c:591:9: warning: passing argument 7 of 'ap_generic_meet_intlinearize_tcons_array' from incompatible pointer type [enabled by default] ../apron/ap_generic.h:84:1: note: expected 'void * (*)(struct ap_manager_t *, bool, void *, struct ap_lincons0_array_t *)' but argument is of type 'struct pk_t * (*)(struct ap_manager_t *, bool, struct pk_t *, struct ap_lincons0_array_t *)' pk_meetjoin.c: In function 'poly_cmp': pk_meetjoin.c:619:16: warning: cast discards '__attribute__((const))' qualifier from pointer target type [-Wcast-qual] pk_meetjoin.c:620:16: warning: cast discards '__attribute__((const))' qualifier from pointer target type [-Wcast-qual] gcc -Wcast-qual -Wswitch -Werror-implicit-function-declaration -Wall -Wextra -Wundef -Wbad-function-cast -Wcast-align -Wstrict-prototypes -Wno-unused -std=c99 -U__STRICT_ANSI__ -fPIC -g -O0 -UNDEBUG -I/tmp/apron-0.9.10/debian/tmp/usr/include -I../apron -I../num -I../itv -I../mlapronidl -I/usr/include -I/usr/include -I/usr/lib/ocaml -I/usr/lib/ocaml -DNUM_MPQ -I/usr/include -c -o pk_assignMPQ_debug.o pk_assign.c gcc -Wcast-qual -Wswitch -Werror-implicit-function-declaration -Wall -Wextra -Wundef -Wbad-function-cast -Wcast-align -Wstrict-prototypes -Wno-unused -std=c99 -U__STRICT_ANSI__ -fPIC -g -O0 -UNDEBUG -I/tmp/apron-0.9.10/debian/tmp/usr/include -I../apron -I../num -I../itv -I../mlapronidl -I/usr/include -I/usr/include -I/usr/lib/ocaml -I/usr/lib/ocaml -DNUM_MPQ -I/usr/include -c -o pk_projectMPQ_debug.o pk_project.c gcc -Wcast-qual -Wswitch -Werror-implicit-function-declaration -Wall -Wextra -Wundef -Wbad-function-cast -Wcast-align -Wstrict-prototypes -Wno-unused -std=c99 -U__STRICT_ANSI__ -fPIC -g -O0 -UNDEBUG -I/tmp/apron-0.9.10/debian/tmp/usr/include -I../apron -I../num -I../itv -I../mlapronidl -I/usr/include -I/usr/include -I/usr/lib/ocaml -I/usr/lib/ocaml -DNUM_MPQ -I/usr/include -c -o pk_resizeMPQ_debug.o pk_resize.c gcc -Wcast-qual -Wswitch -Werror-implicit-function-declaration -Wall -Wextra -Wundef -Wbad-function-cast -Wcast-align -Wstrict-prototypes -Wno-unused -std=c99 -U__STRICT_ANSI__ -fPIC -g -O0 -UNDEBUG -I/tmp/apron-0.9.10/debian/tmp/usr/include -I../apron -I../num -I../itv -I../mlapronidl -I/usr/include -I/usr/include -I/usr/lib/ocaml -I/usr/lib/ocaml -DNUM_MPQ -I/usr/include -c -o pk_expandfoldMPQ_debug.o pk_expandfold.c gcc -Wcast-qual -Wswitch -Werror-implicit-function-declaration -Wall -Wextra -Wundef -Wbad-function-cast -Wcast-align -Wstrict-prototypes -Wno-unused -std=c99 -U__STRICT_ANSI__ -fPIC -g -O0 -UNDEBUG -I/tmp/apron-0.9.10/debian/tmp/usr/include -I../apron -I../num -I../itv -I../mlapronidl -I/usr/include -I/usr/include -I/usr/lib/ocaml -I/usr/lib/ocaml -DNUM_MPQ -I/usr/include -c -o pk_wideningMPQ_debug.o pk_widening.c pk_widening.c: In function 'qsort_rows_compar': pk_widening.c:71:27: warning: cast discards '__attribute__((const))' qualifier from pointer target type [-Wcast-qual] pk_widening.c:72:6: warning: cast discards '__attribute__((const))' qualifier from pointer target type [-Wcast-qual] gcc -Wcast-qual -Wswitch -Werror-implicit-function-declaration -Wall -Wextra -Wundef -Wbad-function-cast -Wcast-align -Wstrict-prototypes -Wno-unused -std=c99 -U__STRICT_ANSI__ -fPIC -g -O0 -UNDEBUG -I/tmp/apron-0.9.10/debian/tmp/usr/include -I../apron -I../num -I../itv -I../mlapronidl -I/usr/include -I/usr/include -I/usr/lib/ocaml -I/usr/lib/ocaml -DNUM_MPQ -I/usr/include -c -o pk_closureMPQ_debug.o pk_closure.c gcc -Wcast-qual -Wswitch -Werror-implicit-function-declaration -Wall -Wextra -Wundef -Wbad-function-cast -Wcast-align -Wstrict-prototypes -Wno-unused -std=c99 -U__STRICT_ANSI__ -fPIC -g -O0 -UNDEBUG -I/tmp/apron-0.9.10/debian/tmp/usr/include -I../apron -I../num -I../itv -I../mlapronidl -I/usr/include -I/usr/include -I/usr/lib/ocaml -I/usr/lib/ocaml -DNUM_MPQ -I/usr/include -c -o pkeqMPQ_debug.o pkeq.c ar rcs libpolkaMPQ_debug.a mf_qsortMPQ_debug.o pk_userMPQ_debug.o pk_internalMPQ_debug.o pk_bitMPQ_debug.o pk_satmatMPQ_debug.o pk_vectorMPQ_debug.o pk_matrixMPQ_debug.o pk_cherniMPQ_debug.o pk_representationMPQ_debug.o pk_approximateMPQ_debug.o pk_constructorMPQ_debug.o pk_testMPQ_debug.o pk_extractMPQ_debug.o pk_meetjoinMPQ_debug.o pk_assignMPQ_debug.o pk_projectMPQ_debug.o pk_resizeMPQ_debug.o pk_expandfoldMPQ_debug.o pk_wideningMPQ_debug.o pk_closureMPQ_debug.o pkeqMPQ_debug.o ranlib libpolkaMPQ_debug.a gcc -Wcast-qual -Wswitch -Werror-implicit-function-declaration -Wall -Wextra -Wundef -Wbad-function-cast -Wcast-align -Wstrict-prototypes -Wno-unused -std=c99 -U__STRICT_ANSI__ -fPIC -O3 -DNDEBUG -L../apron -lgmp -lapron -shared -Wl,-soname,libpolkaMPQ.so.0 -o libpolkaMPQ.so mf_qsortMPQ.o pk_userMPQ.o pk_internalMPQ.o pk_bitMPQ.o pk_satmatMPQ.o pk_vectorMPQ.o pk_matrixMPQ.o pk_cherniMPQ.o pk_representationMPQ.o pk_approximateMPQ.o pk_constructorMPQ.o pk_testMPQ.o pk_extractMPQ.o pk_meetjoinMPQ.o pk_assignMPQ.o pk_projectMPQ.o pk_resizeMPQ.o pk_expandfoldMPQ.o pk_wideningMPQ.o pk_closureMPQ.o pkeqMPQ.o gcc -Wcast-qual -Wswitch -Werror-implicit-function-declaration -Wall -Wextra -Wundef -Wbad-function-cast -Wcast-align -Wstrict-prototypes -Wno-unused -std=c99 -U__STRICT_ANSI__ -fPIC -O3 -DNDEBUG -L../apron -lgmp -lapron -shared -Wl,-soname,libpolkaMPQ_debug.so.0 -o libpolkaMPQ_debug.so mf_qsortMPQ_debug.o pk_userMPQ_debug.o pk_internalMPQ_debug.o pk_bitMPQ_debug.o pk_satmatMPQ_debug.o pk_vectorMPQ_debug.o pk_matrixMPQ_debug.o pk_cherniMPQ_debug.o pk_representationMPQ_debug.o pk_approximateMPQ_debug.o pk_constructorMPQ_debug.o pk_testMPQ_debug.o pk_extractMPQ_debug.o pk_meetjoinMPQ_debug.o pk_assignMPQ_debug.o pk_projectMPQ_debug.o pk_resizeMPQ_debug.o pk_expandfoldMPQ_debug.o pk_wideningMPQ_debug.o pk_closureMPQ_debug.o pkeqMPQ_debug.o gcc -Wcast-qual -Wswitch -Werror-implicit-function-declaration -Wall -Wextra -Wundef -Wbad-function-cast -Wcast-align -Wstrict-prototypes -Wno-unused -std=c99 -U__STRICT_ANSI__ -fPIC -O3 -DNDEBUG -I/tmp/apron-0.9.10/debian/tmp/usr/include -I../apron -I../num -I../itv -I../mlapronidl -I/usr/include -I/usr/include -I/usr/lib/ocaml -I/usr/lib/ocaml -DNUM_LONGLONGRAT -c -o mf_qsortRll.o mf_qsort.c gcc -Wcast-qual -Wswitch -Werror-implicit-function-declaration -Wall -Wextra -Wundef -Wbad-function-cast -Wcast-align -Wstrict-prototypes -Wno-unused -std=c99 -U__STRICT_ANSI__ -fPIC -O3 -DNDEBUG -I/tmp/apron-0.9.10/debian/tmp/usr/include -I../apron -I../num -I../itv -I../mlapronidl -I/usr/include -I/usr/include -I/usr/lib/ocaml -I/usr/lib/ocaml -DNUM_LONGLONGRAT -c -o pk_userRll.o pk_user.c In file included from ../num/numint.h:16:0, from ../num/numrat.h:16, from ../num/num_numrat.h:27, from ../num/num.h:27, from pk_config.h:12, from pk_user.c:8: ../num/numint_native.h: In function 'numint_set_mpz': ../num/numint_native.h:273:2: warning: left shift count >= width of type [enabled by default] ../num/numint_native.h: In function 'mpz_set_numint': ../num/numint_native.h:338:5: warning: right shift count >= width of type [enabled by default] gcc -Wcast-qual -Wswitch -Werror-implicit-function-declaration -Wall -Wextra -Wundef -Wbad-function-cast -Wcast-align -Wstrict-prototypes -Wno-unused -std=c99 -U__STRICT_ANSI__ -fPIC -O3 -DNDEBUG -I/tmp/apron-0.9.10/debian/tmp/usr/include -I../apron -I../num -I../itv -I../mlapronidl -I/usr/include -I/usr/include -I/usr/lib/ocaml -I/usr/lib/ocaml -DNUM_LONGLONGRAT -c -o pk_internalRll.o pk_internal.c In file included from ../num/numint.h:16:0, from ../num/numrat.h:16, from ../num/num_numrat.h:27, from ../num/num.h:27, from pk_config.h:12, from pk_internal.c:8: ../num/numint_native.h: In function 'numint_set_mpz': ../num/numint_native.h:273:2: warning: left shift count >= width of type [enabled by default] ../num/numint_native.h: In function 'mpz_set_numint': ../num/numint_native.h:338:5: warning: right shift count >= width of type [enabled by default] gcc -Wcast-qual -Wswitch -Werror-implicit-function-declaration -Wall -Wextra -Wundef -Wbad-function-cast -Wcast-align -Wstrict-prototypes -Wno-unused -std=c99 -U__STRICT_ANSI__ -fPIC -O3 -DNDEBUG -I/tmp/apron-0.9.10/debian/tmp/usr/include -I../apron -I../num -I../itv -I../mlapronidl -I/usr/include -I/usr/include -I/usr/lib/ocaml -I/usr/lib/ocaml -DNUM_LONGLONGRAT -c -o pk_bitRll.o pk_bit.c gcc -Wcast-qual -Wswitch -Werror-implicit-function-declaration -Wall -Wextra -Wundef -Wbad-function-cast -Wcast-align -Wstrict-prototypes -Wno-unused -std=c99 -U__STRICT_ANSI__ -fPIC -O3 -DNDEBUG -I/tmp/apron-0.9.10/debian/tmp/usr/include -I../apron -I../num -I../itv -I../mlapronidl -I/usr/include -I/usr/include -I/usr/lib/ocaml -I/usr/lib/ocaml -DNUM_LONGLONGRAT -c -o pk_satmatRll.o pk_satmat.c gcc -Wcast-qual -Wswitch -Werror-implicit-function-declaration -Wall -Wextra -Wundef -Wbad-function-cast -Wcast-align -Wstrict-prototypes -Wno-unused -std=c99 -U__STRICT_ANSI__ -fPIC -O3 -DNDEBUG -I/tmp/apron-0.9.10/debian/tmp/usr/include -I../apron -I../num -I../itv -I../mlapronidl -I/usr/include -I/usr/include -I/usr/lib/ocaml -I/usr/lib/ocaml -DNUM_LONGLONGRAT -c -o pk_vectorRll.o pk_vector.c In file included from ../num/numint.h:16:0, from ../num/numrat.h:16, from ../num/num_numrat.h:27, from ../num/num.h:27, from pk_config.h:12, from pk_vector.c:8: ../num/numint_native.h: In function 'numint_set_mpz': ../num/numint_native.h:273:2: warning: left shift count >= width of type [enabled by default] ../num/numint_native.h: In function 'mpz_set_numint': ../num/numint_native.h:338:5: warning: right shift count >= width of type [enabled by default] gcc -Wcast-qual -Wswitch -Werror-implicit-function-declaration -Wall -Wextra -Wundef -Wbad-function-cast -Wcast-align -Wstrict-prototypes -Wno-unused -std=c99 -U__STRICT_ANSI__ -fPIC -O3 -DNDEBUG -I/tmp/apron-0.9.10/debian/tmp/usr/include -I../apron -I../num -I../itv -I../mlapronidl -I/usr/include -I/usr/include -I/usr/lib/ocaml -I/usr/lib/ocaml -DNUM_LONGLONGRAT -c -o pk_matrixRll.o pk_matrix.c In file included from ../num/numint.h:16:0, from ../num/numrat.h:16, from ../num/num_numrat.h:27, from ../num/num.h:27, from pk_config.h:12, from pk_matrix.c:8: ../num/numint_native.h: In function 'numint_set_mpz': ../num/numint_native.h:273:2: warning: left shift count >= width of type [enabled by default] ../num/numint_native.h: In function 'mpz_set_numint': ../num/numint_native.h:338:5: warning: right shift count >= width of type [enabled by default] pk_matrix.c: In function 'qsort_rows_compar': pk_matrix.c:299:20: warning: cast discards '__attribute__((const))' qualifier from pointer target type [-Wcast-qual] pk_matrix.c:300:20: warning: cast discards '__attribute__((const))' qualifier from pointer target type [-Wcast-qual] gcc -Wcast-qual -Wswitch -Werror-implicit-function-declaration -Wall -Wextra -Wundef -Wbad-function-cast -Wcast-align -Wstrict-prototypes -Wno-unused -std=c99 -U__STRICT_ANSI__ -fPIC -O3 -DNDEBUG -I/tmp/apron-0.9.10/debian/tmp/usr/include -I../apron -I../num -I../itv -I../mlapronidl -I/usr/include -I/usr/include -I/usr/lib/ocaml -I/usr/lib/ocaml -DNUM_LONGLONGRAT -c -o pk_cherniRll.o pk_cherni.c In file included from ../num/numint.h:16:0, from ../num/numrat.h:16, from ../num/num_numrat.h:27, from ../num/num.h:27, from pk_config.h:12, from pk_cherni.c:8: ../num/numint_native.h: In function 'numint_set_mpz': ../num/numint_native.h:273:2: warning: left shift count >= width of type [enabled by default] ../num/numint_native.h: In function 'mpz_set_numint': ../num/numint_native.h:338:5: warning: right shift count >= width of type [enabled by default] gcc -Wcast-qual -Wswitch -Werror-implicit-function-declaration -Wall -Wextra -Wundef -Wbad-function-cast -Wcast-align -Wstrict-prototypes -Wno-unused -std=c99 -U__STRICT_ANSI__ -fPIC -O3 -DNDEBUG -I/tmp/apron-0.9.10/debian/tmp/usr/include -I../apron -I../num -I../itv -I../mlapronidl -I/usr/include -I/usr/include -I/usr/lib/ocaml -I/usr/lib/ocaml -DNUM_LONGLONGRAT -c -o pk_representationRll.o pk_representation.c In file included from ../num/numint.h:16:0, from ../num/numrat.h:16, from ../num/num_numrat.h:27, from ../num/num.h:27, from pk_config.h:12, from pk_representation.c:8: ../num/numint_native.h: In function 'numint_set_mpz': ../num/numint_native.h:273:2: warning: left shift count >= width of type [enabled by default] ../num/numint_native.h: In function 'mpz_set_numint': ../num/numint_native.h:338:5: warning: right shift count >= width of type [enabled by default] gcc -Wcast-qual -Wswitch -Werror-implicit-function-declaration -Wall -Wextra -Wundef -Wbad-function-cast -Wcast-align -Wstrict-prototypes -Wno-unused -std=c99 -U__STRICT_ANSI__ -fPIC -O3 -DNDEBUG -I/tmp/apron-0.9.10/debian/tmp/usr/include -I../apron -I../num -I../itv -I../mlapronidl -I/usr/include -I/usr/include -I/usr/lib/ocaml -I/usr/lib/ocaml -DNUM_LONGLONGRAT -c -o pk_approximateRll.o pk_approximate.c In file included from ../num/numint.h:16:0, from ../num/numrat.h:16, from ../num/num_numrat.h:27, from ../num/num.h:27, from pk_config.h:12, from pk_approximate.c:8: ../num/numint_native.h: In function 'numint_set_mpz': ../num/numint_native.h:273:2: warning: left shift count >= width of type [enabled by default] ../num/numint_native.h: In function 'mpz_set_numint': ../num/numint_native.h:338:5: warning: right shift count >= width of type [enabled by default] gcc -Wcast-qual -Wswitch -Werror-implicit-function-declaration -Wall -Wextra -Wundef -Wbad-function-cast -Wcast-align -Wstrict-prototypes -Wno-unused -std=c99 -U__STRICT_ANSI__ -fPIC -O3 -DNDEBUG -I/tmp/apron-0.9.10/debian/tmp/usr/include -I../apron -I../num -I../itv -I../mlapronidl -I/usr/include -I/usr/include -I/usr/lib/ocaml -I/usr/lib/ocaml -DNUM_LONGLONGRAT -c -o pk_constructorRll.o pk_constructor.c In file included from ../num/numint.h:16:0, from ../num/numrat.h:16, from ../num/num_numrat.h:27, from ../num/num.h:27, from pk_config.h:12, from pk_constructor.c:8: ../num/numint_native.h: In function 'numint_set_mpz': ../num/numint_native.h:273:2: warning: left shift count >= width of type [enabled by default] ../num/numint_native.h: In function 'mpz_set_numint': ../num/numint_native.h:338:5: warning: right shift count >= width of type [enabled by default] gcc -Wcast-qual -Wswitch -Werror-implicit-function-declaration -Wall -Wextra -Wundef -Wbad-function-cast -Wcast-align -Wstrict-prototypes -Wno-unused -std=c99 -U__STRICT_ANSI__ -fPIC -O3 -DNDEBUG -I/tmp/apron-0.9.10/debian/tmp/usr/include -I../apron -I../num -I../itv -I../mlapronidl -I/usr/include -I/usr/include -I/usr/lib/ocaml -I/usr/lib/ocaml -DNUM_LONGLONGRAT -c -o pk_testRll.o pk_test.c In file included from ../num/numint.h:16:0, from ../num/numrat.h:16, from ../num/num_numrat.h:27, from ../num/num.h:27, from pk_config.h:12, from pk_test.c:8: ../num/numint_native.h: In function 'numint_set_mpz': ../num/numint_native.h:273:2: warning: left shift count >= width of type [enabled by default] ../num/numint_native.h: In function 'mpz_set_numint': ../num/numint_native.h:338:5: warning: right shift count >= width of type [enabled by default] gcc -Wcast-qual -Wswitch -Werror-implicit-function-declaration -Wall -Wextra -Wundef -Wbad-function-cast -Wcast-align -Wstrict-prototypes -Wno-unused -std=c99 -U__STRICT_ANSI__ -fPIC -O3 -DNDEBUG -I/tmp/apron-0.9.10/debian/tmp/usr/include -I../apron -I../num -I../itv -I../mlapronidl -I/usr/include -I/usr/include -I/usr/lib/ocaml -I/usr/lib/ocaml -DNUM_LONGLONGRAT -c -o pk_extractRll.o pk_extract.c In file included from ../num/numint.h:16:0, from ../num/numrat.h:16, from ../num/num_numrat.h:27, from ../num/num.h:27, from pk_config.h:12, from pk_extract.c:8: ../num/numint_native.h: In function 'numint_set_mpz': ../num/numint_native.h:273:2: warning: left shift count >= width of type [enabled by default] ../num/numint_native.h: In function 'mpz_set_numint': ../num/numint_native.h:338:5: warning: right shift count >= width of type [enabled by default] gcc -Wcast-qual -Wswitch -Werror-implicit-function-declaration -Wall -Wextra -Wundef -Wbad-function-cast -Wcast-align -Wstrict-prototypes -Wno-unused -std=c99 -U__STRICT_ANSI__ -fPIC -O3 -DNDEBUG -I/tmp/apron-0.9.10/debian/tmp/usr/include -I../apron -I../num -I../itv -I../mlapronidl -I/usr/include -I/usr/include -I/usr/lib/ocaml -I/usr/lib/ocaml -DNUM_LONGLONGRAT -c -o pk_meetjoinRll.o pk_meetjoin.c In file included from ../num/numint.h:16:0, from ../num/numrat.h:16, from ../num/num_numrat.h:27, from ../num/num.h:27, from pk_config.h:12, from pk_meetjoin.c:8: ../num/numint_native.h: In function 'numint_set_mpz': ../num/numint_native.h:273:2: warning: left shift count >= width of type [enabled by default] ../num/numint_native.h: In function 'mpz_set_numint': ../num/numint_native.h:338:5: warning: right shift count >= width of type [enabled by default] pk_meetjoin.c: In function 'pk_meet_tcons_array': pk_meetjoin.c:591:9: warning: passing argument 7 of 'ap_generic_meet_intlinearize_tcons_array' from incompatible pointer type [enabled by default] ../apron/ap_generic.h:84:1: note: expected 'void * (*)(struct ap_manager_t *, bool, void *, struct ap_lincons0_array_t *)' but argument is of type 'struct pk_t * (*)(struct ap_manager_t *, bool, struct pk_t *, struct ap_lincons0_array_t *)' pk_meetjoin.c: In function 'poly_cmp': pk_meetjoin.c:619:16: warning: cast discards '__attribute__((const))' qualifier from pointer target type [-Wcast-qual] pk_meetjoin.c:620:16: warning: cast discards '__attribute__((const))' qualifier from pointer target type [-Wcast-qual] gcc -Wcast-qual -Wswitch -Werror-implicit-function-declaration -Wall -Wextra -Wundef -Wbad-function-cast -Wcast-align -Wstrict-prototypes -Wno-unused -std=c99 -U__STRICT_ANSI__ -fPIC -O3 -DNDEBUG -I/tmp/apron-0.9.10/debian/tmp/usr/include -I../apron -I../num -I../itv -I../mlapronidl -I/usr/include -I/usr/include -I/usr/lib/ocaml -I/usr/lib/ocaml -DNUM_LONGLONGRAT -c -o pk_assignRll.o pk_assign.c In file included from ../num/numint.h:16:0, from ../num/numrat.h:16, from ../num/num_numrat.h:27, from ../num/num.h:27, from pk_config.h:12, from pk_assign.c:8: ../num/numint_native.h: In function 'numint_set_mpz': ../num/numint_native.h:273:2: warning: left shift count >= width of type [enabled by default] ../num/numint_native.h: In function 'mpz_set_numint': ../num/numint_native.h:338:5: warning: right shift count >= width of type [enabled by default] gcc -Wcast-qual -Wswitch -Werror-implicit-function-declaration -Wall -Wextra -Wundef -Wbad-function-cast -Wcast-align -Wstrict-prototypes -Wno-unused -std=c99 -U__STRICT_ANSI__ -fPIC -O3 -DNDEBUG -I/tmp/apron-0.9.10/debian/tmp/usr/include -I../apron -I../num -I../itv -I../mlapronidl -I/usr/include -I/usr/include -I/usr/lib/ocaml -I/usr/lib/ocaml -DNUM_LONGLONGRAT -c -o pk_projectRll.o pk_project.c In file included from ../num/numint.h:16:0, from ../num/numrat.h:16, from ../num/num_numrat.h:27, from ../num/num.h:27, from pk_config.h:12, from pk_project.c:8: ../num/numint_native.h: In function 'numint_set_mpz': ../num/numint_native.h:273:2: warning: left shift count >= width of type [enabled by default] ../num/numint_native.h: In function 'mpz_set_numint': ../num/numint_native.h:338:5: warning: right shift count >= width of type [enabled by default] gcc -Wcast-qual -Wswitch -Werror-implicit-function-declaration -Wall -Wextra -Wundef -Wbad-function-cast -Wcast-align -Wstrict-prototypes -Wno-unused -std=c99 -U__STRICT_ANSI__ -fPIC -O3 -DNDEBUG -I/tmp/apron-0.9.10/debian/tmp/usr/include -I../apron -I../num -I../itv -I../mlapronidl -I/usr/include -I/usr/include -I/usr/lib/ocaml -I/usr/lib/ocaml -DNUM_LONGLONGRAT -c -o pk_resizeRll.o pk_resize.c In file included from ../num/numint.h:16:0, from ../num/numrat.h:16, from ../num/num_numrat.h:27, from ../num/num.h:27, from pk_config.h:12, from pk_resize.c:8: ../num/numint_native.h: In function 'numint_set_mpz': ../num/numint_native.h:273:2: warning: left shift count >= width of type [enabled by default] ../num/numint_native.h: In function 'mpz_set_numint': ../num/numint_native.h:338:5: warning: right shift count >= width of type [enabled by default] gcc -Wcast-qual -Wswitch -Werror-implicit-function-declaration -Wall -Wextra -Wundef -Wbad-function-cast -Wcast-align -Wstrict-prototypes -Wno-unused -std=c99 -U__STRICT_ANSI__ -fPIC -O3 -DNDEBUG -I/tmp/apron-0.9.10/debian/tmp/usr/include -I../apron -I../num -I../itv -I../mlapronidl -I/usr/include -I/usr/include -I/usr/lib/ocaml -I/usr/lib/ocaml -DNUM_LONGLONGRAT -c -o pk_expandfoldRll.o pk_expandfold.c In file included from ../num/numint.h:16:0, from ../num/numrat.h:16, from ../num/num_numrat.h:27, from ../num/num.h:27, from pk_config.h:12, from pk_expandfold.c:8: ../num/numint_native.h: In function 'numint_set_mpz': ../num/numint_native.h:273:2: warning: left shift count >= width of type [enabled by default] ../num/numint_native.h: In function 'mpz_set_numint': ../num/numint_native.h:338:5: warning: right shift count >= width of type [enabled by default] gcc -Wcast-qual -Wswitch -Werror-implicit-function-declaration -Wall -Wextra -Wundef -Wbad-function-cast -Wcast-align -Wstrict-prototypes -Wno-unused -std=c99 -U__STRICT_ANSI__ -fPIC -O3 -DNDEBUG -I/tmp/apron-0.9.10/debian/tmp/usr/include -I../apron -I../num -I../itv -I../mlapronidl -I/usr/include -I/usr/include -I/usr/lib/ocaml -I/usr/lib/ocaml -DNUM_LONGLONGRAT -c -o pk_wideningRll.o pk_widening.c In file included from ../num/numint.h:16:0, from ../num/numrat.h:16, from ../num/num_numrat.h:27, from ../num/num.h:27, from pk_config.h:12, from pk_widening.c:8: ../num/numint_native.h: In function 'numint_set_mpz': ../num/numint_native.h:273:2: warning: left shift count >= width of type [enabled by default] ../num/numint_native.h: In function 'mpz_set_numint': ../num/numint_native.h:338:5: warning: right shift count >= width of type [enabled by default] pk_widening.c: In function 'qsort_rows_compar': pk_widening.c:71:27: warning: cast discards '__attribute__((const))' qualifier from pointer target type [-Wcast-qual] pk_widening.c:72:6: warning: cast discards '__attribute__((const))' qualifier from pointer target type [-Wcast-qual] gcc -Wcast-qual -Wswitch -Werror-implicit-function-declaration -Wall -Wextra -Wundef -Wbad-function-cast -Wcast-align -Wstrict-prototypes -Wno-unused -std=c99 -U__STRICT_ANSI__ -fPIC -O3 -DNDEBUG -I/tmp/apron-0.9.10/debian/tmp/usr/include -I../apron -I../num -I../itv -I../mlapronidl -I/usr/include -I/usr/include -I/usr/lib/ocaml -I/usr/lib/ocaml -DNUM_LONGLONGRAT -c -o pk_closureRll.o pk_closure.c In file included from ../num/numint.h:16:0, from ../num/numrat.h:16, from ../num/num_numrat.h:27, from ../num/num.h:27, from pk_config.h:12, from pk_closure.c:8: ../num/numint_native.h: In function 'numint_set_mpz': ../num/numint_native.h:273:2: warning: left shift count >= width of type [enabled by default] ../num/numint_native.h: In function 'mpz_set_numint': ../num/numint_native.h:338:5: warning: right shift count >= width of type [enabled by default] gcc -Wcast-qual -Wswitch -Werror-implicit-function-declaration -Wall -Wextra -Wundef -Wbad-function-cast -Wcast-align -Wstrict-prototypes -Wno-unused -std=c99 -U__STRICT_ANSI__ -fPIC -O3 -DNDEBUG -I/tmp/apron-0.9.10/debian/tmp/usr/include -I../apron -I../num -I../itv -I../mlapronidl -I/usr/include -I/usr/include -I/usr/lib/ocaml -I/usr/lib/ocaml -DNUM_LONGLONGRAT -c -o pkeqRll.o pkeq.c In file included from ../num/numint.h:16:0, from ../num/numrat.h:16, from ../num/num_numrat.h:27, from ../num/num.h:27, from pk_config.h:12, from pkeq.c:8: ../num/numint_native.h: In function 'numint_set_mpz': ../num/numint_native.h:273:2: warning: left shift count >= width of type [enabled by default] ../num/numint_native.h: In function 'mpz_set_numint': ../num/numint_native.h:338:5: warning: right shift count >= width of type [enabled by default] ar rcs libpolkaRll.a mf_qsortRll.o pk_userRll.o pk_internalRll.o pk_bitRll.o pk_satmatRll.o pk_vectorRll.o pk_matrixRll.o pk_cherniRll.o pk_representationRll.o pk_approximateRll.o pk_constructorRll.o pk_testRll.o pk_extractRll.o pk_meetjoinRll.o pk_assignRll.o pk_projectRll.o pk_resizeRll.o pk_expandfoldRll.o pk_wideningRll.o pk_closureRll.o pkeqRll.o ranlib libpolkaRll.a gcc -Wcast-qual -Wswitch -Werror-implicit-function-declaration -Wall -Wextra -Wundef -Wbad-function-cast -Wcast-align -Wstrict-prototypes -Wno-unused -std=c99 -U__STRICT_ANSI__ -fPIC -g -O0 -UNDEBUG -I/tmp/apron-0.9.10/debian/tmp/usr/include -I../apron -I../num -I../itv -I../mlapronidl -I/usr/include -I/usr/include -I/usr/lib/ocaml -I/usr/lib/ocaml -DNUM_LONGLONGRAT -c -o mf_qsortRll_debug.o mf_qsort.c gcc -Wcast-qual -Wswitch -Werror-implicit-function-declaration -Wall -Wextra -Wundef -Wbad-function-cast -Wcast-align -Wstrict-prototypes -Wno-unused -std=c99 -U__STRICT_ANSI__ -fPIC -g -O0 -UNDEBUG -I/tmp/apron-0.9.10/debian/tmp/usr/include -I../apron -I../num -I../itv -I../mlapronidl -I/usr/include -I/usr/include -I/usr/lib/ocaml -I/usr/lib/ocaml -DNUM_LONGLONGRAT -c -o pk_userRll_debug.o pk_user.c In file included from ../num/numint.h:16:0, from ../num/numrat.h:16, from ../num/num_numrat.h:27, from ../num/num.h:27, from pk_config.h:12, from pk_user.c:8: ../num/numint_native.h: In function 'numint_set_mpz': ../num/numint_native.h:273:2: warning: left shift count >= width of type [enabled by default] ../num/numint_native.h: In function 'mpz_set_numint': ../num/numint_native.h:338:5: warning: right shift count >= width of type [enabled by default] gcc -Wcast-qual -Wswitch -Werror-implicit-function-declaration -Wall -Wextra -Wundef -Wbad-function-cast -Wcast-align -Wstrict-prototypes -Wno-unused -std=c99 -U__STRICT_ANSI__ -fPIC -g -O0 -UNDEBUG -I/tmp/apron-0.9.10/debian/tmp/usr/include -I../apron -I../num -I../itv -I../mlapronidl -I/usr/include -I/usr/include -I/usr/lib/ocaml -I/usr/lib/ocaml -DNUM_LONGLONGRAT -c -o pk_internalRll_debug.o pk_internal.c In file included from ../num/numint.h:16:0, from ../num/numrat.h:16, from ../num/num_numrat.h:27, from ../num/num.h:27, from pk_config.h:12, from pk_internal.c:8: ../num/numint_native.h: In function 'numint_set_mpz': ../num/numint_native.h:273:2: warning: left shift count >= width of type [enabled by default] ../num/numint_native.h: In function 'mpz_set_numint': ../num/numint_native.h:338:5: warning: right shift count >= width of type [enabled by default] gcc -Wcast-qual -Wswitch -Werror-implicit-function-declaration -Wall -Wextra -Wundef -Wbad-function-cast -Wcast-align -Wstrict-prototypes -Wno-unused -std=c99 -U__STRICT_ANSI__ -fPIC -g -O0 -UNDEBUG -I/tmp/apron-0.9.10/debian/tmp/usr/include -I../apron -I../num -I../itv -I../mlapronidl -I/usr/include -I/usr/include -I/usr/lib/ocaml -I/usr/lib/ocaml -DNUM_LONGLONGRAT -c -o pk_bitRll_debug.o pk_bit.c gcc -Wcast-qual -Wswitch -Werror-implicit-function-declaration -Wall -Wextra -Wundef -Wbad-function-cast -Wcast-align -Wstrict-prototypes -Wno-unused -std=c99 -U__STRICT_ANSI__ -fPIC -g -O0 -UNDEBUG -I/tmp/apron-0.9.10/debian/tmp/usr/include -I../apron -I../num -I../itv -I../mlapronidl -I/usr/include -I/usr/include -I/usr/lib/ocaml -I/usr/lib/ocaml -DNUM_LONGLONGRAT -c -o pk_satmatRll_debug.o pk_satmat.c gcc -Wcast-qual -Wswitch -Werror-implicit-function-declaration -Wall -Wextra -Wundef -Wbad-function-cast -Wcast-align -Wstrict-prototypes -Wno-unused -std=c99 -U__STRICT_ANSI__ -fPIC -g -O0 -UNDEBUG -I/tmp/apron-0.9.10/debian/tmp/usr/include -I../apron -I../num -I../itv -I../mlapronidl -I/usr/include -I/usr/include -I/usr/lib/ocaml -I/usr/lib/ocaml -DNUM_LONGLONGRAT -c -o pk_vectorRll_debug.o pk_vector.c In file included from ../num/numint.h:16:0, from ../num/numrat.h:16, from ../num/num_numrat.h:27, from ../num/num.h:27, from pk_config.h:12, from pk_vector.c:8: ../num/numint_native.h: In function 'numint_set_mpz': ../num/numint_native.h:273:2: warning: left shift count >= width of type [enabled by default] ../num/numint_native.h: In function 'mpz_set_numint': ../num/numint_native.h:338:5: warning: right shift count >= width of type [enabled by default] gcc -Wcast-qual -Wswitch -Werror-implicit-function-declaration -Wall -Wextra -Wundef -Wbad-function-cast -Wcast-align -Wstrict-prototypes -Wno-unused -std=c99 -U__STRICT_ANSI__ -fPIC -g -O0 -UNDEBUG -I/tmp/apron-0.9.10/debian/tmp/usr/include -I../apron -I../num -I../itv -I../mlapronidl -I/usr/include -I/usr/include -I/usr/lib/ocaml -I/usr/lib/ocaml -DNUM_LONGLONGRAT -c -o pk_matrixRll_debug.o pk_matrix.c In file included from ../num/numint.h:16:0, from ../num/numrat.h:16, from ../num/num_numrat.h:27, from ../num/num.h:27, from pk_config.h:12, from pk_matrix.c:8: ../num/numint_native.h: In function 'numint_set_mpz': ../num/numint_native.h:273:2: warning: left shift count >= width of type [enabled by default] ../num/numint_native.h: In function 'mpz_set_numint': ../num/numint_native.h:338:5: warning: right shift count >= width of type [enabled by default] pk_matrix.c: In function 'qsort_rows_compar': pk_matrix.c:299:20: warning: cast discards '__attribute__((const))' qualifier from pointer target type [-Wcast-qual] pk_matrix.c:300:20: warning: cast discards '__attribute__((const))' qualifier from pointer target type [-Wcast-qual] gcc -Wcast-qual -Wswitch -Werror-implicit-function-declaration -Wall -Wextra -Wundef -Wbad-function-cast -Wcast-align -Wstrict-prototypes -Wno-unused -std=c99 -U__STRICT_ANSI__ -fPIC -g -O0 -UNDEBUG -I/tmp/apron-0.9.10/debian/tmp/usr/include -I../apron -I../num -I../itv -I../mlapronidl -I/usr/include -I/usr/include -I/usr/lib/ocaml -I/usr/lib/ocaml -DNUM_LONGLONGRAT -c -o pk_cherniRll_debug.o pk_cherni.c In file included from ../num/numint.h:16:0, from ../num/numrat.h:16, from ../num/num_numrat.h:27, from ../num/num.h:27, from pk_config.h:12, from pk_cherni.c:8: ../num/numint_native.h: In function 'numint_set_mpz': ../num/numint_native.h:273:2: warning: left shift count >= width of type [enabled by default] ../num/numint_native.h: In function 'mpz_set_numint': ../num/numint_native.h:338:5: warning: right shift count >= width of type [enabled by default] gcc -Wcast-qual -Wswitch -Werror-implicit-function-declaration -Wall -Wextra -Wundef -Wbad-function-cast -Wcast-align -Wstrict-prototypes -Wno-unused -std=c99 -U__STRICT_ANSI__ -fPIC -g -O0 -UNDEBUG -I/tmp/apron-0.9.10/debian/tmp/usr/include -I../apron -I../num -I../itv -I../mlapronidl -I/usr/include -I/usr/include -I/usr/lib/ocaml -I/usr/lib/ocaml -DNUM_LONGLONGRAT -c -o pk_representationRll_debug.o pk_representation.c In file included from ../num/numint.h:16:0, from ../num/numrat.h:16, from ../num/num_numrat.h:27, from ../num/num.h:27, from pk_config.h:12, from pk_representation.c:8: ../num/numint_native.h: In function 'numint_set_mpz': ../num/numint_native.h:273:2: warning: left shift count >= width of type [enabled by default] ../num/numint_native.h: In function 'mpz_set_numint': ../num/numint_native.h:338:5: warning: right shift count >= width of type [enabled by default] gcc -Wcast-qual -Wswitch -Werror-implicit-function-declaration -Wall -Wextra -Wundef -Wbad-function-cast -Wcast-align -Wstrict-prototypes -Wno-unused -std=c99 -U__STRICT_ANSI__ -fPIC -g -O0 -UNDEBUG -I/tmp/apron-0.9.10/debian/tmp/usr/include -I../apron -I../num -I../itv -I../mlapronidl -I/usr/include -I/usr/include -I/usr/lib/ocaml -I/usr/lib/ocaml -DNUM_LONGLONGRAT -c -o pk_approximateRll_debug.o pk_approximate.c In file included from ../num/numint.h:16:0, from ../num/numrat.h:16, from ../num/num_numrat.h:27, from ../num/num.h:27, from pk_config.h:12, from pk_approximate.c:8: ../num/numint_native.h: In function 'numint_set_mpz': ../num/numint_native.h:273:2: warning: left shift count >= width of type [enabled by default] ../num/numint_native.h: In function 'mpz_set_numint': ../num/numint_native.h:338:5: warning: right shift count >= width of type [enabled by default] gcc -Wcast-qual -Wswitch -Werror-implicit-function-declaration -Wall -Wextra -Wundef -Wbad-function-cast -Wcast-align -Wstrict-prototypes -Wno-unused -std=c99 -U__STRICT_ANSI__ -fPIC -g -O0 -UNDEBUG -I/tmp/apron-0.9.10/debian/tmp/usr/include -I../apron -I../num -I../itv -I../mlapronidl -I/usr/include -I/usr/include -I/usr/lib/ocaml -I/usr/lib/ocaml -DNUM_LONGLONGRAT -c -o pk_constructorRll_debug.o pk_constructor.c In file included from ../num/numint.h:16:0, from ../num/numrat.h:16, from ../num/num_numrat.h:27, from ../num/num.h:27, from pk_config.h:12, from pk_constructor.c:8: ../num/numint_native.h: In function 'numint_set_mpz': ../num/numint_native.h:273:2: warning: left shift count >= width of type [enabled by default] ../num/numint_native.h: In function 'mpz_set_numint': ../num/numint_native.h:338:5: warning: right shift count >= width of type [enabled by default] gcc -Wcast-qual -Wswitch -Werror-implicit-function-declaration -Wall -Wextra -Wundef -Wbad-function-cast -Wcast-align -Wstrict-prototypes -Wno-unused -std=c99 -U__STRICT_ANSI__ -fPIC -g -O0 -UNDEBUG -I/tmp/apron-0.9.10/debian/tmp/usr/include -I../apron -I../num -I../itv -I../mlapronidl -I/usr/include -I/usr/include -I/usr/lib/ocaml -I/usr/lib/ocaml -DNUM_LONGLONGRAT -c -o pk_testRll_debug.o pk_test.c In file included from ../num/numint.h:16:0, from ../num/numrat.h:16, from ../num/num_numrat.h:27, from ../num/num.h:27, from pk_config.h:12, from pk_test.c:8: ../num/numint_native.h: In function 'numint_set_mpz': ../num/numint_native.h:273:2: warning: left shift count >= width of type [enabled by default] ../num/numint_native.h: In function 'mpz_set_numint': ../num/numint_native.h:338:5: warning: right shift count >= width of type [enabled by default] gcc -Wcast-qual -Wswitch -Werror-implicit-function-declaration -Wall -Wextra -Wundef -Wbad-function-cast -Wcast-align -Wstrict-prototypes -Wno-unused -std=c99 -U__STRICT_ANSI__ -fPIC -g -O0 -UNDEBUG -I/tmp/apron-0.9.10/debian/tmp/usr/include -I../apron -I../num -I../itv -I../mlapronidl -I/usr/include -I/usr/include -I/usr/lib/ocaml -I/usr/lib/ocaml -DNUM_LONGLONGRAT -c -o pk_extractRll_debug.o pk_extract.c In file included from ../num/numint.h:16:0, from ../num/numrat.h:16, from ../num/num_numrat.h:27, from ../num/num.h:27, from pk_config.h:12, from pk_extract.c:8: ../num/numint_native.h: In function 'numint_set_mpz': ../num/numint_native.h:273:2: warning: left shift count >= width of type [enabled by default] ../num/numint_native.h: In function 'mpz_set_numint': ../num/numint_native.h:338:5: warning: right shift count >= width of type [enabled by default] gcc -Wcast-qual -Wswitch -Werror-implicit-function-declaration -Wall -Wextra -Wundef -Wbad-function-cast -Wcast-align -Wstrict-prototypes -Wno-unused -std=c99 -U__STRICT_ANSI__ -fPIC -g -O0 -UNDEBUG -I/tmp/apron-0.9.10/debian/tmp/usr/include -I../apron -I../num -I../itv -I../mlapronidl -I/usr/include -I/usr/include -I/usr/lib/ocaml -I/usr/lib/ocaml -DNUM_LONGLONGRAT -c -o pk_meetjoinRll_debug.o pk_meetjoin.c In file included from ../num/numint.h:16:0, from ../num/numrat.h:16, from ../num/num_numrat.h:27, from ../num/num.h:27, from pk_config.h:12, from pk_meetjoin.c:8: ../num/numint_native.h: In function 'numint_set_mpz': ../num/numint_native.h:273:2: warning: left shift count >= width of type [enabled by default] ../num/numint_native.h: In function 'mpz_set_numint': ../num/numint_native.h:338:5: warning: right shift count >= width of type [enabled by default] pk_meetjoin.c: In function 'pk_meet_tcons_array': pk_meetjoin.c:591:9: warning: passing argument 7 of 'ap_generic_meet_intlinearize_tcons_array' from incompatible pointer type [enabled by default] ../apron/ap_generic.h:84:1: note: expected 'void * (*)(struct ap_manager_t *, bool, void *, struct ap_lincons0_array_t *)' but argument is of type 'struct pk_t * (*)(struct ap_manager_t *, bool, struct pk_t *, struct ap_lincons0_array_t *)' pk_meetjoin.c: In function 'poly_cmp': pk_meetjoin.c:619:16: warning: cast discards '__attribute__((const))' qualifier from pointer target type [-Wcast-qual] pk_meetjoin.c:620:16: warning: cast discards '__attribute__((const))' qualifier from pointer target type [-Wcast-qual] gcc -Wcast-qual -Wswitch -Werror-implicit-function-declaration -Wall -Wextra -Wundef -Wbad-function-cast -Wcast-align -Wstrict-prototypes -Wno-unused -std=c99 -U__STRICT_ANSI__ -fPIC -g -O0 -UNDEBUG -I/tmp/apron-0.9.10/debian/tmp/usr/include -I../apron -I../num -I../itv -I../mlapronidl -I/usr/include -I/usr/include -I/usr/lib/ocaml -I/usr/lib/ocaml -DNUM_LONGLONGRAT -c -o pk_assignRll_debug.o pk_assign.c In file included from ../num/numint.h:16:0, from ../num/numrat.h:16, from ../num/num_numrat.h:27, from ../num/num.h:27, from pk_config.h:12, from pk_assign.c:8: ../num/numint_native.h: In function 'numint_set_mpz': ../num/numint_native.h:273:2: warning: left shift count >= width of type [enabled by default] ../num/numint_native.h: In function 'mpz_set_numint': ../num/numint_native.h:338:5: warning: right shift count >= width of type [enabled by default] gcc -Wcast-qual -Wswitch -Werror-implicit-function-declaration -Wall -Wextra -Wundef -Wbad-function-cast -Wcast-align -Wstrict-prototypes -Wno-unused -std=c99 -U__STRICT_ANSI__ -fPIC -g -O0 -UNDEBUG -I/tmp/apron-0.9.10/debian/tmp/usr/include -I../apron -I../num -I../itv -I../mlapronidl -I/usr/include -I/usr/include -I/usr/lib/ocaml -I/usr/lib/ocaml -DNUM_LONGLONGRAT -c -o pk_projectRll_debug.o pk_project.c In file included from ../num/numint.h:16:0, from ../num/numrat.h:16, from ../num/num_numrat.h:27, from ../num/num.h:27, from pk_config.h:12, from pk_project.c:8: ../num/numint_native.h: In function 'numint_set_mpz': ../num/numint_native.h:273:2: warning: left shift count >= width of type [enabled by default] ../num/numint_native.h: In function 'mpz_set_numint': ../num/numint_native.h:338:5: warning: right shift count >= width of type [enabled by default] gcc -Wcast-qual -Wswitch -Werror-implicit-function-declaration -Wall -Wextra -Wundef -Wbad-function-cast -Wcast-align -Wstrict-prototypes -Wno-unused -std=c99 -U__STRICT_ANSI__ -fPIC -g -O0 -UNDEBUG -I/tmp/apron-0.9.10/debian/tmp/usr/include -I../apron -I../num -I../itv -I../mlapronidl -I/usr/include -I/usr/include -I/usr/lib/ocaml -I/usr/lib/ocaml -DNUM_LONGLONGRAT -c -o pk_resizeRll_debug.o pk_resize.c In file included from ../num/numint.h:16:0, from ../num/numrat.h:16, from ../num/num_numrat.h:27, from ../num/num.h:27, from pk_config.h:12, from pk_resize.c:8: ../num/numint_native.h: In function 'numint_set_mpz': ../num/numint_native.h:273:2: warning: left shift count >= width of type [enabled by default] ../num/numint_native.h: In function 'mpz_set_numint': ../num/numint_native.h:338:5: warning: right shift count >= width of type [enabled by default] gcc -Wcast-qual -Wswitch -Werror-implicit-function-declaration -Wall -Wextra -Wundef -Wbad-function-cast -Wcast-align -Wstrict-prototypes -Wno-unused -std=c99 -U__STRICT_ANSI__ -fPIC -g -O0 -UNDEBUG -I/tmp/apron-0.9.10/debian/tmp/usr/include -I../apron -I../num -I../itv -I../mlapronidl -I/usr/include -I/usr/include -I/usr/lib/ocaml -I/usr/lib/ocaml -DNUM_LONGLONGRAT -c -o pk_expandfoldRll_debug.o pk_expandfold.c In file included from ../num/numint.h:16:0, from ../num/numrat.h:16, from ../num/num_numrat.h:27, from ../num/num.h:27, from pk_config.h:12, from pk_expandfold.c:8: ../num/numint_native.h: In function 'numint_set_mpz': ../num/numint_native.h:273:2: warning: left shift count >= width of type [enabled by default] ../num/numint_native.h: In function 'mpz_set_numint': ../num/numint_native.h:338:5: warning: right shift count >= width of type [enabled by default] gcc -Wcast-qual -Wswitch -Werror-implicit-function-declaration -Wall -Wextra -Wundef -Wbad-function-cast -Wcast-align -Wstrict-prototypes -Wno-unused -std=c99 -U__STRICT_ANSI__ -fPIC -g -O0 -UNDEBUG -I/tmp/apron-0.9.10/debian/tmp/usr/include -I../apron -I../num -I../itv -I../mlapronidl -I/usr/include -I/usr/include -I/usr/lib/ocaml -I/usr/lib/ocaml -DNUM_LONGLONGRAT -c -o pk_wideningRll_debug.o pk_widening.c In file included from ../num/numint.h:16:0, from ../num/numrat.h:16, from ../num/num_numrat.h:27, from ../num/num.h:27, from pk_config.h:12, from pk_widening.c:8: ../num/numint_native.h: In function 'numint_set_mpz': ../num/numint_native.h:273:2: warning: left shift count >= width of type [enabled by default] ../num/numint_native.h: In function 'mpz_set_numint': ../num/numint_native.h:338:5: warning: right shift count >= width of type [enabled by default] pk_widening.c: In function 'qsort_rows_compar': pk_widening.c:71:27: warning: cast discards '__attribute__((const))' qualifier from pointer target type [-Wcast-qual] pk_widening.c:72:6: warning: cast discards '__attribute__((const))' qualifier from pointer target type [-Wcast-qual] gcc -Wcast-qual -Wswitch -Werror-implicit-function-declaration -Wall -Wextra -Wundef -Wbad-function-cast -Wcast-align -Wstrict-prototypes -Wno-unused -std=c99 -U__STRICT_ANSI__ -fPIC -g -O0 -UNDEBUG -I/tmp/apron-0.9.10/debian/tmp/usr/include -I../apron -I../num -I../itv -I../mlapronidl -I/usr/include -I/usr/include -I/usr/lib/ocaml -I/usr/lib/ocaml -DNUM_LONGLONGRAT -c -o pk_closureRll_debug.o pk_closure.c In file included from ../num/numint.h:16:0, from ../num/numrat.h:16, from ../num/num_numrat.h:27, from ../num/num.h:27, from pk_config.h:12, from pk_closure.c:8: ../num/numint_native.h: In function 'numint_set_mpz': ../num/numint_native.h:273:2: warning: left shift count >= width of type [enabled by default] ../num/numint_native.h: In function 'mpz_set_numint': ../num/numint_native.h:338:5: warning: right shift count >= width of type [enabled by default] gcc -Wcast-qual -Wswitch -Werror-implicit-function-declaration -Wall -Wextra -Wundef -Wbad-function-cast -Wcast-align -Wstrict-prototypes -Wno-unused -std=c99 -U__STRICT_ANSI__ -fPIC -g -O0 -UNDEBUG -I/tmp/apron-0.9.10/debian/tmp/usr/include -I../apron -I../num -I../itv -I../mlapronidl -I/usr/include -I/usr/include -I/usr/lib/ocaml -I/usr/lib/ocaml -DNUM_LONGLONGRAT -c -o pkeqRll_debug.o pkeq.c In file included from ../num/numint.h:16:0, from ../num/numrat.h:16, from ../num/num_numrat.h:27, from ../num/num.h:27, from pk_config.h:12, from pkeq.c:8: ../num/numint_native.h: In function 'numint_set_mpz': ../num/numint_native.h:273:2: warning: left shift count >= width of type [enabled by default] ../num/numint_native.h: In function 'mpz_set_numint': ../num/numint_native.h:338:5: warning: right shift count >= width of type [enabled by default] ar rcs libpolkaRll_debug.a mf_qsortRll_debug.o pk_userRll_debug.o pk_internalRll_debug.o pk_bitRll_debug.o pk_satmatRll_debug.o pk_vectorRll_debug.o pk_matrixRll_debug.o pk_cherniRll_debug.o pk_representationRll_debug.o pk_approximateRll_debug.o pk_constructorRll_debug.o pk_testRll_debug.o pk_extractRll_debug.o pk_meetjoinRll_debug.o pk_assignRll_debug.o pk_projectRll_debug.o pk_resizeRll_debug.o pk_expandfoldRll_debug.o pk_wideningRll_debug.o pk_closureRll_debug.o pkeqRll_debug.o ranlib libpolkaRll_debug.a gcc -Wcast-qual -Wswitch -Werror-implicit-function-declaration -Wall -Wextra -Wundef -Wbad-function-cast -Wcast-align -Wstrict-prototypes -Wno-unused -std=c99 -U__STRICT_ANSI__ -fPIC -O3 -DNDEBUG -L../apron -lgmp -lapron -shared -Wl,-soname,libpolkaRll.so.0 -o libpolkaRll.so mf_qsortRll.o pk_userRll.o pk_internalRll.o pk_bitRll.o pk_satmatRll.o pk_vectorRll.o pk_matrixRll.o pk_cherniRll.o pk_representationRll.o pk_approximateRll.o pk_constructorRll.o pk_testRll.o pk_extractRll.o pk_meetjoinRll.o pk_assignRll.o pk_projectRll.o pk_resizeRll.o pk_expandfoldRll.o pk_wideningRll.o pk_closureRll.o pkeqRll.o gcc -Wcast-qual -Wswitch -Werror-implicit-function-declaration -Wall -Wextra -Wundef -Wbad-function-cast -Wcast-align -Wstrict-prototypes -Wno-unused -std=c99 -U__STRICT_ANSI__ -fPIC -O3 -DNDEBUG -L../apron -lgmp -lapron -shared -Wl,-soname,libpolkaRll_debug.so.0 -o libpolkaRll_debug.so mf_qsortRll_debug.o pk_userRll_debug.o pk_internalRll_debug.o pk_bitRll_debug.o pk_satmatRll_debug.o pk_vectorRll_debug.o pk_matrixRll_debug.o pk_cherniRll_debug.o pk_representationRll_debug.o pk_approximateRll_debug.o pk_constructorRll_debug.o pk_testRll_debug.o pk_extractRll_debug.o pk_meetjoinRll_debug.o pk_assignRll_debug.o pk_projectRll_debug.o pk_resizeRll_debug.o pk_expandfoldRll_debug.o pk_wideningRll_debug.o pk_closureRll_debug.o pkeqRll_debug.o make[4]: Leaving directory `/tmp/apron-0.9.10/apron/newpolka' (cd box; make all) make[4]: Entering directory `/tmp/apron-0.9.10/apron/box' gcc -Wcast-qual -Wswitch -Werror-implicit-function-declaration -Wall -Wextra -Wundef -Wbad-function-cast -Wcast-align -Wstrict-prototypes -Wno-unused -std=c99 -U__STRICT_ANSI__ -fPIC -O3 -DNDEBUG -I/tmp/apron-0.9.10/debian/tmp/usr/include -I../num -I../itv -I../apron -I../mlapronidl -I/usr/include -I/usr/include -I/usr/lib/ocaml -I/usr/lib/ocaml -DNUM_MPQ -c -o box_internalMPQ.o box_internal.c gcc -Wcast-qual -Wswitch -Werror-implicit-function-declaration -Wall -Wextra -Wundef -Wbad-function-cast -Wcast-align -Wstrict-prototypes -Wno-unused -std=c99 -U__STRICT_ANSI__ -fPIC -O3 -DNDEBUG -I/tmp/apron-0.9.10/debian/tmp/usr/include -I../num -I../itv -I../apron -I../mlapronidl -I/usr/include -I/usr/include -I/usr/lib/ocaml -I/usr/lib/ocaml -DNUM_MPQ -c -o box_representationMPQ.o box_representation.c gcc -Wcast-qual -Wswitch -Werror-implicit-function-declaration -Wall -Wextra -Wundef -Wbad-function-cast -Wcast-align -Wstrict-prototypes -Wno-unused -std=c99 -U__STRICT_ANSI__ -fPIC -O3 -DNDEBUG -I/tmp/apron-0.9.10/debian/tmp/usr/include -I../num -I../itv -I../apron -I../mlapronidl -I/usr/include -I/usr/include -I/usr/lib/ocaml -I/usr/lib/ocaml -DNUM_MPQ -c -o box_constructorMPQ.o box_constructor.c gcc -Wcast-qual -Wswitch -Werror-implicit-function-declaration -Wall -Wextra -Wundef -Wbad-function-cast -Wcast-align -Wstrict-prototypes -Wno-unused -std=c99 -U__STRICT_ANSI__ -fPIC -O3 -DNDEBUG -I/tmp/apron-0.9.10/debian/tmp/usr/include -I../num -I../itv -I../apron -I../mlapronidl -I/usr/include -I/usr/include -I/usr/lib/ocaml -I/usr/lib/ocaml -DNUM_MPQ -c -o box_meetjoinMPQ.o box_meetjoin.c gcc -Wcast-qual -Wswitch -Werror-implicit-function-declaration -Wall -Wextra -Wundef -Wbad-function-cast -Wcast-align -Wstrict-prototypes -Wno-unused -std=c99 -U__STRICT_ANSI__ -fPIC -O3 -DNDEBUG -I/tmp/apron-0.9.10/debian/tmp/usr/include -I../num -I../itv -I../apron -I../mlapronidl -I/usr/include -I/usr/include -I/usr/lib/ocaml -I/usr/lib/ocaml -DNUM_MPQ -c -o box_assignMPQ.o box_assign.c gcc -Wcast-qual -Wswitch -Werror-implicit-function-declaration -Wall -Wextra -Wundef -Wbad-function-cast -Wcast-align -Wstrict-prototypes -Wno-unused -std=c99 -U__STRICT_ANSI__ -fPIC -O3 -DNDEBUG -I/tmp/apron-0.9.10/debian/tmp/usr/include -I../num -I../itv -I../apron -I../mlapronidl -I/usr/include -I/usr/include -I/usr/lib/ocaml -I/usr/lib/ocaml -DNUM_MPQ -c -o box_resizeMPQ.o box_resize.c gcc -Wcast-qual -Wswitch -Werror-implicit-function-declaration -Wall -Wextra -Wundef -Wbad-function-cast -Wcast-align -Wstrict-prototypes -Wno-unused -std=c99 -U__STRICT_ANSI__ -fPIC -O3 -DNDEBUG -I/tmp/apron-0.9.10/debian/tmp/usr/include -I../num -I../itv -I../apron -I../mlapronidl -I/usr/include -I/usr/include -I/usr/lib/ocaml -I/usr/lib/ocaml -DNUM_MPQ -c -o box_otheropsMPQ.o box_otherops.c ar rcs libboxMPQ.a box_internalMPQ.o box_representationMPQ.o box_constructorMPQ.o box_meetjoinMPQ.o box_assignMPQ.o box_resizeMPQ.o box_otheropsMPQ.o ranlib libboxMPQ.a gcc -Wcast-qual -Wswitch -Werror-implicit-function-declaration -Wall -Wextra -Wundef -Wbad-function-cast -Wcast-align -Wstrict-prototypes -Wno-unused -std=c99 -U__STRICT_ANSI__ -fPIC -g -O0 -UNDEBUG -I/tmp/apron-0.9.10/debian/tmp/usr/include -I../num -I../itv -I../apron -I../mlapronidl -I/usr/include -I/usr/include -I/usr/lib/ocaml -I/usr/lib/ocaml -DNUM_MPQ -c -o box_internalMPQ_debug.o box_internal.c gcc -Wcast-qual -Wswitch -Werror-implicit-function-declaration -Wall -Wextra -Wundef -Wbad-function-cast -Wcast-align -Wstrict-prototypes -Wno-unused -std=c99 -U__STRICT_ANSI__ -fPIC -g -O0 -UNDEBUG -I/tmp/apron-0.9.10/debian/tmp/usr/include -I../num -I../itv -I../apron -I../mlapronidl -I/usr/include -I/usr/include -I/usr/lib/ocaml -I/usr/lib/ocaml -DNUM_MPQ -c -o box_representationMPQ_debug.o box_representation.c gcc -Wcast-qual -Wswitch -Werror-implicit-function-declaration -Wall -Wextra -Wundef -Wbad-function-cast -Wcast-align -Wstrict-prototypes -Wno-unused -std=c99 -U__STRICT_ANSI__ -fPIC -g -O0 -UNDEBUG -I/tmp/apron-0.9.10/debian/tmp/usr/include -I../num -I../itv -I../apron -I../mlapronidl -I/usr/include -I/usr/include -I/usr/lib/ocaml -I/usr/lib/ocaml -DNUM_MPQ -c -o box_constructorMPQ_debug.o box_constructor.c gcc -Wcast-qual -Wswitch -Werror-implicit-function-declaration -Wall -Wextra -Wundef -Wbad-function-cast -Wcast-align -Wstrict-prototypes -Wno-unused -std=c99 -U__STRICT_ANSI__ -fPIC -g -O0 -UNDEBUG -I/tmp/apron-0.9.10/debian/tmp/usr/include -I../num -I../itv -I../apron -I../mlapronidl -I/usr/include -I/usr/include -I/usr/lib/ocaml -I/usr/lib/ocaml -DNUM_MPQ -c -o box_meetjoinMPQ_debug.o box_meetjoin.c gcc -Wcast-qual -Wswitch -Werror-implicit-function-declaration -Wall -Wextra -Wundef -Wbad-function-cast -Wcast-align -Wstrict-prototypes -Wno-unused -std=c99 -U__STRICT_ANSI__ -fPIC -g -O0 -UNDEBUG -I/tmp/apron-0.9.10/debian/tmp/usr/include -I../num -I../itv -I../apron -I../mlapronidl -I/usr/include -I/usr/include -I/usr/lib/ocaml -I/usr/lib/ocaml -DNUM_MPQ -c -o box_assignMPQ_debug.o box_assign.c gcc -Wcast-qual -Wswitch -Werror-implicit-function-declaration -Wall -Wextra -Wundef -Wbad-function-cast -Wcast-align -Wstrict-prototypes -Wno-unused -std=c99 -U__STRICT_ANSI__ -fPIC -g -O0 -UNDEBUG -I/tmp/apron-0.9.10/debian/tmp/usr/include -I../num -I../itv -I../apron -I../mlapronidl -I/usr/include -I/usr/include -I/usr/lib/ocaml -I/usr/lib/ocaml -DNUM_MPQ -c -o box_resizeMPQ_debug.o box_resize.c gcc -Wcast-qual -Wswitch -Werror-implicit-function-declaration -Wall -Wextra -Wundef -Wbad-function-cast -Wcast-align -Wstrict-prototypes -Wno-unused -std=c99 -U__STRICT_ANSI__ -fPIC -g -O0 -UNDEBUG -I/tmp/apron-0.9.10/debian/tmp/usr/include -I../num -I../itv -I../apron -I../mlapronidl -I/usr/include -I/usr/include -I/usr/lib/ocaml -I/usr/lib/ocaml -DNUM_MPQ -c -o box_otheropsMPQ_debug.o box_otherops.c ar rcs libboxMPQ_debug.a box_internalMPQ_debug.o box_representationMPQ_debug.o box_constructorMPQ_debug.o box_meetjoinMPQ_debug.o box_assignMPQ_debug.o box_resizeMPQ_debug.o box_otheropsMPQ_debug.o ranlib libboxMPQ_debug.a gcc -Wcast-qual -Wswitch -Werror-implicit-function-declaration -Wall -Wextra -Wundef -Wbad-function-cast -Wcast-align -Wstrict-prototypes -Wno-unused -std=c99 -U__STRICT_ANSI__ -fPIC -O3 -DNDEBUG -L../apron -lm -lgmp -lmpfr -lapron -shared -Wl,-soname,libboxMPQ.so.0 -o libboxMPQ.so box_internalMPQ.o box_representationMPQ.o box_constructorMPQ.o box_meetjoinMPQ.o box_assignMPQ.o box_resizeMPQ.o box_otheropsMPQ.o gcc -Wcast-qual -Wswitch -Werror-implicit-function-declaration -Wall -Wextra -Wundef -Wbad-function-cast -Wcast-align -Wstrict-prototypes -Wno-unused -std=c99 -U__STRICT_ANSI__ -fPIC -O3 -DNDEBUG -L../apron -lm -lgmp -lmpfr -lapron -shared -Wl,-soname,libboxMPQ_debug.so.0 -o libboxMPQ_debug.so box_internalMPQ_debug.o box_representationMPQ_debug.o box_constructorMPQ_debug.o box_meetjoinMPQ_debug.o box_assignMPQ_debug.o box_resizeMPQ_debug.o box_otheropsMPQ_debug.o gcc -Wcast-qual -Wswitch -Werror-implicit-function-declaration -Wall -Wextra -Wundef -Wbad-function-cast -Wcast-align -Wstrict-prototypes -Wno-unused -std=c99 -U__STRICT_ANSI__ -fPIC -O3 -DNDEBUG -I/tmp/apron-0.9.10/debian/tmp/usr/include -I../num -I../itv -I../apron -I../mlapronidl -I/usr/include -I/usr/include -I/usr/lib/ocaml -I/usr/lib/ocaml -DNUM_DOUBLE -c -o box_internalD.o box_internal.c gcc -Wcast-qual -Wswitch -Werror-implicit-function-declaration -Wall -Wextra -Wundef -Wbad-function-cast -Wcast-align -Wstrict-prototypes -Wno-unused -std=c99 -U__STRICT_ANSI__ -fPIC -O3 -DNDEBUG -I/tmp/apron-0.9.10/debian/tmp/usr/include -I../num -I../itv -I../apron -I../mlapronidl -I/usr/include -I/usr/include -I/usr/lib/ocaml -I/usr/lib/ocaml -DNUM_DOUBLE -c -o box_representationD.o box_representation.c gcc -Wcast-qual -Wswitch -Werror-implicit-function-declaration -Wall -Wextra -Wundef -Wbad-function-cast -Wcast-align -Wstrict-prototypes -Wno-unused -std=c99 -U__STRICT_ANSI__ -fPIC -O3 -DNDEBUG -I/tmp/apron-0.9.10/debian/tmp/usr/include -I../num -I../itv -I../apron -I../mlapronidl -I/usr/include -I/usr/include -I/usr/lib/ocaml -I/usr/lib/ocaml -DNUM_DOUBLE -c -o box_constructorD.o box_constructor.c gcc -Wcast-qual -Wswitch -Werror-implicit-function-declaration -Wall -Wextra -Wundef -Wbad-function-cast -Wcast-align -Wstrict-prototypes -Wno-unused -std=c99 -U__STRICT_ANSI__ -fPIC -O3 -DNDEBUG -I/tmp/apron-0.9.10/debian/tmp/usr/include -I../num -I../itv -I../apron -I../mlapronidl -I/usr/include -I/usr/include -I/usr/lib/ocaml -I/usr/lib/ocaml -DNUM_DOUBLE -c -o box_meetjoinD.o box_meetjoin.c gcc -Wcast-qual -Wswitch -Werror-implicit-function-declaration -Wall -Wextra -Wundef -Wbad-function-cast -Wcast-align -Wstrict-prototypes -Wno-unused -std=c99 -U__STRICT_ANSI__ -fPIC -O3 -DNDEBUG -I/tmp/apron-0.9.10/debian/tmp/usr/include -I../num -I../itv -I../apron -I../mlapronidl -I/usr/include -I/usr/include -I/usr/lib/ocaml -I/usr/lib/ocaml -DNUM_DOUBLE -c -o box_assignD.o box_assign.c gcc -Wcast-qual -Wswitch -Werror-implicit-function-declaration -Wall -Wextra -Wundef -Wbad-function-cast -Wcast-align -Wstrict-prototypes -Wno-unused -std=c99 -U__STRICT_ANSI__ -fPIC -O3 -DNDEBUG -I/tmp/apron-0.9.10/debian/tmp/usr/include -I../num -I../itv -I../apron -I../mlapronidl -I/usr/include -I/usr/include -I/usr/lib/ocaml -I/usr/lib/ocaml -DNUM_DOUBLE -c -o box_resizeD.o box_resize.c gcc -Wcast-qual -Wswitch -Werror-implicit-function-declaration -Wall -Wextra -Wundef -Wbad-function-cast -Wcast-align -Wstrict-prototypes -Wno-unused -std=c99 -U__STRICT_ANSI__ -fPIC -O3 -DNDEBUG -I/tmp/apron-0.9.10/debian/tmp/usr/include -I../num -I../itv -I../apron -I../mlapronidl -I/usr/include -I/usr/include -I/usr/lib/ocaml -I/usr/lib/ocaml -DNUM_DOUBLE -c -o box_otheropsD.o box_otherops.c ar rcs libboxD.a box_internalD.o box_representationD.o box_constructorD.o box_meetjoinD.o box_assignD.o box_resizeD.o box_otheropsD.o ranlib libboxD.a gcc -Wcast-qual -Wswitch -Werror-implicit-function-declaration -Wall -Wextra -Wundef -Wbad-function-cast -Wcast-align -Wstrict-prototypes -Wno-unused -std=c99 -U__STRICT_ANSI__ -fPIC -g -O0 -UNDEBUG -I/tmp/apron-0.9.10/debian/tmp/usr/include -I../num -I../itv -I../apron -I../mlapronidl -I/usr/include -I/usr/include -I/usr/lib/ocaml -I/usr/lib/ocaml -DNUM_DOUBLE -c -o box_internalD_debug.o box_internal.c gcc -Wcast-qual -Wswitch -Werror-implicit-function-declaration -Wall -Wextra -Wundef -Wbad-function-cast -Wcast-align -Wstrict-prototypes -Wno-unused -std=c99 -U__STRICT_ANSI__ -fPIC -g -O0 -UNDEBUG -I/tmp/apron-0.9.10/debian/tmp/usr/include -I../num -I../itv -I../apron -I../mlapronidl -I/usr/include -I/usr/include -I/usr/lib/ocaml -I/usr/lib/ocaml -DNUM_DOUBLE -c -o box_representationD_debug.o box_representation.c gcc -Wcast-qual -Wswitch -Werror-implicit-function-declaration -Wall -Wextra -Wundef -Wbad-function-cast -Wcast-align -Wstrict-prototypes -Wno-unused -std=c99 -U__STRICT_ANSI__ -fPIC -g -O0 -UNDEBUG -I/tmp/apron-0.9.10/debian/tmp/usr/include -I../num -I../itv -I../apron -I../mlapronidl -I/usr/include -I/usr/include -I/usr/lib/ocaml -I/usr/lib/ocaml -DNUM_DOUBLE -c -o box_constructorD_debug.o box_constructor.c gcc -Wcast-qual -Wswitch -Werror-implicit-function-declaration -Wall -Wextra -Wundef -Wbad-function-cast -Wcast-align -Wstrict-prototypes -Wno-unused -std=c99 -U__STRICT_ANSI__ -fPIC -g -O0 -UNDEBUG -I/tmp/apron-0.9.10/debian/tmp/usr/include -I../num -I../itv -I../apron -I../mlapronidl -I/usr/include -I/usr/include -I/usr/lib/ocaml -I/usr/lib/ocaml -DNUM_DOUBLE -c -o box_meetjoinD_debug.o box_meetjoin.c gcc -Wcast-qual -Wswitch -Werror-implicit-function-declaration -Wall -Wextra -Wundef -Wbad-function-cast -Wcast-align -Wstrict-prototypes -Wno-unused -std=c99 -U__STRICT_ANSI__ -fPIC -g -O0 -UNDEBUG -I/tmp/apron-0.9.10/debian/tmp/usr/include -I../num -I../itv -I../apron -I../mlapronidl -I/usr/include -I/usr/include -I/usr/lib/ocaml -I/usr/lib/ocaml -DNUM_DOUBLE -c -o box_assignD_debug.o box_assign.c gcc -Wcast-qual -Wswitch -Werror-implicit-function-declaration -Wall -Wextra -Wundef -Wbad-function-cast -Wcast-align -Wstrict-prototypes -Wno-unused -std=c99 -U__STRICT_ANSI__ -fPIC -g -O0 -UNDEBUG -I/tmp/apron-0.9.10/debian/tmp/usr/include -I../num -I../itv -I../apron -I../mlapronidl -I/usr/include -I/usr/include -I/usr/lib/ocaml -I/usr/lib/ocaml -DNUM_DOUBLE -c -o box_resizeD_debug.o box_resize.c gcc -Wcast-qual -Wswitch -Werror-implicit-function-declaration -Wall -Wextra -Wundef -Wbad-function-cast -Wcast-align -Wstrict-prototypes -Wno-unused -std=c99 -U__STRICT_ANSI__ -fPIC -g -O0 -UNDEBUG -I/tmp/apron-0.9.10/debian/tmp/usr/include -I../num -I../itv -I../apron -I../mlapronidl -I/usr/include -I/usr/include -I/usr/lib/ocaml -I/usr/lib/ocaml -DNUM_DOUBLE -c -o box_otheropsD_debug.o box_otherops.c ar rcs libboxD_debug.a box_internalD_debug.o box_representationD_debug.o box_constructorD_debug.o box_meetjoinD_debug.o box_assignD_debug.o box_resizeD_debug.o box_otheropsD_debug.o ranlib libboxD_debug.a gcc -Wcast-qual -Wswitch -Werror-implicit-function-declaration -Wall -Wextra -Wundef -Wbad-function-cast -Wcast-align -Wstrict-prototypes -Wno-unused -std=c99 -U__STRICT_ANSI__ -fPIC -O3 -DNDEBUG -L../apron -lm -lgmp -lmpfr -lapron -shared -Wl,-soname,libboxD.so.0 -o libboxD.so box_internalD.o box_representationD.o box_constructorD.o box_meetjoinD.o box_assignD.o box_resizeD.o box_otheropsD.o gcc -Wcast-qual -Wswitch -Werror-implicit-function-declaration -Wall -Wextra -Wundef -Wbad-function-cast -Wcast-align -Wstrict-prototypes -Wno-unused -std=c99 -U__STRICT_ANSI__ -fPIC -O3 -DNDEBUG -L../apron -lm -lgmp -lmpfr -lapron -shared -Wl,-soname,libboxD_debug.so.0 -o libboxD_debug.so box_internalD_debug.o box_representationD_debug.o box_constructorD_debug.o box_meetjoinD_debug.o box_assignD_debug.o box_resizeD_debug.o box_otheropsD_debug.o gcc -Wcast-qual -Wswitch -Werror-implicit-function-declaration -Wall -Wextra -Wundef -Wbad-function-cast -Wcast-align -Wstrict-prototypes -Wno-unused -std=c99 -U__STRICT_ANSI__ -fPIC -O3 -DNDEBUG -I/tmp/apron-0.9.10/debian/tmp/usr/include -I../num -I../itv -I../apron -I../mlapronidl -I/usr/include -I/usr/include -I/usr/lib/ocaml -I/usr/lib/ocaml -DNUM_MPFR -c -o box_internalMPFR.o box_internal.c gcc -Wcast-qual -Wswitch -Werror-implicit-function-declaration -Wall -Wextra -Wundef -Wbad-function-cast -Wcast-align -Wstrict-prototypes -Wno-unused -std=c99 -U__STRICT_ANSI__ -fPIC -O3 -DNDEBUG -I/tmp/apron-0.9.10/debian/tmp/usr/include -I../num -I../itv -I../apron -I../mlapronidl -I/usr/include -I/usr/include -I/usr/lib/ocaml -I/usr/lib/ocaml -DNUM_MPFR -c -o box_representationMPFR.o box_representation.c gcc -Wcast-qual -Wswitch -Werror-implicit-function-declaration -Wall -Wextra -Wundef -Wbad-function-cast -Wcast-align -Wstrict-prototypes -Wno-unused -std=c99 -U__STRICT_ANSI__ -fPIC -O3 -DNDEBUG -I/tmp/apron-0.9.10/debian/tmp/usr/include -I../num -I../itv -I../apron -I../mlapronidl -I/usr/include -I/usr/include -I/usr/lib/ocaml -I/usr/lib/ocaml -DNUM_MPFR -c -o box_constructorMPFR.o box_constructor.c gcc -Wcast-qual -Wswitch -Werror-implicit-function-declaration -Wall -Wextra -Wundef -Wbad-function-cast -Wcast-align -Wstrict-prototypes -Wno-unused -std=c99 -U__STRICT_ANSI__ -fPIC -O3 -DNDEBUG -I/tmp/apron-0.9.10/debian/tmp/usr/include -I../num -I../itv -I../apron -I../mlapronidl -I/usr/include -I/usr/include -I/usr/lib/ocaml -I/usr/lib/ocaml -DNUM_MPFR -c -o box_meetjoinMPFR.o box_meetjoin.c gcc -Wcast-qual -Wswitch -Werror-implicit-function-declaration -Wall -Wextra -Wundef -Wbad-function-cast -Wcast-align -Wstrict-prototypes -Wno-unused -std=c99 -U__STRICT_ANSI__ -fPIC -O3 -DNDEBUG -I/tmp/apron-0.9.10/debian/tmp/usr/include -I../num -I../itv -I../apron -I../mlapronidl -I/usr/include -I/usr/include -I/usr/lib/ocaml -I/usr/lib/ocaml -DNUM_MPFR -c -o box_assignMPFR.o box_assign.c gcc -Wcast-qual -Wswitch -Werror-implicit-function-declaration -Wall -Wextra -Wundef -Wbad-function-cast -Wcast-align -Wstrict-prototypes -Wno-unused -std=c99 -U__STRICT_ANSI__ -fPIC -O3 -DNDEBUG -I/tmp/apron-0.9.10/debian/tmp/usr/include -I../num -I../itv -I../apron -I../mlapronidl -I/usr/include -I/usr/include -I/usr/lib/ocaml -I/usr/lib/ocaml -DNUM_MPFR -c -o box_resizeMPFR.o box_resize.c gcc -Wcast-qual -Wswitch -Werror-implicit-function-declaration -Wall -Wextra -Wundef -Wbad-function-cast -Wcast-align -Wstrict-prototypes -Wno-unused -std=c99 -U__STRICT_ANSI__ -fPIC -O3 -DNDEBUG -I/tmp/apron-0.9.10/debian/tmp/usr/include -I../num -I../itv -I../apron -I../mlapronidl -I/usr/include -I/usr/include -I/usr/lib/ocaml -I/usr/lib/ocaml -DNUM_MPFR -c -o box_otheropsMPFR.o box_otherops.c ar rcs libboxMPFR.a box_internalMPFR.o box_representationMPFR.o box_constructorMPFR.o box_meetjoinMPFR.o box_assignMPFR.o box_resizeMPFR.o box_otheropsMPFR.o ranlib libboxMPFR.a gcc -Wcast-qual -Wswitch -Werror-implicit-function-declaration -Wall -Wextra -Wundef -Wbad-function-cast -Wcast-align -Wstrict-prototypes -Wno-unused -std=c99 -U__STRICT_ANSI__ -fPIC -g -O0 -UNDEBUG -I/tmp/apron-0.9.10/debian/tmp/usr/include -I../num -I../itv -I../apron -I../mlapronidl -I/usr/include -I/usr/include -I/usr/lib/ocaml -I/usr/lib/ocaml -DNUM_MPFR -c -o box_internalMPFR_debug.o box_internal.c gcc -Wcast-qual -Wswitch -Werror-implicit-function-declaration -Wall -Wextra -Wundef -Wbad-function-cast -Wcast-align -Wstrict-prototypes -Wno-unused -std=c99 -U__STRICT_ANSI__ -fPIC -g -O0 -UNDEBUG -I/tmp/apron-0.9.10/debian/tmp/usr/include -I../num -I../itv -I../apron -I../mlapronidl -I/usr/include -I/usr/include -I/usr/lib/ocaml -I/usr/lib/ocaml -DNUM_MPFR -c -o box_representationMPFR_debug.o box_representation.c gcc -Wcast-qual -Wswitch -Werror-implicit-function-declaration -Wall -Wextra -Wundef -Wbad-function-cast -Wcast-align -Wstrict-prototypes -Wno-unused -std=c99 -U__STRICT_ANSI__ -fPIC -g -O0 -UNDEBUG -I/tmp/apron-0.9.10/debian/tmp/usr/include -I../num -I../itv -I../apron -I../mlapronidl -I/usr/include -I/usr/include -I/usr/lib/ocaml -I/usr/lib/ocaml -DNUM_MPFR -c -o box_constructorMPFR_debug.o box_constructor.c gcc -Wcast-qual -Wswitch -Werror-implicit-function-declaration -Wall -Wextra -Wundef -Wbad-function-cast -Wcast-align -Wstrict-prototypes -Wno-unused -std=c99 -U__STRICT_ANSI__ -fPIC -g -O0 -UNDEBUG -I/tmp/apron-0.9.10/debian/tmp/usr/include -I../num -I../itv -I../apron -I../mlapronidl -I/usr/include -I/usr/include -I/usr/lib/ocaml -I/usr/lib/ocaml -DNUM_MPFR -c -o box_meetjoinMPFR_debug.o box_meetjoin.c gcc -Wcast-qual -Wswitch -Werror-implicit-function-declaration -Wall -Wextra -Wundef -Wbad-function-cast -Wcast-align -Wstrict-prototypes -Wno-unused -std=c99 -U__STRICT_ANSI__ -fPIC -g -O0 -UNDEBUG -I/tmp/apron-0.9.10/debian/tmp/usr/include -I../num -I../itv -I../apron -I../mlapronidl -I/usr/include -I/usr/include -I/usr/lib/ocaml -I/usr/lib/ocaml -DNUM_MPFR -c -o box_assignMPFR_debug.o box_assign.c gcc -Wcast-qual -Wswitch -Werror-implicit-function-declaration -Wall -Wextra -Wundef -Wbad-function-cast -Wcast-align -Wstrict-prototypes -Wno-unused -std=c99 -U__STRICT_ANSI__ -fPIC -g -O0 -UNDEBUG -I/tmp/apron-0.9.10/debian/tmp/usr/include -I../num -I../itv -I../apron -I../mlapronidl -I/usr/include -I/usr/include -I/usr/lib/ocaml -I/usr/lib/ocaml -DNUM_MPFR -c -o box_resizeMPFR_debug.o box_resize.c gcc -Wcast-qual -Wswitch -Werror-implicit-function-declaration -Wall -Wextra -Wundef -Wbad-function-cast -Wcast-align -Wstrict-prototypes -Wno-unused -std=c99 -U__STRICT_ANSI__ -fPIC -g -O0 -UNDEBUG -I/tmp/apron-0.9.10/debian/tmp/usr/include -I../num -I../itv -I../apron -I../mlapronidl -I/usr/include -I/usr/include -I/usr/lib/ocaml -I/usr/lib/ocaml -DNUM_MPFR -c -o box_otheropsMPFR_debug.o box_otherops.c ar rcs libboxMPFR_debug.a box_internalMPFR_debug.o box_representationMPFR_debug.o box_constructorMPFR_debug.o box_meetjoinMPFR_debug.o box_assignMPFR_debug.o box_resizeMPFR_debug.o box_otheropsMPFR_debug.o ranlib libboxMPFR_debug.a gcc -Wcast-qual -Wswitch -Werror-implicit-function-declaration -Wall -Wextra -Wundef -Wbad-function-cast -Wcast-align -Wstrict-prototypes -Wno-unused -std=c99 -U__STRICT_ANSI__ -fPIC -O3 -DNDEBUG -L../apron -lm -lgmp -lmpfr -lapron -shared -Wl,-soname,libboxMPFR.so.0 -o libboxMPFR.so box_internalMPFR.o box_representationMPFR.o box_constructorMPFR.o box_meetjoinMPFR.o box_assignMPFR.o box_resizeMPFR.o box_otheropsMPFR.o gcc -Wcast-qual -Wswitch -Werror-implicit-function-declaration -Wall -Wextra -Wundef -Wbad-function-cast -Wcast-align -Wstrict-prototypes -Wno-unused -std=c99 -U__STRICT_ANSI__ -fPIC -O3 -DNDEBUG -L../apron -lm -lgmp -lmpfr -lapron -shared -Wl,-soname,libboxMPFR_debug.so.0 -o libboxMPFR_debug.so box_internalMPFR_debug.o box_representationMPFR_debug.o box_constructorMPFR_debug.o box_meetjoinMPFR_debug.o box_assignMPFR_debug.o box_resizeMPFR_debug.o box_otheropsMPFR_debug.o make[4]: Leaving directory `/tmp/apron-0.9.10/apron/box' (cd octagons; make MPQ D) make[4]: Entering directory `/tmp/apron-0.9.10/apron/octagons' gcc -Wcast-qual -Wswitch -Werror-implicit-function-declaration -Wall -Wextra -Wundef -Wbad-function-cast -Wcast-align -Wstrict-prototypes -Wno-unused -std=c99 -U__STRICT_ANSI__ -fPIC -O3 -DNDEBUG -I/tmp/apron-0.9.10/debian/tmp/usr/include -I../newpolka -I../apron -I../mlapronidl -I../num -I../itv -I/usr/include -I/usr/include -I/usr/lib/ocaml -I/usr/lib/ocaml -DNUM_MPQ -I/usr/include -c -o oct_hmatMPQ.o oct_hmat.c gcc -Wcast-qual -Wswitch -Werror-implicit-function-declaration -Wall -Wextra -Wundef -Wbad-function-cast -Wcast-align -Wstrict-prototypes -Wno-unused -std=c99 -U__STRICT_ANSI__ -fPIC -O3 -DNDEBUG -I/tmp/apron-0.9.10/debian/tmp/usr/include -I../newpolka -I../apron -I../mlapronidl -I../num -I../itv -I/usr/include -I/usr/include -I/usr/lib/ocaml -I/usr/lib/ocaml -DNUM_MPQ -I/usr/include -c -o oct_printMPQ.o oct_print.c gcc -Wcast-qual -Wswitch -Werror-implicit-function-declaration -Wall -Wextra -Wundef -Wbad-function-cast -Wcast-align -Wstrict-prototypes -Wno-unused -std=c99 -U__STRICT_ANSI__ -fPIC -O3 -DNDEBUG -I/tmp/apron-0.9.10/debian/tmp/usr/include -I../newpolka -I../apron -I../mlapronidl -I../num -I../itv -I/usr/include -I/usr/include -I/usr/lib/ocaml -I/usr/lib/ocaml -DNUM_MPQ -I/usr/include -c -o oct_transferMPQ.o oct_transfer.c oct_transfer.c: In function 'oct_meet_tcons_array': oct_transfer.c:502:9: warning: passing argument 7 of 'ap_generic_meet_intlinearize_tcons_array' from incompatible pointer type [enabled by default] ../apron/ap_generic.h:84:1: note: expected 'void * (*)(struct ap_manager_t *, bool, void *, struct ap_lincons0_array_t *)' but argument is of type 'struct oct_t * (*)(struct ap_manager_t *, bool, struct oct_t *, struct ap_lincons0_array_t *)' gcc -Wcast-qual -Wswitch -Werror-implicit-function-declaration -Wall -Wextra -Wundef -Wbad-function-cast -Wcast-align -Wstrict-prototypes -Wno-unused -std=c99 -U__STRICT_ANSI__ -fPIC -O3 -DNDEBUG -I/tmp/apron-0.9.10/debian/tmp/usr/include -I../newpolka -I../apron -I../mlapronidl -I../num -I../itv -I/usr/include -I/usr/include -I/usr/lib/ocaml -I/usr/lib/ocaml -DNUM_MPQ -I/usr/include -c -o oct_closureMPQ.o oct_closure.c gcc -Wcast-qual -Wswitch -Werror-implicit-function-declaration -Wall -Wextra -Wundef -Wbad-function-cast -Wcast-align -Wstrict-prototypes -Wno-unused -std=c99 -U__STRICT_ANSI__ -fPIC -O3 -DNDEBUG -I/tmp/apron-0.9.10/debian/tmp/usr/include -I../newpolka -I../apron -I../mlapronidl -I../num -I../itv -I/usr/include -I/usr/include -I/usr/lib/ocaml -I/usr/lib/ocaml -DNUM_MPQ -I/usr/include -c -o oct_naryMPQ.o oct_nary.c gcc -Wcast-qual -Wswitch -Werror-implicit-function-declaration -Wall -Wextra -Wundef -Wbad-function-cast -Wcast-align -Wstrict-prototypes -Wno-unused -std=c99 -U__STRICT_ANSI__ -fPIC -O3 -DNDEBUG -I/tmp/apron-0.9.10/debian/tmp/usr/include -I../newpolka -I../apron -I../mlapronidl -I../num -I../itv -I/usr/include -I/usr/include -I/usr/lib/ocaml -I/usr/lib/ocaml -DNUM_MPQ -I/usr/include -c -o oct_representationMPQ.o oct_representation.c gcc -Wcast-qual -Wswitch -Werror-implicit-function-declaration -Wall -Wextra -Wundef -Wbad-function-cast -Wcast-align -Wstrict-prototypes -Wno-unused -std=c99 -U__STRICT_ANSI__ -fPIC -O3 -DNDEBUG -I/tmp/apron-0.9.10/debian/tmp/usr/include -I../newpolka -I../apron -I../mlapronidl -I../num -I../itv -I/usr/include -I/usr/include -I/usr/lib/ocaml -I/usr/lib/ocaml -DNUM_MPQ -I/usr/include -c -o oct_predicateMPQ.o oct_predicate.c gcc -Wcast-qual -Wswitch -Werror-implicit-function-declaration -Wall -Wextra -Wundef -Wbad-function-cast -Wcast-align -Wstrict-prototypes -Wno-unused -std=c99 -U__STRICT_ANSI__ -fPIC -O3 -DNDEBUG -I/tmp/apron-0.9.10/debian/tmp/usr/include -I../newpolka -I../apron -I../mlapronidl -I../num -I../itv -I/usr/include -I/usr/include -I/usr/lib/ocaml -I/usr/lib/ocaml -DNUM_MPQ -I/usr/include -c -o oct_resizeMPQ.o oct_resize.c ar rcs liboctMPQ.a oct_hmatMPQ.o oct_printMPQ.o oct_transferMPQ.o oct_closureMPQ.o oct_naryMPQ.o oct_representationMPQ.o oct_predicateMPQ.o oct_resizeMPQ.o ranlib liboctMPQ.a gcc -Wcast-qual -Wswitch -Werror-implicit-function-declaration -Wall -Wextra -Wundef -Wbad-function-cast -Wcast-align -Wstrict-prototypes -Wno-unused -std=c99 -U__STRICT_ANSI__ -fPIC -g -O0 -UNDEBUG -I/tmp/apron-0.9.10/debian/tmp/usr/include -I../newpolka -I../apron -I../mlapronidl -I../num -I../itv -I/usr/include -I/usr/include -I/usr/lib/ocaml -I/usr/lib/ocaml -DNUM_MPQ -I/usr/include -c -o oct_hmatMPQ_debug.o oct_hmat.c gcc -Wcast-qual -Wswitch -Werror-implicit-function-declaration -Wall -Wextra -Wundef -Wbad-function-cast -Wcast-align -Wstrict-prototypes -Wno-unused -std=c99 -U__STRICT_ANSI__ -fPIC -g -O0 -UNDEBUG -I/tmp/apron-0.9.10/debian/tmp/usr/include -I../newpolka -I../apron -I../mlapronidl -I../num -I../itv -I/usr/include -I/usr/include -I/usr/lib/ocaml -I/usr/lib/ocaml -DNUM_MPQ -I/usr/include -c -o oct_printMPQ_debug.o oct_print.c gcc -Wcast-qual -Wswitch -Werror-implicit-function-declaration -Wall -Wextra -Wundef -Wbad-function-cast -Wcast-align -Wstrict-prototypes -Wno-unused -std=c99 -U__STRICT_ANSI__ -fPIC -g -O0 -UNDEBUG -I/tmp/apron-0.9.10/debian/tmp/usr/include -I../newpolka -I../apron -I../mlapronidl -I../num -I../itv -I/usr/include -I/usr/include -I/usr/lib/ocaml -I/usr/lib/ocaml -DNUM_MPQ -I/usr/include -c -o oct_transferMPQ_debug.o oct_transfer.c oct_transfer.c: In function 'oct_meet_tcons_array': oct_transfer.c:502:9: warning: passing argument 7 of 'ap_generic_meet_intlinearize_tcons_array' from incompatible pointer type [enabled by default] ../apron/ap_generic.h:84:1: note: expected 'void * (*)(struct ap_manager_t *, bool, void *, struct ap_lincons0_array_t *)' but argument is of type 'struct oct_t * (*)(struct ap_manager_t *, bool, struct oct_t *, struct ap_lincons0_array_t *)' gcc -Wcast-qual -Wswitch -Werror-implicit-function-declaration -Wall -Wextra -Wundef -Wbad-function-cast -Wcast-align -Wstrict-prototypes -Wno-unused -std=c99 -U__STRICT_ANSI__ -fPIC -g -O0 -UNDEBUG -I/tmp/apron-0.9.10/debian/tmp/usr/include -I../newpolka -I../apron -I../mlapronidl -I../num -I../itv -I/usr/include -I/usr/include -I/usr/lib/ocaml -I/usr/lib/ocaml -DNUM_MPQ -I/usr/include -c -o oct_closureMPQ_debug.o oct_closure.c gcc -Wcast-qual -Wswitch -Werror-implicit-function-declaration -Wall -Wextra -Wundef -Wbad-function-cast -Wcast-align -Wstrict-prototypes -Wno-unused -std=c99 -U__STRICT_ANSI__ -fPIC -g -O0 -UNDEBUG -I/tmp/apron-0.9.10/debian/tmp/usr/include -I../newpolka -I../apron -I../mlapronidl -I../num -I../itv -I/usr/include -I/usr/include -I/usr/lib/ocaml -I/usr/lib/ocaml -DNUM_MPQ -I/usr/include -c -o oct_naryMPQ_debug.o oct_nary.c gcc -Wcast-qual -Wswitch -Werror-implicit-function-declaration -Wall -Wextra -Wundef -Wbad-function-cast -Wcast-align -Wstrict-prototypes -Wno-unused -std=c99 -U__STRICT_ANSI__ -fPIC -g -O0 -UNDEBUG -I/tmp/apron-0.9.10/debian/tmp/usr/include -I../newpolka -I../apron -I../mlapronidl -I../num -I../itv -I/usr/include -I/usr/include -I/usr/lib/ocaml -I/usr/lib/ocaml -DNUM_MPQ -I/usr/include -c -o oct_representationMPQ_debug.o oct_representation.c gcc -Wcast-qual -Wswitch -Werror-implicit-function-declaration -Wall -Wextra -Wundef -Wbad-function-cast -Wcast-align -Wstrict-prototypes -Wno-unused -std=c99 -U__STRICT_ANSI__ -fPIC -g -O0 -UNDEBUG -I/tmp/apron-0.9.10/debian/tmp/usr/include -I../newpolka -I../apron -I../mlapronidl -I../num -I../itv -I/usr/include -I/usr/include -I/usr/lib/ocaml -I/usr/lib/ocaml -DNUM_MPQ -I/usr/include -c -o oct_predicateMPQ_debug.o oct_predicate.c gcc -Wcast-qual -Wswitch -Werror-implicit-function-declaration -Wall -Wextra -Wundef -Wbad-function-cast -Wcast-align -Wstrict-prototypes -Wno-unused -std=c99 -U__STRICT_ANSI__ -fPIC -g -O0 -UNDEBUG -I/tmp/apron-0.9.10/debian/tmp/usr/include -I../newpolka -I../apron -I../mlapronidl -I../num -I../itv -I/usr/include -I/usr/include -I/usr/lib/ocaml -I/usr/lib/ocaml -DNUM_MPQ -I/usr/include -c -o oct_resizeMPQ_debug.o oct_resize.c ar rcs liboctMPQ_debug.a oct_hmatMPQ_debug.o oct_printMPQ_debug.o oct_transferMPQ_debug.o oct_closureMPQ_debug.o oct_naryMPQ_debug.o oct_representationMPQ_debug.o oct_predicateMPQ_debug.o oct_resizeMPQ_debug.o ranlib liboctMPQ_debug.a gcc -Wcast-qual -Wswitch -Werror-implicit-function-declaration -Wall -Wextra -Wundef -Wbad-function-cast -Wcast-align -Wstrict-prototypes -Wno-unused -std=c99 -U__STRICT_ANSI__ -fPIC -O3 -DNDEBUG -I/tmp/apron-0.9.10/debian/tmp/usr/include -I../newpolka -I../apron -I../mlapronidl -I../num -I../itv -I/usr/include -I/usr/include -I/usr/lib/ocaml -I/usr/lib/ocaml -DNUM_MPQ -I/usr/include -c -o oct_testMPQ.o oct_test.c gcc -Wcast-qual -Wswitch -Werror-implicit-function-declaration -Wall -Wextra -Wundef -Wbad-function-cast -Wcast-align -Wstrict-prototypes -Wno-unused -std=c99 -U__STRICT_ANSI__ -fPIC -g -O0 -UNDEBUG -I/tmp/apron-0.9.10/debian/tmp/usr/include -I../newpolka -I../apron -I../mlapronidl -I../num -I../itv -I/usr/include -I/usr/include -I/usr/lib/ocaml -I/usr/lib/ocaml -o octtestMPQ oct_testMPQ.o \ -L. -loctMPQ_debug \ -L../newpolka -lpolkaMPQ_debug \ -L../apron -lapron_debug \ -L/usr/lib -lmpfr \ -L/usr/lib -lgmp \ -lm /usr/bin/ld: warning: libapron.so.0, needed by ../newpolka/libpolkaMPQ_debug.so, not found (try using -rpath or -rpath-link) gcc -shared -L../apron -lm -lgmp -lmpfr -lapron -Wl,-soname,liboctMPQ.so.0 -o liboctMPQ.so oct_hmatMPQ.o oct_printMPQ.o oct_transferMPQ.o oct_closureMPQ.o oct_naryMPQ.o oct_representationMPQ.o oct_predicateMPQ.o oct_resizeMPQ.o gcc -shared -L../apron -lm -lgmp -lmpfr -lapron -Wl,-soname,liboctMPQ_debug.so.0 -o liboctMPQ_debug.so oct_hmatMPQ_debug.o oct_printMPQ_debug.o oct_transferMPQ_debug.o oct_closureMPQ_debug.o oct_naryMPQ_debug.o oct_representationMPQ_debug.o oct_predicateMPQ_debug.o oct_resizeMPQ_debug.o gcc -Wcast-qual -Wswitch -Werror-implicit-function-declaration -Wall -Wextra -Wundef -Wbad-function-cast -Wcast-align -Wstrict-prototypes -Wno-unused -std=c99 -U__STRICT_ANSI__ -fPIC -O3 -DNDEBUG -I/tmp/apron-0.9.10/debian/tmp/usr/include -I../newpolka -I../apron -I../mlapronidl -I../num -I../itv -I/usr/include -I/usr/include -I/usr/lib/ocaml -I/usr/lib/ocaml -DNUM_DOUBLE -c -o oct_hmatD.o oct_hmat.c gcc -Wcast-qual -Wswitch -Werror-implicit-function-declaration -Wall -Wextra -Wundef -Wbad-function-cast -Wcast-align -Wstrict-prototypes -Wno-unused -std=c99 -U__STRICT_ANSI__ -fPIC -O3 -DNDEBUG -I/tmp/apron-0.9.10/debian/tmp/usr/include -I../newpolka -I../apron -I../mlapronidl -I../num -I../itv -I/usr/include -I/usr/include -I/usr/lib/ocaml -I/usr/lib/ocaml -DNUM_DOUBLE -c -o oct_printD.o oct_print.c gcc -Wcast-qual -Wswitch -Werror-implicit-function-declaration -Wall -Wextra -Wundef -Wbad-function-cast -Wcast-align -Wstrict-prototypes -Wno-unused -std=c99 -U__STRICT_ANSI__ -fPIC -O3 -DNDEBUG -I/tmp/apron-0.9.10/debian/tmp/usr/include -I../newpolka -I../apron -I../mlapronidl -I../num -I../itv -I/usr/include -I/usr/include -I/usr/lib/ocaml -I/usr/lib/ocaml -DNUM_DOUBLE -c -o oct_transferD.o oct_transfer.c oct_transfer.c: In function 'oct_meet_tcons_array': oct_transfer.c:502:9: warning: passing argument 7 of 'ap_generic_meet_intlinearize_tcons_array' from incompatible pointer type [enabled by default] ../apron/ap_generic.h:84:1: note: expected 'void * (*)(struct ap_manager_t *, bool, void *, struct ap_lincons0_array_t *)' but argument is of type 'struct oct_t * (*)(struct ap_manager_t *, bool, struct oct_t *, struct ap_lincons0_array_t *)' gcc -Wcast-qual -Wswitch -Werror-implicit-function-declaration -Wall -Wextra -Wundef -Wbad-function-cast -Wcast-align -Wstrict-prototypes -Wno-unused -std=c99 -U__STRICT_ANSI__ -fPIC -O3 -DNDEBUG -I/tmp/apron-0.9.10/debian/tmp/usr/include -I../newpolka -I../apron -I../mlapronidl -I../num -I../itv -I/usr/include -I/usr/include -I/usr/lib/ocaml -I/usr/lib/ocaml -DNUM_DOUBLE -c -o oct_closureD.o oct_closure.c gcc -Wcast-qual -Wswitch -Werror-implicit-function-declaration -Wall -Wextra -Wundef -Wbad-function-cast -Wcast-align -Wstrict-prototypes -Wno-unused -std=c99 -U__STRICT_ANSI__ -fPIC -O3 -DNDEBUG -I/tmp/apron-0.9.10/debian/tmp/usr/include -I../newpolka -I../apron -I../mlapronidl -I../num -I../itv -I/usr/include -I/usr/include -I/usr/lib/ocaml -I/usr/lib/ocaml -DNUM_DOUBLE -c -o oct_naryD.o oct_nary.c gcc -Wcast-qual -Wswitch -Werror-implicit-function-declaration -Wall -Wextra -Wundef -Wbad-function-cast -Wcast-align -Wstrict-prototypes -Wno-unused -std=c99 -U__STRICT_ANSI__ -fPIC -O3 -DNDEBUG -I/tmp/apron-0.9.10/debian/tmp/usr/include -I../newpolka -I../apron -I../mlapronidl -I../num -I../itv -I/usr/include -I/usr/include -I/usr/lib/ocaml -I/usr/lib/ocaml -DNUM_DOUBLE -c -o oct_representationD.o oct_representation.c gcc -Wcast-qual -Wswitch -Werror-implicit-function-declaration -Wall -Wextra -Wundef -Wbad-function-cast -Wcast-align -Wstrict-prototypes -Wno-unused -std=c99 -U__STRICT_ANSI__ -fPIC -O3 -DNDEBUG -I/tmp/apron-0.9.10/debian/tmp/usr/include -I../newpolka -I../apron -I../mlapronidl -I../num -I../itv -I/usr/include -I/usr/include -I/usr/lib/ocaml -I/usr/lib/ocaml -DNUM_DOUBLE -c -o oct_predicateD.o oct_predicate.c gcc -Wcast-qual -Wswitch -Werror-implicit-function-declaration -Wall -Wextra -Wundef -Wbad-function-cast -Wcast-align -Wstrict-prototypes -Wno-unused -std=c99 -U__STRICT_ANSI__ -fPIC -O3 -DNDEBUG -I/tmp/apron-0.9.10/debian/tmp/usr/include -I../newpolka -I../apron -I../mlapronidl -I../num -I../itv -I/usr/include -I/usr/include -I/usr/lib/ocaml -I/usr/lib/ocaml -DNUM_DOUBLE -c -o oct_resizeD.o oct_resize.c ar rcs liboctD.a oct_hmatD.o oct_printD.o oct_transferD.o oct_closureD.o oct_naryD.o oct_representationD.o oct_predicateD.o oct_resizeD.o ranlib liboctD.a gcc -Wcast-qual -Wswitch -Werror-implicit-function-declaration -Wall -Wextra -Wundef -Wbad-function-cast -Wcast-align -Wstrict-prototypes -Wno-unused -std=c99 -U__STRICT_ANSI__ -fPIC -O3 -DNDEBUG -I/tmp/apron-0.9.10/debian/tmp/usr/include -I../newpolka -I../apron -I../mlapronidl -I../num -I../itv -I/usr/include -I/usr/include -I/usr/lib/ocaml -I/usr/lib/ocaml -DNUM_DOUBLE -c -o oct_hmatD_debug.o oct_hmat.c gcc -Wcast-qual -Wswitch -Werror-implicit-function-declaration -Wall -Wextra -Wundef -Wbad-function-cast -Wcast-align -Wstrict-prototypes -Wno-unused -std=c99 -U__STRICT_ANSI__ -fPIC -O3 -DNDEBUG -I/tmp/apron-0.9.10/debian/tmp/usr/include -I../newpolka -I../apron -I../mlapronidl -I../num -I../itv -I/usr/include -I/usr/include -I/usr/lib/ocaml -I/usr/lib/ocaml -DNUM_DOUBLE -c -o oct_printD_debug.o oct_print.c gcc -Wcast-qual -Wswitch -Werror-implicit-function-declaration -Wall -Wextra -Wundef -Wbad-function-cast -Wcast-align -Wstrict-prototypes -Wno-unused -std=c99 -U__STRICT_ANSI__ -fPIC -O3 -DNDEBUG -I/tmp/apron-0.9.10/debian/tmp/usr/include -I../newpolka -I../apron -I../mlapronidl -I../num -I../itv -I/usr/include -I/usr/include -I/usr/lib/ocaml -I/usr/lib/ocaml -DNUM_DOUBLE -c -o oct_transferD_debug.o oct_transfer.c oct_transfer.c: In function 'oct_meet_tcons_array': oct_transfer.c:502:9: warning: passing argument 7 of 'ap_generic_meet_intlinearize_tcons_array' from incompatible pointer type [enabled by default] ../apron/ap_generic.h:84:1: note: expected 'void * (*)(struct ap_manager_t *, bool, void *, struct ap_lincons0_array_t *)' but argument is of type 'struct oct_t * (*)(struct ap_manager_t *, bool, struct oct_t *, struct ap_lincons0_array_t *)' gcc -Wcast-qual -Wswitch -Werror-implicit-function-declaration -Wall -Wextra -Wundef -Wbad-function-cast -Wcast-align -Wstrict-prototypes -Wno-unused -std=c99 -U__STRICT_ANSI__ -fPIC -O3 -DNDEBUG -I/tmp/apron-0.9.10/debian/tmp/usr/include -I../newpolka -I../apron -I../mlapronidl -I../num -I../itv -I/usr/include -I/usr/include -I/usr/lib/ocaml -I/usr/lib/ocaml -DNUM_DOUBLE -c -o oct_closureD_debug.o oct_closure.c gcc -Wcast-qual -Wswitch -Werror-implicit-function-declaration -Wall -Wextra -Wundef -Wbad-function-cast -Wcast-align -Wstrict-prototypes -Wno-unused -std=c99 -U__STRICT_ANSI__ -fPIC -O3 -DNDEBUG -I/tmp/apron-0.9.10/debian/tmp/usr/include -I../newpolka -I../apron -I../mlapronidl -I../num -I../itv -I/usr/include -I/usr/include -I/usr/lib/ocaml -I/usr/lib/ocaml -DNUM_DOUBLE -c -o oct_naryD_debug.o oct_nary.c gcc -Wcast-qual -Wswitch -Werror-implicit-function-declaration -Wall -Wextra -Wundef -Wbad-function-cast -Wcast-align -Wstrict-prototypes -Wno-unused -std=c99 -U__STRICT_ANSI__ -fPIC -O3 -DNDEBUG -I/tmp/apron-0.9.10/debian/tmp/usr/include -I../newpolka -I../apron -I../mlapronidl -I../num -I../itv -I/usr/include -I/usr/include -I/usr/lib/ocaml -I/usr/lib/ocaml -DNUM_DOUBLE -c -o oct_representationD_debug.o oct_representation.c gcc -Wcast-qual -Wswitch -Werror-implicit-function-declaration -Wall -Wextra -Wundef -Wbad-function-cast -Wcast-align -Wstrict-prototypes -Wno-unused -std=c99 -U__STRICT_ANSI__ -fPIC -O3 -DNDEBUG -I/tmp/apron-0.9.10/debian/tmp/usr/include -I../newpolka -I../apron -I../mlapronidl -I../num -I../itv -I/usr/include -I/usr/include -I/usr/lib/ocaml -I/usr/lib/ocaml -DNUM_DOUBLE -c -o oct_predicateD_debug.o oct_predicate.c gcc -Wcast-qual -Wswitch -Werror-implicit-function-declaration -Wall -Wextra -Wundef -Wbad-function-cast -Wcast-align -Wstrict-prototypes -Wno-unused -std=c99 -U__STRICT_ANSI__ -fPIC -O3 -DNDEBUG -I/tmp/apron-0.9.10/debian/tmp/usr/include -I../newpolka -I../apron -I../mlapronidl -I../num -I../itv -I/usr/include -I/usr/include -I/usr/lib/ocaml -I/usr/lib/ocaml -DNUM_DOUBLE -c -o oct_resizeD_debug.o oct_resize.c ar rcs liboctD_debug.a oct_hmatD_debug.o oct_printD_debug.o oct_transferD_debug.o oct_closureD_debug.o oct_naryD_debug.o oct_representationD_debug.o oct_predicateD_debug.o oct_resizeD_debug.o ranlib liboctD_debug.a gcc -Wcast-qual -Wswitch -Werror-implicit-function-declaration -Wall -Wextra -Wundef -Wbad-function-cast -Wcast-align -Wstrict-prototypes -Wno-unused -std=c99 -U__STRICT_ANSI__ -fPIC -O3 -DNDEBUG -I/tmp/apron-0.9.10/debian/tmp/usr/include -I../newpolka -I../apron -I../mlapronidl -I../num -I../itv -I/usr/include -I/usr/include -I/usr/lib/ocaml -I/usr/lib/ocaml -DNUM_DOUBLE -c -o oct_testD.o oct_test.c gcc -Wcast-qual -Wswitch -Werror-implicit-function-declaration -Wall -Wextra -Wundef -Wbad-function-cast -Wcast-align -Wstrict-prototypes -Wno-unused -std=c99 -U__STRICT_ANSI__ -fPIC -g -O0 -UNDEBUG -I/tmp/apron-0.9.10/debian/tmp/usr/include -I../newpolka -I../apron -I../mlapronidl -I../num -I../itv -I/usr/include -I/usr/include -I/usr/lib/ocaml -I/usr/lib/ocaml -o octtestD oct_testD.o \ -L. -loctD_debug \ -L../newpolka -lpolkaMPQ_debug \ -L../apron -lapron_debug \ -L/usr/lib -lmpfr \ -L/usr/lib -lgmp \ -lm /usr/bin/ld: warning: libapron.so.0, needed by ../newpolka/libpolkaMPQ_debug.so, not found (try using -rpath or -rpath-link) gcc -shared -L../apron -lm -lgmp -lmpfr -lapron -Wl,-soname,liboctD.so.0 -o liboctD.so oct_hmatD.o oct_printD.o oct_transferD.o oct_closureD.o oct_naryD.o oct_representationD.o oct_predicateD.o oct_resizeD.o gcc -shared -L../apron -lm -lgmp -lmpfr -lapron -Wl,-soname,liboctD_debug.so.0 -o liboctD_debug.so oct_hmatD_debug.o oct_printD_debug.o oct_transferD_debug.o oct_closureD_debug.o oct_naryD_debug.o oct_representationD_debug.o oct_predicateD_debug.o oct_resizeD_debug.o make[4]: Leaving directory `/tmp/apron-0.9.10/apron/octagons' (cd ppl; make) make[4]: Entering directory `/tmp/apron-0.9.10/apron/ppl' g++ -Wcast-qual -Wswitch -Wall -Wextra -Wundef -Wcast-align -Wno-unused -fPIC -O3 -DNDEBUG -I../newpolka -I/tmp/apron-0.9.10/debian/tmp/usr/include -I../apron -I../mlapronidl -I../num -I../itv -I/usr/include -I/usr/include -I/usr/include -I/usr/lib/ocaml -I/usr/lib/ocaml -c -o ppl_user.o ppl_user.cc g++ -Wcast-qual -Wswitch -Wall -Wextra -Wundef -Wcast-align -Wno-unused -fPIC -O3 -DNDEBUG -I../newpolka -I/tmp/apron-0.9.10/debian/tmp/usr/include -I../apron -I../mlapronidl -I../num -I../itv -I/usr/include -I/usr/include -I/usr/include -I/usr/lib/ocaml -I/usr/lib/ocaml -c -o ppl_poly.o ppl_poly.cc ppl_poly.cc: In function 'ap_manager_t* ap_ppl_poly_manager_alloc(bool)': ppl_poly.cc:1219:68: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings] g++ -Wcast-qual -Wswitch -Wall -Wextra -Wundef -Wcast-align -Wno-unused -fPIC -O3 -DNDEBUG -I../newpolka -I/tmp/apron-0.9.10/debian/tmp/usr/include -I../apron -I../mlapronidl -I../num -I../itv -I/usr/include -I/usr/include -I/usr/include -I/usr/lib/ocaml -I/usr/lib/ocaml -c -o ppl_grid.o ppl_grid.cc ppl_grid.cc: In function 'ap_manager_t* ap_ppl_grid_manager_alloc()': ppl_grid.cc:1246:26: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings] ppl_grid.cc:1246:26: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings] ar rcs libap_ppl.a ppl_user.o ppl_poly.o ppl_grid.o ranlib libap_ppl.a g++ -Wcast-qual -Wswitch -Wall -Wextra -Wundef -Wcast-align -Wno-unused -fPIC -g -O0 -UNDEBUG -I../newpolka -I/tmp/apron-0.9.10/debian/tmp/usr/include -I../apron -I../mlapronidl -I../num -I../itv -I/usr/include -I/usr/include -I/usr/include -I/usr/lib/ocaml -I/usr/lib/ocaml -c -o ppl_user_debug.o ppl_user.cc g++ -Wcast-qual -Wswitch -Wall -Wextra -Wundef -Wcast-align -Wno-unused -fPIC -g -O0 -UNDEBUG -I../newpolka -I/tmp/apron-0.9.10/debian/tmp/usr/include -I../apron -I../mlapronidl -I../num -I../itv -I/usr/include -I/usr/include -I/usr/include -I/usr/lib/ocaml -I/usr/lib/ocaml -c -o ppl_poly_debug.o ppl_poly.cc ppl_poly.cc: In function 'ap_manager_t* ap_ppl_poly_manager_alloc(bool)': ppl_poly.cc:1219:68: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings] g++ -Wcast-qual -Wswitch -Wall -Wextra -Wundef -Wcast-align -Wno-unused -fPIC -g -O0 -UNDEBUG -I../newpolka -I/tmp/apron-0.9.10/debian/tmp/usr/include -I../apron -I../mlapronidl -I../num -I../itv -I/usr/include -I/usr/include -I/usr/include -I/usr/lib/ocaml -I/usr/lib/ocaml -c -o ppl_grid_debug.o ppl_grid.cc ppl_grid.cc: In function 'ap_manager_t* ap_ppl_grid_manager_alloc()': ppl_grid.cc:1246:26: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings] ppl_grid.cc:1246:26: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings] ar rcs libap_ppl_debug.a ppl_user_debug.o ppl_poly_debug.o ppl_grid_debug.o ranlib libap_ppl_debug.a gcc -Wcast-qual -Wswitch -Werror-implicit-function-declaration -Wall -Wextra -Wundef -Wbad-function-cast -Wcast-align -Wstrict-prototypes -Wno-unused -std=c99 -U__STRICT_ANSI__ -fPIC -g -O0 -UNDEBUG -I/tmp/apron-0.9.10/debian/tmp/usr/include -I../newpolka -I../apron -I../mlapronidl -I../num -I../itv -I/usr/include -I/usr/include -I/usr/include -I/usr/lib/ocaml -I/usr/lib/ocaml -c -o ppl_test_debug.o ppl_test.c g++ -Wcast-qual -Wswitch -Wall -Wextra -Wundef -Wcast-align -Wno-unused -fPIC -O3 -DNDEBUG -o ap_ppl_test ppl_test_debug.o \ -L. -lap_ppl_debug \ -L../newpolka -L/tmp/apron-0.9.10/debian/tmp/usr/lib -lpolkaMPQ_debug \ -L../apron -L/tmp/apron-0.9.10/debian/tmp/usr/lib -lapron \ -L/usr/lib -lppl \ -L/usr/lib -L/usr/lib -lgmpxx -lmpfr -lgmp -lm g++ -Wcast-qual -Wswitch -Wall -Wextra -Wundef -Wcast-align -Wno-unused -fPIC -O3 -DNDEBUG -L../apron -lgmp -lapron -shared -Wl,-soname,libap_ppl.so.0 -o libap_ppl.so ppl_user.o ppl_poly.o ppl_grid.o -lppl -L/usr/lib -L/usr/lib g++ -Wcast-qual -Wswitch -Wall -Wextra -Wundef -Wcast-align -Wno-unused -fPIC -g -O0 -UNDEBUG -shared -Wl,-soname,libap_ppl_debug.so.0 -o libap_ppl_debug.so ppl_user_debug.o ppl_poly_debug.o ppl_grid_debug.o -lppl -lgmpxx -L/usr/lib -L/usr/lib make[4]: Leaving directory `/tmp/apron-0.9.10/apron/ppl' (cd products; make) make[4]: Entering directory `/tmp/apron-0.9.10/apron/products' gcc -Wcast-qual -Wswitch -Werror-implicit-function-declaration -Wall -Wextra -Wundef -Wbad-function-cast -Wcast-align -Wstrict-prototypes -Wno-unused -std=c99 -U__STRICT_ANSI__ -fPIC -O3 -DNDEBUG -I/tmp/apron-0.9.10/debian/tmp/usr/include -I../apron -I../num -I../itv -I../newpolka -I../ppl -I../mlapronidl -I/usr/include -I/usr/include -I/usr/lib/ocaml -I/usr/lib/ocaml -DNUM_MPQ -c -o ap_pkgrid.o ap_pkgrid.c ar rcs libap_pkgrid.a ap_pkgrid.o ranlib libap_pkgrid.a gcc -Wcast-qual -Wswitch -Werror-implicit-function-declaration -Wall -Wextra -Wundef -Wbad-function-cast -Wcast-align -Wstrict-prototypes -Wno-unused -std=c99 -U__STRICT_ANSI__ -fPIC -g -O0 -UNDEBUG -I/tmp/apron-0.9.10/debian/tmp/usr/include -I../apron -I../num -I../itv -I../newpolka -I../ppl -I../mlapronidl -I/usr/include -I/usr/include -I/usr/lib/ocaml -I/usr/lib/ocaml -DNUM_MPQ -c -o ap_pkgrid_debug.o ap_pkgrid.c ar rcs libap_pkgrid_debug.a ap_pkgrid_debug.o ranlib libap_pkgrid_debug.a g++ -Wcast-qual -Wswitch -Wall -Wextra -Wundef -Wcast-align -Wno-unused -fPIC -O3 -DNDEBUG -L../apron -L../ppl -L../newpolka -lgmp -lapron -lap_ppl -lpolkaMPQ -shared -Wl,-soname,libap_pkgrid.so.0 -o libap_pkgrid.so ap_pkgrid.o g++ -Wcast-qual -Wswitch -Wall -Wextra -Wundef -Wcast-align -Wno-unused -fPIC -g -O0 -UNDEBUG -shared -Wl,-soname,libap_pkgrid_debug.so.0 -o libap_pkgrid_debug.so ap_pkgrid_debug.o make[4]: Leaving directory `/tmp/apron-0.9.10/apron/products' (cd mlapronidl; make all) make[4]: Entering directory `/tmp/apron-0.9.10/apron/mlapronidl' /usr/bin/ocamlc.opt -g -I /tmp/apron-0.9.10/debian/tmp/usr/lib -c scalar.mli /usr/bin/ocamlc.opt -g -I /tmp/apron-0.9.10/debian/tmp/usr/lib -c scalar.ml /usr/bin/ocamlc.opt -g -I /tmp/apron-0.9.10/debian/tmp/usr/lib -c interval.mli /usr/bin/ocamlc.opt -g -I /tmp/apron-0.9.10/debian/tmp/usr/lib -c interval.ml /usr/bin/ocamlc.opt -g -I /tmp/apron-0.9.10/debian/tmp/usr/lib -c coeff.mli /usr/bin/ocamlc.opt -g -I /tmp/apron-0.9.10/debian/tmp/usr/lib -c coeff.ml /usr/bin/ocamlc.opt -g -I /tmp/apron-0.9.10/debian/tmp/usr/lib -c dim.mli /usr/bin/ocamlc.opt -g -I /tmp/apron-0.9.10/debian/tmp/usr/lib -c dim.ml /usr/bin/ocamlc.opt -g -I /tmp/apron-0.9.10/debian/tmp/usr/lib -c linexpr0.mli /usr/bin/ocamlc.opt -g -I /tmp/apron-0.9.10/debian/tmp/usr/lib -c linexpr0.ml /usr/bin/ocamlc.opt -g -I /tmp/apron-0.9.10/debian/tmp/usr/lib -c lincons0.mli /usr/bin/ocamlc.opt -g -I /tmp/apron-0.9.10/debian/tmp/usr/lib -c lincons0.ml /usr/bin/ocamlc.opt -g -I /tmp/apron-0.9.10/debian/tmp/usr/lib -c generator0.mli /usr/bin/ocamlc.opt -g -I /tmp/apron-0.9.10/debian/tmp/usr/lib -c generator0.ml /usr/bin/ocamlc.opt -g -I /tmp/apron-0.9.10/debian/tmp/usr/lib -c texpr0.mli /usr/bin/ocamlc.opt -g -I /tmp/apron-0.9.10/debian/tmp/usr/lib -c texpr0.ml /usr/bin/ocamlc.opt -g -I /tmp/apron-0.9.10/debian/tmp/usr/lib -c tcons0.mli /usr/bin/ocamlc.opt -g -I /tmp/apron-0.9.10/debian/tmp/usr/lib -c tcons0.ml /usr/bin/ocamlc.opt -g -I /tmp/apron-0.9.10/debian/tmp/usr/lib -c manager.mli /usr/bin/ocamlc.opt -g -I /tmp/apron-0.9.10/debian/tmp/usr/lib -c manager.ml /usr/bin/ocamlc.opt -g -I /tmp/apron-0.9.10/debian/tmp/usr/lib -c abstract0.mli /usr/bin/ocamlc.opt -g -I /tmp/apron-0.9.10/debian/tmp/usr/lib -c abstract0.ml /usr/bin/ocamlc.opt -g -I /tmp/apron-0.9.10/debian/tmp/usr/lib -c var.mli /usr/bin/ocamlc.opt -g -I /tmp/apron-0.9.10/debian/tmp/usr/lib -c var.ml /usr/bin/ocamlc.opt -g -I /tmp/apron-0.9.10/debian/tmp/usr/lib -c environment.mli /usr/bin/ocamlc.opt -g -I /tmp/apron-0.9.10/debian/tmp/usr/lib -c environment.ml /usr/bin/ocamlc.opt -g -I /tmp/apron-0.9.10/debian/tmp/usr/lib -c linexpr1.mli /usr/bin/ocamlc.opt -g -I /tmp/apron-0.9.10/debian/tmp/usr/lib -c linexpr1.ml /usr/bin/ocamlc.opt -g -I /tmp/apron-0.9.10/debian/tmp/usr/lib -c lincons1.mli /usr/bin/ocamlc.opt -g -I /tmp/apron-0.9.10/debian/tmp/usr/lib -c lincons1.ml /usr/bin/ocamlc.opt -g -I /tmp/apron-0.9.10/debian/tmp/usr/lib -c generator1.mli /usr/bin/ocamlc.opt -g -I /tmp/apron-0.9.10/debian/tmp/usr/lib -c generator1.ml /usr/bin/ocamlc.opt -g -I /tmp/apron-0.9.10/debian/tmp/usr/lib -c texpr1.mli /usr/bin/ocamlc.opt -g -I /tmp/apron-0.9.10/debian/tmp/usr/lib -c texpr1.ml /usr/bin/ocamlc.opt -g -I /tmp/apron-0.9.10/debian/tmp/usr/lib -c tcons1.mli /usr/bin/ocamlc.opt -g -I /tmp/apron-0.9.10/debian/tmp/usr/lib -c tcons1.ml /usr/bin/ocamlc.opt -g -I /tmp/apron-0.9.10/debian/tmp/usr/lib -c abstract1.mli /usr/bin/ocamlc.opt -g -I /tmp/apron-0.9.10/debian/tmp/usr/lib -c abstract1.ml /usr/bin/ocamlyacc apron_parser.mly /usr/bin/ocamlc.opt -g -I /tmp/apron-0.9.10/debian/tmp/usr/lib -c apron_parser.mli /usr/bin/ocamlc.opt -g -I /tmp/apron-0.9.10/debian/tmp/usr/lib -c apron_parser.ml /usr/bin/ocamllex.opt apron_lexer.mll 109 states, 2288 transitions, table size 9806 bytes /usr/bin/ocamlc.opt -g -I /tmp/apron-0.9.10/debian/tmp/usr/lib -c apron_lexer.mli /usr/bin/ocamlc.opt -g -I /tmp/apron-0.9.10/debian/tmp/usr/lib -c apron_lexer.ml /usr/bin/ocamlc.opt -g -I /tmp/apron-0.9.10/debian/tmp/usr/lib -c parser.mli /usr/bin/ocamlc.opt -g -I /tmp/apron-0.9.10/debian/tmp/usr/lib -c parser.ml /usr/bin/ocamlc.opt -g -I /tmp/apron-0.9.10/debian/tmp/usr/lib -pack -o apron.cmi scalar.cmo interval.cmo coeff.cmo dim.cmo linexpr0.cmo lincons0.cmo generator0.cmo texpr0.cmo tcons0.cmo manager.cmo abstract0.cmo var.cmo environment.cmo linexpr1.cmo lincons1.cmo generator1.cmo texpr1.cmo tcons1.cmo abstract1.cmo apron_parser.cmo apron_lexer.cmo parser.cmo /usr/bin/ocamlc.opt -g -I /tmp/apron-0.9.10/debian/tmp/usr/lib -pack -o apron.cmo scalar.cmo interval.cmo coeff.cmo dim.cmo linexpr0.cmo lincons0.cmo generator0.cmo texpr0.cmo tcons0.cmo manager.cmo abstract0.cmo var.cmo environment.cmo linexpr1.cmo lincons1.cmo generator1.cmo texpr1.cmo tcons1.cmo abstract1.cmo apron_parser.cmo apron_lexer.cmo parser.cmo gcc -Wcast-qual -Wswitch -Werror-implicit-function-declaration -Wall -Wextra -Wundef -Wbad-function-cast -Wcast-align -Wstrict-prototypes -Wno-unused -std=c99 -U__STRICT_ANSI__ -fPIC -O3 -DNDEBUG -I/tmp/apron-0.9.10/debian/tmp/usr/include -I../apron -I/usr/include -I/usr/include -I/usr/lib/ocaml -I/usr/lib/ocaml -fPIC -c apron_caml.c In file included from apron_caml.c:8:0: apron_caml.h:94:86: warning: 'struct camlidl_ctx_struct' declared inside parameter list [enabled by default] apron_caml.h:94:86: warning: its scope is only this definition or declaration, which is probably not what you want [enabled by default] apron_caml.h:95:76: warning: 'struct camlidl_ctx_struct' declared inside parameter list [enabled by default] apron_caml.h:200:82: warning: 'struct camlidl_ctx_struct' declared inside parameter list [enabled by default] apron_caml.c:87:1: warning: missing initializer [-Wmissing-field-initializers] apron_caml.c:87:1: warning: (near initialization for 'camlidl_apron_custom_linexpr0_ptr.compare_ext') [-Wmissing-field-initializers] apron_caml.c:121:1: warning: missing initializer [-Wmissing-field-initializers] apron_caml.c:121:1: warning: (near initialization for 'camlidl_apron_custom_texpr0_ptr.compare_ext') [-Wmissing-field-initializers] apron_caml.c:152:1: warning: missing initializer [-Wmissing-field-initializers] apron_caml.c:152:1: warning: (near initialization for 'camlidl_apron_custom_manager_ptr.compare_ext') [-Wmissing-field-initializers] apron_caml.c:265:1: warning: missing initializer [-Wmissing-field-initializers] apron_caml.c:265:1: warning: (near initialization for 'camlidl_apron_custom_abstract0_ptr.compare_ext') [-Wmissing-field-initializers] apron_caml.c:320:1: warning: missing initializer [-Wmissing-field-initializers] apron_caml.c:320:1: warning: (near initialization for 'camlidl_apron_custom_var_ptr.compare_ext') [-Wmissing-field-initializers] apron_caml.c:360:1: warning: missing initializer [-Wmissing-field-initializers] apron_caml.c:360:1: warning: (near initialization for 'camlidl_apron_custom_environment_ptr.compare_ext') [-Wmissing-field-initializers] gcc -Wcast-qual -Wswitch -Werror-implicit-function-declaration -Wall -Wextra -Wundef -Wbad-function-cast -Wcast-align -Wstrict-prototypes -Wno-unused -std=c99 -U__STRICT_ANSI__ -fPIC -O3 -DNDEBUG -I/tmp/apron-0.9.10/debian/tmp/usr/include -I../apron -I/usr/include -I/usr/include -I/usr/lib/ocaml -I/usr/lib/ocaml -fPIC -c scalar_caml.c gcc -Wcast-qual -Wswitch -Werror-implicit-function-declaration -Wall -Wextra -Wundef -Wbad-function-cast -Wcast-align -Wstrict-prototypes -Wno-unused -std=c99 -U__STRICT_ANSI__ -fPIC -O3 -DNDEBUG -I/tmp/apron-0.9.10/debian/tmp/usr/include -I../apron -I/usr/include -I/usr/include -I/usr/lib/ocaml -I/usr/lib/ocaml -fPIC -c interval_caml.c gcc -Wcast-qual -Wswitch -Werror-implicit-function-declaration -Wall -Wextra -Wundef -Wbad-function-cast -Wcast-align -Wstrict-prototypes -Wno-unused -std=c99 -U__STRICT_ANSI__ -fPIC -O3 -DNDEBUG -I/tmp/apron-0.9.10/debian/tmp/usr/include -I../apron -I/usr/include -I/usr/include -I/usr/lib/ocaml -I/usr/lib/ocaml -fPIC -c coeff_caml.c gcc -Wcast-qual -Wswitch -Werror-implicit-function-declaration -Wall -Wextra -Wundef -Wbad-function-cast -Wcast-align -Wstrict-prototypes -Wno-unused -std=c99 -U__STRICT_ANSI__ -fPIC -O3 -DNDEBUG -I/tmp/apron-0.9.10/debian/tmp/usr/include -I../apron -I/usr/include -I/usr/include -I/usr/lib/ocaml -I/usr/lib/ocaml -fPIC -c dim_caml.c gcc -Wcast-qual -Wswitch -Werror-implicit-function-declaration -Wall -Wextra -Wundef -Wbad-function-cast -Wcast-align -Wstrict-prototypes -Wno-unused -std=c99 -U__STRICT_ANSI__ -fPIC -O3 -DNDEBUG -I/tmp/apron-0.9.10/debian/tmp/usr/include -I../apron -I/usr/include -I/usr/include -I/usr/lib/ocaml -I/usr/lib/ocaml -fPIC -c linexpr0_caml.c gcc -Wcast-qual -Wswitch -Werror-implicit-function-declaration -Wall -Wextra -Wundef -Wbad-function-cast -Wcast-align -Wstrict-prototypes -Wno-unused -std=c99 -U__STRICT_ANSI__ -fPIC -O3 -DNDEBUG -I/tmp/apron-0.9.10/debian/tmp/usr/include -I../apron -I/usr/include -I/usr/include -I/usr/lib/ocaml -I/usr/lib/ocaml -fPIC -c lincons0_caml.c gcc -Wcast-qual -Wswitch -Werror-implicit-function-declaration -Wall -Wextra -Wundef -Wbad-function-cast -Wcast-align -Wstrict-prototypes -Wno-unused -std=c99 -U__STRICT_ANSI__ -fPIC -O3 -DNDEBUG -I/tmp/apron-0.9.10/debian/tmp/usr/include -I../apron -I/usr/include -I/usr/include -I/usr/lib/ocaml -I/usr/lib/ocaml -fPIC -c generator0_caml.c gcc -Wcast-qual -Wswitch -Werror-implicit-function-declaration -Wall -Wextra -Wundef -Wbad-function-cast -Wcast-align -Wstrict-prototypes -Wno-unused -std=c99 -U__STRICT_ANSI__ -fPIC -O3 -DNDEBUG -I/tmp/apron-0.9.10/debian/tmp/usr/include -I../apron -I/usr/include -I/usr/include -I/usr/lib/ocaml -I/usr/lib/ocaml -fPIC -c texpr0_caml.c gcc -Wcast-qual -Wswitch -Werror-implicit-function-declaration -Wall -Wextra -Wundef -Wbad-function-cast -Wcast-align -Wstrict-prototypes -Wno-unused -std=c99 -U__STRICT_ANSI__ -fPIC -O3 -DNDEBUG -I/tmp/apron-0.9.10/debian/tmp/usr/include -I../apron -I/usr/include -I/usr/include -I/usr/lib/ocaml -I/usr/lib/ocaml -fPIC -c tcons0_caml.c gcc -Wcast-qual -Wswitch -Werror-implicit-function-declaration -Wall -Wextra -Wundef -Wbad-function-cast -Wcast-align -Wstrict-prototypes -Wno-unused -std=c99 -U__STRICT_ANSI__ -fPIC -O3 -DNDEBUG -I/tmp/apron-0.9.10/debian/tmp/usr/include -I../apron -I/usr/include -I/usr/include -I/usr/lib/ocaml -I/usr/lib/ocaml -fPIC -c manager_caml.c gcc -Wcast-qual -Wswitch -Werror-implicit-function-declaration -Wall -Wextra -Wundef -Wbad-function-cast -Wcast-align -Wstrict-prototypes -Wno-unused -std=c99 -U__STRICT_ANSI__ -fPIC -O3 -DNDEBUG -I/tmp/apron-0.9.10/debian/tmp/usr/include -I../apron -I/usr/include -I/usr/include -I/usr/lib/ocaml -I/usr/lib/ocaml -fPIC -c abstract0_caml.c gcc -Wcast-qual -Wswitch -Werror-implicit-function-declaration -Wall -Wextra -Wundef -Wbad-function-cast -Wcast-align -Wstrict-prototypes -Wno-unused -std=c99 -U__STRICT_ANSI__ -fPIC -O3 -DNDEBUG -I/tmp/apron-0.9.10/debian/tmp/usr/include -I../apron -I/usr/include -I/usr/include -I/usr/lib/ocaml -I/usr/lib/ocaml -fPIC -c var_caml.c gcc -Wcast-qual -Wswitch -Werror-implicit-function-declaration -Wall -Wextra -Wundef -Wbad-function-cast -Wcast-align -Wstrict-prototypes -Wno-unused -std=c99 -U__STRICT_ANSI__ -fPIC -O3 -DNDEBUG -I/tmp/apron-0.9.10/debian/tmp/usr/include -I../apron -I/usr/include -I/usr/include -I/usr/lib/ocaml -I/usr/lib/ocaml -fPIC -c environment_caml.c gcc -Wcast-qual -Wswitch -Werror-implicit-function-declaration -Wall -Wextra -Wundef -Wbad-function-cast -Wcast-align -Wstrict-prototypes -Wno-unused -std=c99 -U__STRICT_ANSI__ -fPIC -O3 -DNDEBUG -I/tmp/apron-0.9.10/debian/tmp/usr/include -I../apron -I/usr/include -I/usr/include -I/usr/lib/ocaml -I/usr/lib/ocaml -fPIC -c linexpr1_caml.c gcc -Wcast-qual -Wswitch -Werror-implicit-function-declaration -Wall -Wextra -Wundef -Wbad-function-cast -Wcast-align -Wstrict-prototypes -Wno-unused -std=c99 -U__STRICT_ANSI__ -fPIC -O3 -DNDEBUG -I/tmp/apron-0.9.10/debian/tmp/usr/include -I../apron -I/usr/include -I/usr/include -I/usr/lib/ocaml -I/usr/lib/ocaml -fPIC -c lincons1_caml.c gcc -Wcast-qual -Wswitch -Werror-implicit-function-declaration -Wall -Wextra -Wundef -Wbad-function-cast -Wcast-align -Wstrict-prototypes -Wno-unused -std=c99 -U__STRICT_ANSI__ -fPIC -O3 -DNDEBUG -I/tmp/apron-0.9.10/debian/tmp/usr/include -I../apron -I/usr/include -I/usr/include -I/usr/lib/ocaml -I/usr/lib/ocaml -fPIC -c generator1_caml.c gcc -Wcast-qual -Wswitch -Werror-implicit-function-declaration -Wall -Wextra -Wundef -Wbad-function-cast -Wcast-align -Wstrict-prototypes -Wno-unused -std=c99 -U__STRICT_ANSI__ -fPIC -O3 -DNDEBUG -I/tmp/apron-0.9.10/debian/tmp/usr/include -I../apron -I/usr/include -I/usr/include -I/usr/lib/ocaml -I/usr/lib/ocaml -fPIC -c texpr1_caml.c gcc -Wcast-qual -Wswitch -Werror-implicit-function-declaration -Wall -Wextra -Wundef -Wbad-function-cast -Wcast-align -Wstrict-prototypes -Wno-unused -std=c99 -U__STRICT_ANSI__ -fPIC -O3 -DNDEBUG -I/tmp/apron-0.9.10/debian/tmp/usr/include -I../apron -I/usr/include -I/usr/include -I/usr/lib/ocaml -I/usr/lib/ocaml -fPIC -c tcons1_caml.c gcc -Wcast-qual -Wswitch -Werror-implicit-function-declaration -Wall -Wextra -Wundef -Wbad-function-cast -Wcast-align -Wstrict-prototypes -Wno-unused -std=c99 -U__STRICT_ANSI__ -fPIC -O3 -DNDEBUG -I/tmp/apron-0.9.10/debian/tmp/usr/include -I../apron -I/usr/include -I/usr/include -I/usr/lib/ocaml -I/usr/lib/ocaml -fPIC -c abstract1_caml.c ar rc libapron_caml.a apron_caml.o scalar_caml.o interval_caml.o coeff_caml.o dim_caml.o linexpr0_caml.o lincons0_caml.o generator0_caml.o texpr0_caml.o tcons0_caml.o manager_caml.o abstract0_caml.o var_caml.o environment_caml.o linexpr1_caml.o lincons1_caml.o generator1_caml.o texpr1_caml.o tcons1_caml.o abstract1_caml.o ranlib libapron_caml.a /usr/bin/ocamlmklib -ocamlc "/usr/bin/ocamlc.opt" -verbose -o apron -oc apron_caml apron.cmo -lapron -L/tmp/apron-0.9.10/debian/tmp/usr/lib + /usr/bin/ocamlc.opt -a -o apron.cma apron.cmo -dllib -lapron_caml -cclib -lapron_caml -ccopt -L/tmp/apron-0.9.10/debian/tmp/usr/lib -cclib -lapron gcc -Wcast-qual -Wswitch -Werror-implicit-function-declaration -Wall -Wextra -Wundef -Wbad-function-cast -Wcast-align -Wstrict-prototypes -Wno-unused -std=c99 -U__STRICT_ANSI__ -fPIC -g -O0 -UNDEBUG -I/tmp/apron-0.9.10/debian/tmp/usr/include -I../apron -I/usr/include -I/usr/include -I/usr/lib/ocaml -I/usr/lib/ocaml -fPIC -c -o apron_caml_debug.o apron_caml.c In file included from apron_caml.c:8:0: apron_caml.h:94:86: warning: 'struct camlidl_ctx_struct' declared inside parameter list [enabled by default] apron_caml.h:94:86: warning: its scope is only this definition or declaration, which is probably not what you want [enabled by default] apron_caml.h:95:76: warning: 'struct camlidl_ctx_struct' declared inside parameter list [enabled by default] apron_caml.h:200:82: warning: 'struct camlidl_ctx_struct' declared inside parameter list [enabled by default] apron_caml.c:87:1: warning: missing initializer [-Wmissing-field-initializers] apron_caml.c:87:1: warning: (near initialization for 'camlidl_apron_custom_linexpr0_ptr.compare_ext') [-Wmissing-field-initializers] apron_caml.c:121:1: warning: missing initializer [-Wmissing-field-initializers] apron_caml.c:121:1: warning: (near initialization for 'camlidl_apron_custom_texpr0_ptr.compare_ext') [-Wmissing-field-initializers] apron_caml.c:152:1: warning: missing initializer [-Wmissing-field-initializers] apron_caml.c:152:1: warning: (near initialization for 'camlidl_apron_custom_manager_ptr.compare_ext') [-Wmissing-field-initializers] apron_caml.c:265:1: warning: missing initializer [-Wmissing-field-initializers] apron_caml.c:265:1: warning: (near initialization for 'camlidl_apron_custom_abstract0_ptr.compare_ext') [-Wmissing-field-initializers] apron_caml.c:320:1: warning: missing initializer [-Wmissing-field-initializers] apron_caml.c:320:1: warning: (near initialization for 'camlidl_apron_custom_var_ptr.compare_ext') [-Wmissing-field-initializers] apron_caml.c:360:1: warning: missing initializer [-Wmissing-field-initializers] apron_caml.c:360:1: warning: (near initialization for 'camlidl_apron_custom_environment_ptr.compare_ext') [-Wmissing-field-initializers] gcc -Wcast-qual -Wswitch -Werror-implicit-function-declaration -Wall -Wextra -Wundef -Wbad-function-cast -Wcast-align -Wstrict-prototypes -Wno-unused -std=c99 -U__STRICT_ANSI__ -fPIC -g -O0 -UNDEBUG -I/tmp/apron-0.9.10/debian/tmp/usr/include -I../apron -I/usr/include -I/usr/include -I/usr/lib/ocaml -I/usr/lib/ocaml -fPIC -c -o scalar_caml_debug.o scalar_caml.c gcc -Wcast-qual -Wswitch -Werror-implicit-function-declaration -Wall -Wextra -Wundef -Wbad-function-cast -Wcast-align -Wstrict-prototypes -Wno-unused -std=c99 -U__STRICT_ANSI__ -fPIC -g -O0 -UNDEBUG -I/tmp/apron-0.9.10/debian/tmp/usr/include -I../apron -I/usr/include -I/usr/include -I/usr/lib/ocaml -I/usr/lib/ocaml -fPIC -c -o interval_caml_debug.o interval_caml.c gcc -Wcast-qual -Wswitch -Werror-implicit-function-declaration -Wall -Wextra -Wundef -Wbad-function-cast -Wcast-align -Wstrict-prototypes -Wno-unused -std=c99 -U__STRICT_ANSI__ -fPIC -g -O0 -UNDEBUG -I/tmp/apron-0.9.10/debian/tmp/usr/include -I../apron -I/usr/include -I/usr/include -I/usr/lib/ocaml -I/usr/lib/ocaml -fPIC -c -o coeff_caml_debug.o coeff_caml.c gcc -Wcast-qual -Wswitch -Werror-implicit-function-declaration -Wall -Wextra -Wundef -Wbad-function-cast -Wcast-align -Wstrict-prototypes -Wno-unused -std=c99 -U__STRICT_ANSI__ -fPIC -g -O0 -UNDEBUG -I/tmp/apron-0.9.10/debian/tmp/usr/include -I../apron -I/usr/include -I/usr/include -I/usr/lib/ocaml -I/usr/lib/ocaml -fPIC -c -o dim_caml_debug.o dim_caml.c gcc -Wcast-qual -Wswitch -Werror-implicit-function-declaration -Wall -Wextra -Wundef -Wbad-function-cast -Wcast-align -Wstrict-prototypes -Wno-unused -std=c99 -U__STRICT_ANSI__ -fPIC -g -O0 -UNDEBUG -I/tmp/apron-0.9.10/debian/tmp/usr/include -I../apron -I/usr/include -I/usr/include -I/usr/lib/ocaml -I/usr/lib/ocaml -fPIC -c -o linexpr0_caml_debug.o linexpr0_caml.c gcc -Wcast-qual -Wswitch -Werror-implicit-function-declaration -Wall -Wextra -Wundef -Wbad-function-cast -Wcast-align -Wstrict-prototypes -Wno-unused -std=c99 -U__STRICT_ANSI__ -fPIC -g -O0 -UNDEBUG -I/tmp/apron-0.9.10/debian/tmp/usr/include -I../apron -I/usr/include -I/usr/include -I/usr/lib/ocaml -I/usr/lib/ocaml -fPIC -c -o lincons0_caml_debug.o lincons0_caml.c gcc -Wcast-qual -Wswitch -Werror-implicit-function-declaration -Wall -Wextra -Wundef -Wbad-function-cast -Wcast-align -Wstrict-prototypes -Wno-unused -std=c99 -U__STRICT_ANSI__ -fPIC -g -O0 -UNDEBUG -I/tmp/apron-0.9.10/debian/tmp/usr/include -I../apron -I/usr/include -I/usr/include -I/usr/lib/ocaml -I/usr/lib/ocaml -fPIC -c -o generator0_caml_debug.o generator0_caml.c gcc -Wcast-qual -Wswitch -Werror-implicit-function-declaration -Wall -Wextra -Wundef -Wbad-function-cast -Wcast-align -Wstrict-prototypes -Wno-unused -std=c99 -U__STRICT_ANSI__ -fPIC -g -O0 -UNDEBUG -I/tmp/apron-0.9.10/debian/tmp/usr/include -I../apron -I/usr/include -I/usr/include -I/usr/lib/ocaml -I/usr/lib/ocaml -fPIC -c -o texpr0_caml_debug.o texpr0_caml.c gcc -Wcast-qual -Wswitch -Werror-implicit-function-declaration -Wall -Wextra -Wundef -Wbad-function-cast -Wcast-align -Wstrict-prototypes -Wno-unused -std=c99 -U__STRICT_ANSI__ -fPIC -g -O0 -UNDEBUG -I/tmp/apron-0.9.10/debian/tmp/usr/include -I../apron -I/usr/include -I/usr/include -I/usr/lib/ocaml -I/usr/lib/ocaml -fPIC -c -o tcons0_caml_debug.o tcons0_caml.c gcc -Wcast-qual -Wswitch -Werror-implicit-function-declaration -Wall -Wextra -Wundef -Wbad-function-cast -Wcast-align -Wstrict-prototypes -Wno-unused -std=c99 -U__STRICT_ANSI__ -fPIC -g -O0 -UNDEBUG -I/tmp/apron-0.9.10/debian/tmp/usr/include -I../apron -I/usr/include -I/usr/include -I/usr/lib/ocaml -I/usr/lib/ocaml -fPIC -c -o manager_caml_debug.o manager_caml.c gcc -Wcast-qual -Wswitch -Werror-implicit-function-declaration -Wall -Wextra -Wundef -Wbad-function-cast -Wcast-align -Wstrict-prototypes -Wno-unused -std=c99 -U__STRICT_ANSI__ -fPIC -g -O0 -UNDEBUG -I/tmp/apron-0.9.10/debian/tmp/usr/include -I../apron -I/usr/include -I/usr/include -I/usr/lib/ocaml -I/usr/lib/ocaml -fPIC -c -o abstract0_caml_debug.o abstract0_caml.c gcc -Wcast-qual -Wswitch -Werror-implicit-function-declaration -Wall -Wextra -Wundef -Wbad-function-cast -Wcast-align -Wstrict-prototypes -Wno-unused -std=c99 -U__STRICT_ANSI__ -fPIC -g -O0 -UNDEBUG -I/tmp/apron-0.9.10/debian/tmp/usr/include -I../apron -I/usr/include -I/usr/include -I/usr/lib/ocaml -I/usr/lib/ocaml -fPIC -c -o var_caml_debug.o var_caml.c gcc -Wcast-qual -Wswitch -Werror-implicit-function-declaration -Wall -Wextra -Wundef -Wbad-function-cast -Wcast-align -Wstrict-prototypes -Wno-unused -std=c99 -U__STRICT_ANSI__ -fPIC -g -O0 -UNDEBUG -I/tmp/apron-0.9.10/debian/tmp/usr/include -I../apron -I/usr/include -I/usr/include -I/usr/lib/ocaml -I/usr/lib/ocaml -fPIC -c -o environment_caml_debug.o environment_caml.c gcc -Wcast-qual -Wswitch -Werror-implicit-function-declaration -Wall -Wextra -Wundef -Wbad-function-cast -Wcast-align -Wstrict-prototypes -Wno-unused -std=c99 -U__STRICT_ANSI__ -fPIC -g -O0 -UNDEBUG -I/tmp/apron-0.9.10/debian/tmp/usr/include -I../apron -I/usr/include -I/usr/include -I/usr/lib/ocaml -I/usr/lib/ocaml -fPIC -c -o linexpr1_caml_debug.o linexpr1_caml.c gcc -Wcast-qual -Wswitch -Werror-implicit-function-declaration -Wall -Wextra -Wundef -Wbad-function-cast -Wcast-align -Wstrict-prototypes -Wno-unused -std=c99 -U__STRICT_ANSI__ -fPIC -g -O0 -UNDEBUG -I/tmp/apron-0.9.10/debian/tmp/usr/include -I../apron -I/usr/include -I/usr/include -I/usr/lib/ocaml -I/usr/lib/ocaml -fPIC -c -o lincons1_caml_debug.o lincons1_caml.c gcc -Wcast-qual -Wswitch -Werror-implicit-function-declaration -Wall -Wextra -Wundef -Wbad-function-cast -Wcast-align -Wstrict-prototypes -Wno-unused -std=c99 -U__STRICT_ANSI__ -fPIC -g -O0 -UNDEBUG -I/tmp/apron-0.9.10/debian/tmp/usr/include -I../apron -I/usr/include -I/usr/include -I/usr/lib/ocaml -I/usr/lib/ocaml -fPIC -c -o generator1_caml_debug.o generator1_caml.c gcc -Wcast-qual -Wswitch -Werror-implicit-function-declaration -Wall -Wextra -Wundef -Wbad-function-cast -Wcast-align -Wstrict-prototypes -Wno-unused -std=c99 -U__STRICT_ANSI__ -fPIC -g -O0 -UNDEBUG -I/tmp/apron-0.9.10/debian/tmp/usr/include -I../apron -I/usr/include -I/usr/include -I/usr/lib/ocaml -I/usr/lib/ocaml -fPIC -c -o texpr1_caml_debug.o texpr1_caml.c gcc -Wcast-qual -Wswitch -Werror-implicit-function-declaration -Wall -Wextra -Wundef -Wbad-function-cast -Wcast-align -Wstrict-prototypes -Wno-unused -std=c99 -U__STRICT_ANSI__ -fPIC -g -O0 -UNDEBUG -I/tmp/apron-0.9.10/debian/tmp/usr/include -I../apron -I/usr/include -I/usr/include -I/usr/lib/ocaml -I/usr/lib/ocaml -fPIC -c -o tcons1_caml_debug.o tcons1_caml.c gcc -Wcast-qual -Wswitch -Werror-implicit-function-declaration -Wall -Wextra -Wundef -Wbad-function-cast -Wcast-align -Wstrict-prototypes -Wno-unused -std=c99 -U__STRICT_ANSI__ -fPIC -g -O0 -UNDEBUG -I/tmp/apron-0.9.10/debian/tmp/usr/include -I../apron -I/usr/include -I/usr/include -I/usr/lib/ocaml -I/usr/lib/ocaml -fPIC -c -o abstract1_caml_debug.o abstract1_caml.c ar rc libapron_caml_debug.a apron_caml_debug.o scalar_caml_debug.o interval_caml_debug.o coeff_caml_debug.o dim_caml_debug.o linexpr0_caml_debug.o lincons0_caml_debug.o generator0_caml_debug.o texpr0_caml_debug.o tcons0_caml_debug.o manager_caml_debug.o abstract0_caml_debug.o var_caml_debug.o environment_caml_debug.o linexpr1_caml_debug.o lincons1_caml_debug.o generator1_caml_debug.o texpr1_caml_debug.o tcons1_caml_debug.o abstract1_caml_debug.o ranlib libapron_caml_debug.a /usr/bin/ocamlopt.opt -inline 20 -I /tmp/apron-0.9.10/debian/tmp/usr/lib -for-pack Apron -c scalar.ml /usr/bin/ocamlopt.opt -inline 20 -I /tmp/apron-0.9.10/debian/tmp/usr/lib -for-pack Apron -c interval.ml /usr/bin/ocamlopt.opt -inline 20 -I /tmp/apron-0.9.10/debian/tmp/usr/lib -for-pack Apron -c coeff.ml /usr/bin/ocamlopt.opt -inline 20 -I /tmp/apron-0.9.10/debian/tmp/usr/lib -for-pack Apron -c dim.ml /usr/bin/ocamlopt.opt -inline 20 -I /tmp/apron-0.9.10/debian/tmp/usr/lib -for-pack Apron -c linexpr0.ml /usr/bin/ocamlopt.opt -inline 20 -I /tmp/apron-0.9.10/debian/tmp/usr/lib -for-pack Apron -c lincons0.ml /usr/bin/ocamlopt.opt -inline 20 -I /tmp/apron-0.9.10/debian/tmp/usr/lib -for-pack Apron -c generator0.ml /usr/bin/ocamlopt.opt -inline 20 -I /tmp/apron-0.9.10/debian/tmp/usr/lib -for-pack Apron -c texpr0.ml /usr/bin/ocamlopt.opt -inline 20 -I /tmp/apron-0.9.10/debian/tmp/usr/lib -for-pack Apron -c tcons0.ml /usr/bin/ocamlopt.opt -inline 20 -I /tmp/apron-0.9.10/debian/tmp/usr/lib -for-pack Apron -c manager.ml /usr/bin/ocamlopt.opt -inline 20 -I /tmp/apron-0.9.10/debian/tmp/usr/lib -for-pack Apron -c abstract0.ml /usr/bin/ocamlopt.opt -inline 20 -I /tmp/apron-0.9.10/debian/tmp/usr/lib -for-pack Apron -c var.ml /usr/bin/ocamlopt.opt -inline 20 -I /tmp/apron-0.9.10/debian/tmp/usr/lib -for-pack Apron -c environment.ml /usr/bin/ocamlopt.opt -inline 20 -I /tmp/apron-0.9.10/debian/tmp/usr/lib -for-pack Apron -c linexpr1.ml /usr/bin/ocamlopt.opt -inline 20 -I /tmp/apron-0.9.10/debian/tmp/usr/lib -for-pack Apron -c lincons1.ml /usr/bin/ocamlopt.opt -inline 20 -I /tmp/apron-0.9.10/debian/tmp/usr/lib -for-pack Apron -c generator1.ml /usr/bin/ocamlopt.opt -inline 20 -I /tmp/apron-0.9.10/debian/tmp/usr/lib -for-pack Apron -c texpr1.ml /usr/bin/ocamlopt.opt -inline 20 -I /tmp/apron-0.9.10/debian/tmp/usr/lib -for-pack Apron -c tcons1.ml /usr/bin/ocamlopt.opt -inline 20 -I /tmp/apron-0.9.10/debian/tmp/usr/lib -for-pack Apron -c abstract1.ml /usr/bin/ocamlopt.opt -inline 20 -I /tmp/apron-0.9.10/debian/tmp/usr/lib -for-pack Apron -c apron_parser.ml /usr/bin/ocamlopt.opt -inline 20 -I /tmp/apron-0.9.10/debian/tmp/usr/lib -for-pack Apron -c apron_lexer.ml /usr/bin/ocamlopt.opt -inline 20 -I /tmp/apron-0.9.10/debian/tmp/usr/lib -for-pack Apron -c parser.ml /usr/bin/ocamlopt.opt -inline 20 -pack -o apron.cmx scalar.cmx interval.cmx coeff.cmx dim.cmx linexpr0.cmx lincons0.cmx generator0.cmx texpr0.cmx tcons0.cmx manager.cmx abstract0.cmx var.cmx environment.cmx linexpr1.cmx lincons1.cmx generator1.cmx texpr1.cmx tcons1.cmx abstract1.cmx apron_parser.cmx apron_lexer.cmx parser.cmx /usr/bin/ocamlmklib -ocamlopt "/usr/bin/ocamlopt.opt" -verbose -o apron -oc apron_caml apron.cmx -lapron -L/tmp/apron-0.9.10/debian/tmp/usr/lib + /usr/bin/ocamlopt.opt -a -o apron.cmxa apron.cmx -cclib -lapron_caml -ccopt -L/tmp/apron-0.9.10/debian/tmp/usr/lib -cclib -lapron gcc -Wcast-qual -Wswitch -Werror-implicit-function-declaration -Wall -Wextra -Wundef -Wbad-function-cast -Wcast-align -Wstrict-prototypes -Wno-unused -std=c99 -U__STRICT_ANSI__ -fPIC -O3 -DNDEBUG -shared -o libapron_caml.so apron_caml.o scalar_caml.o interval_caml.o coeff_caml.o dim_caml.o linexpr0_caml.o lincons0_caml.o generator0_caml.o texpr0_caml.o tcons0_caml.o manager_caml.o abstract0_caml.o var_caml.o environment_caml.o linexpr1_caml.o lincons1_caml.o generator1_caml.o texpr1_caml.o tcons1_caml.o abstract1_caml.o -L../apron -lapron gcc -Wcast-qual -Wswitch -Werror-implicit-function-declaration -Wall -Wextra -Wundef -Wbad-function-cast -Wcast-align -Wstrict-prototypes -Wno-unused -std=c99 -U__STRICT_ANSI__ -fPIC -g -O0 -UNDEBUG -shared -o libapron_caml_debug.so apron_caml_debug.o scalar_caml_debug.o interval_caml_debug.o coeff_caml_debug.o dim_caml_debug.o linexpr0_caml_debug.o lincons0_caml_debug.o generator0_caml_debug.o texpr0_caml_debug.o tcons0_caml_debug.o manager_caml_debug.o abstract0_caml_debug.o var_caml_debug.o environment_caml_debug.o linexpr1_caml_debug.o lincons1_caml_debug.o generator1_caml_debug.o texpr1_caml_debug.o tcons1_caml_debug.o abstract1_caml_debug.o -L../apron -lapron ln -s libapron_caml.so dllapron_caml.so ln -s libapron_caml_debug.so dllapron_caml_debug.so make[4]: Leaving directory `/tmp/apron-0.9.10/apron/mlapronidl' (cd newpolka; make ml) make[4]: Entering directory `/tmp/apron-0.9.10/apron/newpolka' /usr/bin/ocamlc.opt -g -I /tmp/apron-0.9.10/debian/tmp/usr/lib -I ../mlapronidl -c polka.mli /usr/bin/ocamlc.opt -g -I /tmp/apron-0.9.10/debian/tmp/usr/lib -I ../mlapronidl -c polka.ml gcc -Wcast-qual -Wswitch -Werror-implicit-function-declaration -Wall -Wextra -Wundef -Wbad-function-cast -Wcast-align -Wstrict-prototypes -Wno-unused -std=c99 -U__STRICT_ANSI__ -fPIC -O3 -DNDEBUG -I/tmp/apron-0.9.10/debian/tmp/usr/include -I../apron -I../num -I../itv -I../mlapronidl -I/usr/include -I/usr/include -I/usr/lib/ocaml -I/usr/lib/ocaml -DNUMINT_MPQ -c -o polka_caml.o polka_caml.c ar rcs libpolkaMPQ_caml.a polka_caml.o ranlib libpolkaMPQ_caml.a /usr/bin/ocamlmklib -ocamlc "/usr/bin/ocamlc.opt" -verbose -o polkaMPQ -oc polkaMPQ_caml polka.cmo -lpolkaMPQ -L/tmp/apron-0.9.10/debian/tmp/usr/lib + /usr/bin/ocamlc.opt -a -o polkaMPQ.cma polka.cmo -dllib -lpolkaMPQ_caml -cclib -lpolkaMPQ_caml -ccopt -L/tmp/apron-0.9.10/debian/tmp/usr/lib -cclib -lpolkaMPQ gcc -Wcast-qual -Wswitch -Werror-implicit-function-declaration -Wall -Wextra -Wundef -Wbad-function-cast -Wcast-align -Wstrict-prototypes -Wno-unused -std=c99 -U__STRICT_ANSI__ -fPIC -g -O0 -UNDEBUG -I/tmp/apron-0.9.10/debian/tmp/usr/include -I../apron -I../num -I../itv -I../mlapronidl -I/usr/include -I/usr/include -I/usr/lib/ocaml -I/usr/lib/ocaml -DNUMINT_MPQ -c -o polka_caml_debug.o polka_caml.c ar rcs libpolkaMPQ_caml_debug.a polka_caml_debug.o ranlib libpolkaMPQ_caml_debug.a /usr/bin/ocamlopt.opt -inline 20 -I /tmp/apron-0.9.10/debian/tmp/usr/lib -I ../mlapronidl -c polka.ml /usr/bin/ocamlmklib -ocamlopt "/usr/bin/ocamlopt.opt" -verbose -o polkaMPQ -oc polkaMPQ_caml polka.cmx -lpolkaMPQ -L/tmp/apron-0.9.10/debian/tmp/usr/lib + /usr/bin/ocamlopt.opt -a -o polkaMPQ.cmxa polka.cmx -cclib -lpolkaMPQ_caml -ccopt -L/tmp/apron-0.9.10/debian/tmp/usr/lib -cclib -lpolkaMPQ gcc -Wcast-qual -Wswitch -Werror-implicit-function-declaration -Wall -Wextra -Wundef -Wbad-function-cast -Wcast-align -Wstrict-prototypes -Wno-unused -std=c99 -U__STRICT_ANSI__ -fPIC -O3 -DNDEBUG -shared -o libpolkaMPQ_caml.so polka_caml.o -L. -lpolkaMPQ gcc -Wcast-qual -Wswitch -Werror-implicit-function-declaration -Wall -Wextra -Wundef -Wbad-function-cast -Wcast-align -Wstrict-prototypes -Wno-unused -std=c99 -U__STRICT_ANSI__ -fPIC -g -O0 -UNDEBUG -shared -o libpolkaMPQ_caml_debug.so polka_caml_debug.o -L. -lpolkaMPQ_debug ln -s -f libpolkaMPQ_caml.so dllpolkaMPQ_caml.so ln -s -f libpolkaMPQ_caml_debug.so dllpolkaMPQ_caml_debug.so ar rcs libpolkaRll_caml.a polka_caml.o ranlib libpolkaRll_caml.a /usr/bin/ocamlmklib -ocamlc "/usr/bin/ocamlc.opt" -verbose -o polkaRll -oc polkaRll_caml polka.cmo -lpolkaRll -L/tmp/apron-0.9.10/debian/tmp/usr/lib + /usr/bin/ocamlc.opt -a -o polkaRll.cma polka.cmo -dllib -lpolkaRll_caml -cclib -lpolkaRll_caml -ccopt -L/tmp/apron-0.9.10/debian/tmp/usr/lib -cclib -lpolkaRll ar rcs libpolkaRll_caml_debug.a polka_caml_debug.o ranlib libpolkaRll_caml_debug.a /usr/bin/ocamlmklib -ocamlopt "/usr/bin/ocamlopt.opt" -verbose -o polkaRll -oc polkaRll_caml polka.cmx -lpolkaRll -L/tmp/apron-0.9.10/debian/tmp/usr/lib + /usr/bin/ocamlopt.opt -a -o polkaRll.cmxa polka.cmx -cclib -lpolkaRll_caml -ccopt -L/tmp/apron-0.9.10/debian/tmp/usr/lib -cclib -lpolkaRll gcc -Wcast-qual -Wswitch -Werror-implicit-function-declaration -Wall -Wextra -Wundef -Wbad-function-cast -Wcast-align -Wstrict-prototypes -Wno-unused -std=c99 -U__STRICT_ANSI__ -fPIC -O3 -DNDEBUG -shared -o libpolkaRll_caml.so polka_caml.o -L. -lpolkaRll gcc -Wcast-qual -Wswitch -Werror-implicit-function-declaration -Wall -Wextra -Wundef -Wbad-function-cast -Wcast-align -Wstrict-prototypes -Wno-unused -std=c99 -U__STRICT_ANSI__ -fPIC -g -O0 -UNDEBUG -shared -o libpolkaRll_caml_debug.so polka_caml_debug.o -L. -lpolkaRll_debug ln -s -f libpolkaRll_caml.so dllpolkaRll_caml.so ln -s -f libpolkaRll_caml_debug.so dllpolkaRll_caml_debug.so ln -s -f polkaMPQ.cma polka.cma ln -s -f polkaMPQ.cmxa polka.cmxa ln -s -f polkaMPQ.a polka.a rm polka_caml_debug.o polka_caml.o make[4]: Leaving directory `/tmp/apron-0.9.10/apron/newpolka' (cd box; make ml) make[4]: Entering directory `/tmp/apron-0.9.10/apron/box' /usr/bin/ocamlc.opt -g -I /tmp/apron-0.9.10/debian/tmp/usr/lib -I ../mlapronidl -c box.mli gcc -Wcast-qual -Wswitch -Werror-implicit-function-declaration -Wall -Wextra -Wundef -Wbad-function-cast -Wcast-align -Wstrict-prototypes -Wno-unused -std=c99 -U__STRICT_ANSI__ -fPIC -O3 -DNDEBUG -I/tmp/apron-0.9.10/debian/tmp/usr/include -I../num -I../itv -I../apron -I../mlapronidl -I/usr/include -I/usr/include -I/usr/lib/ocaml -I/usr/lib/ocaml -I../apron -DNUM_MPQ -c -o box_caml.o box_caml.c /usr/bin/ocamlc.opt -g -I /tmp/apron-0.9.10/debian/tmp/usr/lib -I ../mlapronidl -c box.ml ar rcs libboxMPQ_caml.a box_caml.o ranlib libboxMPQ_caml.a /usr/bin/ocamlmklib -ocamlc "/usr/bin/ocamlc.opt" -verbose -o boxMPQ -oc boxMPQ_caml box.cmo -lboxMPQ -L/tmp/apron-0.9.10/debian/tmp/usr/lib + /usr/bin/ocamlc.opt -a -o boxMPQ.cma box.cmo -dllib -lboxMPQ_caml -cclib -lboxMPQ_caml -ccopt -L/tmp/apron-0.9.10/debian/tmp/usr/lib -cclib -lboxMPQ gcc -Wcast-qual -Wswitch -Werror-implicit-function-declaration -Wall -Wextra -Wundef -Wbad-function-cast -Wcast-align -Wstrict-prototypes -Wno-unused -std=c99 -U__STRICT_ANSI__ -fPIC -g -O0 -UNDEBUG -I/tmp/apron-0.9.10/debian/tmp/usr/include -I../num -I../itv -I../apron -I../mlapronidl -I/usr/include -I/usr/include -I/usr/lib/ocaml -I/usr/lib/ocaml -I../apron -DNUM_MPQ -c -o box_caml_debug.o box_caml.c ar rcs libboxMPQ_caml_debug.a box_caml_debug.o ranlib libboxMPQ_caml_debug.a /usr/bin/ocamlopt.opt -inline 20 -I /tmp/apron-0.9.10/debian/tmp/usr/lib -I ../mlapronidl -c box.ml /usr/bin/ocamlmklib -ocamlopt "/usr/bin/ocamlopt.opt" -verbose -o boxMPQ -oc boxMPQ_caml box.cmx -lboxMPQ -L/tmp/apron-0.9.10/debian/tmp/usr/lib + /usr/bin/ocamlopt.opt -a -o boxMPQ.cmxa box.cmx -cclib -lboxMPQ_caml -ccopt -L/tmp/apron-0.9.10/debian/tmp/usr/lib -cclib -lboxMPQ gcc -Wcast-qual -Wswitch -Werror-implicit-function-declaration -Wall -Wextra -Wundef -Wbad-function-cast -Wcast-align -Wstrict-prototypes -Wno-unused -std=c99 -U__STRICT_ANSI__ -fPIC -O3 -DNDEBUG -shared -o libboxMPQ_caml.so box_caml.o -L. -lboxMPQ gcc -shared -o libboxMPQ_caml_debug.so box_caml_debug.o -L. -lboxMPQ_debug ln -s -f libboxMPQ_caml.so dllboxMPQ_caml.so ln -s -f libboxMPQ_caml_debug.so dllboxMPQ_caml_debug.so ar rcs libboxD_caml.a box_caml.o ranlib libboxD_caml.a /usr/bin/ocamlmklib -ocamlc "/usr/bin/ocamlc.opt" -verbose -o boxD -oc boxD_caml box.cmo -lboxD -L/tmp/apron-0.9.10/debian/tmp/usr/lib + /usr/bin/ocamlc.opt -a -o boxD.cma box.cmo -dllib -lboxD_caml -cclib -lboxD_caml -ccopt -L/tmp/apron-0.9.10/debian/tmp/usr/lib -cclib -lboxD ar rcs libboxD_caml_debug.a box_caml_debug.o ranlib libboxD_caml_debug.a /usr/bin/ocamlmklib -ocamlopt "/usr/bin/ocamlopt.opt" -verbose -o boxD -oc boxD_caml box.cmx -lboxD -L/tmp/apron-0.9.10/debian/tmp/usr/lib + /usr/bin/ocamlopt.opt -a -o boxD.cmxa box.cmx -cclib -lboxD_caml -ccopt -L/tmp/apron-0.9.10/debian/tmp/usr/lib -cclib -lboxD gcc -Wcast-qual -Wswitch -Werror-implicit-function-declaration -Wall -Wextra -Wundef -Wbad-function-cast -Wcast-align -Wstrict-prototypes -Wno-unused -std=c99 -U__STRICT_ANSI__ -fPIC -O3 -DNDEBUG -shared -o libboxD_caml.so box_caml.o -L. -lboxD gcc -shared -o libboxD_caml_debug.so box_caml_debug.o -L. -lboxD_debug ln -s -f libboxD_caml.so dllboxD_caml.so ln -s -f libboxD_caml_debug.so dllboxD_caml_debug.so ar rcs libboxMPFR_caml.a box_caml.o ranlib libboxMPFR_caml.a /usr/bin/ocamlmklib -ocamlc "/usr/bin/ocamlc.opt" -verbose -o boxMPFR -oc boxMPFR_caml box.cmo -lboxMPFR -L/tmp/apron-0.9.10/debian/tmp/usr/lib + /usr/bin/ocamlc.opt -a -o boxMPFR.cma box.cmo -dllib -lboxMPFR_caml -cclib -lboxMPFR_caml -ccopt -L/tmp/apron-0.9.10/debian/tmp/usr/lib -cclib -lboxMPFR ar rcs libboxMPFR_caml_debug.a box_caml_debug.o ranlib libboxMPFR_caml_debug.a /usr/bin/ocamlmklib -ocamlopt "/usr/bin/ocamlopt.opt" -verbose -o boxMPFR -oc boxMPFR_caml box.cmx -lboxMPFR -L/tmp/apron-0.9.10/debian/tmp/usr/lib + /usr/bin/ocamlopt.opt -a -o boxMPFR.cmxa box.cmx -cclib -lboxMPFR_caml -ccopt -L/tmp/apron-0.9.10/debian/tmp/usr/lib -cclib -lboxMPFR gcc -Wcast-qual -Wswitch -Werror-implicit-function-declaration -Wall -Wextra -Wundef -Wbad-function-cast -Wcast-align -Wstrict-prototypes -Wno-unused -std=c99 -U__STRICT_ANSI__ -fPIC -O3 -DNDEBUG -shared -o libboxMPFR_caml.so box_caml.o -L. -lboxMPFR gcc -shared -o libboxMPFR_caml_debug.so box_caml_debug.o -L. -lboxMPFR_debug ln -s -f libboxMPFR_caml.so dllboxMPFR_caml.so ln -s -f libboxMPFR_caml_debug.so dllboxMPFR_caml_debug.so ln -s -f boxMPQ.cma box.cma ln -s -f boxMPQ.a box.a ln -s -f boxMPQ.cmxa box.cmxa make[4]: Leaving directory `/tmp/apron-0.9.10/apron/box' (cd octagons; make mlMPQ mlD) make[4]: Entering directory `/tmp/apron-0.9.10/apron/octagons' /usr/bin/ocamlc.opt -g -I /tmp/apron-0.9.10/debian/tmp/usr/lib -I ../mlapronidl -c oct.mli /usr/bin/ocamlc.opt -g -I /tmp/apron-0.9.10/debian/tmp/usr/lib -I ../mlapronidl -c oct.ml gcc -Wcast-qual -Wswitch -Werror-implicit-function-declaration -Wall -Wextra -Wundef -Wbad-function-cast -Wcast-align -Wstrict-prototypes -Wno-unused -std=c99 -U__STRICT_ANSI__ -fPIC -O3 -DNDEBUG -I/tmp/apron-0.9.10/debian/tmp/usr/include -I../newpolka -I../apron -I../mlapronidl -I../num -I../itv -I/usr/include -I/usr/include -I/usr/lib/ocaml -I/usr/lib/ocaml -c -o oct_caml.o oct_caml.c oct_caml.c: In function 'camlidl_oct_ap_abstract0_oct_widening_thresholds': oct_caml.c:281:55: warning: to be safe all intermediate pointers in cast from 'struct ap_scalar_t **' to 'const struct ap_scalar_t **' must be 'const' qualified [-Wcast-qual] oct_caml.c:281:1: warning: passing argument 4 of 'ap_abstract0_oct_widening_thresholds' from incompatible pointer type [enabled by default] oct.h:52:1: note: expected 'struct ap_scalar_t **' but argument is of type 'const struct ap_scalar_t **' ar rcs liboctMPQ_caml.a oct_caml.o ranlib liboctMPQ_caml.a /usr/bin/ocamlmklib -ocamlc "/usr/bin/ocamlc.opt" -verbose -o octMPQ -oc octMPQ_caml oct.cmo -loctMPQ -L/tmp/apron-0.9.10/debian/tmp/usr/lib + /usr/bin/ocamlc.opt -a -o octMPQ.cma oct.cmo -dllib -loctMPQ_caml -cclib -loctMPQ_caml -ccopt -L/tmp/apron-0.9.10/debian/tmp/usr/lib -cclib -loctMPQ ln -s -f octMPQ.cma oct.cma /usr/bin/ocamlopt.opt -inline 20 -I /tmp/apron-0.9.10/debian/tmp/usr/lib -I ../mlapronidl -c oct.ml /usr/bin/ocamlmklib -ocamlopt "/usr/bin/ocamlopt.opt" -verbose -o octMPQ -oc octMPQ_caml oct.cmx -loctMPQ -L/tmp/apron-0.9.10/debian/tmp/usr/lib + /usr/bin/ocamlopt.opt -a -o octMPQ.cmxa oct.cmx -cclib -loctMPQ_caml -ccopt -L/tmp/apron-0.9.10/debian/tmp/usr/lib -cclib -loctMPQ ln -s -f octMPQ.cmxa oct.cmxa ln -s -f octMPQ.a oct.a gcc -Wcast-qual -Wswitch -Werror-implicit-function-declaration -Wall -Wextra -Wundef -Wbad-function-cast -Wcast-align -Wstrict-prototypes -Wno-unused -std=c99 -U__STRICT_ANSI__ -fPIC -g -O0 -UNDEBUG -I/tmp/apron-0.9.10/debian/tmp/usr/include -I../newpolka -I../apron -I../mlapronidl -I../num -I../itv -I/usr/include -I/usr/include -I/usr/lib/ocaml -I/usr/lib/ocaml -c -o oct_caml_debug.o oct_caml.c oct_caml.c: In function 'camlidl_oct_ap_abstract0_oct_widening_thresholds': oct_caml.c:281:55: warning: to be safe all intermediate pointers in cast from 'struct ap_scalar_t **' to 'const struct ap_scalar_t **' must be 'const' qualified [-Wcast-qual] oct_caml.c:281:1: warning: passing argument 4 of 'ap_abstract0_oct_widening_thresholds' from incompatible pointer type [enabled by default] oct.h:52:1: note: expected 'struct ap_scalar_t **' but argument is of type 'const struct ap_scalar_t **' ar rcs liboctMPQ_caml_debug.a oct_caml_debug.o ranlib liboctMPQ_caml_debug.a gcc -shared -o liboctMPQ_caml.so oct_caml.o -L. -loctMPQ gcc -shared -o liboctMPQ_caml_debug.so oct_caml_debug.o -L. -loctMPQ_debug ln -s -f liboctMPQ_caml.so dlloctMPQ_caml.so ln -s -f liboctMPQ_caml_debug.so dlloctMPQ_caml_debug.so ar rcs liboctD_caml.a oct_caml.o ranlib liboctD_caml.a /usr/bin/ocamlmklib -ocamlc "/usr/bin/ocamlc.opt" -verbose -o octD -oc octD_caml oct.cmo -loctD -L/tmp/apron-0.9.10/debian/tmp/usr/lib + /usr/bin/ocamlc.opt -a -o octD.cma oct.cmo -dllib -loctD_caml -cclib -loctD_caml -ccopt -L/tmp/apron-0.9.10/debian/tmp/usr/lib -cclib -loctD ar rcs liboctD_caml_debug.a oct_caml_debug.o ranlib liboctD_caml_debug.a /usr/bin/ocamlmklib -ocamlopt "/usr/bin/ocamlopt.opt" -verbose -o octD -oc octD_caml oct.cmx -loctD -L/tmp/apron-0.9.10/debian/tmp/usr/lib + /usr/bin/ocamlopt.opt -a -o octD.cmxa oct.cmx -cclib -loctD_caml -ccopt -L/tmp/apron-0.9.10/debian/tmp/usr/lib -cclib -loctD gcc -shared -o liboctD_caml.so oct_caml.o -L. -loctD gcc -shared -o liboctD_caml_debug.so oct_caml_debug.o -L. -loctD_debug ln -s -f liboctD_caml.so dlloctD_caml.so ln -s -f liboctD_caml_debug.so dlloctD_caml_debug.so rm oct_caml_debug.o oct_caml.o make[4]: Leaving directory `/tmp/apron-0.9.10/apron/octagons' (cd ppl; make ml) make[4]: Entering directory `/tmp/apron-0.9.10/apron/ppl' /usr/bin/ocamlc.opt -g -I /tmp/apron-0.9.10/debian/tmp/usr/lib -I ../mlapronidl -c ppl.mli /usr/bin/ocamlc.opt -g -I /tmp/apron-0.9.10/debian/tmp/usr/lib -I ../mlapronidl -c ppl.ml gcc -Wcast-qual -Wswitch -Werror-implicit-function-declaration -Wall -Wextra -Wundef -Wbad-function-cast -Wcast-align -Wstrict-prototypes -Wno-unused -std=c99 -U__STRICT_ANSI__ -fPIC -O3 -DNDEBUG -I/tmp/apron-0.9.10/debian/tmp/usr/include -I../newpolka -I../apron -I../mlapronidl -I../num -I../itv -I/usr/include -I/usr/include -I/usr/include -I/usr/lib/ocaml -I/usr/lib/ocaml -c -o ap_ppl_caml.o ap_ppl_caml.c ar rcs libap_ppl_caml.a ap_ppl_caml.o ranlib libap_ppl_caml.a /usr/bin/ocamlmklib -ocamlc "/usr/bin/ocamlc.opt -cc g++" -verbose -o ppl -oc ap_ppl_caml ppl.cmo -lap_ppl -lppl -lgmpxx -L/usr/lib -L/tmp/apron-0.9.10/debian/tmp/usr/lib -L/usr/lib + /usr/bin/ocamlc.opt -cc g++ -a -o ppl.cma ppl.cmo -dllib -lap_ppl_caml -cclib -lap_ppl_caml -ccopt -L/usr/lib -ccopt -L/tmp/apron-0.9.10/debian/tmp/usr/lib -ccopt -L/usr/lib -cclib -lap_ppl -cclib -lppl -cclib -lgmpxx gcc -Wcast-qual -Wswitch -Werror-implicit-function-declaration -Wall -Wextra -Wundef -Wbad-function-cast -Wcast-align -Wstrict-prototypes -Wno-unused -std=c99 -U__STRICT_ANSI__ -fPIC -g -O0 -UNDEBUG -I/tmp/apron-0.9.10/debian/tmp/usr/include -I../newpolka -I../apron -I../mlapronidl -I../num -I../itv -I/usr/include -I/usr/include -I/usr/include -I/usr/lib/ocaml -I/usr/lib/ocaml -c -o ap_ppl_caml_debug.o ap_ppl_caml.c ar rcs libap_ppl_caml_debug.a ap_ppl_caml_debug.o ranlib libap_ppl_caml_debug.a /usr/bin/ocamlopt.opt -inline 20 -I /tmp/apron-0.9.10/debian/tmp/usr/lib -I ../mlapronidl -c ppl.ml /usr/bin/ocamlmklib -ocamlopt "/usr/bin/ocamlopt.opt -cc g++" -verbose -o ppl -oc ap_ppl_caml ppl.cmx -lap_ppl -lppl -lgmpxx -L/usr/lib -L/tmp/apron-0.9.10/debian/tmp/usr/lib -L/usr/lib + /usr/bin/ocamlopt.opt -cc g++ -a -o ppl.cmxa ppl.cmx -cclib -lap_ppl_caml -ccopt -L/usr/lib -ccopt -L/tmp/apron-0.9.10/debian/tmp/usr/lib -ccopt -L/usr/lib -cclib -lap_ppl -cclib -lppl -cclib -lgmpxx g++ -Wcast-qual -Wswitch -Wall -Wextra -Wundef -Wcast-align -Wno-unused -fPIC -O3 -DNDEBUG -shared -o libap_ppl_caml.so ap_ppl_caml.o -lap_ppl -L. -L/usr/lib -L/usr/lib g++ -Wcast-qual -Wswitch -Wall -Wextra -Wundef -Wcast-align -Wno-unused -fPIC -O3 -DNDEBUG -shared -o libap_ppl_caml_debug.so ap_ppl_caml_debug.o -lap_ppl_debug -lppl -lgmpxx -L. -L/usr/lib -L/usr/lib ln -s -f libap_ppl_caml.so dllap_ppl_caml.so ln -s -f libap_ppl_caml_debug.so dllap_ppl_caml_debug.so make[4]: Leaving directory `/tmp/apron-0.9.10/apron/ppl' (cd products; make ml) make[4]: Entering directory `/tmp/apron-0.9.10/apron/products' /usr/bin/ocamlc.opt -g -I /tmp/apron-0.9.10/debian/tmp/usr/lib -I ../mlapronidl -I ../newpolka -I ../ppl -c polkaGrid.mli /usr/bin/ocamlc.opt -g -I /tmp/apron-0.9.10/debian/tmp/usr/lib -I ../mlapronidl -I ../newpolka -I ../ppl -c polkaGrid.ml gcc -Wcast-qual -Wswitch -Werror-implicit-function-declaration -Wall -Wextra -Wundef -Wbad-function-cast -Wcast-align -Wstrict-prototypes -Wno-unused -std=c99 -U__STRICT_ANSI__ -fPIC -O3 -DNDEBUG -I/tmp/apron-0.9.10/debian/tmp/usr/include -I../apron -I../num -I../itv -I../newpolka -I../ppl -I../mlapronidl -I/usr/include -I/usr/include -I/usr/lib/ocaml -I/usr/lib/ocaml -DNUM_MPQ -c -o polkaGrid_caml.o polkaGrid_caml.c ar rcs libpolkaGrid_caml.a polkaGrid_caml.o ranlib libpolkaGrid_caml.a /usr/bin/ocamlmklib -ocamlc "/usr/bin/ocamlc.opt -cc g++" -verbose -o polkaGrid -oc ap_polkaGrid_caml polkaGrid.cmo -lap_polkaGrid -L/tmp/apron-0.9.10/debian/tmp/usr/lib + /usr/bin/ocamlc.opt -cc g++ -a -o polkaGrid.cma polkaGrid.cmo -dllib -lap_polkaGrid_caml -cclib -lap_polkaGrid_caml -ccopt -L/tmp/apron-0.9.10/debian/tmp/usr/lib -cclib -lap_polkaGrid gcc -Wcast-qual -Wswitch -Werror-implicit-function-declaration -Wall -Wextra -Wundef -Wbad-function-cast -Wcast-align -Wstrict-prototypes -Wno-unused -std=c99 -U__STRICT_ANSI__ -fPIC -g -O0 -UNDEBUG -I/tmp/apron-0.9.10/debian/tmp/usr/include -I../apron -I../num -I../itv -I../newpolka -I../ppl -I../mlapronidl -I/usr/include -I/usr/include -I/usr/lib/ocaml -I/usr/lib/ocaml -DNUM_MPQ -c -o polkaGrid_caml_debug.o polkaGrid_caml.c ar rcs libpolkaGrid_caml_debug.a polkaGrid_caml_debug.o ranlib libpolkaGrid_caml_debug.a /usr/bin/ocamlopt.opt -inline 20 -I /tmp/apron-0.9.10/debian/tmp/usr/lib -I ../mlapronidl -I ../newpolka -I ../ppl -c polkaGrid.ml /usr/bin/ocamlmklib -ocamlopt "/usr/bin/ocamlopt.opt -cc g++" -verbose -o polkaGrid -oc ap_polkaGrid_caml polkaGrid.cmx -lap_polkaGrid -L/tmp/apron-0.9.10/debian/tmp/usr/lib + /usr/bin/ocamlopt.opt -cc g++ -a -o polkaGrid.cmxa polkaGrid.cmx -cclib -lap_polkaGrid_caml -ccopt -L/tmp/apron-0.9.10/debian/tmp/usr/lib -cclib -lap_polkaGrid g++ -Wcast-qual -Wswitch -Wall -Wextra -Wundef -Wcast-align -Wno-unused -fPIC -O3 -DNDEBUG -shared -o libpolkaGrid_caml.so polkaGrid_caml.o -lap_pkgrid -L. g++ -Wcast-qual -Wswitch -Wall -Wextra -Wundef -Wcast-align -Wno-unused -fPIC -O3 -DNDEBUG -shared -o libpolkaGrid_caml_debug.so polkaGrid_caml_debug.o -lap_pkgrid_debug -L. ln -s -f libpolkaGrid_caml.so dllpolkaGrid_caml.so ln -s -f libpolkaGrid_caml_debug.so dllpolkaGrid_caml_debug.so make[4]: Leaving directory `/tmp/apron-0.9.10/apron/products' make[3]: Leaving directory `/tmp/apron-0.9.10/apron' make[2]: Leaving directory `/tmp/apron-0.9.10' /usr/bin/make -C apron/apron html make[2]: Entering directory `/tmp/apron-0.9.10/apron/apron' ln -s ../products/ap_pkgrid.texi ap_pkgrid.texi ln -s ../ppl/ap_ppl.texi ap_ppl.texi ln -s ../newpolka/newpolka.texi newpolka.texi ln -s ../box/box.texi box.texi texi2html -split=section -nonumber -menu -subdir=html apron.texi cp -f ../octagons/oct_doc.html html make[2]: Leaving directory `/tmp/apron-0.9.10/apron/apron' /usr/bin/make -C apron/mlapronidl html make[2]: Entering directory `/tmp/apron-0.9.10/apron/mlapronidl' mkdir -p html /usr/bin/ocamldoc.opt -I /tmp/apron-0.9.10/debian/tmp/usr/lib -I ../newpolka -I ../ppl \ -html -d html -colorize-code -intro mlapronidl.odoc introduction.mli scalar.mli interval.mli coeff.mli dim.mli linexpr0.mli lincons0.mli generator0.mli texpr0.mli tcons0.mli manager.mli abstract0.mli var.mli environment.mli linexpr1.mli lincons1.mli generator1.mli texpr1.mli tcons1.mli abstract1.mli parser.mli ../box/box.mli ../octagons/oct.mli ../newpolka/polka.mli ../ppl/ppl.mli ../products/polkaGrid.mli /tmp/apron-0.9.10/debian/tmp/usr/lib/mpz.mli /tmp/apron-0.9.10/debian/tmp/usr/lib/mpq.mli /tmp/apron-0.9.10/debian/tmp/usr/lib/gmp_random.mli /tmp/apron-0.9.10/debian/tmp/usr/lib/mpf.mli /tmp/apron-0.9.10/debian/tmp/usr/lib/mpfr.mli /tmp/apron-0.9.10/debian/tmp/usr/lib/mpzf.mli /tmp/apron-0.9.10/debian/tmp/usr/lib/mpqf.mli /tmp/apron-0.9.10/debian/tmp/usr/lib/mpfrf.mli make[2]: Leaving directory `/tmp/apron-0.9.10/apron/mlapronidl' make[1]: Leaving directory `/tmp/apron-0.9.10' dh_auto_test fakeroot debian/rules binary dh --with ocaml binary dh_testroot dh_prep dh_installdirs debian/rules override_dh_auto_install make[1]: Entering directory `/tmp/apron-0.9.10' /usr/bin/make install make[2]: Entering directory `/tmp/apron-0.9.10' (cd apron; make all) make[3]: Entering directory `/tmp/apron-0.9.10/apron' (cd num; make all) make[4]: Entering directory `/tmp/apron-0.9.10/apron/num' make[4]: Nothing to be done for `all'. make[4]: Leaving directory `/tmp/apron-0.9.10/apron/num' (cd itv; make all) make[4]: Entering directory `/tmp/apron-0.9.10/apron/itv' make[4]: Nothing to be done for `all'. make[4]: Leaving directory `/tmp/apron-0.9.10/apron/itv' (cd apron; make all) make[4]: Entering directory `/tmp/apron-0.9.10/apron/apron' make[4]: Nothing to be done for `all'. make[4]: Leaving directory `/tmp/apron-0.9.10/apron/apron' (cd newpolka; make all) make[4]: Entering directory `/tmp/apron-0.9.10/apron/newpolka' make[4]: Nothing to be done for `all'. make[4]: Leaving directory `/tmp/apron-0.9.10/apron/newpolka' (cd box; make all) make[4]: Entering directory `/tmp/apron-0.9.10/apron/box' make[4]: Nothing to be done for `all'. make[4]: Leaving directory `/tmp/apron-0.9.10/apron/box' (cd octagons; make MPQ D) make[4]: Entering directory `/tmp/apron-0.9.10/apron/octagons' make[4]: Nothing to be done for `MPQ'. make[4]: Nothing to be done for `D'. make[4]: Leaving directory `/tmp/apron-0.9.10/apron/octagons' (cd ppl; make) make[4]: Entering directory `/tmp/apron-0.9.10/apron/ppl' make[4]: Nothing to be done for `all'. make[4]: Leaving directory `/tmp/apron-0.9.10/apron/ppl' (cd products; make) make[4]: Entering directory `/tmp/apron-0.9.10/apron/products' make[4]: Nothing to be done for `all'. make[4]: Leaving directory `/tmp/apron-0.9.10/apron/products' (cd mlapronidl; make all) make[4]: Entering directory `/tmp/apron-0.9.10/apron/mlapronidl' make[4]: Nothing to be done for `all'. make[4]: Leaving directory `/tmp/apron-0.9.10/apron/mlapronidl' (cd newpolka; make ml) make[4]: Entering directory `/tmp/apron-0.9.10/apron/newpolka' make[4]: Nothing to be done for `ml'. make[4]: Leaving directory `/tmp/apron-0.9.10/apron/newpolka' (cd box; make ml) make[4]: Entering directory `/tmp/apron-0.9.10/apron/box' make[4]: Nothing to be done for `ml'. make[4]: Leaving directory `/tmp/apron-0.9.10/apron/box' (cd octagons; make mlMPQ mlD) make[4]: Entering directory `/tmp/apron-0.9.10/apron/octagons' make[4]: Nothing to be done for `mlMPQ'. make[4]: Nothing to be done for `mlD'. make[4]: Leaving directory `/tmp/apron-0.9.10/apron/octagons' (cd ppl; make ml) make[4]: Entering directory `/tmp/apron-0.9.10/apron/ppl' make[4]: Nothing to be done for `ml'. make[4]: Leaving directory `/tmp/apron-0.9.10/apron/ppl' (cd products; make ml) make[4]: Entering directory `/tmp/apron-0.9.10/apron/products' make[4]: Nothing to be done for `ml'. make[4]: Leaving directory `/tmp/apron-0.9.10/apron/products' make[3]: Leaving directory `/tmp/apron-0.9.10/apron' make[2]: Leaving directory `/tmp/apron-0.9.10' /usr/bin/make -C apron install make[2]: Entering directory `/tmp/apron-0.9.10/apron' (cd num; make install) make[3]: Entering directory `/tmp/apron-0.9.10/apron/num' mkdir -p /tmp/apron-0.9.10/debian/tmp/usr/include cp num_config.h num.h num_numint.h num_numrat.h num_numflt.h numint.h numint_native.h numint_mpz.h numrat.h numrat_native.h numrat_mpq.h numflt.h numflt_native.h numflt_mpfr.h num_name.h bound.h bound_def.h /tmp/apron-0.9.10/debian/tmp/usr/include make[3]: Leaving directory `/tmp/apron-0.9.10/apron/num' (cd itv; make install) make[3]: Entering directory `/tmp/apron-0.9.10/apron/itv' ar rcs libitvIl.a itvIl.o itv_linexprIl.o itv_linearizeIl.o ranlib libitvIl.a ar rcs libitvIl_debug.a itvIl_debug.o itv_linexprIl_debug.o itv_linearizeIl_debug.o ranlib libitvIl_debug.a ar rcs libitvIll.a itvIll.o itv_linexprIll.o itv_linearizeIll.o ranlib libitvIll.a ar rcs libitvIll_debug.a itvIll_debug.o itv_linexprIll_debug.o itv_linearizeIll_debug.o ranlib libitvIll_debug.a ar rcs libitvRl.a itvRl.o itv_linexprRl.o itv_linearizeRl.o ranlib libitvRl.a ar rcs libitvRl_debug.a itvRl_debug.o itv_linexprRl_debug.o itv_linearizeRl_debug.o ranlib libitvRl_debug.a ar rcs libitvMPZ.a itvMPZ.o itv_linexprMPZ.o itv_linearizeMPZ.o ranlib libitvMPZ.a ar rcs libitvMPZ_debug.a itvMPZ_debug.o itv_linexprMPZ_debug.o itv_linearizeMPZ_debug.o ranlib libitvMPZ_debug.a install -d /tmp/apron-0.9.10/debian/tmp/usr/include /tmp/apron-0.9.10/debian/tmp/usr/lib install itv.h itv_fun.h itv_config.h itv_linexpr.h itv_linearize.h /tmp/apron-0.9.10/debian/tmp/usr/include for i in libitvIl.a libitvIl_debug.a libitvIll.a libitvIll_debug.a libitvRl.a libitvRl_debug.a libitvRll.a libitvRll_debug.a libitvMPZ.a libitvMPZ_debug.a libitvMPQ.a libitvMPQ_debug.a libitvD.a libitvD_debug.a libitvMPFR.a libitvMPFR_debug.a libitv.a libitv_debug.a; do \ if test -f $i; then install $i /tmp/apron-0.9.10/debian/tmp/usr/lib; fi; \ done make[3]: Leaving directory `/tmp/apron-0.9.10/apron/itv' (cd apron; make install) make[3]: Entering directory `/tmp/apron-0.9.10/apron/apron' mkdir -p /tmp/apron-0.9.10/debian/tmp/usr/include cp ap_config.h ap_scalar.h ap_interval.h ap_coeff.h ap_dimension.h ap_linexpr0.h ap_lincons0.h ap_generator0.h ap_texpr0.h ap_tcons0.h ap_expr0.h ap_manager.h ap_abstract0.h ap_generic.h ap_var.h ap_environment.h ap_linexpr1.h ap_lincons1.h ap_generator1.h ap_texpr1.h ap_tcons1.h ap_expr1.h ap_abstract1.h ap_global0.h ap_global1.h ap_linearize.h ap_linearize_aux.h ap_reducedproduct.h /tmp/apron-0.9.10/debian/tmp/usr/include mkdir -p /tmp/apron-0.9.10/debian/tmp/usr/lib for i in libapron.a libapron_debug.a libapron.so libapron_debug.so; do if test -f $i; then install $i /tmp/apron-0.9.10/debian/tmp/usr/lib; fi; done make[3]: Leaving directory `/tmp/apron-0.9.10/apron/apron' (cd newpolka; make install) make[3]: Entering directory `/tmp/apron-0.9.10/apron/newpolka' install -d /tmp/apron-0.9.10/debian/tmp/usr/include /tmp/apron-0.9.10/debian/tmp/usr/lib install pk.h pkeq.h /tmp/apron-0.9.10/debian/tmp/usr/include for i in libpolkaMPQ.a libpolkaMPQ_debug.a libpolkaRll.a libpolkaRll_debug.a libpolkaMPQ.so libpolkaMPQ_debug.so libpolkaRll.so libpolkaRll_debug.so ; do \ if test -f $i; then install $i /tmp/apron-0.9.10/debian/tmp/usr/lib; fi; \ done for i in polka.idl polka.mli polka.ml polka.cmi polka.cmx polka.cma polka.cmxa polka.a polkaMPQ.cma polkaMPQ.cmxa polkaMPQ.a polkaRll.cma polkaRll.cmxa polkaRll.a libpolkaMPQ_caml.a libpolkaMPQ_caml_debug.a libpolkaRll_caml.a libpolkaRll_caml_debug.a libpolkaMPQ_caml.so libpolkaMPQ_caml_debug.so libpolkaRll_caml.so libpolkaRll_caml_debug.so dllpolkaMPQ_caml.so dllpolkaMPQ_caml_debug.so dllpolkaRll_caml.so dllpolkaRll_caml_debug.so; do \ if test -f $i; then cp -f -d $i /tmp/apron-0.9.10/debian/tmp/usr/lib; fi; \ done make[3]: Leaving directory `/tmp/apron-0.9.10/apron/newpolka' (cd box; make install) make[3]: Entering directory `/tmp/apron-0.9.10/apron/box' install -d /tmp/apron-0.9.10/debian/tmp/usr/include /tmp/apron-0.9.10/debian/tmp/usr/lib install box.h /tmp/apron-0.9.10/debian/tmp/usr/include for i in libboxMPQ.a libboxD.a libboxMPFR.a libboxMPQ_debug.a libboxD_debug.a libboxMPFR_debug.a libboxMPQ.so libboxD.so libboxMPFR.so libboxMPQ_debug.so libboxD_debug.so libboxMPFR_debug.so; do \ if test -f $i; then install $i /tmp/apron-0.9.10/debian/tmp/usr/lib; fi; \ done for i in box.idl box.ml box.mli box.cmi box.cmx box.cma box.cmxa box.a boxMPQ.cma boxMPQ.cmxa boxMPQ.a boxD.cma boxD.cmxa boxD.a boxMPFR.cma boxMPFR.cmxa boxMPFR.a libboxMPQ_caml.a libboxD_caml.a libboxMPFR_caml.a libboxMPQ_caml_debug.a libboxD_caml_debug.a libboxMPFR_caml_debug.a libboxMPQ_caml.so libboxD_caml.so libboxMPFR_caml.so libboxMPQ_caml_debug.so libboxD_caml_debug.so libboxMPFR_caml_debug.so dllboxMPQ_caml.so dllboxD_caml.so dllboxMPFR_caml.so dllboxMPQ_caml_debug.so dllboxD_caml_debug.so dllboxMPFR_caml_debug.so; do \ if test -f $i; then cp -f -d $i /tmp/apron-0.9.10/debian/tmp/usr/lib; fi; \ done make[3]: Leaving directory `/tmp/apron-0.9.10/apron/box' (cd octagons; make install) make[3]: Entering directory `/tmp/apron-0.9.10/apron/octagons' install -d /tmp/apron-0.9.10/debian/tmp/usr/include /tmp/apron-0.9.10/debian/tmp/usr/include/oct /tmp/apron-0.9.10/debian/tmp/usr/lib /tmp/apron-0.9.10/debian/tmp/usr/bin install oct.h /tmp/apron-0.9.10/debian/tmp/usr/include install oct_internal.h oct_fun.h /tmp/apron-0.9.10/debian/tmp/usr/include/oct for i in liboct*.* liboct*_debug.* liboct*_caml.* oct.idl; do \ if test -f $i; then install $i /tmp/apron-0.9.10/debian/tmp/usr/lib; fi; \ done for i in dlloct*_caml.so; do \ cp -f -d $i /tmp/apron-0.9.10/debian/tmp/usr/lib; \ done for i in octtest?? octtop?? octrun??; do \ if test -f $i; then install $i /tmp/apron-0.9.10/debian/tmp/usr/bin; fi; \ done for i in oct.mli oct.cmi oct.cmx oct*.cma oct*.cmxa oct*.a; do \ if test -f $i; then install $i /tmp/apron-0.9.10/debian/tmp/usr/lib; fi; \ done make[3]: Leaving directory `/tmp/apron-0.9.10/apron/octagons' (cd ppl; make install) make[3]: Entering directory `/tmp/apron-0.9.10/apron/ppl' install -d /tmp/apron-0.9.10/debian/tmp/usr/include /tmp/apron-0.9.10/debian/tmp/usr/lib /tmp/apron-0.9.10/debian/tmp/usr/bin /tmp/apron-0.9.10/debian/tmp/usr/lib install ap_ppl.h /tmp/apron-0.9.10/debian/tmp/usr/include install libap_ppl.a libap_ppl_debug.a /tmp/apron-0.9.10/debian/tmp/usr/lib for i in libap_ppl_caml*.a libap_ppl_caml*.so ppl.idl ppl.cmi ppl.cma ppl.cmxa ppl.a; do \ if test -f $i; then install $i /tmp/apron-0.9.10/debian/tmp/usr/lib; fi; \ done for i in dllap_ppl*.so; do \ if test -f $i; then cp -f -d $i /tmp/apron-0.9.10/debian/tmp/usr/lib; fi; \ done for i in ap_ppl_test pplrun ppltop; do \ if test -f $i; then install $i /tmp/apron-0.9.10/debian/tmp/usr/bin; fi; \ done make[3]: Leaving directory `/tmp/apron-0.9.10/apron/ppl' (cd products; make install) make[3]: Entering directory `/tmp/apron-0.9.10/apron/products' install -d /tmp/apron-0.9.10/debian/tmp/usr/include /tmp/apron-0.9.10/debian/tmp/usr/lib install ap_pkgrid.h /tmp/apron-0.9.10/debian/tmp/usr/include for i in libap_pkgrid.a libap_pkgrid_debug.a libap_pkgrid.so libap_pkgrid_debug.so polkaGrid.mli polkaGrid.ml polkaGrid.cmi polkaGrid.cmx polkaGrid.cma polkaGrid.cmxa polkaGrid.a libpolkaGrid_caml.a libpolkaGrid_caml_debug.a libpolkaGrid_caml.so libpolkaGrid_caml_debug.so; do \ if test -f $i; then install $i /tmp/apron-0.9.10/debian/tmp/usr/lib; fi; \ done for i in dllpolkaGrid_caml*.so; do \ if test -f $i; then cp -f -d $i /tmp/apron-0.9.10/debian/tmp/usr/lib; fi; \ done make[3]: Leaving directory `/tmp/apron-0.9.10/apron/products' (cd mlapronidl; make install) make[3]: Entering directory `/tmp/apron-0.9.10/apron/mlapronidl' mkdir -p /tmp/apron-0.9.10/debian/tmp/usr/lib mkdir -p /tmp/apron-0.9.10/debian/tmp/usr/include for i in scalar.idl interval.idl coeff.idl dim.idl linexpr0.idl lincons0.idl generator0.idl texpr0.idl tcons0.idl manager.idl abstract0.idl var.idl environment.idl linexpr1.idl lincons1.idl generator1.idl texpr1.idl tcons1.idl abstract1.idl apron.cmi apron.cma apron.cmx apron.cmxa apron.a libapron_caml.a libapron_caml_debug.a libapron_caml.so libapron_caml_debug.so dllapron_caml.so dllapron_caml_debug.so; do if test -f $i; then cp -f -d $i /tmp/apron-0.9.10/debian/tmp/usr/lib; fi; done install apron_caml.h /tmp/apron-0.9.10/debian/tmp/usr/include make[3]: Leaving directory `/tmp/apron-0.9.10/apron/mlapronidl' install -d /tmp/apron-0.9.10/debian/tmp/usr/bin if test -f aprontop; then install aprontop /tmp/apron-0.9.10/debian/tmp/usr/bin; fi if test -f aprontop; then install apronppltop /tmp/apron-0.9.10/debian/tmp/usr/bin; fi make[2]: Leaving directory `/tmp/apron-0.9.10/apron' /usr/bin/make -C mlgmpidl install make[2]: Entering directory `/tmp/apron-0.9.10/mlgmpidl' install -d /tmp/apron-0.9.10/debian/tmp/usr/include /tmp/apron-0.9.10/debian/tmp/usr/lib /tmp/apron-0.9.10/debian/tmp/usr/bin install gmp_caml.h /tmp/apron-0.9.10/debian/tmp/usr/include for i in mpz.idl mpq.idl mpf.idl mpfr.idl gmp_random.idl mpz.mli mpzf.mli mpq.mli mpqf.mli mpf.mli mpfr.mli mpfrf.mli gmp_random.mli mpz.cmi mpzf.cmi mpq.cmi mpqf.cmi mpf.cmi mpfr.cmi mpfrf.cmi gmp_random.cmi gmp.cma mpz.cmx mpzf.cmx mpq.cmx mpqf.cmx mpf.cmx mpfr.cmx mpfrf.cmx gmp_random.cmx gmp.cmxa gmp.a libgmp_caml.a libgmp_caml.so ; do \ if test -f $i; then install $i /tmp/apron-0.9.10/debian/tmp/usr/lib; fi; \ done (cd /tmp/apron-0.9.10/debian/tmp/usr/lib; if test -f libgmp_caml.so; then ln -s -f libgmp_caml.so dllgmp_caml.so; fi) make[2]: Leaving directory `/tmp/apron-0.9.10/mlgmpidl' cp apron/ppl/libap_ppl.so apron/ppl/libap_ppl_debug.so debian/tmp/usr/lib chmod -x debian/tmp/usr/lib/* for i in libap_pkgrid.so libap_ppl.so libapron.so libboxD.so libboxMPFR.so libboxMPQ.so liboctD.so liboctMPQ.so libpolkaMPQ.so libpolkaRll.so; do \ mv debian/tmp/usr/lib/$i debian/tmp/usr/lib/$i.0; \ ln -s $i.0 debian/tmp/usr/lib/$i; \ done cp debian/libapron.override debian/libapron/usr/share/lintian/overrides/libapron make[1]: Leaving directory `/tmp/apron-0.9.10' dh_install dh_ocamldoc dh_installdocs debian/rules override_dh_installchangelogs make[1]: Entering directory `/tmp/apron-0.9.10' dh_installchangelogs apron/Changes make[1]: Leaving directory `/tmp/apron-0.9.10' dh_installexamples dh_installman dh_installcatalogs dh_installcron dh_installdebconf dh_installemacsen dh_installifupdown dh_installinfo dh_installinit dh_installmenu dh_installmime dh_installmodules dh_installlogcheck dh_installlogrotate dh_installpam dh_installppp dh_installudev dh_installwm dh_installxfonts dh_installgsettings dh_bugfiles dh_ucf dh_lintian dh_gconf dh_icons dh_perl dh_usrlocal dh_link debian/rules override_dh_compress make[1]: Entering directory `/tmp/apron-0.9.10' dh_compress -X.c -X.ml make[1]: Leaving directory `/tmp/apron-0.9.10' dh_fixperms dh_strip dh_makeshlibs dh_shlibdeps dpkg-shlibdeps: warning: dependency on libstdc++.so.6 could be avoided if "debian/libapron-ocaml/usr/lib/ocaml/stublibs/libpolkaGrid_caml.so debian/libapron-ocaml/usr/lib/ocaml/stublibs/libap_ppl_caml.so" were not uselessly linked against it (they use none of its symbols). dpkg-shlibdeps: warning: dependency on libgcc_s.so.1 could be avoided if "debian/libapron-ocaml/usr/lib/ocaml/stublibs/libpolkaGrid_caml.so debian/libapron-ocaml/usr/lib/ocaml/stublibs/libap_ppl_caml.so" were not uselessly linked against it (they use none of its symbols). dh_installdeb dh_ocaml dh_gencontrol dpkg-gencontrol: warning: Depends field of package libapron-dev: unknown substitution variable ${shlibs:Depends} dpkg-gencontrol: warning: Depends field of package libapron-ocaml-dev: unknown substitution variable ${shlibs:Depends} dh_md5sums dh_builddeb dpkg-deb: building package `libapron' in `../libapron_0.9.10-5.2+3.12.1+2_amd64.deb'. dpkg-deb: building package `libapron-dev' in `../libapron-dev_0.9.10-5.2+3.12.1+2_all.deb'. dpkg-deb: building package `libapron-ocaml' in `../libapron-ocaml_0.9.10-5.2+3.12.1+2_amd64.deb'. dpkg-deb: building package `libapron-ocaml-dev' in `../libapron-ocaml-dev_0.9.10-5.2+3.12.1+2_amd64.deb'. dpkg-genchanges -sa -mStéphane Glondu >../apron_0.9.10-5.2+3.12.1+2_amd64.changes dpkg-genchanges: including full source code in upload dpkg-source --after-build apron-0.9.10 dpkg-buildpackage: full upload (original source is included)