[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 Tue, 18 Sep 2007 22:17:02 +0000
with message-id <E1IXlNO-0000xE-UR@ries.debian.org>
and subject line Bug#442961: fixed in ocaml-vorbis 0.3.1-3
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-3

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-3_i386.deb
  to pool/main/o/ocaml-vorbis/libvorbis-ocaml-dev_0.3.1-3_i386.deb
libvorbis-ocaml_0.3.1-3_i386.deb
  to pool/main/o/ocaml-vorbis/libvorbis-ocaml_0.3.1-3_i386.deb
ocaml-vorbis_0.3.1-3.diff.gz
  to pool/main/o/ocaml-vorbis/ocaml-vorbis_0.3.1-3.diff.gz
ocaml-vorbis_0.3.1-3.dsc
  to pool/main/o/ocaml-vorbis/ocaml-vorbis_0.3.1-3.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 442961@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: Tue, 18 Sep 2007 21:54:19 +0000
Source: ocaml-vorbis
Binary: libvorbis-ocaml-dev libvorbis-ocaml
Architecture: source i386
Version: 0.3.1-3
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: 442961
Changes: 
 ocaml-vorbis (0.3.1-3) unstable; urgency=low
 .
   * Corrected link.dpatch, closes: #442961.
Files: 
 1aa06ed8c5dab293b44e136a90253d2b 869 devel optional ocaml-vorbis_0.3.1-3.dsc
 20f79f361b6585e7ac8f3906899279ee 6618 devel optional ocaml-vorbis_0.3.1-3.diff.gz
 262d8979f39c63545e6cbdc6967cdeaa 16260 libs optional libvorbis-ocaml_0.3.1-3_i386.deb
 1e97386ddde9434684ff559faa0783f1 160710 libdevel optional libvorbis-ocaml-dev_0.3.1-3_i386.deb

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

iD8DBQFG8EpuIae1O4AJae8RAodNAJ4qLF3gLOLFlf4JVclDKAh5kVnO9QCeMMht
Mkaxj7UMsJKu/b161LDvS+Y=
=AbsM
-----END PGP SIGNATURE-----



--- End Message ---

Reply to: