libraries not correctly linked

Bug #7206 reported by Debian Bug Importer
8
Affects Status Importance Assigned to Milestone
gnome-media (Debian)
Fix Released
Unknown
gnome-media (Ubuntu)
Fix Released
High
Sebastien Bacher

Bug Description

Automatically imported from Debian bug report #262012 http://bugs.debian.org/262012

Revision history for this message
Debian Bug Importer (debzilla) wrote :

Automatically imported from Debian bug report #262012 http://bugs.debian.org/262012

Revision history for this message
Debian Bug Importer (debzilla) wrote :
Download full text (4.2 KiB)

Message-ID: <email address hidden>
Date: Thu, 29 Jul 2004 13:48:50 +0200
From: Marco d'Itri <email address hidden>
To: Debian Bug Tracking System <email address hidden>
Subject: libraries not correctly linked

Package: gnome-media
Version: 2.6.2-0.2
Severity: serious
Justification: RC issues list, section 5.f

[This is a standard text.]

This bug has serious severity because it is a policy violation and
an item in aj's list of release showstoppers, section 5.f:
http://people.debian.org/~ajt/sarge_rc_policy.txt .

One or more libraries in this package are buggy.
All libraries need to be linked against other libraries which they
reference. You can check this by running this command:

ldd -d -r /usr/lib/libYOUR-LIBRARY.so

Then you will have to find which other libraries contain the undefined
symbols and rebuild your library by explicitly linking it against them
(e.g. -lglib).

The broken libraries are:

/usr/lib/libcddb-slave2.so (-lORBit-2 -lbonobo-activation -lgobject-2.0 -lglib-2.0)

-- System Information:
Debian Release: 3.1
  APT prefers unstable
  APT policy: (500, 'unstable'), (1, 'experimental')
Architecture: i386 (i686)
Kernel: Linux 2.6.7
Locale: LANG=it_IT@euro, LC_CTYPE=it_IT@euro

