Your message dated Tue, 10 Oct 2006 15:03:08 -0700
with message-id <[EMAIL PROTECTED]>
and subject line Bug#392174: fixed in pycaml 0.82-5
has caused the attached Bug report 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 I am
talking about this indicates a serious mail system misconfiguration
somewhere. Please contact me immediately.)
Debian bug tracking system administrator
(administrator, Debian Bugs database)
--- Begin Message ---
Package: pycaml
Version: 0.82-4
Severity: serious
Tags: patch
When building 'pycaml' in a clean unstable chroot,
I get the following error:
make[2]: Entering directory `/pycaml-0.82'
make[2]: `libpycaml_stubs.a' is up to date.
ocamlc -c -thread -I /usr/include/python2.4 pycaml.ml
ocamlmklib -I /usr/include/python2.4 -L/usr/lib/python2.4/config \
-o pycaml_stubs pycaml_ml.o -lpython2.3
-lpthread -ldl -lutil -lm -lc \
/usr/bin/ld: cannot find -lpython2.3
collect2: ld returned 1 exit status
make[2]: *** [dllpycaml_stubs.so] Error 2
make[2]: Leaving directory `/pycaml-0.82'
With the attached patch 'pycaml' can be built on unstable.
Regards
Andreas Jochens
diff -urN ../tmp-orig/pycaml-0.82/debian/Makefile ./debian/Makefile
--- ../tmp-orig/pycaml-0.82/debian/Makefile 2006-10-10 15:41:33.000000000
+0000
+++ ./debian/Makefile 2006-10-10 15:41:17.000000000 +0000
@@ -1,7 +1,7 @@
OCAMLMAKEFILE = /usr/share/ocaml-tools/OCamlMakefile
PY_PREFIX = $(shell python getprefix.py)
PY_VERSION = $(shell python getversion.py)
-CLIBS = python2.3 pthread dl util m c
+CLIBS = python2.4 pthread dl util m c
SOURCES = pycaml.ml pycaml_ml.c
RESULT = pycaml
--- End Message ---
--- Begin Message ---
Source: pycaml
Source-Version: 0.82-5
We believe that the bug you reported is fixed in the latest version of
pycaml, which is due to be installed in the Debian FTP archive:
pycaml_0.82-5.diff.gz
to pool/main/p/pycaml/pycaml_0.82-5.diff.gz
pycaml_0.82-5.dsc
to pool/main/p/pycaml/pycaml_0.82-5.dsc
pycaml_0.82-5_i386.deb
to pool/main/p/pycaml/pycaml_0.82-5_i386.deb
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 [EMAIL PROTECTED],
and the maintainer will reopen the bug report if appropriate.
Debian distribution maintenance software
pp.
Samuel Mimram <[EMAIL PROTECTED]> (supplier of updated pycaml 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 [EMAIL PROTECTED])
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Format: 1.7
Date: Tue, 10 Oct 2006 21:48:02 +0000
Source: pycaml
Binary: pycaml
Architecture: source i386
Version: 0.82-5
Distribution: unstable
Urgency: low
Maintainer: Debian OCaml Maintainers <debian-ocaml-maint@lists.debian.org>
Changed-By: Samuel Mimram <[EMAIL PROTECTED]>
Description:
pycaml - OCaml bindings to embed Python interpreter and objects
Closes: 392174
Changes:
pycaml (0.82-5) unstable; urgency=low
.
* Update to python 2.4 (thanks Andreas Jochens), closes: #392174.
Files:
0dc9c990312c8407295209796f04b704 786 libdevel optional pycaml_0.82-5.dsc
5aa31d7b941869bf372f4ca29ebbb091 3969 libdevel optional pycaml_0.82-5.diff.gz
64429c2724c8a0af7ccfe620d683f7f1 279608 libdevel optional
pycaml_0.82-5_i386.deb
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.5 (GNU/Linux)
iD8DBQFFLBdbIae1O4AJae8RAtHpAJ9U+iw/6EGCK8d48P27skUtA0iHhQCeODJi
1D4hx8rd8CEPRx/f+TuHKRg=
=JfHv
-----END PGP SIGNATURE-----
--- End Message ---