Your message dated Fri, 5 Aug 2005 16:52:32 +0300
with message-id <[EMAIL PROTECTED]>
and subject line net-tools: FTBFS: field 'gen' has incomplete 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; 21 Jul 2005 13:48:50 +0000
>From [EMAIL PROTECTED] Thu Jul 21 06:48:50 2005
Return-path: <[EMAIL PROTECTED]>
Received: from c204146.adsl.hansenet.de (localhost.localdomain) 
[213.39.204.146] 
        by spohr.debian.org with esmtp (Exim 3.36 1 (Debian))
        id 1DvbPu-0008Ta-00; Thu, 21 Jul 2005 06:48:50 -0700
Received: from aj by localhost.localdomain with local (Exim 4.52)
        id 1DvbPs-00087t-Pg; Thu, 21 Jul 2005 15:48:48 +0200
To: Debian Bug Tracking System <[EMAIL PROTECTED]>
From: Andreas Jochens <[EMAIL PROTECTED]>
Subject: net-tools: FTBFS: field 'gen' has incomplete type
Message-Id: <[EMAIL PROTECTED]>
Date: Thu, 21 Jul 2005 15:48:48 +0200
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=-8.0 required=4.0 tests=BAYES_00,HAS_PACKAGE 
        autolearn=no version=2.60-bugs.debian.org_2005_01_02

Package: net-tools
Version: 1.60-15
Severity: serious

When building 'net-tools' on unstable,
I get the following error:

cc -D_GNU_SOURCE -O2 -Wall  -I. -idirafter ./include/ -Ilib -I/net-tools-1.60 
-idirafter /net-tools-1.60/include    -c -o fddi.o fddi.c
In file included from /usr/include/netinet/if_fddi.h:26,
                 from fddi.c:30:
/usr/include/linux/if_fddi.h:110: error: field 'gen' has incomplete type
fddi.c: In function 'in_fddi':
fddi.c:69: warning: pointer targets in assignment differ in signedness
make[2]: *** [fddi.o] Error 1

Regards
Andreas Jochens

---------------------------------------
Received: (at 319355-done) by bugs.debian.org; 5 Aug 2005 13:53:03 +0000
>From [EMAIL PROTECTED] Fri Aug 05 06:53:03 2005
Return-path: <[EMAIL PROTECTED]>
Received: from wproxy.gmail.com [64.233.184.206] 
        by spohr.debian.org with esmtp (Exim 3.36 1 (Debian))
        id 1E12dD-00047t-00; Fri, 05 Aug 2005 06:53:03 -0700
Received: by wproxy.gmail.com with SMTP id 67so193765wri
        for <[EMAIL PROTECTED]>; Fri, 05 Aug 2005 06:52:32 -0700 (PDT)
DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws;
        s=beta; d=gmail.com;
        
h=received:message-id:date:from:reply-to:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references;
        
b=UHwOH8BbslF5HlH3WVGp6gAFaHsmOteP3XUYYOLdvbCgwo5EanzZsLQnLJ0ls8xuimtEBbN62NzN9jhY/naqzynJP+jpHML/aZNXvG9MdonHiG5O6mcSJdkWRGoGYZFdFgH26oX7ARN2TO2FLs1o+WoOQFqK1hDx5yNvcFbgffY=
Received: by 10.54.27.46 with SMTP id a46mr2578093wra;
        Fri, 05 Aug 2005 06:52:32 -0700 (PDT)
Received: by 10.54.11.72 with HTTP; Fri, 5 Aug 2005 06:52:32 -0700 (PDT)
Message-ID: <[EMAIL PROTECTED]>
Date: Fri, 5 Aug 2005 16:52:32 +0300
From: =?ISO-8859-1?Q?T=F6r=F6k_Edvin?= <[EMAIL PROTECTED]>
Reply-To: =?ISO-8859-1?Q?T=F6r=F6k_Edvin?= <[EMAIL PROTECTED]>
To: Andreas Jochens <[EMAIL PROTECTED]>
Subject: Re: net-tools: FTBFS: field 'gen' has incomplete type
Cc: [EMAIL PROTECTED]
In-Reply-To: <[EMAIL PROTECTED]>
Mime-Version: 1.0
Content-Type: text/plain; charset=ISO-8859-1
Content-Transfer-Encoding: quoted-printable
Content-Disposition: inline
References: <[EMAIL PROTECTED]>
         <[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

Closed

On 8/5/05, T=F6r=F6k Edvin <[EMAIL PROTECTED]> wrote:
> This is a follow-up to my previous mail
> On 8/5/05, T=F6r=F6k Edvin <[EMAIL PROTECTED]> wrote:
> > On Thu, 21 Jul 2005 15:48:48 Andreas Jochens wrote:
> > >Package: net-tools
> > >Version: 1.60-15
> > >Severity: serious
> >
> > >When building 'net-tools' on unstable,
> > >I get the following error:
> >
> > >cc -D_GNU_SOURCE -O2 -Wall  -I. -idirafter ./include/ -Ilib
> > -I/net-tools-1.60 >-idirafter /net-tools-1.60/include    -c -o fddi.o
> > fddi.c
> > >In file included from /usr/include/netinet/if_fddi.h:26,
> > >                 from fddi.c:30:
> > >/usr/include/linux/if_fddi.h:110: error: field 'gen' has incomplete ty=
pe
> > >fddi.c: In function 'in_fddi':
> > >fddi.c:69: warning: pointer targets in assignment differ in signedness
> > >make[2]: *** [fddi.o] Error 1
> >
> > I tried compiling it, and it worked for me, when I used gcc-3.3, and
> > with gcc-4.0 too.
> > Note that I compiled net-tools-1.60-15 (from the unstable src distro).
> > But I compiled it on etch (testing) distro.
> Did a dist-upgrade to unstable, and net-tools still compiled without
> any problems.
> > So I guess the bug isn't in the net-tools package itself, but in the
> > if_fddi.h, maybe in the way net-tools includes it, but I was unable to
> > reproduce this bug.
> > What kernel-headers package are you using. Because I was unable to
> > locate the word 'gen' in my kernel-headers.
> > Please post a copy of your /usr/include/linux/if_fddi.h
> I am using kernel-headers-2.6.8-2, output of /usr/include/linux/version.h=
:
> #define UTS_RELEASE "2.6.13"
> #define LINUX_VERSION_CODE 132621
> #define KERNEL_VERSION(a,b,c) (((a) << 16) + ((b) << 8) + (c))
>=20
> The bug is not reproducible with this version, and this one is the
> newest. So the bug is probably fixed in this kernel-headers.
> >
> > >Regards
> > >Andreas Jochens
> >
> > Edwin
> >
>


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

Reply via email to