Your message dated Mon, 31 Oct 2005 12:13:47 +1100
with message-id <[EMAIL PROTECTED]>
and subject line framerd: FTBFS (amd64/gcc-4.0): array type has incomplete
element type
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; 30 Oct 2003 16:24:30 +0000
>From [EMAIL PROTECTED] Thu Oct 30 10:24:29 2003
Return-path: <[EMAIL PROTECTED]>
Received: from guadiana.unex.es [158.49.17.23]
by master.debian.org with esmtp (Exim 3.35 1 (Debian))
id 1AFFb2-00048Y-00; Thu, 30 Oct 2003 10:24:29 -0600
Received: from guadiana.unex.es
([158.49.17.23] helo=localhost ident=sanvila)
by guadiana.unex.es with esmtp (Exim 3.35 #1 (Debian))
id 1AFFb2-0007Zq-00
for <[EMAIL PROTECTED]>; Thu, 30 Oct 2003 17:24:28 +0100
Date: Thu, 30 Oct 2003 17:24:39 +0100 (CET)
From: Santiago Vila <[EMAIL PROTECTED]>
To: [EMAIL PROTECTED]
Subject: framerd: patch for GNU/Hurd
Message-ID: <[EMAIL PROTECTED]>
X-Debbugs-Cc: [EMAIL PROTECTED]
MIME-Version: 1.0
Content-Type: TEXT/PLAIN; charset=US-ASCII
Delivered-To: [EMAIL PROTECTED]
X-Spam-Status: No, hits=-9.4 required=4.0
tests=BAYES_01,HAS_PACKAGE,PATCH_UNIFIED_DIFF
autolearn=ham version=2.53-bugs.debian.org_2003_10_28
X-Spam-Level:
X-Spam-Checker-Version: SpamAssassin 2.53-bugs.debian.org_2003_10_28
(1.174.2.15-2003-03-30-exp)
Package: framerd
Version: 2.4.1-1.1
Tags: patch
There is no PATH_MAX in GNU/Hurd, so this package does not compile
from source.
The "right" fix for this would be to modify the program so that no
PATH_MAX is assumed (doing dynamic allocation of the required space),
but for now this patch should be enough:
diff -ru framerd-2.4.1.orig/src/exe/repack-file-pool.c
framerd-2.4.1/src/exe/repack-file-pool.c
--- framerd-2.4.1.orig/src/exe/repack-file-pool.c 2002-06-03
23:49:45.000000000 +0200
+++ framerd-2.4.1/src/exe/repack-file-pool.c 2003-10-30 01:17:49.000000000
+0100
@@ -11,6 +11,9 @@
#include "framerd/indextools.h"
#include <limits.h>
+#ifndef PATH_MAX
+#define PATH_MAX 4096
+#endif
static char *usage=_("Usage: repack-file-pool [-q|-v] <in> [out]\n");
static char *not_readable=_("Couldn't open file for reading: %s");
Thanks.
---------------------------------------
Received: (at 218327-done) by bugs.debian.org; 31 Oct 2005 01:13:53 +0000
>From [EMAIL PROTECTED] Sun Oct 30 17:13:53 2005
Return-path: <[EMAIL PROTECTED]>
Received: from crumbs.ertius.org [67.18.176.136] (postfix)
by spohr.debian.org with esmtp (Exim 3.36 1 (Debian))
id 1EWOFF-0002dw-00; Sun, 30 Oct 2005 17:13:53 -0800
Received: from ooder.vpn.ertius.org (ooder.vpn.ertius.org [10.10.0.1])
by crumbs.ertius.org (Postfix) with ESMTP id 2341F7171F;
Mon, 31 Oct 2005 12:13:52 +1100 (EST)
Received: by ooder.vpn.ertius.org (Postfix, from userid 1000)
id BB614780F4; Mon, 31 Oct 2005 12:13:48 +1100 (EST)
Date: Mon, 31 Oct 2005 12:13:47 +1100
From: Rob Weir <[EMAIL PROTECTED]>
To: [EMAIL PROTECTED], [EMAIL PROTECTED],
[EMAIL PROTECTED], [EMAIL PROTECTED],
[EMAIL PROTECTED], [EMAIL PROTECTED],
[EMAIL PROTECTED]
Subject: Re: framerd: FTBFS (amd64/gcc-4.0): array type has incomplete element
type
Message-ID: <[EMAIL PROTECTED]>
References: <[EMAIL PROTECTED]>
Mime-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline
In-Reply-To: <[EMAIL PROTECTED]>
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: 4
framerd has been removed from Debian
(http://packages.qa.debian.org/f/framerd/news/1.html).
-rob
--
That's all I wanted to do - rollerskate.
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]