[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#647449: marked as done (libtaglib-ocaml-dev: Package should ship cmxs plugin)



Your message dated Sun, 28 Nov 2021 19:21:08 +0000
with message-id <E1mrPjY-0000co-6x@fasolo.debian.org>
and subject line Bug#647449: fixed in ocaml-taglib 0.3.7-1
has caused the Debian Bug report #647449,
regarding libtaglib-ocaml-dev: Package should ship cmxs plugin
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 owner@bugs.debian.org
immediately.)


-- 
647449: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=647449
Debian Bug Tracking System
Contact owner@bugs.debian.org with problems
--- Begin Message ---
Package: libtaglib-ocaml-dev
Version: 0.2.0-1.1
Severity: normal

Please consider building the cmxs plugin for ocaml-taglib. This is needed to
dynamically load the module in a program compiled in native code.

Attached is a patch against the source package which allows for that.

-- System Information:
Debian Release: wheezy/sid
  APT prefers testing
  APT policy: (990, 'testing'), (800, 'unstable'), (1, 'experimental')
Architecture: i386 (i686)

Kernel: Linux 3.0.0-1-686-pae (SMP w/2 CPU cores)
Locale: LANG=fr_FR.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8) (ignored: LC_ALL set to fr_FR.UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages libtaglib-ocaml-dev depends on:
ii  libtag1-dev                              1.7-1         
ii  libtaglib-ocaml [libtaglib-ocaml-6wop0]  0.2.0-1.1     
ii  ocaml-findlib                            1.2.7+debian-1
ii  ocaml-nox [ocaml-nox-3.12.0]             3.12.0-7      

libtaglib-ocaml-dev recommends no packages.

libtaglib-ocaml-dev suggests no packages.

-- no debconf information
diff -Nru ocaml-taglib-0.2.0/debian/changelog ocaml-taglib-0.2.0/debian/changelog
--- ocaml-taglib-0.2.0/debian/changelog	2011-08-31 16:34:42.000000000 +0200
+++ ocaml-taglib-0.2.0/debian/changelog	2011-11-02 18:32:43.000000000 +0100
@@ -1,3 +1,10 @@
+ocaml-taglib (0.2.0-1.1) unstable; urgency=low
+
+  * Non-maintainer upload.
+  * Build and install cmxs plugin
+
+ -- Benjamin Sigonneau <benny@touseg.insa-rennes.fr>  Wed, 02 Nov 2011 18:32:27 +0100
+
 ocaml-taglib (0.2.0-1) unstable; urgency=low
 
   * New upstream release. 
diff -Nru ocaml-taglib-0.2.0/debian/patches/cmxs-plugin.patch ocaml-taglib-0.2.0/debian/patches/cmxs-plugin.patch
--- ocaml-taglib-0.2.0/debian/patches/cmxs-plugin.patch	1970-01-01 01:00:00.000000000 +0100
+++ ocaml-taglib-0.2.0/debian/patches/cmxs-plugin.patch	2011-11-02 18:45:17.000000000 +0100
@@ -0,0 +1,42 @@
+Index: ocaml-taglib/src/Makefile.in
+===================================================================
+--- ocaml-taglib.orig/src/Makefile.in	2011-11-02 18:44:13.856074877 +0100
++++ ocaml-taglib/src/Makefile.in	2011-11-02 18:45:10.276354667 +0100
+@@ -12,6 +12,7 @@
+ OCAMLC = @OCAMLC@
+ OCAMLOPT = @OCAMLOPT@
+ OCAMLBEST = @OCAMLBEST@
++OCAML_DYNLINK = @OCAML_DYNLINK@
+ OCAMLMKTOP = @OCAMLMKTOP@
+ OCAMLMKLIB = @OCAMLMKLIB@
+ OCAMLCP = @OCAMLCP@
+@@ -28,7 +29,7 @@
+ SOURCES = taglib_stubs.cc taglib.ml taglib.mli
+ RESULT = taglib
+ OCAMLDOCFLAGS = -stars
+-LIBINSTALL_FILES = $(wildcard *.mli *.cmi *.cma *.cmxa *.cmx *.a *.so)
++LIBINSTALL_FILES = $(wildcard *.mli *.cmi *.cma *.cmxa *.cmx *.a *.so *.cmxs)
+ ACLIBS = @LIBS@
+ LDFLAGS = @LDFLAGS@ 
+ CLIBS = $(ACLIBS:-l%=%)
+@@ -41,12 +42,19 @@
+ NO_CUSTOM = yes
+ OCAMLFLAGS = @OCAMLFLAGS@
+ 
+-all: $(OCAMLBEST)
++all: $(OCAMLBEST) $(OCAML_DYNLINK)
+ 
+ byte: byte-code-library
+ 
+ opt: native-code-library
+ 
++byte-dyn: taglib.cma
++
++opt-dyn: taglib.cmxs
++
++taglib.cmxs: taglib.cmxa
++	$(OCAMLOPT) $(OCAMLFLAGS) -ccopt -L. -shared -linkall -o taglib.cmxs taglib.cmxa
++
+ native-code-library: byte-code-library
+ 
+ install: libinstall
diff -Nru ocaml-taglib-0.2.0/debian/patches/series ocaml-taglib-0.2.0/debian/patches/series
--- ocaml-taglib-0.2.0/debian/patches/series	1970-01-01 01:00:00.000000000 +0100
+++ ocaml-taglib-0.2.0/debian/patches/series	2011-11-02 18:44:32.000000000 +0100
@@ -0,0 +1 @@
+cmxs-plugin.patch

--- End Message ---
--- Begin Message ---
Source: ocaml-taglib
Source-Version: 0.3.7-1
Done: Stéphane Glondu <glondu@debian.org>

We believe that the bug you reported is fixed in the latest version of
ocaml-taglib, which is due to be installed in the Debian FTP archive.

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 647449@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Stéphane Glondu <glondu@debian.org> (supplier of updated ocaml-taglib 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 ftpmaster@ftp-master.debian.org)


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA512

Format: 1.8
Date: Sun, 28 Nov 2021 19:50:32 +0100
Source: ocaml-taglib
Architecture: source
Version: 0.3.7-1
Distribution: unstable
Urgency: medium
Maintainer: Debian OCaml Maintainers <debian-ocaml-maint@lists.debian.org>
Changed-By: Stéphane Glondu <glondu@debian.org>
Closes: 647449
Changes:
 ocaml-taglib (0.3.7-1) unstable; urgency=medium
 .
   * Team upload
   * New upstream release (Closes: #647449)
Checksums-Sha1:
 8e0d92ccd542d7b99f5d978a6ee2aa54f5603e59 1881 ocaml-taglib_0.3.7-1.dsc
 a365694bd0b3449141d0e0cfbb952e3d10718d8b 20917 ocaml-taglib_0.3.7.orig.tar.gz
 2088f493fc30d5342197725e5577fd54c3bb7b20 3084 ocaml-taglib_0.3.7-1.debian.tar.xz
Checksums-Sha256:
 1bbc2aefc4519522706badf13659a958305c40401e2f8a4f6ecaa79cbcf04306 1881 ocaml-taglib_0.3.7-1.dsc
 26e3dcc2dab7e36cabce2ed86fce55bf9d33ddd714857bdeea88ad5c1799a56a 20917 ocaml-taglib_0.3.7.orig.tar.gz
 018fd832a35d84988986cd29b87cd723a82e0e57ebeb09f5403fa7816ce716d0 3084 ocaml-taglib_0.3.7-1.debian.tar.xz
Files:
 44283eead1ab6cc43c12c4ad9e7abfa3 1881 ocaml optional ocaml-taglib_0.3.7-1.dsc
 4f6df8b09126897a394e9acfc6193d59 20917 ocaml optional ocaml-taglib_0.3.7.orig.tar.gz
 2ff10a4b048f50af46f97261eec7fc41 3084 ocaml optional ocaml-taglib_0.3.7-1.debian.tar.xz

-----BEGIN PGP SIGNATURE-----

iQFGBAEBCgAwFiEEbeJOl+yohsxW5iUOIbju8bGJMIEFAmGj0B4SHGdsb25kdUBk
ZWJpYW4ub3JnAAoJECG47vGxiTCB6XoH/3+vDukptFC666wMZ/iHzwgwnD/1+T1X
PdoT+NX+porzvCFWvyXCv96VlOfaA2cC+rHnfjYObdhcPPJk2axxJy/uEkmfc7F8
FNVKb1X8UqDt0xtVkdaMvYUEaACJNVwFH02guhYSn4Z07fwhpTM4jZsNtALDZMhX
mrUa0KoSfLyuPNOnz73XUp7zebx7zfeac7Fm6R9out0j6vgAySRl46VYTEacz3yG
S+cqlkQFGCRMCpWLzc9m9pnFMNR2at+Ivri55Aeksqr9Y+fKsfSKfRnvZAxfZAos
RJEI84HK7OEvHh95K3SJRfw/PRjXup139qKUsgLckLXpa2Go/qIam30=
=46c0
-----END PGP SIGNATURE-----

--- End Message ---

Reply to: