Your message dated Sat, 19 Feb 2005 18:05:16 +0100
with message-id <[EMAIL PROTECTED]>
and subject line Processed: Fixed in NMU of proftpd 1.2.10-10
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; 31 Dec 2004 10:31:11 +0000
>From [EMAIL PROTECTED] Fri Dec 31 02:31:11 2004
Return-path: <[EMAIL PROTECTED]>
Received: from c187183.adsl.hansenet.de (localhost.localdomain) 
[213.39.187.183] 
        by spohr.debian.org with esmtp (Exim 3.35 1 (Debian))
        id 1CkK3r-0000sH-00; Fri, 31 Dec 2004 02:31:11 -0800
Received: from aj by localhost.localdomain with local (Exim 4.34)
        id 1CkK99-0007ki-2d; Fri, 31 Dec 2004 11:36:39 +0100
To: Debian Bug Tracking System <[EMAIL PROTECTED]>
From: Andreas Jochens <[EMAIL PROTECTED]>
Subject: proftpd: FTBFS (amd64/gcc-4.0): invalid lvalue in assignment
Message-Id: <[EMAIL PROTECTED]>
Date: Fri, 31 Dec 2004 11:36:39 +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: proftpd
Severity: normal
Tags: patch

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

../../../modules/mod_radius.c: In function 'set_radiusacctserver':
../../../modules/mod_radius.c:2380: warning: pointer targets in assignment 
differ in signedness
../../../modules/mod_radius.c:2388: error: invalid lvalue in assignment
../../../modules/mod_radius.c: In function 'set_radiusauthserver':
../../../modules/mod_radius.c:2426: warning: pointer targets in assignment 
differ in signedness
../../../modules/mod_radius.c:2434: error: invalid lvalue in assignment
make[2]: *** [mod_radius.o] Error 1
make[2]: Leaving directory 
`/proftpd-1.2.10/build-tree/proftpd-1.2.10/build/pam/modules'

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

Regards
Andreas Jochens

diff -urN ../tmp-orig/proftpd-1.2.10/debian/patches/25.gcc4_fix.diff 
./debian/patches/25.gcc4_fix.diff
--- ../tmp-orig/proftpd-1.2.10/debian/patches/25.gcc4_fix.diff  1970-01-01 
01:00:00.000000000 +0100
+++ ./debian/patches/25.gcc4_fix.diff   2004-12-31 09:15:39.000000000 +0100
@@ -0,0 +1,33 @@
+diff -urN tmp/contrib/mod_radius.c proftpd-1.2.10/contrib/mod_radius.c
+--- tmp/contrib/mod_radius.c   2003-11-09 22:18:05.000000000 +0100
++++ proftpd-1.2.10/contrib/mod_radius.c        2004-12-30 23:55:23.154188792 
+0100
+@@ -2385,7 +2385,7 @@
+ 
+   c = add_config_param(cmd->argv[0], 1, NULL);
+   c->argv[0] = pcalloc(c->pool, sizeof(radius_server_t));
+-  ((radius_server_t *) c->argv[0]) = radius_server;
++  c->argv[0] = radius_server;
+ 
+   return HANDLED(cmd);
+ }
+@@ -2431,7 +2431,7 @@
+ 
+   c = add_config_param(cmd->argv[0], 1, NULL);
+   c->argv[0] = pcalloc(c->pool, sizeof(radius_server_t));
+-  ((radius_server_t *) c->argv[0]) = radius_server;
++  c->argv[0] = radius_server;
+ 
+   return HANDLED(cmd);
+ }
+diff -urN tmp/contrib/mod_quotatab_sql.c 
proftpd-1.2.10/contrib/mod_quotatab_sql.c
+--- tmp/contrib/mod_quotatab_sql.c     2004-06-08 00:58:44.000000000 +0200
++++ proftpd-1.2.10/contrib/mod_quotatab_sql.c  2004-12-31 09:12:37.581383272 
+0100
+@@ -685,7 +685,7 @@
+     }
+ 
+     tab->tab_data = pcalloc(tab->tab_pool, sizeof(char));
+-    ((char *) tab->tab_data) = pstrdup(tab->tab_pool, select_query);
++    tab->tab_data = pstrdup(tab->tab_pool, select_query);
+   }
+ 
+   /* Set all the necessary function pointers. */

---------------------------------------
Received: (at 287966-done) by bugs.debian.org; 19 Feb 2005 17:08:05 +0000
>From [EMAIL PROTECTED] Sat Feb 19 09:08:05 2005
Return-path: <[EMAIL PROTECTED]>
Received: from egg.area.ba.cnr.it [150.145.80.53] 
        by spohr.debian.org with esmtp (Exim 3.35 1 (Debian))
        id 1D2Y5N-0006VH-00; Sat, 19 Feb 2005 09:08:05 -0800
Received: from localhost (localhost [127.0.0.1])
        by egg.area.ba.cnr.it (8.13.1/8.13.1/SuSE Linux 0.7) with ESMTP id 
j1JH836q032456
        for <[EMAIL PROTECTED]>; Sat, 19 Feb 2005 18:08:03 +0100
Received: from klecker (klecker.ba.issia.cnr.it [150.145.84.32])
        by egg.area.ba.cnr.it (8.13.1/8.13.1/SuSE Linux 0.7) with ESMTP id 
j1JH7wjn032450
        for <[EMAIL PROTECTED]>; Sat, 19 Feb 2005 18:07:58 +0100
Received: from adsl-ull-166-65.44-151.net24.it ([151.44.65.166] helo=localhost)
        by klecker with esmtpa (Exim 4.44)
        id 1D2Y5E-0002ex-A6
        for [EMAIL PROTECTED]; Sat, 19 Feb 2005 18:07:56 +0100
Received: from frankie by localhost with local (Exim 4.44)
        id 1D2Y2e-0006wJ-Iz
        for [EMAIL PROTECTED]; Sat, 19 Feb 2005 18:05:16 +0100
Date: Sat, 19 Feb 2005 18:05:16 +0100
From: Francesco Paolo Lovergine <[EMAIL PROTECTED]>
To: Debian Bug Tracking System <[EMAIL PROTECTED]>
Subject: Re: Processed: Fixed in NMU of proftpd 1.2.10-10
Message-ID: <[EMAIL PROTECTED]>
References: <[EMAIL PROTECTED]> <[EMAIL PROTECTED]>
Mime-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline
In-Reply-To: <[EMAIL PROTECTED]>
X-GPG-Fingerprint: 92E4 2D44 336F DF91 5508  23D5 A453 5199 E9F2 C747
X-GPG-Info: finger [EMAIL PROTECTED]
X-Advocacy: Who uses non-free software empoisons you too. Say him to stop.
User-Agent: Mutt/1.5.6+20040907i
X-Virus-Scanned: by amavisd-new-20041102+Sophos at egg.area.ba.cnr.it
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-Status: No, hits=-3.0 required=4.0 tests=BAYES_00 autolearn=no 
        version=2.60-bugs.debian.org_2005_01_02
X-Spam-Level: 

On Sat, Feb 19, 2005 at 09:03:25AM -0800, Debian Bug Tracking System wrote:
> Processing commands for [EMAIL PROTECTED]:
> 
> > tag 287966 + fixed
> Bug#287966: proftpd: FTBFS (amd64/gcc-4.0): invalid lvalue in assignment
> Tags were: patch
> Tags added: fixed
> 
> > quit
> Stopping processing here.
> 

Uhm, some nice oddity in my pbuilder setup. This is not a NMU :-?

-- 
Francesco P. Lovergine


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

Reply via email to