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

Bug#375803: marked as done (libartsc0-dev: artsc-config --libs shouldn't include -ldl -lpthread -lgmodule-2.0 -lgthread-2.0 -lglib-2.0)



Your message dated Tue, 04 Mar 2008 01:02:03 +0000
with message-id <E1JWLXf-0002l5-Un@ries.debian.org>
and subject line Bug#375803: fixed in arts 1.5.9-1
has caused the Debian Bug report #375803,
regarding libartsc0-dev: artsc-config --libs shouldn't include -ldl -lpthread -lgmodule-2.0 -lgthread-2.0 -lglib-2.0
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.)


-- 
375803: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=375803
Debian Bug Tracking System
Contact owner@bugs.debian.org with problems
--- Begin Message ---
Package: libartsc0-dev
Version: 1.5.3-2
Severity: wishlist

Hi,

There are spurious dependencies in the output of artsc-config --libs:
-L/usr/lib -ldl -lartsc -lpthread -lgmodule-2.0 -ldl -lgthread-2.0 -lglib-2.0

-ldl -lpthread -lgmodule-2.0 -ldl -lgthread-2.0 -lglib-2.0 are _not_
needed here (since the artsc _interface_ doesn't depend on these
libraries) and just bring unneeded dependencies. They should be used
only for linking libartsc.so itself, and put in artsc-config --libs
--static (for static linking).

Samuel

-- System Information:
Debian Release: testing/unstable
  APT prefers testing
  APT policy: (900, 'testing'), (500, 'unstable'), (500, 'stable'), (1, 'experimental')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.17
Locale: LANG=fr_FR@euro, LC_CTYPE=fr_FR@euro (charmap=ISO-8859-15)

Versions of packages libartsc0-dev depends on:
ii  libartsc0                     1.5.3-2    aRts sound system C support librar
ii  libglib2.0-dev                2.10.2-1   Development files for the GLib lib

libartsc0-dev recommends no packages.

-- no debconf information


--- End Message ---
--- Begin Message ---
Source: arts
Source-Version: 1.5.9-1

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

arts-dbg_1.5.9-1_amd64.deb
  to pool/main/a/arts/arts-dbg_1.5.9-1_amd64.deb
arts_1.5.9-1.diff.gz
  to pool/main/a/arts/arts_1.5.9-1.diff.gz
arts_1.5.9-1.dsc
  to pool/main/a/arts/arts_1.5.9-1.dsc
arts_1.5.9-1_all.deb
  to pool/main/a/arts/arts_1.5.9-1_all.deb
arts_1.5.9.orig.tar.gz
  to pool/main/a/arts/arts_1.5.9.orig.tar.gz
libarts1-dev_1.5.9-1_amd64.deb
  to pool/main/a/arts/libarts1-dev_1.5.9-1_amd64.deb
libarts1c2a_1.5.9-1_amd64.deb
  to pool/main/a/arts/libarts1c2a_1.5.9-1_amd64.deb
libartsc0-dev_1.5.9-1_amd64.deb
  to pool/main/a/arts/libartsc0-dev_1.5.9-1_amd64.deb
libartsc0_1.5.9-1_amd64.deb
  to pool/main/a/arts/libartsc0_1.5.9-1_amd64.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 375803@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Debian Qt/KDE Maintainers <debian-qt-kde@lists.debian.org> (supplier of updated arts 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: Wed, 20 Feb 2008 21:12:44 +0200
Source: arts
Binary: arts libarts1c2a libarts1-dev libartsc0 libartsc0-dev arts-dbg
Architecture: source all amd64
Version: 1.5.9-1
Distribution: unstable
Urgency: low
Maintainer: Debian Qt/KDE Maintainers <debian-qt-kde@lists.debian.org>
Changed-By: Debian Qt/KDE Maintainers <debian-qt-kde@lists.debian.org>
Description: 
 arts       - sound system from the official KDE release
 arts-dbg   - debugging symbols for arts
 libarts1-dev - development files for the aRts sound system core components
 libarts1c2a - aRts sound system core components
 libartsc0  - aRts sound system C support library
 libartsc0-dev - development files for the aRts sound system C support library
Closes: 375803 386582 405159 415154 428987 454821
Changes: 
 arts (1.5.9-1) unstable; urgency=low
 .
   * New upstream release:
     - Update to build with GCC 4.3 (Closes: #454821)
   * Add Vcs-Browser and Vcs-Svn fields.
 .
   +++ Changes by Ana Beatriz Guerrero Lopez:
 .
   * Update to Standards-Version 3.7.3:
     - Replace Source-Version for proper variables.
   * Some updates in the copyright file.
 .
   +++ Changes by Fathi Boudra:
 .
   * Add oss-compat dependency to libarts1c2a. (Closes: #386582)
   * Add artsdsp manpage. (Closes: #405159)
   * Add patches:
     - 12_cleanup_artsc-config. (Closes: #375803)
       Remove spurious dependencies in the output of artsc-config.
     - 13_check_tmp_dir. (Closes: #415154)
       Create tmp_dir if non existent.
     - 14_remove_config.h_headers. (Closes: #428987)
       Do not include config.h in shipped header files.
     - 15_no_warning. Merged from Ubuntu.
       Do not show null device warning.
       kmix makes it obvious if sound isn't working.
 .
   +++ Changes by Modestas Vainius:
 .
   * Add automake cleanup patches: 01_admin_cleanup.diff and
     97_automake_cleanup.diff
   * Disable -Wl,--as-needed for the moment.
Files: 
 bded5e951ef7f03e4511ebc2c54788d9 1284 libs optional arts_1.5.9-1.dsc
 0dbc731e3587e27fb1bbee8968d22ad0 1314578 libs optional arts_1.5.9.orig.tar.gz
 8237c83d15c7e15359ec341e6af20e7a 230788 libs optional arts_1.5.9-1.diff.gz
 e59359ea7118f3b1f3ef187a3216bbd0 6184 sound optional arts_1.5.9-1_all.deb
 5647e90adb6dfb6d66023c0922499a4c 1272690 libs optional libarts1c2a_1.5.9-1_amd64.deb
 1787962b861d7423b3ba918392831c0d 1344450 libdevel optional libarts1-dev_1.5.9-1_amd64.deb
 7a1935f28e8803eacc9d95111f7eaf2c 16964 libs optional libartsc0_1.5.9-1_amd64.deb
 42e4a6494057fb2c5c33ccc92261d6ac 22438 libdevel optional libartsc0-dev_1.5.9-1_amd64.deb
 acbe2cefebb7091507bb1ed723fc0520 3537700 libdevel extra arts-dbg_1.5.9-1_amd64.deb

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.6 (GNU/Linux)
Comment: Signed by Ana Guerrero

iD8DBQFHzJqzn3j4POjENGERAvZ3AJwKhL+orq32vcxPf+V1Su8KSAzgZgCfeQjN
peNr3UEz0chuoB+Fls6jMqM=
=KZuF
-----END PGP SIGNATURE-----



--- End Message ---

Reply to: