Your message dated Sun, 31 Jul 2005 23:34:43 +0100 with message-id <[EMAIL PROTECTED]> and subject line Removed from Debian - unmaintained 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; 28 Dec 2004 09:31:44 +0000 >From [EMAIL PROTECTED] Tue Dec 28 01:31:44 2004 Return-path: <[EMAIL PROTECTED]> Received: from c187236.adsl.hansenet.de (localhost.localdomain) [213.39.187.236] by spohr.debian.org with esmtp (Exim 3.35 1 (Debian)) id 1CjDhg-0001ae-00; Tue, 28 Dec 2004 01:31:44 -0800 Received: from aj by localhost.localdomain with local (Exim 4.34) id 1CjDmp-0006mG-TP; Tue, 28 Dec 2004 10:37:03 +0100 To: Debian Bug Tracking System <[EMAIL PROTECTED]> From: Andreas Jochens <[EMAIL PROTECTED]> Subject: lpkg: FTBFS (amd64/gcc-4.0): invalid lvalue in assignment Message-Id: <[EMAIL PROTECTED]> Date: Tue, 28 Dec 2004 10:37:03 +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: lpkg Severity: normal Tags: patch When building 'lpkg' on amd64 with gcc-4.0, I get the following error: gcc -O2 -c -o main.o main.c main.c: In function 'usage': main.c:105: warning: incompatible implicit declaration of built-in function 'exit' main.c: In function 'main': main.c:150: warning: incompatible implicit declaration of built-in function 'exit' main.c:162: warning: incompatible implicit declaration of built-in function 'exit' main.c:166: error: invalid lvalue in assignment make[1]: *** [main.o] Error 1 make[1]: Leaving directory `/lpkg-19980629' make: *** [build-stamp] Error 2 With the attached patch 'lpkg' can be compiled on amd64 using gcc-4.0. Regards Andreas Jochens diff -urN ../tmp-orig/lpkg-19980629/main.c ./main.c --- ../tmp-orig/lpkg-19980629/main.c 1998-06-14 21:36:00.000000000 +0200 +++ ./main.c 2004-12-28 10:12:48.069895056 +0100 @@ -163,7 +163,7 @@ } fstat(fd,&st); - (unsigned long)*(lt3+12)=htonl(st.st_size); + *(lt3+12)=htonl(st.st_size); fprintf(stderr,"Waiting..."); waitConnection(); --------------------------------------- Received: (at 287493-done) by bugs.debian.org; 31 Jul 2005 22:35:08 +0000 >From [EMAIL PROTECTED] Sun Jul 31 15:35:08 2005 Return-path: <[EMAIL PROTECTED]> Received: from sorrow.cyrius.com [65.19.161.204] by spohr.debian.org with esmtp (Exim 3.36 1 (Debian)) id 1DzMOi-0000As-00; Sun, 31 Jul 2005 15:35:08 -0700 Received: by sorrow.cyrius.com (Postfix, from userid 10) id 85A4364D55; Sun, 31 Jul 2005 22:34:57 +0000 (UTC) Received: by deprecation.cyrius.com (Postfix, from userid 1000) id F267385FC; Sun, 31 Jul 2005 23:34:43 +0100 (BST) Date: Sun, 31 Jul 2005 23:34:43 +0100 From: Martin Michlmayr <[EMAIL PROTECTED]> To: [EMAIL PROTECTED] Subject: Removed from Debian - unmaintained Message-ID: <[EMAIL PROTECTED]> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.5.9i 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: 147 This package has now been removed from Debian because nobody was interested in maintaining it; see http://lists.debian.org/debian-devel-announce/2005/06/msg00014.html for more information. -- Martin Michlmayr http://www.cyrius.com/ -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]