Bug#1020488: libffi8: Fail to install

2022-09-22 Thread Reinhard Vicinus

It is probably somehow related to this bug:

https://bugs.launchpad.net/ubuntu/+source/libffi/+bug/1943312

A slight modification of the proposed workaround in the bugreport 
mentioned above worked in my case:


apt download libffi8 libffi8:i386
for d in libffi8*.deb; do
  dpkg-deb -x $d $d.dir;
  dpkg-deb -e $d $d.dir/DEBIAN;
  sed -i '/Breaks: libffi8ubuntu1/d' $d.dir/DEBIAN/control;
  sed -i '/Replaces: libffi8ubuntu1/d' $d.dir/DEBIAN/control;
  sed -i '/Provides: libffi8ubuntu1 .*/d' $d.dir/DEBIAN/control;
  dpkg-deb -b $d.dir $d;
done
sudo dpkg -i libffi8*.deb



Bug#449337: psi: missing dependency on libsox-fmt-ao

2007-11-05 Thread Reinhard Vicinus
Package: psi
Version: 0.11-1
Severity: minor

Hello,

without the libsox-fmt-ao no sound is played and this error message is
shown:

/usr/bin/play soxio: Failed writing `default': unknown file type `ao'

Regards
Reinhard

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

Kernel: Linux 2.6.22 (SMP w/1 CPU core)
Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968)
Shell: /bin/sh linked to /bin/bash

Versions of packages psi depends on:
ii  libaspell15 0.60.5-1 GNU Aspell spell-checker runtime l
ii  libc6   2.6.1-6  GNU C Library: Shared libraries
ii  libgcc1 1:4.2.2-3GCC support library
ii  libqt4-core 4.3.2-1  Qt 4 core non-GUI functionality ru
ii  libqt4-gui  4.3.2-1  Qt 4 core GUI functionality runtim
ii  libqt4-qt3support   4.3.2-1  Qt 3 compatibility library for Qt 
ii  libssl0.9.8 0.9.8g-2 SSL shared libraries
ii  libstdc++6  4.2.2-3  The GNU Standard C++ Library v3
ii  libx11-62:1.0.3-7X11 client-side library
ii  libxext61:1.0.3-2X11 miscellaneous extension librar
ii  libxss1 1:1.1.2-1X11 Screen Saver extension library
ii  zlib1g  1:1.2.3.3.dfsg-7 compression library - runtime

Versions of packages psi recommends:
pn  libqca2-plugin-ossl   none (no description available)
ii  sox   14.0.0-5   Swiss army knife of sound processi

-- no debconf information



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



Bug#326207: Twofold MANIFEST.MF in saxon.jar

2005-09-02 Thread Reinhard Vicinus

Package: libsaxon-java
Version: 6.5.4-1

When I invoke the Saxon XSLT Processor an error occurs.

$ java -jar /usr/share/java/saxon-6.5.4.jar
Failed to load Main-Class manifest attribute from
/usr/share/java/saxon-6.5.4.jar

I think the java processor gets confused because there are two MANIFEST.MF
in the jar-file:
$ unzip -l /usr/share/java/saxon-6.5.4.jar
Archive:  /usr/share/java/saxon-6.5.4.jar
 Length Date   TimeName
   
   54843  08-17-05 01:53   META-INF/MANIFEST.MF
   0  08-17-05 01:53   META-INF/
  68  08-17-05 01:53   META-INF/MANIFEST.MF
  ...

I am using Debian GNU/Linux unstable kernel 2.6.12.3 build with 
kernel-package
9.007 libc6 2.3.5-6 Sun Java 2 SDK 1.5 update 04 build with java-package 
0.26




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