Your message dated Tue, 20 Jun 2006 11:32:08 -0700
with message-id <[EMAIL PROTECTED]>
and subject line Bug#373214: fixed in cenon.app 3.80-2
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)

--- Begin Message ---
Package: cenon.app
Version: 3.80-1
Severity: serious
Tags: patch

When building 'cenon.app' on amd64/unstable,
I get the following error:

vhfCFGFunctions.m:216: warning: '_OBJC_INSTANCE_16' defined but not used
 Compiling file vhfCommonFunctions.m ...
vhfCommonFunctions.m:49: error: conflicting types for 'sortPopup'
vhfCommonFunctions.h:47: error: previous declaration of 'sortPopup' was here
make[3]: *** [shared_obj/vhfCommonFunctions.o] Error 1

With the attached patch 'cenon.app' can be compiled on unstable.

Regards
Andreas Jochens

diff -urN ../tmp-orig/cenon.app-3.80/VHFShared/vhfCommonFunctions.m 
./VHFShared/vhfCommonFunctions.m
--- ../tmp-orig/cenon.app-3.80/VHFShared/vhfCommonFunctions.m   2005-11-18 
14:57:08.000000000 +0000
+++ ./VHFShared/vhfCommonFunctions.m    2006-06-13 15:15:05.000000000 +0000
@@ -45,7 +45,7 @@
  * created:  03.05.93
  * modified: 03.05.93 01.03.97
  */
-void sortPopup(NSPopUpButton *popupButton, int startIx)
+void sortPopup(id popupButton, int startIx)
 {   int i, cnt = [popupButton numberOfItems];
 
     for (i=startIx; i<cnt-1; i++)
diff -urN ../tmp-orig/cenon.app-3.80/functions.m ./functions.m
--- ../tmp-orig/cenon.app-3.80/functions.m      2005-11-19 21:58:22.000000000 
+0000
+++ ./functions.m       2006-06-13 15:17:47.000000000 +0000
@@ -106,7 +106,7 @@
  * ext                 the extension of the files
  * removeIx     the index of the first item of the popuplist to be removed
  */
-void fillPopup(NSPopUpButton *popup, NSString *folder, NSString *ext, int 
removeIx )
+void fillPopup(id popup, NSString *folder, NSString *ext, int removeIx )
 {   NSString           *path;
     int                        i, j, cnt, selectedIx = [popup 
indexOfSelectedItem];
     NSFileManager      *defaultManager = [NSFileManager defaultManager];


--- End Message ---
--- Begin Message ---
Source: cenon.app
Source-Version: 3.80-2

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

cenon.app_3.80-2.diff.gz
  to pool/main/c/cenon.app/cenon.app_3.80-2.diff.gz
cenon.app_3.80-2.dsc
  to pool/main/c/cenon.app/cenon.app_3.80-2.dsc
cenon.app_3.80-2_amd64.deb
  to pool/main/c/cenon.app/cenon.app_3.80-2_amd64.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.
Gürkan Sengün <[EMAIL PROTECTED]> (supplier of updated cenon.app 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: Wed, 14 Jun 2006 21:16:21 +0200
Source: cenon.app
Binary: cenon.app
Architecture: source amd64
Version: 3.80-2
Distribution: unstable
Urgency: low
Maintainer: Gürkan Sengün <[EMAIL PROTECTED]>
Changed-By: Gürkan Sengün <[EMAIL PROTECTED]>
Description: 
 cenon.app  - Vector graphics tool for GNUstep
Closes: 373214
Changes: 
 cenon.app (3.80-2) unstable; urgency=low
 .
   * Apply patch to fix FTBFS on amd64. (Closes: #373214)
Files: 
 311edcf732a3b3ed3ab3ec3e4e5642dc 699 graphics optional cenon.app_3.80-2.dsc
 35507f08fb7df35c35e52f20bef5fe3f 4723 graphics optional 
cenon.app_3.80-2.diff.gz
 95f7f04588448961c95e1992d216060b 1519286 graphics optional 
cenon.app_3.80-2_amd64.deb

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

iD8DBQFEmDzHvGr7W6HudhwRAj5AAJwIyuV6XS1rao1k6wUVlkA2co4ldACdHxWX
EdaqeQBHN8ccRAoBOoRPheM=
=YE3r
-----END PGP SIGNATURE-----


--- End Message ---

Reply via email to