Versions of packages gnome-media depends on:
ii gstreamer-alsa 0.6.4-5 ALSA plugin for GStreamer
ii gstreamer0.8-misc 0.8.2-3 Collection of various GStreamer pl
ii gstreamer0.8-oss 0.8.2-3 OSS plugin for GStreamer
ii libart-2.0-2 2.3.16-5 Library of functions for 2D graphi
ii libatk1.0-0 1.6.1-2 The ATK accessibility toolkit
ii libaudiofile0 0.2.6-4 Open-source version of SGI's audio
ii libbonobo2-0 2.6.2-4 Bonobo CORBA interfaces library
ii libbonoboui2-0 2.6.1-1 The Bonobo UI library
ii libc6 2.3.2.ds1-13 GNU C Library: Shared libraries an
ii libesd-alsa0 [libesd0] 0.2.29-1 Enlightened Sound Daemon (ALSA) -
ii libgail-common 1.4.1-1 GNOME Accessibility Implementation
ii libgail17 1.4.1-1 GNOME Accessibility Implementation
ii libgconf2-4 2.6.2-1 GNOME configuration database syste
ii libgcrypt7 1.1.90-9 LGPL Crypto library - runtime libr
ii libglade2-0 1:2.4.0-1 Library to load .glade files at ru
ii libglib2.0-0 2.4.2-1 The GLib library of C routines
ii libgnome-keyring0 0.2.1-2 GNOME keyring services library
ii libgnome2-0 2.6.1-8 The GNOME 2 library - runtime file
ii libgnomecanvas2-0 2.6.1.1-2 A powerful object-oriented display
ii libgnomeui-0 2.6.1.1-3 The GNOME 2 libraries (User Interf
ii libgnomevfs2-0 2.6.1.1-3 The GNOME virtual file-system libr
ii libgnutls10 1.0.4-3 GNU TLS library - runtime library
ii libgpg-error0 0.7-1 library for common error values an
ii libgstreamer-gconf0.8-0 0.8.2-3 GConf support for GStreamer
ii libgstreamer-plugins0.8-0 0.8.2-3 Various GStreamer l...

Read more...

Revision history for this message
Sebastien Bacher (seb128) wrote :

 gnome-media (2.6.2-0.2ubuntu1) warty; urgency=low
 .
   * explicitly linked with all the libs used (Warty: #446, Debian: #262012).
   * debian/control:
     - Depends on "gstreamer0.8-oss | gstreamer0.8-audiosink"
       (Closes: #259625, #251461).

Revision history for this message
In , Russ Allbery (rra-debian) wrote : Re: gnome-media: libraries not correctly linked

tags 262012 + patch
thanks

Here's a tested patch to fix this problem. Note that one must use
automake-1.7, from the automake1.7 package, to rebuild Makefile.in files
after applying this patch. The version in testing works correctly.
Automake 1.8 does *not* work, at least with nothing done other than simply
running it.

--- gnome-media-2.6.2/cddb-slave2/Makefile.am.orig 2004-08-03 10:53:04.000000000 -0700
+++ gnome-media-2.6.2/cddb-slave2/Makefile.am 2004-08-03 10:35:08.000000000 -0700
@@ -26,6 +26,7 @@

 noinst_LTLIBRARIES = libgnomemedia-cddbslave2.la
 libgnomemedia_cddbslave2_la_SOURCES = $(IDL_GENERATED)
+libgnomemedia_cddbslave2_la_LIBADD = $(CDDBSLAVE_LIBS)

 ### installed cddb slave library
 lib_LTLIBRARIES = libcddb-slave2.la

--
Russ Allbery (<email address hidden>) <http://www.eyrie.org/~eagle/>

Revision history for this message
In , Jordi Mallach (jordi) wrote : downgrading temporarily

severity 262012 important
thanks

We at the GNOME team consider it's more important to have -media 2.6 in
testing ASAP than fix this bug and let the package fall in the trap of
the tiff transition.

We're downgrading this bug temporarily, even if it doesn't exist in
testing, so -media can go in tonight, and will make it RC again
tomorrow, at the same time as we fix it.

The release dudes are ok with this plan.

Thanks,
Jordi
--
Jordi Mallach Pérez -- Debian developer http://www.debian.org/
<email address hidden> <email address hidden> http://www.sindominio.net/
GnuPG public key information available at http://oskuro.net/~jordi/

Revision history for this message
Debian Bug Importer (debzilla) wrote :

Message-ID: <email address hidden>
Date: Tue, 03 Aug 2004 10:53:42 -0700
From: Russ Allbery <email address hidden>
To: <email address hidden>
cc: <email address hidden>
Subject: Re: gnome-media: libraries not correctly linked

tags 262012 + patch
thanks

Here's a tested patch to fix this problem. Note that one must use
automake-1.7, from the automake1.7 package, to rebuild Makefile.in files
after applying this patch. The version in testing works correctly.
Automake 1.8 does *not* work, at least with nothing done other than simply
running it.

--- gnome-media-2.6.2/cddb-slave2/Makefile.am.orig 2004-08-03 10:53:04.000000000 -0700
+++ gnome-media-2.6.2/cddb-slave2/Makefile.am 2004-08-03 10:35:08.000000000 -0700
@@ -26,6 +26,7 @@

 noinst_LTLIBRARIES = libgnomemedia-cddbslave2.la
 libgnomemedia_cddbslave2_la_SOURCES = $(IDL_GENERATED)
+libgnomemedia_cddbslave2_la_LIBADD = $(CDDBSLAVE_LIBS)

 ### installed cddb slave library
 lib_LTLIBRARIES = libcddb-slave2.la

--
Russ Allbery (<email address hidden>) <http://www.eyrie.org/~eagle/>

Revision history for this message
Debian Bug Importer (debzilla) wrote :

Message-ID: <email address hidden>
Date: Tue, 3 Aug 2004 19:47:28 +0200
From: Jordi Mallach <email address hidden>
To: <email address hidden>
Cc: <email address hidden>
Subject: downgrading temporarily

--2fHTh5uZTiUOsy+g
Content-Type: text/plain; charset=iso-8859-1
Content-Disposition: inline
Content-Transfer-Encoding: quoted-printable

severity 262012 important
thanks

We at the GNOME team consider it's more important to have -media 2.6 in
testing ASAP than fix this bug and let the package fall in the trap of
the tiff transition.

We're downgrading this bug temporarily, even if it doesn't exist in
testing, so -media can go in tonight, and will make it RC again
tomorrow, at the same time as we fix it.

The release dudes are ok with this plan.

Thanks,
Jordi
--=20
Jordi Mallach P=E9rez -- Debian developer http://www.debian.org/
<email address hidden> <email address hidden> http://www.sindominio.net/
GnuPG public key information available at http://oskuro.net/~jordi/

--2fHTh5uZTiUOsy+g
Content-Type: application/pgp-signature; name="signature.asc"
Content-Description: Digital signature
Content-Disposition: inline

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

iD8DBQFBD8+vJYSUupF6Il4RAmWRAJwMlClCOHdFmaSD3lPjaCHicc+aYQCgsEPP
AlYKeUo73RyFrTDq5S5FzQ8=
=u+zn
-----END PGP SIGNATURE-----

--2fHTh5uZTiUOsy+g--

Revision history for this message
In , Jordi Mallach (jordi) wrote : upgrading severity

severity 262012 serious
thanks

gnome-media made it into testing. Thanks for letting us cheat. :)
The bug will be fixed shortly (read tomorrow, probably), but will take a
while to get into testing due to the tiff transition.
Please, add this bug to the list of packages "not fixed in testing".

Thanks,
Jordi
--
Jordi Mallach Pérez -- Debian developer http://www.debian.org/
<email address hidden> <email address hidden> http://www.sindominio.net/
GnuPG public key information available at http://oskuro.net/~jordi/

Revision history for this message
Debian Bug Importer (debzilla) wrote :

Message-ID: <email address hidden>
Date: Wed, 4 Aug 2004 02:03:16 +0200
From: Jordi Mallach <email address hidden>
To: <email address hidden>
Cc: <email address hidden>, <email address hidden>
Subject: upgrading severity

--fUYQa+Pmc3FrFX/N
Content-Type: text/plain; charset=iso-8859-1
Content-Disposition: inline
Content-Transfer-Encoding: quoted-printable

severity 262012 serious
thanks

gnome-media made it into testing. Thanks for letting us cheat. :)
The bug will be fixed shortly (read tomorrow, probably), but will take a
while to get into testing due to the tiff transition.
Please, add this bug to the list of packages "not fixed in testing".

Thanks,
Jordi
--=20
Jordi Mallach P=E9rez -- Debian developer http://www.debian.org/
<email address hidden> <email address hidden> http://www.sindominio.net/
GnuPG public key information available at http://oskuro.net/~jordi/

--fUYQa+Pmc3FrFX/N
Content-Type: application/pgp-signature; name="signature.asc"
Content-Description: Digital signature
Content-Disposition: inline

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

iD8DBQFBECfEJYSUupF6Il4RAi7hAJ9p+YCB08YNI+vcmKTbzudFUen6xgCgz1QF
ljgpt6V8oXrxPAj1ZR+VJcU=
=8FcU
-----END PGP SIGNATURE-----

--fUYQa+Pmc3FrFX/N--

Revision history for this message
In , J.H.M. Dassen (Ray) (jdassen) wrote : Fixed in NMU of gnome-media 2.6.2-0.3

tag 251461 + fixed
tag 259625 + fixed
tag 262012 + fixed
tag 262296 + fixed
tag 263642 + fixed

quit

This message was generated automatically in response to a
non-maintainer upload. The .changes file follows.

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

Format: 1.7
Date: Sat, 7 Aug 2004 16:21:40 +0200
Source: gnome-media
Binary: gnome-media
Architecture: source i386
Version: 2.6.2-0.3
Distribution: unstable
Urgency: medium
Maintainer: J.H.M. Dassen (Ray) <email address hidden>
Changed-By: J.H.M. Dassen (Ray) <email address hidden>
Description:
 gnome-media - Gnome 2 Media Utilities
Closes: 251461 259625 262012 262296 263642
Changes:
 gnome-media (2.6.2-0.3) unstable; urgency=medium
 .
   * NMU
   * [debian/rules]
     * Actually honour DEB_BUILD_OPTIONS.
     * Ensure at build time that the libraries have no dependencies on
       undefined symbols.
   * [cddb-slave2/Makefile.am] Applied patch by Russ Allbery <email address hidden>
     to fix symbol resolution. (Closes: #262012)
   * Relibtoolised/auto*ed.
   * [debian/control]
     * Bumped the gnome-vfs2 build dependency to ensure a build against
       libgnutls11. (Closes: #263642)
     * Changed "gstreamer0.8-oss | gstreamer-alsa" dependency to
       "gstreamer0.8-oss | gstreamer0.8-audiosink". (Closes: #251461, #259625)
   * These changes cover everything addressed by
     http://no-name-yet.com/patches/gnome-media.patch . (Closes: #262296)
Files:
 629ee1668f1f24f61f11a3c4ce0a2bcf 898 gnome optional gnome-media_2.6.2-0.3.dsc
 e16ca74dcdf73ac7ae3215b91133defa 80755 gnome optional gnome-media_2.6.2-0.3.diff.gz
 91b1f0fae1a5cd5e7fbbec85201e9097 2486558 gnome optional gnome-media_2.6.2-0.3_i386.deb

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

iD8DBQFBFOeX/HzwHc5k3nkRAvnIAKCh2zhEdrYY4V0cyWx6i5wekO2LRwCgrcxC
XhX9GvRtowajwrSPYNHF/bI=
=9XwR
-----END PGP SIGNATURE-----

Revision history for this message
Debian Bug Importer (debzilla) wrote :

Message-Id: <email address hidden>
Date: Sat, 07 Aug 2004 10:47:12 -0400
From: <email address hidden> (J.H.M. Dassen (Ray))
To: <email address hidden>
Cc: <email address hidden> (J.H.M. Dassen (Ray))
Subject: Fixed in NMU of gnome-media 2.6.2-0.3

tag 251461 + fixed
tag 259625 + fixed
tag 262012 + fixed
tag 262296 + fixed
tag 263642 + fixed

quit

This message was generated automatically in response to a
non-maintainer upload. The .changes file follows.

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

Format: 1.7
Date: Sat, 7 Aug 2004 16:21:40 +0200
Source: gnome-media
Binary: gnome-media
Architecture: source i386
Version: 2.6.2-0.3
Distribution: unstable
Urgency: medium
Maintainer: J.H.M. Dassen (Ray) <email address hidden>
Changed-By: J.H.M. Dassen (Ray) <email address hidden>
Description:
 gnome-media - Gnome 2 Media Utilities
Closes: 251461 259625 262012 262296 263642
Changes:
 gnome-media (2.6.2-0.3) unstable; urgency=medium
 .
   * NMU
   * [debian/rules]
     * Actually honour DEB_BUILD_OPTIONS.
     * Ensure at build time that the libraries have no dependencies on
       undefined symbols.
   * [cddb-slave2/Makefile.am] Applied patch by Russ Allbery <email address hidden>
     to fix symbol resolution. (Closes: #262012)
   * Relibtoolised/auto*ed.
   * [debian/control]
     * Bumped the gnome-vfs2 build dependency to ensure a build against
       libgnutls11. (Closes: #263642)
     * Changed "gstreamer0.8-oss | gstreamer-alsa" dependency to
       "gstreamer0.8-oss | gstreamer0.8-audiosink". (Closes: #251461, #259625)
   * These changes cover everything addressed by
     http://no-name-yet.com/patches/gnome-media.patch . (Closes: #262296)
Files:
 629ee1668f1f24f61f11a3c4ce0a2bcf 898 gnome optional gnome-media_2.6.2-0.3.dsc
 e16ca74dcdf73ac7ae3215b91133defa 80755 gnome optional gnome-media_2.6.2-0.3.diff.gz
 91b1f0fae1a5cd5e7fbbec85201e9097 2486558 gnome optional gnome-media_2.6.2-0.3_i386.deb

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

iD8DBQFBFOeX/HzwHc5k3nkRAvnIAKCh2zhEdrYY4V0cyWx6i5wekO2LRwCgrcxC
XhX9GvRtowajwrSPYNHF/bI=
=9XwR
-----END PGP SIGNATURE-----

Revision history for this message
In , Davide Puricelli (evo) (evo) wrote : Bug#262012: fixed in gnome-media 2.6.2-1

Source: gnome-media
Source-Version: 2.6.2-1

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

gnome-media_2.6.2-1.diff.gz
  to pool/main/g/gnome-media/gnome-media_2.6.2-1.diff.gz
gnome-media_2.6.2-1.dsc
  to pool/main/g/gnome-media/gnome-media_2.6.2-1.dsc
gnome-media_2.6.2-1_i386.deb
  to pool/main/g/gnome-media/gnome-media_2.6.2-1_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 address hidden>,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Davide Puricelli (evo) <email address hidden> (supplier of updated gnome-media 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 address hidden>)

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

Format: 1.7
Date: Mon, 23 Aug 2004 17:24:01 +0200
Source: gnome-media
Binary: gnome-media
Architecture: source i386
Version: 2.6.2-1
Distribution: unstable
Urgency: low
Maintainer: Davide Puricelli (evo) <email address hidden>
Changed-By: Davide Puricelli (evo) <email address hidden>
Description:
 gnome-media - Gnome 2 Media Utilities
Closes: 226811 232031 235959 237819 242061 244449 251461 259625 262012 262296 263642
Changes:
 gnome-media (2.6.2-1) unstable; urgency=low
 .
   * Back in action ..
   * Acknowledge previous NMUs, thanks J.H.M. and Sebastien.
     closes: #262012, #263642, #226811, #232031, #235959, #237819,
             #242061, #251461, #259625, #244449, #262296.
Files:
 eda305afb97caeff83e72d3aac7656ed 894 gnome optional gnome-media_2.6.2-1.dsc
 b4954ec25b673eadc68f65fa41f32c39 81565 gnome optional gnome-media_2.6.2-1.diff.gz
 d94690e7ee60d176883852a1147e5379 2481622 gnome optional gnome-media_2.6.2-1_i386.deb

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

iD8DBQFBKhFyNHp9kxdgFe0RAp8+AJwLy29QCN89nTFIXRpM8d6rw70nTwCfRqjf
yxuLdP0Zn2lwVf4KSHiG2oo=
=ZWGx
-----END PGP SIGNATURE-----

Revision history for this message
Debian Bug Importer (debzilla) wrote :

Message-Id: <email address hidden>
Date: Mon, 23 Aug 2004 12:02:11 -0400
From: Davide Puricelli (evo) <email address hidden>
To: <email address hidden>
Subject: Bug#262012: fixed in gnome-media 2.6.2-1

Source: gnome-media
Source-Version: 2.6.2-1

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

gnome-media_2.6.2-1.diff.gz
  to pool/main/g/gnome-media/gnome-media_2.6.2-1.diff.gz
gnome-media_2.6.2-1.dsc
  to pool/main/g/gnome-media/gnome-media_2.6.2-1.dsc
gnome-media_2.6.2-1_i386.deb
  to pool/main/g/gnome-media/gnome-media_2.6.2-1_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 address hidden>,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Davide Puricelli (evo) <email address hidden> (supplier of updated gnome-media 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 address hidden>)

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

Format: 1.7
Date: Mon, 23 Aug 2004 17:24:01 +0200
Source: gnome-media
Binary: gnome-media
Architecture: source i386
Version: 2.6.2-1
Distribution: unstable
Urgency: low
Maintainer: Davide Puricelli (evo) <email address hidden>
Changed-By: Davide Puricelli (evo) <email address hidden>
Description:
 gnome-media - Gnome 2 Media Utilities
Closes: 226811 232031 235959 237819 242061 244449 251461 259625 262012 262296 263642
Changes:
 gnome-media (2.6.2-1) unstable; urgency=low
 .
   * Back in action ..
   * Acknowledge previous NMUs, thanks J.H.M. and Sebastien.
     closes: #262012, #263642, #226811, #232031, #235959, #237819,
             #242061, #251461, #259625, #244449, #262296.
Files:
 eda305afb97caeff83e72d3aac7656ed 894 gnome optional gnome-media_2.6.2-1.dsc
 b4954ec25b673eadc68f65fa41f32c39 81565 gnome optional gnome-media_2.6.2-1.diff.gz
 d94690e7ee60d176883852a1147e5379 2481622 gnome optional gnome-media_2.6.2-1_i386.deb

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

iD8DBQFBKhFyNHp9kxdgFe0RAp8+AJwLy29QCN89nTFIXRpM8d6rw70nTwCfRqjf
yxuLdP0Zn2lwVf4KSHiG2oo=
=ZWGx
-----END PGP SIGNATURE-----

Changed in gnome-media:
status: Unknown → Fix Released
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.