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

Bug#433055: marked as done (ocaml-vorbis: dllvorbis_stubs.so linked incorrectly)



Your message dated Sat, 08 Sep 2007 11:47:25 +0000
with message-id <E1ITymb-0000mr-Ak@ries.debian.org>
and subject line Bug#433055: fixed in ocaml-vorbis 0.3.1-2
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: ocaml-vorbis
Version: 0.2.3-2
Severity: serious

Problem reported on #debian-ocaml:
# #load "vorbis/vorbis.cma";;
Cannot load required shared library dllvorbis_stubs.
Reason: /usr/lib/ocaml/3.09.2/stublibs/dllvorbis_stubs.so: undefined
symbol: vorbis_info_clear.

And indeed:
$ ldd /usr/lib/ocaml/3.09.2/stublibs/dllvorbis_stubs.so 
        linux-gate.so.1 =>  (0xffffe000)
        libc.so.6 => /lib/tls/i686/cmov/libc.so.6 (0xb7e84000)
        /lib/ld-linux.so.2 (0x80000000)

The problem is caused by the following in src/Makefile.in:
ACLIBS = @LIBS@
CLIBS = $(ACLIBS:-l%=%)
LDFLAGS = @LDFLAGS@ @OGG_LIBS@ @VORBIS_LIBS@

which gives after configure:
ACLIBS = 
CLIBS = $(ACLIBS:-l%=%)
LDFLAGS =  -logg   -lvorbisenc -lvorbisfile -lvorbis -lm -logg  

OCamlMakefile then uses the CLIBS variable to find out how to link the
stubs library, LDFLAGS isn't used, and you lose.

Cheers,
Julien

-- System Information:
Debian Release: lenny/sid
  APT prefers testing-proposed-updates
  APT policy: (500, 'testing-proposed-updates'), (500, 'unstable'), (500, 'testing'), (1, 'experimental')
Architecture: i386 (i686)

Kernel: Linux 2.6.22-rc7-686 (SMP w/2 CPU cores)
Locale: LANG=C, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash

Attachment: signature.asc
Description: Digital signature


--- End Message ---
--- Begin Message ---
Source: ocaml-vorbis
Source-Version: 0.3.1-2

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

libvorbis-ocaml-dev_0.3.1-2_i386.deb
  to pool/main/o/ocaml-vorbis/libvorbis-ocaml-dev_0.3.1-2_i386.deb
libvorbis-ocaml_0.3.1-2_i386.deb
  to pool/main/o/ocaml-vorbis/libvorbis-ocaml_0.3.1-2_i386.deb
ocaml-vorbis_0.3.1-2.diff.gz
  to pool/main/o/ocaml-vorbis/ocaml-vorbis_0.3.1-2.diff.gz
ocaml-vorbis_0.3.1-2.dsc
  to pool/main/o/ocaml-vorbis/ocaml-vorbis_0.3.1-2.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 433055@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Samuel Mimram <smimram@debian.org> (supplier of updated ocaml-vorbis 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@debian.org)


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Format: 1.7
Date: Sat, 08 Sep 2007 13:35:42 +0200
Source: ocaml-vorbis
Binary: libvorbis-ocaml-dev libvorbis-ocaml
Architecture: source i386
Version: 0.3.1-2
Distribution: unstable
Urgency: low
Maintainer: Samuel Mimram <smimram@debian.org>
Changed-By: Samuel Mimram <smimram@debian.org>
Description: 
 libvorbis-ocaml - OCaml bindings for vorbis library
 libvorbis-ocaml-dev - OCaml bindings for the vorbis library
Closes: 433055
Changes: 
 ocaml-vorbis (0.3.1-2) unstable; urgency=low
 .
   * Rebuild with OCaml 3.10.
   * Using dpatch to handle patches.
   * Added link.dpatch to correctly link shared library, closes: #433055.
Files: 
 edf2959e33461fe880b3af9f48f81c2c 870 devel optional ocaml-vorbis_0.3.1-2.dsc
 c887418f7a81e453b6585a6c29ada41f 34134 devel optional ocaml-vorbis_0.3.1-2.diff.gz
 a2a0c92d261300fe292e2e882e00114d 16084 libs optional libvorbis-ocaml_0.3.1-2_i386.deb
 04151e4d008f8bdf324e03927008dd4a 160662 libdevel optional libvorbis-ocaml-dev_0.3.1-2_i386.deb

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.6 (GNU/Linux)

iD8DBQFG4onyIae1O4AJae8RAjuvAJwLCdkLF+IDv57bxitCoE3WWafyKQCdFDr4
+pIZO3J+VvI/YZfWqWq3ckE=
=rtji
-----END PGP SIGNATURE-----


--- End Message ---

Reply to: