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; 20 Mar 2005 11:04:21 +0000
>From [EMAIL PROTECTED] Sun Mar 20 03:04:21 2005
Return-path: <[EMAIL PROTECTED]>
Received: from c223012.adsl.hansenet.de (localhost.localdomain) [213.39.223.12]
by spohr.debian.org with esmtp (Exim 3.35 1 (Debian))
id 1DCyEG-00072F-00; Sun, 20 Mar 2005 03:04:20 -0800
Received: from aj by localhost.localdomain with local (Exim 4.44)
id 1DCyEE-0001sj-JW; Sun, 20 Mar 2005 12:04:18 +0100
To: Debian Bug Tracking System <[EMAIL PROTECTED]>
From: Andreas Jochens <[EMAIL PROTECTED]>
Subject: framerd: FTBFS (amd64/gcc-4.0): array type has incomplete element type
Message-Id: <[EMAIL PROTECTED]>
Date: Sun, 20 Mar 2005 12:04:18 +0100
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=-8.0 required=4.0 tests=BAYES_00,HAS_PACKAGE
autolearn=no version=2.60-bugs.debian.org_2005_01_02
X-Spam-Level:
Package: framerd
Severity: normal
Tags: patch
When building 'framerd' on amd64 with gcc-4.0,
I get the following error:
gcc -Iinclude -fPIC -rdynamic -g -O2 -g0 -DINSTALL_PREFIX=/usr
-DFD_DATESTAMP=20021205 -o src/cons/libdtypes.o -c src/cons/libdtypes.c
In file included from include/framerd/common.h:390,
from include/framerd/dtypes.h:32,
from include/dtypes.h:36,
from src/cons/libdtypes.c:31:
include/framerd/oids.h:149: error: array type has incomplete element type
With the attached patch 'framerd' can be compiled
on amd64 using gcc-4.0.
Regards
Andreas Jochens
diff -urN ../tmp-orig/framerd-2.4.1/include/framerd/oids.h
./include/framerd/oids.h
--- ../tmp-orig/framerd-2.4.1/include/framerd/oids.h 2002-04-10
21:00:10.000000000 +0200
+++ ./include/framerd/oids.h 2005-03-20 11:54:23.794964391 +0100
@@ -146,7 +146,6 @@
#define FD_MAKE_OID fd_make_oid
#endif /* not FD_INLINE_OIDS */
-DTYPES_EXPORT struct FD_HASHTABLE _fd_oid_buckets[FD_OID_BUCKETS];
/* Note that we don't have to do OID locking when saving values here because,
the hashtables do it for us. */
diff -urN ../tmp-orig/framerd-2.4.1/include/framerd/odb.h
./include/framerd/odb.h
--- ../tmp-orig/framerd-2.4.1/include/framerd/odb.h 2002-07-24
04:05:47.000000000 +0200
+++ ./include/framerd/odb.h 2005-03-20 11:57:35.507862006 +0100
@@ -139,6 +139,7 @@
FRAMERD_EXPORT fd_lisp fd_get_oid_value(fd_lisp oref);
#if (FD_USING_THREADS)
+extern struct FD_HASHTABLE _fd_oid_buckets[FD_OID_BUCKETS];
FASTOP fd_lisp fd_oid_value(fd_lisp) UNUSED;
FASTOP fd_lisp fd_oid_value(fd_lisp obj)
{
---------------------------------------
Received: (at 300526-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: 3
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]