Your message dated Tue, 15 Dec 2009 22:19:00 +0000
with message-id <e1nkfjq-0000cf...@ries.debian.org>
and subject line Bug#560579: fixed in numerix 0.22-6
has caused the Debian Bug report #560579,
regarding numerix: FTBFS: make[1]: *** No rule to make target `all'. Stop.
to be marked as done.
This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.
(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)
--
560579: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=560579
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: numerix
Version: 0.22-5
Severity: serious
User: debian...@lists.debian.org
Usertags: qa-ftbfs-20091210 qa-ftbfs
Justification: FTBFS on amd64
Hi,
During a rebuild of all packages in sid, your package failed to build on
amd64.
Relevant part:
> make[1]: Entering directory
> `/build/user-numerix_0.22-5-amd64-dA3yFs/numerix-0.22'
> gcc -fPIC -Wall -g -O2 -O2 -fpic -Duse_clong -c -o kernel/n/o/numerix-c.o
> kernel/n/c/numerix.c
> In file included from kernel/n/c/numerix.c:67:
> kernel/n/c/prime.c: In function 'small_prime':
> kernel/n/c/prime.c:43: warning: 'crible' is static but used in inline
> function 'small_prime' which is not static
> gcc -fPIC -Wall -g -O2 -O2 -fpic -Duse_slong -c -o kernel/n/o/numerix-s.o
> kernel/n/c/numerix.c
> In file included from kernel/n/c/numerix.c:67:
> kernel/n/c/prime.c: In function 'small_prime':
> kernel/n/c/prime.c:43: warning: 'crible' is static but used in inline
> function 'small_prime' which is not static
> gcc -fPIC -Wall -g -O2 -O2 -fpic -Duse_slong -c -o kernel/n/o/numerix-t.o
> kernel/n/x86-64/numerix.S
> gcc -fPIC -Wall -g -O2 -O2 -fpic -Dc_api -c -o kernel/c/o/chrono.o
> kernel/x/c/chrono.c
> gcc -fPIC -Wall -g -O2 -O2 -fpic -Duse_clong -c -o kernel/c/o/numerix-c.o
> kernel/c/c/numerix.c
> gcc -fPIC -Wall -g -O2 -O2 -fpic -Duse_slong -c -o kernel/c/o/numerix-s.o
> kernel/c/c/numerix.c
> rm -f kernel/c/o/libnumerix-c.a
> ar -rc kernel/c/o/libnumerix-c.a kernel/c/o/chrono.o kernel/c/o/numerix-c.o
> kernel/c/o/numerix-s.o kernel/n/o/numerix-c.o kernel/n/o/numerix-s.o
> kernel/n/o/numerix-t.o
> ranlib kernel/c/o/libnumerix-c.a
> (sed -e '/#if 0/d' -e '/End of the public interface/,$d'
> kernel/c/h/numerix.h; \
> for i in kernel/x/h/add.h kernel/x/h/cmp.h kernel/x/h/convert.h
> kernel/x/h/copy.h kernel/x/h/div.h kernel/x/h/dump.h kernel/x/h/fact.h
> kernel/x/h/gcd.h kernel/x/h/mul.h kernel/x/h/pow.h kernel/x/h/powmod.h
> kernel/x/h/prime.h kernel/x/h/random.h kernel/x/h/root.h kernel/x/h/shift.h
> kernel/x/h/sqrt.h kernel/x/h/string.h kernel/x/h/chrono.h; do sed -e
> '2,/\*\//d' $i; done |\
> gcc -fPIC -Wall -g -O2 -O2 -Dc_api -E -P -C -) >kernel/c/o/numerix.h
> kernel/ocaml/numerix.sh clong slong big gmp kernel/ocaml/ml/numerix.ml
> >kernel/ocaml/o/numerix.ml
> kernel/ocaml/numerix.sh clong slong big gmp kernel/ocaml/mli/numerix.mli
> >kernel/ocaml/o/numerix.mli
> ocamlc -I kernel/ocaml/o -c kernel/ocaml/o/numerix.mli
> ocamlc -I kernel/ocaml/o -c kernel/ocaml/o/numerix.ml
> ocamlopt -I kernel/ocaml/o -c kernel/ocaml/o/numerix.ml
> gcc -fPIC -Wall -g -O2 -O2 -fpic -I/usr/lib/ocaml/caml -Docaml_api -c -o
> kernel/ocaml/o/chrono.o kernel/x/c/chrono.c
> gcc -fPIC -Wall -g -O2 -O2 -fpic -I/usr/lib/ocaml/caml -Duse_clong -c -o
> kernel/ocaml/o/numerix-c.o kernel/ocaml/c/numerix.c
> gcc -fPIC -Wall -g -O2 -O2 -fpic -I/usr/lib/ocaml/caml -Duse_slong -c -o
> kernel/ocaml/o/numerix-s.o kernel/ocaml/c/numerix.c
> gcc -fPIC -Wall -g -O2 -O2 -fpic -I/usr/lib/ocaml/caml -c -o
> kernel/ocaml/o/numerix-g.o kernel/ocaml/c/gmp.c
> ocamlmklib -I kernel/ocaml/o -o numerix -oc numerix-ocaml
> kernel/ocaml/o/numerix.cmo kernel/ocaml/o/numerix.cmx
> kernel/ocaml/o/chrono.o kernel/ocaml/o/hash.o kernel/ocaml/o/numerix-c.o
> kernel/ocaml/o/numerix-s.o kernel/ocaml/o/numerix-g.o kernel/n/o/numerix-c.o
> kernel/n/o/numerix-s.o kernel/n/o/numerix-t.o -lgmp
> mv numerix.cma libnumerix-ocaml.a kernel/ocaml/o
> if test -e dllnumerix-ocaml.so; then mv dllnumerix-ocaml.so kernel/ocaml/o; fi
> mv numerix.cmxa numerix.a kernel/ocaml/o
> sed -e 's/_Mode_list_/ "Clong" :: "Slong" :: "Big" :: "Gmp" ::/' \
> -e 's?_directory_?/usr/lib?' \
> -e 's/_numerix_version_/0.22/' \
> kernel/ocaml/ml/toplevelcfg.ml >kernel/ocaml/o/toplevelcfg.ml
> ocamlc -I kernel/ocaml/o -o kernel/ocaml/o/toplevelcfg.cmo -c
> kernel/ocaml/o/toplevelcfg.ml
> ocamlmktop -I kernel/ocaml/o -o kernel/ocaml/o/ocamlnumx nums.cma
> kernel/ocaml/o/numerix.cma kernel/ocaml/o/toplevelcfg.cmo
> gcc -fPIC -Wall -g -O2 -O2 -Duse_clong -Ikernel/c/o -o exemples/c/pi-c
> exemples/c/pi.c -Lkernel/c/o -lnumerix-c
> gcc -fPIC -Wall -g -O2 -O2 -Duse_clong -Ikernel/c/o -o exemples/c/shanks-c
> exemples/c/shanks.c -Lkernel/c/o -lnumerix-c
> gcc -fPIC -Wall -g -O2 -O2 -Duse_clong -Ikernel/c/o -o exemples/c/simple-c
> exemples/c/simple.c -Lkernel/c/o -lnumerix-c
> gcc -fPIC -Wall -g -O2 -O2 -Duse_clong -Ikernel/c/o -o exemples/c/chrono-c
> exemples/c/chrono.c -Lkernel/c/o -lnumerix-c
> gcc -fPIC -Wall -g -O2 -O2 -Duse_clong -Ikernel/c/o -o
> exemples/c/prime-test-c exemples/c/prime-test.c -Lkernel/c/o -lnumerix-c
> gcc -fPIC -Wall -g -O2 -O2 -Duse_slong -Ikernel/c/o -o exemples/c/pi-s
> exemples/c/pi.c -Lkernel/c/o -lnumerix-c
> gcc -fPIC -Wall -g -O2 -O2 -Duse_slong -Ikernel/c/o -o exemples/c/shanks-s
> exemples/c/shanks.c -Lkernel/c/o -lnumerix-c
> gcc -fPIC -Wall -g -O2 -O2 -Duse_slong -Ikernel/c/o -o exemples/c/simple-s
> exemples/c/simple.c -Lkernel/c/o -lnumerix-c
> gcc -fPIC -Wall -g -O2 -O2 -Duse_slong -Ikernel/c/o -o exemples/c/chrono-s
> exemples/c/chrono.c -Lkernel/c/o -lnumerix-c
> gcc -fPIC -Wall -g -O2 -O2 -Duse_slong -Ikernel/c/o -o
> exemples/c/prime-test-s exemples/c/prime-test.c -Lkernel/c/o -lnumerix-c
> gcc -fPIC -Wall -g -O2 -O2 -o exemples/c/pi-g exemples/c/pi-gmp.c
> kernel/c/o/chrono.o -lgmp
> gcc -fPIC -Wall -g -O2 -O2 -o exemples/c/chrono-g exemples/c/chrono-gmp.c
> kernel/c/o/chrono.o -lgmp
> ocamlc -I kernel/ocaml/o -o exemples/ocaml/pi nums.cma
> kernel/ocaml/o/numerix.cma exemples/ocaml/pi.ml
> ocamlc -I kernel/ocaml/o -o exemples/ocaml/shanks nums.cma
> kernel/ocaml/o/numerix.cma exemples/ocaml/shanks.ml
> ocamlc -I kernel/ocaml/o -o exemples/ocaml/simple nums.cma
> kernel/ocaml/o/numerix.cma exemples/ocaml/simple.ml
> ocamlc -I kernel/ocaml/o -o exemples/ocaml/digits nums.cma
> kernel/ocaml/o/numerix.cma exemples/ocaml/digits.ml
> ocamlc -I kernel/ocaml/o -o exemples/ocaml/sqrt-163 nums.cma
> kernel/ocaml/o/numerix.cma exemples/ocaml/sqrt-163.ml
> File "exemples/ocaml/sqrt-163.ml", line 1, characters 0-1:
> Warning X: bad source file name: "Sqrt-163" is not a valid module name.
> ocamlc -I kernel/ocaml/o -o exemples/ocaml/cmp nums.cma
> kernel/ocaml/o/numerix.cma exemples/ocaml/cmp.ml
> ocamlc -I kernel/ocaml/o -o exemples/ocaml/rcheck nums.cma
> kernel/ocaml/o/numerix.cma exemples/ocaml/rcheck.ml
> ocamlopt -I kernel/ocaml/o -o exemples/ocaml/pi-opt nums.cmxa
> kernel/ocaml/o/numerix.cmxa exemples/ocaml/pi.ml
> ocamlopt -I kernel/ocaml/o -o exemples/ocaml/shanks-opt nums.cmxa
> kernel/ocaml/o/numerix.cmxa exemples/ocaml/shanks.ml
> ocamlopt -I kernel/ocaml/o -o exemples/ocaml/simple-opt nums.cmxa
> kernel/ocaml/o/numerix.cmxa exemples/ocaml/simple.ml
> ocamlopt -I kernel/ocaml/o -o exemples/ocaml/digits-opt nums.cmxa
> kernel/ocaml/o/numerix.cmxa exemples/ocaml/digits.ml
> ocamlopt -I kernel/ocaml/o -o exemples/ocaml/sqrt-163-opt nums.cmxa
> kernel/ocaml/o/numerix.cmxa exemples/ocaml/sqrt-163.ml
> File "exemples/ocaml/sqrt-163.ml", line 1, characters 0-1:
> Warning X: bad source file name: "Sqrt-163" is not a valid module name.
> ocamlopt -I kernel/ocaml/o -o exemples/ocaml/cmp-opt nums.cmxa
> kernel/ocaml/o/numerix.cmxa exemples/ocaml/cmp.ml
> ocamlopt -I kernel/ocaml/o -o exemples/ocaml/rcheck-opt nums.cmxa
> kernel/ocaml/o/numerix.cmxa exemples/ocaml/rcheck.ml
> -------------------- Testing the C interface
> exemples/c/\pi-g -test && \
> for i in pi shanks simple; do for j in c s; do \
> LD_LIBRARY_PATH=kernel/c/o:$LD_LIBRARY_PATH exemples/c/$i-$j -test;
> \
> done; done
> exemples/c/pi-g test ok
> exemples/c/pi-c test ok
> exemples/c/pi-s test ok
> exemples/c/shanks-c test ok
> exemples/c/shanks-s test ok
> exemples/c/simple-c test ok
> exemples/c/simple-s test ok
> -------------------- Testing the Ocaml interface
> CAML_LD_LIBRARY_PATH=kernel/ocaml/o:$CAML_LD_LIBRARY_PATH; \
> LD_LIBRARY_PATH=kernel/ocaml/o:$LD_LIBRARY_PATH; \
> export CAML_LD_LIBRARY_PATH LD_LIBRARY_PATH; \
> for i in pi shanks simple digits sqrt-163; do for j in clong slong big
> gmp; do \
> exemples/ocaml/$i -test -e $j; \
> done; done
> exemples/ocaml/pi Clong test ok
> exemples/ocaml/pi Slong test ok
> exemples/ocaml/pi Big test ok
> exemples/ocaml/pi Gmp test ok
> exemples/ocaml/shanks Clong test ok
> exemples/ocaml/shanks Slong test ok
> exemples/ocaml/shanks Big test ok
> exemples/ocaml/shanks Gmp test ok
> exemples/ocaml/simple Clong test ok
> exemples/ocaml/simple Slong test ok
> exemples/ocaml/simple Big test ok
> exemples/ocaml/simple Gmp test ok
> exemples/ocaml/digits Clong test ok
> exemples/ocaml/digits Slong test ok
> exemples/ocaml/digits Big test ok
> exemples/ocaml/digits Gmp test ok
> exemples/ocaml/sqrt-163 Clong test ok
> exemples/ocaml/sqrt-163 Slong test ok
> exemples/ocaml/sqrt-163 Big test ok
> exemples/ocaml/sqrt-163 Gmp test ok
> -------------------- Testing the Ocamlopt interface
> CAML_LD_LIBRARY_PATH=kernel/ocaml/o:$CAML_LD_LIBRARY_PATH; \
> LD_LIBRARY_PATH=kernel/ocaml/o:$LD_LIBRARY_PATH; \
> export CAML_LD_LIBRARY_PATH LD_LIBRARY_PATH; \
> for i in pi shanks simple digits sqrt-163; do for j in clong slong big
> gmp; do \
> exemples/ocaml/$i-opt -test -e $j; \
> done; done
> exemples/ocaml/pi-opt Clong test ok
> exemples/ocaml/pi-opt Slong test ok
> exemples/ocaml/pi-opt Big test ok
> exemples/ocaml/pi-opt Gmp test ok
> exemples/ocaml/shanks-opt Clong test ok
> exemples/ocaml/shanks-opt Slong test ok
> exemples/ocaml/shanks-opt Big test ok
> exemples/ocaml/shanks-opt Gmp test ok
> exemples/ocaml/simple-opt Clong test ok
> exemples/ocaml/simple-opt Slong test ok
> exemples/ocaml/simple-opt Big test ok
> exemples/ocaml/simple-opt Gmp test ok
> exemples/ocaml/digits-opt Clong test ok
> exemples/ocaml/digits-opt Slong test ok
> exemples/ocaml/digits-opt Big test ok
> exemples/ocaml/digits-opt Gmp test ok
> exemples/ocaml/sqrt-163-opt Clong test ok
> exemples/ocaml/sqrt-163-opt Slong test ok
> exemples/ocaml/sqrt-163-opt Big test ok
> exemples/ocaml/sqrt-163-opt Gmp test ok
> make[1]: Leaving directory
> `/build/user-numerix_0.22-5-amd64-dA3yFs/numerix-0.22'
> touch build-stamp
> dh_prep -i
> dh_installdirs -i
> /usr/bin/make -C doc all
> make[1]: Entering directory
> `/build/user-numerix_0.22-5-amd64-dA3yFs/numerix-0.22/doc'
> make[1]: *** No rule to make target `all'. Stop.
> make[1]: Leaving directory
> `/build/user-numerix_0.22-5-amd64-dA3yFs/numerix-0.22/doc'
> make: *** [install-doc] Error 2
The full build log is available from:
http://people.debian.org/~lucas/logs/2009/12/10/numerix_0.22-5_lsid64.buildlog
A list of current common problems and possible solutions is available at
http://wiki.debian.org/qa.debian.org/FTBFS . You're welcome to contribute!
About the archive rebuild: The rebuild was done on about 50 AMD64 nodes
of the Grid'5000 platform, using a clean chroot. Internet was not
accessible from the build systems.
--
| Lucas Nussbaum
| lu...@lucas-nussbaum.net http://www.lucas-nussbaum.net/ |
| jabber: lu...@nussbaum.fr GPG: 1024D/023B3F4F |
--- End Message ---
--- Begin Message ---
Source: numerix
Source-Version: 0.22-6
We believe that the bug you reported is fixed in the latest version of
numerix, which is due to be installed in the Debian FTP archive:
libnumerix-ocaml-dev_0.22-6_amd64.deb
to main/n/numerix/libnumerix-ocaml-dev_0.22-6_amd64.deb
libnumerix-ocaml_0.22-6_amd64.deb
to main/n/numerix/libnumerix-ocaml_0.22-6_amd64.deb
numerix-doc_0.22-6_all.deb
to main/n/numerix/numerix-doc_0.22-6_all.deb
numerix_0.22-6.diff.gz
to main/n/numerix/numerix_0.22-6.diff.gz
numerix_0.22-6.dsc
to main/n/numerix/numerix_0.22-6.dsc
A summary of the changes between this version and the previous one is
attached.
Thank you for reporting the bug, which will now be closed. If you
have further comments please address them to 560...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.
Debian distribution maintenance software
pp.
Sylvain Le Gall <gil...@debian.org> (supplier of updated numerix package)
(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing ftpmas...@debian.org)
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Format: 1.8
Date: Tue, 15 Dec 2009 22:00:18 +0000
Source: numerix
Binary: libnumerix-ocaml libnumerix-ocaml-dev numerix-doc
Architecture: source all amd64
Version: 0.22-6
Distribution: unstable
Urgency: low
Maintainer: Debian OCaml Maintainers <debian-ocaml-ma...@lists.debian.org>
Changed-By: Sylvain Le Gall <gil...@debian.org>
Description:
libnumerix-ocaml - Numerix "big integer" library for OCaml - runtime
libnumerix-ocaml-dev - Numerix "big integer" library for OCaml
numerix-doc - Numerix "big integer" library for C and OCaml - documentation
Closes: 560579
Changes:
numerix (0.22-6) unstable; urgency=low
.
* Use dh-ocaml 0.9.1 features
* Upgrade Standards-Version to 3.8.3 (section ocaml, README.source)
* Shorten Uploaders field
* Fix 15_doc_Makefile.dpatch (Closes: #560579)
Checksums-Sha1:
9fe57e9fe5ff3cf9286c25deec25554c4b7b1c66 1531 numerix_0.22-6.dsc
174760bedc8260493238815484da1342dbba62cf 21034 numerix_0.22-6.diff.gz
d7f3b6b95d72733723668e6da75258efa86375f3 1450366 numerix-doc_0.22-6_all.deb
47f23e074f66cabac03100983ca6e56680fdcbe0 129748
libnumerix-ocaml_0.22-6_amd64.deb
f0f329193d4fd0cea7696b9990abaaeec13f34c3 504484
libnumerix-ocaml-dev_0.22-6_amd64.deb
Checksums-Sha256:
72d7f98f89899445372d411294afd934e5c281753ea680fb063d54fcab99d85a 1531
numerix_0.22-6.dsc
48f00b7342c15af6d4a2481bb916a33164dc5057faf6351451fd270d497d6e37 21034
numerix_0.22-6.diff.gz
c0690a2125015467c525a53d7a6a42a0e69a7d077983e8bbbbc68aa73243ad01 1450366
numerix-doc_0.22-6_all.deb
3730c4ab2e11cb2e90d7c6a2f75bac866f67cf864406563ac5e7fb1fe6784606 129748
libnumerix-ocaml_0.22-6_amd64.deb
1b13d72cd5cef86a449257f87b6364784e4b88d394c370e9f151dc206553d6e2 504484
libnumerix-ocaml-dev_0.22-6_amd64.deb
Files:
45a219a7e327ffcabb0fc13153dfe708 1531 ocaml optional numerix_0.22-6.dsc
bb8eb1b77a747c56d4f1361c1f9dfdba 21034 ocaml optional numerix_0.22-6.diff.gz
134fd3c4d108752bf76b8582280f202a 1450366 doc optional
numerix-doc_0.22-6_all.deb
61a4744269f46753654dce8785f11871 129748 ocaml optional
libnumerix-ocaml_0.22-6_amd64.deb
720be1670a71aa67e1cddbead49baeda 504484 ocaml optional
libnumerix-ocaml-dev_0.22-6_amd64.deb
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.10 (GNU/Linux)
iEYEARECAAYFAksoB90ACgkQir2bofsN/psleQCeLfOXAQgyK42KUWM7UdXa3V5J
fKUAniGxDGN6YjevwlFW55N3MXfNUoD2
=OimA
-----END PGP SIGNATURE-----
--- End Message ---