Your message dated Sun, 25 Nov 2012 11:33:09 +0000
with message-id <[email protected]>
and subject line Bug#693799: fixed in mhwaveedit 1.4.22-2
has caused the Debian Bug report #693799,
regarding mhwaveedit: FTBFS on big endian archs
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.)
--
693799: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=693799
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: mhwaveedit
Version: 1.4.22-1
Severity: serious
Tags: patch sid
User: [email protected]
Usertags: powerpcspe
Hi,
on big endian machines, mhwaveedit currently FTBFS like this:
gcc -DHAVE_CONFIG_H -I. -I.. -pthread -I/usr/include/gtk-2.0
-I/usr/lib/powerpc-linux-gnuspe/gtk-2.0/include -I/usr/include/atk-1.0
-I/usr/include/cairo -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/pango-1.0
-I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0
-I/usr/lib/powerpc-linux-gnuspe/glib-2.0/include -I/usr/include/pixman-1
-I/usr/include/freetype2 -I/usr/include/libpng12 -pthread
-I/usr/include/glib-2.0 -I/usr/lib/powerpc-linux-gnuspe/glib-2.0/include
-D_REENTRANT -DLOCALEDIR=\"/usr/share/locale\" -g -O2 -c dataformat.c
In file included from dataformat.c:247:0:
convert_inc.c:122:0: warning: "C_FLOAT_PCM24SOE" redefined [enabled by default]
convert_inc.c:120:0: note: this is the location of the previous definition
convert_inc.c:123:0: warning: "C_FLOAT_PCM24UOE" redefined [enabled by default]
convert_inc.c:121:0: note: this is the location of the previous definition
In file included from dataformat.c:306:0:
convert_inc.c:120:0: warning: "C_FLOAT_PCM24SOE" redefined [enabled by default]
convert_inc.c:122:0: note: this is the location of the previous definition
convert_inc.c:121:0: warning: "C_FLOAT_PCM24UOE" redefined [enabled by default]
convert_inc.c:123:0: note: this is the location of the previous definition
convert_inc.c:122:0: warning: "C_FLOAT_PCM24SOE" redefined [enabled by default]
convert_inc.c:120:0: note: this is the location of the previous definition
convert_inc.c:123:0: warning: "C_FLOAT_PCM24UOE" redefined [enabled by default]
convert_inc.c:121:0: note: this is the location of the previous definition
convert_inc.c:771:12: error: conflicting types for 'C_FLOAT_PCM32SBEPM'
convert_inc.c:771:12: note: previous definition of 'C_FLOAT_PCM32SBEPM' was here
[...]
Attaching a patch that fixes this.
Thanks,
Roland
-- System Information:
Debian Release: wheezy/sid
APT prefers unstable
APT policy: (500, 'unstable'), (1, 'experimental')
Architecture: amd64 (x86_64)
Kernel: Linux 3.5.0 (SMP w/4 CPU cores)
Locale: LANG=en_GB.UTF-8, LC_CTYPE=en_GB.UTF-8 (charmap=UTF-8) (ignored: LC_ALL
set to en_GB.UTF-8)
Shell: /bin/sh linked to /bin/dash
diff -ruN mhwaveedit-1.4.22.backup/src/convert_inc.c mhwaveedit-1.4.22/src/convert_inc.c
--- mhwaveedit-1.4.22.backup/src/convert_inc.c 2012-07-25 21:04:30.000000000 +0200
+++ mhwaveedit-1.4.22/src/convert_inc.c 2012-11-20 13:49:56.000000000 +0100
@@ -108,19 +108,19 @@
#define C_FLOAT_PCM16UNE C_FLOAT_PCM16UBE
#define C_FLOAT_PCM32SNE C_FLOAT_PCM32SBE
#define C_FLOAT_PCM32UNE C_FLOAT_PCM32UBE
-#define C_FLOAT_PCM24SNEPM C_FLOAT_PCM32SBEPM
-#define C_FLOAT_PCM24UNEPM C_FLOAT_PCM32UBEPM
-#define C_FLOAT_PCM24SNEPL C_FLOAT_PCM32SBEPL
-#define C_FLOAT_PCM24UNEPL C_FLOAT_PCM32UBEPL
+#define C_FLOAT_PCM24SNEPM C_FLOAT_PCM24SBEPM
+#define C_FLOAT_PCM24UNEPM C_FLOAT_PCM24UBEPM
+#define C_FLOAT_PCM24SNEPL C_FLOAT_PCM24SBEPL
+#define C_FLOAT_PCM24UNEPL C_FLOAT_PCM24UBEPL
#define C_FLOAT_PCM16SOE C_FLOAT_PCM16SLE
#define C_FLOAT_PCM16UOE C_FLOAT_PCM16ULE
#define C_FLOAT_PCM32SOE C_FLOAT_PCM32SLE
#define C_FLOAT_PCM32UOE C_FLOAT_PCM32ULE
-#define C_FLOAT_PCM24SOE C_FLOAT_PCM24SLEPM
-#define C_FLOAT_PCM24UOE C_FLOAT_PCM24ULEPM
-#define C_FLOAT_PCM24SOE C_FLOAT_PCM24SLEPL
-#define C_FLOAT_PCM24UOE C_FLOAT_PCM24ULEPL
+#define C_FLOAT_PCM24SOEPM C_FLOAT_PCM24SLEPM
+#define C_FLOAT_PCM24UOEPM C_FLOAT_PCM24ULEPM
+#define C_FLOAT_PCM24SOEPL C_FLOAT_PCM24SLEPL
+#define C_FLOAT_PCM24UOEPL C_FLOAT_PCM24ULEPL
static void C_PCM24SLE_FLOAT(guint32 *in, FTYPE *out, int count)
{
--- End Message ---
--- Begin Message ---
Source: mhwaveedit
Source-Version: 1.4.22-2
We believe that the bug you reported is fixed in the latest version of
mhwaveedit, 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.
Alessio Treglia <[email protected]> (supplier of updated mhwaveedit 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: Sun, 25 Nov 2012 11:10:04 +0000
Source: mhwaveedit
Binary: mhwaveedit
Architecture: source amd64
Version: 1.4.22-2
Distribution: unstable
Urgency: low
Maintainer: Debian Multimedia Maintainers
<[email protected]>
Changed-By: Alessio Treglia <[email protected]>
Description:
mhwaveedit - Simple and fast GTK2 sound editor
Closes: 693799
Changes:
mhwaveedit (1.4.22-2) unstable; urgency=low
.
* Add patch to fix FTBFS on big-endian archs.
Thanks to Roland Stigge (Closes: #693799)
Checksums-Sha1:
f5732ea7ec30d64126b4128a8a7b956571d83651 2219 mhwaveedit_1.4.22-2.dsc
83e48622826bb824830541b04dd15dfaedee138e 5791 mhwaveedit_1.4.22-2.debian.tar.gz
6e3dd5a055fcb393db5dd752e1d8cb237272972b 436076 mhwaveedit_1.4.22-2_amd64.deb
Checksums-Sha256:
5fd112b8085c8b52150becb451438641e6fb251ec9378d07c62ab63151fce53b 2219
mhwaveedit_1.4.22-2.dsc
9739a39e3d25db284dd4f9ffa0388978714d5979bf056e703ef28b3770071d8c 5791
mhwaveedit_1.4.22-2.debian.tar.gz
41da70b8f757fe9ae8576f88ebcf8d55fa3e57c113e44296ef9d8a1603d75098 436076
mhwaveedit_1.4.22-2_amd64.deb
Files:
2fe810e51a62bc05c6bd163015a114d8 2219 sound optional mhwaveedit_1.4.22-2.dsc
f7306e779b2ec2503aff0b7d6dcd5f59 5791 sound optional
mhwaveedit_1.4.22-2.debian.tar.gz
d2bd5dc6627bb2f8465b412bfb5e5265 436076 sound optional
mhwaveedit_1.4.22-2_amd64.deb
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.11 (GNU/Linux)
iQIcBAEBAgAGBQJQsf2xAAoJEOikiuUxHXZah8EP/3J9SMgEGMBXiUjcbC5U/qDF
zVEqiP448nWLvTHLWDNONwajUso2SZD6rat1zX+xIorwlDRWuavpg8SGRAPbAvU2
ebJXny9xJSu7j2ceaFGWEjU60S+jYKQ2v7lTCmtW7wWs+lcPL7kKAlveYxoobHks
Yh/mLIqTmynMaUZW4zVoN7EHX4F1EGSr9vcodDxBazIVqi0jM8cQ6adeQHE5HKZv
taYyHmDldkyjHLpjEcgCEEFMdhQYaShj6i/tODKAeDuAAwfsMgeiT+tJMEVk/HYn
HyP12P62Yyz2cURmE6Vw8yPMxl95t5jw/cymhn5rkMEnVIT/gQssBn/DAAzuB2gb
MSZIjN1bEGKGIJ9U1JnhA+Cnl1GBmGdlsZo+P0v7raAZeHP9/iFYEUO6FzikYbT3
ZcCk3SOKrw2JkTNTNObB9EvBnMlfsSHsMyqkdStFdb35vAceirJywuaXL3NjZ5qw
s0mY/Uo54+xZ9SVRANoepHcBmn8ScypHJlpbt2zhCgHsEdAuTFFx+4tQQGiYWFeb
+s8weuf2v5vr0vnvmR20r6L9c7Qr3A9BzB+J1Ufjd3KbKeW2AGq+87G4QXV56viw
rj/mYYXxdFl+TqI3vKxSCY86gCb+KNNZHbduHbKIpsUaVQJU+6n+OMMK8koqhn8f
wpP/Y7Qnqtc17o0oObiu
=TFA1
-----END PGP SIGNATURE-----
--- End Message ---