Package: libtsp3
Version: 3r0-1
Severity: important

-----
Output from "sudo aptitude reinstall libtsp3":
--cut--
Setting up libtsp3 (3r0-1) ...
ldconfig: invalid option -- q
Try `ldconfig --help' or `ldconfig --usage' for more information.
dpkg: error processing libtsp3 (--configure):
subprocess post-installation script returned error exit status 64
Errors were encountered while processing:
libtsp3
--cut--
Ack!  Something bad happened while installing packages.  Trying to
recover:
Setting up libtsp3 (3r0-1) ...
ldconfig: invalid option -- q
Try `ldconfig --help' or `ldconfig --usage' for more information.
dpkg: error processing libtsp3 (--configure):
subprocess post-installation script returned error exit status 64
Errors were encountered while processing:
libtsp3
--cut--

------
postinst script is called with "#!/bin/sh -e" header.
I can't find any mention of -q options in the ldconfig(8)
man page (provided by libc6_2.3.2.ds1-22) or ldconfig with
"-?" "--help" or "--usage" options.  Perhaps it was at one
time used to mean the opposite of --verbose ?

If the -q option is meant to be a synomyn for --quiet, then I suggest one
of the following patches:

diff -rU0 libtsp3_3r0-1_i386/DEBIAN/postinst
libtsp3_3r0-1_i386-q_no/DEBIAN/postinst
--- libtsp3_3r0-1_i386/DEBIAN/postinst 1999-09-18 07:29:16.000000000 -0400
+++ libtsp3_3r0-1_i386-q_no/DEBIAN/postinst 2005-06-14 23:20:20.972783719 -0400
@@ -4 +4 @@
-   ldconfig -q
+   ldconfig # -q option removed


diff -rU0 libtsp3_3r0-1_i386/DEBIAN/postinst
libtsp3_3r0-1_i386-q_try/DEBIAN/postinst
--- libtsp3_3r0-1_i386/DEBIAN/postinst 1999-09-18 07:29:16.000000000 -0400
+++ libtsp3_3r0-1_i386-q_try/DEBIAN/postinst 2005-06-14 23:21:19.474584570 -0400
@@ -4 +4 @@
-   ldconfig -q
+   ldconfig -q || ldconfig

Additional info on packages providing ldconfig binary on my system

ii  libc6                  2.3.2.ds1-22           GNU C Library: Shared
libraries and Timezone data

-- System Information:
Debian Release: 3.1
  APT prefers testing
  APT policy: (101, 'testing'), (99, 'unstable')
Architecture: i386 (i686)
Kernel: Linux 2.6.8-2-k7
Locale: LANG=en_US, LC_CTYPE=en_US (charmap=ISO-8859-1)

Versions of packages libtsp3 depends on:
ii  libc6                       2.3.2.ds1-22 GNU C Library: Shared libraries an

-- no debconf information


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to