Your message dated Wed, 28 Dec 2005 08:20:38 +0100
with message-id <[EMAIL PROTECTED]>
and subject line hptalx: FTBFS
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; 3 Aug 2004 20:38:02 +0000
>From [EMAIL PROTECTED] Tue Aug 03 13:38:02 2004
Return-path: <[EMAIL PROTECTED]>
Received: from c173031.adsl.hansenet.de (localhost) [213.39.173.31] 
        by spohr.debian.org with esmtp (Exim 3.35 1 (Debian))
        id 1Bs62r-00035x-00; Tue, 03 Aug 2004 13:38:02 -0700
Received: from aj by localhost with local (Exim 4.34)
        id 1Bs62q-0005TQ-4O; Tue, 03 Aug 2004 22:38:00 +0200
To: Debian Bug Tracking System <[EMAIL PROTECTED]>
From: Andreas Jochens <[EMAIL PROTECTED]>
Subject: hptalx: FTBFS with gcc-3.4: conflicting types for 'whereami'
Message-Id: <[EMAIL PROTECTED]>
Date: Tue, 03 Aug 2004 22:38:00 +0200
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=-7.0 required=4.0 tests=BAYES_01,HAS_PACKAGE 
        autolearn=no version=2.60-bugs.debian.org_2004_03_25
X-Spam-Level: 

Package: hptalx
Severity: normal
Tags: patch

When building 'hptalx' with gcc-3.4 I get the following error:

gcc -O2 -Wall -g -DVERSION=\"1.1.0\" -DUPDATE_ROM `gtk-config --cflags` -c 
main.c -o main.o
main.c:52: error: conflicting types for 'whereami'
hptalx.h:88: error: previous declaration of 'whereami' was here
main.c:52: error: conflicting types for 'whereami'
hptalx.h:88: error: previous declaration of 'whereami' was here
main.c:53: error: conflicting types for 'panel'
hptalx.h:89: error: previous declaration of 'panel' was here
main.c:53: error: conflicting types for 'panel'
hptalx.h:89: error: previous declaration of 'panel' was here
make[1]: *** [main.o] Error 1
make[1]: Leaving directory `/hptalx-1.1.0'
make: *** [build-stamp] Error 2

With the attached patch 'hptalx' can be compiled using gcc-3.4.

Regards
Andreas Jochens

diff -urN ../tmp-orig/hptalx-1.1.0/main.c ./main.c
--- ../tmp-orig/hptalx-1.1.0/main.c     2000-07-02 20:28:20.000000000 +0200
+++ ./main.c    2004-08-03 22:35:15.092969926 +0200
@@ -49,8 +49,8 @@
 GtkWidget *files_pc, *files_hp;
 GtkItemFactory *item_factory;
 struct data data_pc, data_hp;
-HPANED whereami;
-VPANED panel;
+VPANED whereami;
+HPANED panel;
 CALCULATOR calc = UNKNOWN_CALC;
 CONNECTION connected;
 TRANSFER_TYPE ttype = AUTO;

---------------------------------------
Received: (at 263333-done) by bugs.debian.org; 28 Dec 2005 07:20:48 +0000
>From [EMAIL PROTECTED] Tue Dec 27 23:20:48 2005
Return-path: <[EMAIL PROTECTED]>
Received: from e176043018.adsl.alicedsl.de ([85.176.43.18] helo=kat.ainf.net)
        by spohr.debian.org with esmtp (Exim 4.50)
        id 1ErVc7-0001m2-Rw
        for [EMAIL PROTECTED]; Tue, 27 Dec 2005 23:20:48 -0800
Received: from aj by kat.ainf.net with local (Exim 4.54)
        id 1ErVby-0004ow-P2; Wed, 28 Dec 2005 08:20:38 +0100
To: [EMAIL PROTECTED]
From: Andreas Jochens <[EMAIL PROTECTED]>
Subject: hptalx: FTBFS
Message-Id: <[EMAIL PROTECTED]>
Date: Wed, 28 Dec 2005 08:20:38 +0100
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=-3.0 required=4.0 tests=BAYES_00 autolearn=no 
        version=2.60-bugs.debian.org_2005_01_02
X-CrossAssassin-Score: 14

The package has been removed from unstable.


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

Reply via email to