On Wed, Oct 8, 2014 at 3:48 PM, HJ <[email protected]> wrote: > Package: libpulsedsp > Version: 5.0-12 > Severity: important > > --- Please enter the report below this line. --- > It seems that the package isn't compatible with multiarch since everytime I > want to install the i386 package apt wants to remove all amd64 packages > > for example I need libpulsedsp for a 32bit application(Shadowrun Returns > from GOG.com) > > eg: > > ssf@Debtop:~/Desktop/Shadowrun Returns$ padsp bash start.sh > Running Shadowrun Returns > ERROR: ld.so: object '/usr/lib/x86_64-linux-gnu/pulseaudio/libpulsedsp.so' > from LD_PRELOAD cannot be preloaded (wrong ELF class: ELFCLASS64): ignored. > > so I tried to install the 32Bit library with apt(see attachment) > > In the end it makes pulseaudio complety broken for me.
You have 5.0-12 amd64 version but are trying to install 5.0-6+b1 for the i386 version. Dpkg will not allow that. Try either downgrading your amd4 version to the version in unstable, or try installing the i386 version from experimental too. -- Saludos, Felipe Sateler _______________________________________________ pkg-pulseaudio-devel mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-pulseaudio-devel

