Your message dated Thu, 17 Oct 2013 22:18:34 +0000
with message-id <[email protected]>
and subject line Bug#563295: fixed in multimon 1.0-6
has caused the Debian Bug report #563295,
regarding multimon has endian problems on PowerPC
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 [email protected]
immediately.)


-- 
563295: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=563295
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: multimon
Version: 1.0-5
Severity: important
Tags: patch

As already noted in 'unixinput.c', 16 bit audio input currently 'works only
on little endian systems'.  The attached patch seems to fix this for me,
causing the 'scope' module to correctly display the audio input and making
it at least properly decode AFSK12 packets.

-- System Information:
Debian Release: 5.0.3
  APT prefers stable
  APT policy: (500, 'stable')
Architecture: powerpc (ppc)

Kernel: Linux 2.6.26-local
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash

Versions of packages multimon depends on:
ii  libc6                        2.7-18      GNU C Library: Shared libraries
ii  libx11-6                     2:1.1.5-2   X11 client-side library
ii  sox                          14.0.1-2+b1 Swiss army knife of sound processi

multimon recommends no packages.

multimon suggests no packages.

-- no debconf information

*** /usr/src/multimon-endian.patch
--- ./unixinput.c.orig  2002-12-03 18:49:16.000000000 -0800
+++ ./unixinput.c       2009-10-23 10:04:06.000000000 -0700
@@ -182,13 +182,12 @@
                perror("open");
                exit (10);
        }
-        sndparam = AFMT_S16_LE; /* we want 16 bits/sample signed */
-        /* little endian; works only on little endian systems! */
+        sndparam = AFMT_S16_NE; /* we want 16 bits/sample signed */
         if (ioctl(fd, SNDCTL_DSP_SETFMT, &sndparam) == -1) {
                perror("ioctl: SNDCTL_DSP_SETFMT");
                exit (10);
        }
-        if (sndparam != AFMT_S16_LE) {
+        if (sndparam != AFMT_S16_NE) {
                fmt = 1;
                sndparam = AFMT_U8;
                if (ioctl(fd, SNDCTL_DSP_SETFMT, &sndparam) == -1) {



--- End Message ---
--- Begin Message ---
Source: multimon
Source-Version: 1.0-6

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

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 protected],
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
A. Maitland Bottoms <[email protected]> (supplier of updated multimon 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 protected])


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

Format: 1.8
Date: Wed, 16 Oct 2013 23:02:41 -0400
Source: multimon
Binary: multimon
Architecture: source amd64
Version: 1.0-6
Distribution: unstable
Urgency: low
Maintainer: A. Maitland Bottoms <[email protected]>
Changed-By: A. Maitland Bottoms <[email protected]>
Description: 
 multimon   - Linux Radio Transmission Decoder
Closes: 563295 592754
Changes: 
 multimon (1.0-6) unstable; urgency=low
 .
   * apply sox fix to gen.c as well (Closes: #592754)
   * Use AFMT_S16_NE "native"-endian sound format (Closes: #563295)
   * Incorporate Daniel Bair's patch collection:
    * Fix for stereo only systems
    * Fix to completely flush the buffer on verbprint (LP: #729299)
    * Added option to quiet output messages
    * Added example dtmf_insert.pl script
    * Updated man page to reflect changes
Checksums-Sha1: 
 abdcac99f3708ef4a36a06deb0e82b5244d443c4 1047 multimon_1.0-6.dsc
 daf228a544960836be317e5e40ac492fc007c36f 11439 multimon_1.0-6.debian.tar.gz
 ab0600f2c63b7fcf76654bf31ae6b7f5e0011a3a 33574 multimon_1.0-6_amd64.deb
Checksums-Sha256: 
 cf1a19be3009a93ce71d97c581fde4016af1517d538a82fcef6f34001e6a1964 1047 
multimon_1.0-6.dsc
 b150e71480a4e2d9461b035a136ce36f2a7f54eeacc3de4c43291ff512072da8 11439 
multimon_1.0-6.debian.tar.gz
 562f83b8762e91d53a25c4c60a97aa6f15163726c6b302123cc241a74e57b502 33574 
multimon_1.0-6_amd64.deb
Files: 
 2864fd24f9ebb06f4981e37cdb982962 1047 hamradio optional multimon_1.0-6.dsc
 1a2aa1cc72ff55d44e0b743bb7ee6214 11439 hamradio optional 
multimon_1.0-6.debian.tar.gz
 5d0a2d6e6985191116b00c37188bc364 33574 hamradio optional 
multimon_1.0-6_amd64.deb

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

iEYEARECAAYFAlJgYZgACgkQkwbJvNrxBUw6WACfe6S8V9rr1vwlk9+dzg0kB6mZ
omoAn1h0se7y6w+Lx3rjPef8NeyGvcmE
=nAfH
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to