Your message dated Sun, 07 Aug 2005 13:47:09 -0700
with message-id <[EMAIL PROTECTED]>
and subject line Bug#285635: fixed in doxymacs 1.6.0-1
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; 14 Dec 2004 15:06:56 +0000
>From [EMAIL PROTECTED] Tue Dec 14 07:06:56 2004
Return-path: <[EMAIL PROTECTED]>
Received: from c158150.adsl.hansenet.de (localhost.localdomain) 
[213.39.158.150] 
        by spohr.debian.org with esmtp (Exim 3.35 1 (Debian))
        id 1CeEGO-0000ZP-00; Tue, 14 Dec 2004 07:06:56 -0800
Received: from aj by localhost.localdomain with local (Exim 4.34)
        id 1CeEKl-0007m6-1F; Tue, 14 Dec 2004 16:11:27 +0100
To: Debian Bug Tracking System <[EMAIL PROTECTED]>
From: Andreas Jochens <[EMAIL PROTECTED]>
Subject: doxymacs: FTBFS (amd64/gcc-4.0): 
Message-Id: <[EMAIL PROTECTED]>
Date: Tue, 14 Dec 2004 16:11:27 +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: doxymacs
Severity: normal
Tags: patch

When building 'doxymacs' on amd64 with gcc-4.0,
I get the following error:

if gcc -DPACKAGE_NAME=\"doxymacs\" -DPACKAGE_TARNAME=\"doxymacs\" 
-DPACKAGE_VERSION=\"1.5.0\" -DPACKAGE_STRING=\"doxymacs\ 1.5.0\" 
-DPACKAGE_BUGREPORT=\"http://sourceforge.net/projects/doxymacs\"; 
-DPACKAGE=\"doxymacs\" -DVERSION=\"1.5.0\" -DSTDC_HEADERS=1 -DHAVE_STRDUP=1  
-I. -I. -I/usr/include/libxml2   -Wall -Werror -fexpensive-optimizations 
-fomit-frame-pointer -Wall -g -O2 -MT doxymacs_parser.o -MD -MP -MF 
".deps/doxymacs_parser.Tpo" \
  -c -o doxymacs_parser.o `test -f 'doxymacs_parser.c' || echo 
'./'`doxymacs_parser.c; \
then mv ".deps/doxymacs_parser.Tpo" ".deps/doxymacs_parser.Po"; \
else rm -f ".deps/doxymacs_parser.Tpo"; exit 1; \
fi
cc1: warnings being treated as errors
doxymacs_parser.c: In function 'XMLTagChild':
doxymacs_parser.c:131: warning: pointer targets in return differ in signedness
make[1]: *** [doxymacs_parser.o] Error 1
make[1]: Leaving directory `/doxymacs-1.5.0/c'
make: *** [build-stamp] Error 2

With the attached patch 'doxymacs' can be compiled
on amd64 using gcc-4.0.

Regards
Andreas Jochens

diff -urN ../tmp-orig/doxymacs-1.5.0/c/doxymacs_parser.c ./c/doxymacs_parser.c
--- ../tmp-orig/doxymacs-1.5.0/c/doxymacs_parser.c      2002-12-10 
06:38:23.000000000 +0100
+++ ./c/doxymacs_parser.c       2004-12-14 16:05:41.815147352 +0100
@@ -128,7 +128,7 @@
             xmlNodePtr cur_child = cur->xmlChildrenNode;
             if (cur_child)
             {
-                return cur_child->content;
+                return (char*) cur_child->content;
             }
             else
             {

---------------------------------------
Received: (at 285635-close) by bugs.debian.org; 7 Aug 2005 20:54:28 +0000
>From [EMAIL PROTECTED] Sun Aug 07 13:54:28 2005
Return-path: <[EMAIL PROTECTED]>
Received: from katie by spohr.debian.org with local (Exim 3.36 1 (Debian))
        id 1E1s33-0005OH-00; Sun, 07 Aug 2005 13:47:09 -0700
From: Joerg Jaspert <[EMAIL PROTECTED]>
To: [EMAIL PROTECTED]
X-Katie: $Revision: 1.56 $
Subject: Bug#285635: fixed in doxymacs 1.6.0-1
Message-Id: <[EMAIL PROTECTED]>
Sender: Archive Administrator <[EMAIL PROTECTED]>
Date: Sun, 07 Aug 2005 13:47:09 -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
X-CrossAssassin-Score: 3

Source: doxymacs
Source-Version: 1.6.0-1

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

doxymacs_1.6.0-1.diff.gz
  to pool/main/d/doxymacs/doxymacs_1.6.0-1.diff.gz
doxymacs_1.6.0-1.dsc
  to pool/main/d/doxymacs/doxymacs_1.6.0-1.dsc
doxymacs_1.6.0-1_i386.deb
  to pool/main/d/doxymacs/doxymacs_1.6.0-1_i386.deb
doxymacs_1.6.0.orig.tar.gz
  to pool/main/d/doxymacs/doxymacs_1.6.0.orig.tar.gz



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.
Joerg Jaspert <[EMAIL PROTECTED]> (supplier of updated doxymacs 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: Sun,  7 Aug 2005 19:08:12 +0200
Source: doxymacs
Binary: doxymacs
Architecture: source i386
Version: 1.6.0-1
Distribution: unstable
Urgency: low
Maintainer: Debian QA Group <[EMAIL PROTECTED]>
Changed-By: Joerg Jaspert <[EMAIL PROTECTED]>
Description: 
 doxymacs   - E-lisp package for making doxygen usage easier under Emacs
Closes: 275825 282596 285635
Changes: 
 doxymacs (1.6.0-1) unstable; urgency=low
 .
   * New upstream version
   * Bug fix: "doxymacs: FTBFS (amd64/gcc-4.0): ", thanks to Andreas
     Jochens (Closes: #285635).
   * Bug fix: "doxymacs: install fails", thanks to Thomas Deselaers
     (Closes: #275825, 282596).
   * Orphaning package
Files: 
 fa17a89bb5b75761dc2b917af645ad0d 676 devel optional doxymacs_1.6.0-1.dsc
 04f0bf6b5354c28ccd252aa8432bcf42 132891 devel optional 
doxymacs_1.6.0.orig.tar.gz
 e779d1f4c585c61392956f0568145c4d 23704 devel optional doxymacs_1.6.0-1.diff.gz
 b618ef6c57e2e6c126ff3c1c91ea9fb3 55728 devel optional doxymacs_1.6.0-1_i386.deb

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.1 (GNU/Linux)
Comment: Joerg Jaspert <[EMAIL PROTECTED]> -- Debian Developer

iD8DBQFC9maMcV7WoH57iskRAhpoAJ440ZVTNRztQ6K6YOt79qmNb7k2eACeLULR
7kdN3juNstcdih5AFKprm+U=
=yYPL
-----END PGP SIGNATURE-----


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to