Your message dated Tue, 16 Aug 2005 02:47:05 -0700
with message-id <[EMAIL PROTECTED]>
and subject line Bug#285546: fixed in bristol 0.9.1-12
has caused the attached Bug report 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 I am
talking about this indicates a serious mail system misconfiguration
somewhere. Please contact me immediately.)
Debian bug tracking system administrator
(administrator, Debian Bugs database)
--------------------------------------
Received: (at submit) by bugs.debian.org; 13 Dec 2004 22:54:09 +0000
>From [EMAIL PROTECTED] Mon Dec 13 14:54:09 2004
Return-path: <[EMAIL PROTECTED]>
Received: from c203038.adsl.hansenet.de (localhost.localdomain) [213.39.203.38]
by spohr.debian.org with esmtp (Exim 3.35 1 (Debian))
id 1Cdz4y-00086p-00; Mon, 13 Dec 2004 14:54:08 -0800
Received: from aj by localhost.localdomain with local (Exim 4.34)
id 1Cdz9I-00087w-GN; Mon, 13 Dec 2004 23:58:36 +0100
To: Debian Bug Tracking System <[EMAIL PROTECTED]>
From: Andreas Jochens <[EMAIL PROTECTED]>
Subject: bristol: FTBFS (amd64/gcc-4.0): invalid lvalue in assignment
Message-Id: <[EMAIL PROTECTED]>
Date: Mon, 13 Dec 2004 23:58:36 +0100
Delivered-To: [EMAIL PROTECTED]
X-Spam-Checker-Version: SpamAssassin 2.60-bugs.debian.org_2004_03_25
(1.212-2003-09-23-exp) on spohr.debian.org
X-Spam-Status: No, hits=-8.0 required=4.0 tests=BAYES_00,HAS_PACKAGE
autolearn=no version=2.60-bugs.debian.org_2004_03_25
X-Spam-Level:
Package: bristol
Severity: normal
Tags: patch
When building 'bristol' on amd64 with gcc-4.0,
I get the following error:
cc -D_REENTRANT -O -fPIC -g -I../include -I. -c -o bristolvox.o bristolvox.c
bristolvox.c: In function 'voxGlobalController':
bristolvox.c:40: warning: incompatible implicit declaration of built-in
function 'printf'
bristolvox.c: In function 'operateVoxPostops':
bristolvox.c:68: error: invalid lvalue in assignment
bristolvox.c: In function 'bristolVoxInit':
bristolvox.c:165: warning: incompatible implicit declaration of built-in
function 'printf'
make[2]: *** [bristolvox.o] Error 1
make[2]: Leaving directory `/bristol-0.9.1/src/bristol/bristol'
With the attached patch 'bristol' can be compiled
on amd64 using gcc-4.0.
Regards
Andreas Jochens
--- ../tmp-orig/bristol-0.9.1/src/bristol/bristol/bristolhammond.c
2003-06-11 16:21:56.000000000 +0200
+++ ./src/bristol/bristol/bristolhammond.c 2004-12-13 23:43:06.295748616
+0100
@@ -217,7 +217,7 @@
#endif
if (baudio->mixlocals == NULL)
- ((void *) baudio->mixlocals) = voice->locals[voice->index];
+ baudio->mixlocals = voice->locals[voice->index];
/*
* Run the ADSR for the percussives. We have to play about a little,
since
diff -urN ../tmp-orig/bristol-0.9.1/src/bristol/bristol/bristolvox.c
./src/bristol/bristol/bristolvox.c
--- ../tmp-orig/bristol-0.9.1/src/bristol/bristol/bristolvox.c 2003-06-11
16:21:56.000000000 +0200
+++ ./src/bristol/bristol/bristolvox.c 2004-12-13 23:42:25.123007824 +0100
@@ -65,7 +65,7 @@
#endif
if (baudio->mixlocals == NULL)
- ((void *) baudio->mixlocals) = voice->locals[voice->index];
+ baudio->mixlocals = voice->locals[voice->index];
/*
* Run the ADSR for the percussives. We have to play about a little,
since
diff -urN ../tmp-orig/bristol-0.9.1/src/bristol/brightongui/brightonProphet10.c
./src/bristol/brightongui/brightonProphet10.c
--- ../tmp-orig/bristol-0.9.1/src/bristol/brightongui/brightonProphet10.c
2003-06-11 16:21:56.000000000 +0200
+++ ./src/bristol/brightongui/brightonProphet10.c 2004-12-13
23:47:19.819207192 +0100
@@ -795,7 +795,7 @@
brightonmalloc(DEVICE_COUNT * sizeof(dispatcher));
dispatch = synth->dispatch;
- ((guiSynth *) synth->lower) = (guiSynth *)
brightonmalloc(sizeof(guiSynth));
+ synth->lower = (guiSynth *) brightonmalloc(sizeof(guiSynth));
bcopy(synth, ((guiSynth *) synth->lower), sizeof(guiSynth));
((guiSynth *) synth->lower)->mem.param = (float *)
brightonmalloc(DEVICE_COUNT * sizeof(float));
((guiSynth *) synth->lower)->mem.count = DEVICE_COUNT;
---------------------------------------
Received: (at 285546-close) by bugs.debian.org; 16 Aug 2005 09:49:33 +0000
>From [EMAIL PROTECTED] Tue Aug 16 02:49:33 2005
Return-path: <[EMAIL PROTECTED]>
Received: from katie by spohr.debian.org with local (Exim 3.36 1 (Debian))
id 1E4y2D-000323-00; Tue, 16 Aug 2005 02:47:05 -0700
From: Guenter Geiger (Debian/GNU) <[EMAIL PROTECTED]>
To: [EMAIL PROTECTED]
X-Katie: $Revision: 1.56 $
Subject: Bug#285546: fixed in bristol 0.9.1-12
Message-Id: <[EMAIL PROTECTED]>
Sender: Archive Administrator <[EMAIL PROTECTED]>
Date: Tue, 16 Aug 2005 02:47:05 -0700
Delivered-To: [EMAIL PROTECTED]
X-Spam-Checker-Version: SpamAssassin 2.60-bugs.debian.org_2005_01_02
(1.212-2003-09-23-exp) on spohr.debian.org
X-Spam-Level:
X-Spam-Status: No, hits=-6.0 required=4.0 tests=BAYES_00,HAS_BUG_NUMBER
autolearn=no version=2.60-bugs.debian.org_2005_01_02
Source: bristol
Source-Version: 0.9.1-12
We believe that the bug you reported is fixed in the latest version of
bristol, which is due to be installed in the Debian FTP archive:
bristol_0.9.1-12.diff.gz
to pool/main/b/bristol/bristol_0.9.1-12.diff.gz
bristol_0.9.1-12.dsc
to pool/main/b/bristol/bristol_0.9.1-12.dsc
bristol_0.9.1-12_i386.deb
to pool/main/b/bristol/bristol_0.9.1-12_i386.deb
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.
Guenter Geiger (Debian/GNU) <[EMAIL PROTECTED]> (supplier of updated bristol
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.7
Date: Tue, 16 Aug 2005 10:10:08 +0200
Source: bristol
Binary: bristol
Architecture: source i386
Version: 0.9.1-12
Distribution: unstable
Urgency: low
Maintainer: Guenter Geiger (Debian/GNU) <[EMAIL PROTECTED]>
Changed-By: Guenter Geiger (Debian/GNU) <[EMAIL PROTECTED]>
Description:
bristol - vintage synthesizer emulator
Closes: 285546
Changes:
bristol (0.9.1-12) unstable; urgency=low
.
* Fixed compile problems with gcc4 (closes: #285546), thanks go to Andreas
Jochens
* Updated policy version
Files:
4a531515859c0b47851e2974e800b5f0 613 sound optional bristol_0.9.1-12.dsc
bc279d8ae6ab8671c5c9e61be99fda9c 14538 sound optional bristol_0.9.1-12.diff.gz
79417eec57173fab641d28a034a42185 336850 sound optional
bristol_0.9.1-12_i386.deb
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.1 (GNU/Linux)
iD8DBQFDAbPX1pbKhmC2uVgRAohjAJ4hkl+3BcCaept2XMplM9KH6A/i1wCfZTVO
jGKVyLD94UNkk7Laay8xEhw=
=gogv
-----END PGP SIGNATURE-----
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]