Your message dated Fri, 9 Sep 2005 00:17:41 +0200 with message-id <[EMAIL PROTECTED]> and subject line This bug is fixed now 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; 27 Dec 2004 20:11:35 +0000 >From [EMAIL PROTECTED] Mon Dec 27 12:11:35 2004 Return-path: <[EMAIL PROTECTED]> Received: from c156115.adsl.hansenet.de (localhost.localdomain) [213.39.156.115] by spohr.debian.org with esmtp (Exim 3.35 1 (Debian)) id 1Cj1DL-0002p8-00; Mon, 27 Dec 2004 12:11:35 -0800 Received: from aj by localhost.localdomain with local (Exim 4.34) id 1Cj1IS-0000Ba-S3; Mon, 27 Dec 2004 21:16:52 +0100 To: Debian Bug Tracking System <[EMAIL PROTECTED]> From: Andreas Jochens <[EMAIL PROTECTED]> Subject: libsynce: FTBFS (amd64/gcc-4.0): pointer targets in passing argument 3 of 'accept' differ in signedness Message-Id: <[EMAIL PROTECTED]> Date: Mon, 27 Dec 2004 21:16:52 +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: libsynce Severity: normal Tags: patch When building 'libsynce' on amd64 with gcc-4.0, I get the following error: x86_64-linux-gcc -DHAVE_CONFIG_H -I. -I. -I. -g -Wall -Wsign-compare -Wno-long-long -Werror -ansi -g -O2 -I.. -g -O2 -MT synce_socket.lo -MD -MP -MF .deps/synce_socket.Tpo -c synce_socket.c -fPIC -DPIC -o .libs/synce_socket.o cc1: warnings being treated as errors synce_socket.c: In function 'synce_socket_accept': synce_socket.c:188: warning: pointer targets in passing argument 3 of 'accept' differ in signedness make[4]: *** [synce_socket.lo] Error 1 make[4]: Leaving directory `/libsynce-0.9.0/lib' With the attached patch 'libsynce' can be compiled on amd64 using gcc-4.0. Regards Andreas Jochens diff -urN ../tmp-orig/libsynce-0.9.0/lib/synce_socket.c ./lib/synce_socket.c --- ../tmp-orig/libsynce-0.9.0/lib/synce_socket.c 2004-07-11 20:40:21.000000000 +0200 +++ ./lib/synce_socket.c 2004-12-27 21:07:39.928421112 +0100 @@ -161,7 +161,7 @@ SynceSocket* synce_socket_accept(SynceSocket* server, struct sockaddr_in* address) { struct sockaddr_in cliaddr; - int clilen; + socklen_t clilen; int connfd; SynceSocket* client = NULL; fd_set read_set; --------------------------------------- Received: (at 287451-done) by bugs.debian.org; 8 Sep 2005 22:17:50 +0000 >From [EMAIL PROTECTED] Thu Sep 08 15:17:50 2005 Return-path: <[EMAIL PROTECTED]> Received: from cm58-93.liwest.at (new.homenet) [212.33.58.93] by spohr.debian.org with esmtp (Exim 3.36 1 (Debian)) id 1EDUiM-000543-00; Thu, 08 Sep 2005 15:17:50 -0700 Received: from new.homenet ([EMAIL PROTECTED] [127.0.0.1]) by new.homenet (8.13.3/8.13.3/Debian-5) with ESMTP id j88MHlQO031515 for <[EMAIL PROTECTED]>; Fri, 9 Sep 2005 00:17:47 +0200 Received: from localhost (localhost [[UNIX: localhost]]) by new.homenet (8.13.3/8.13.3/Submit) id j88MHiai031473 for [EMAIL PROTECTED]; Fri, 9 Sep 2005 00:17:44 +0200 X-Authentication-Warning: new.homenet: voc set sender to [EMAIL PROTECTED] using -f From: Volker Christian <[EMAIL PROTECTED]> Reply-To: [EMAIL PROTECTED] Organization: Sourceforge To: [EMAIL PROTECTED] Subject: This bug is fixed now Date: Fri, 9 Sep 2005 00:17:41 +0200 User-Agent: KMail/1.8 MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <[EMAIL PROTECTED]> 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=-3.0 required=4.0 tests=BAYES_00 autolearn=no version=2.60-bugs.debian.org_2005_01_02 X-CrossAssassin-Score: 144113 -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]