All of lore.kernel.org
 help / color / mirror / Atom feed
* [Bug 660] New: compile failure in net/decnet/dn_route.c
@ 2003-05-05 16:35 Martin J. Bligh
  2003-05-05 17:07 ` Michael Buesch
  2003-05-05 17:09 ` James Morris
  0 siblings, 2 replies; 3+ messages in thread
From: Martin J. Bligh @ 2003-05-05 16:35 UTC (permalink / raw)
  To: linux-kernel


http://bugme.osdl.org/show_bug.cgi?id=660

           Summary: compile failure in net/decnet/dn_route.c
    Kernel Version: 2.5.68-bk11
            Status: NEW
          Severity: low
             Owner: jgarzik@pobox.com
         Submitter: john@larvalstage.com


Distribution:  Gentoo 1.4rc4
Hardware Environment:  Abit KG7-RAID, AMD AthlonXP 2100+ Palomino
Software Environment:  gcc 3.2.2, glibc 2.3.1, ld 2.13.90.0.18
Problem Description:

  gcc -Wp,-MD,net/decnet/.dn_route.o.d -D__KERNEL__ -Iinclude -Wall
-Wstrict-prototypes -Wno-trigraphs -O2 -fno-strict-aliasing -fno-common
-pipe -mpreferred-stack-boundary=2 -march=athlon
-Iinclude/asm-i386/mach-default -nostdinc -iwithprefix include
-DKBUILD_BASENAME=dn_route
-DKBUILD_MODNAME=decnet -c -o net/decnet/.tmp_dn_route.o
net/decnet/dn_route.c net/decnet/dn_route.c: In function
`dn_route_output_slow':
net/decnet/dn_route.c:1058: `flp' undeclared (first use in this function)
net/decnet/dn_route.c:1058: (Each undeclared identifier is reported only
once net/decnet/dn_route.c:1058: for each function it appears in.)
net/decnet/dn_route.c: In function `dn_route_input_slow':
net/decnet/dn_route.c:1183: structure has no member named `fwmark'
make[2]: *** [net/decnet/dn_route.o] Error 1
make[1]: *** [net/decnet] Error 2
make: *** [net] Error 2


Steps to reproduce:

Networking support  --->
Networking options  --->
[*]   DECnet: router support (EXPERIMENTAL)

CONFIG_DECNET_ROUTER=y



^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [Bug 660] New: compile failure in net/decnet/dn_route.c
  2003-05-05 16:35 [Bug 660] New: compile failure in net/decnet/dn_route.c Martin J. Bligh
@ 2003-05-05 17:07 ` Michael Buesch
  2003-05-05 17:09 ` James Morris
  1 sibling, 0 replies; 3+ messages in thread
From: Michael Buesch @ 2003-05-05 17:07 UTC (permalink / raw)
  To: Martin J. Bligh; +Cc: linux kernel mailing list

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

On Monday 05 May 2003 18:35, Martin J. Bligh wrote:
> http://bugme.osdl.org/show_bug.cgi?id=660
>
>            Summary: compile failure in net/decnet/dn_route.c
>     Kernel Version: 2.5.68-bk11
>             Status: NEW
>           Severity: low
>              Owner: jgarzik@pobox.com
>          Submitter: john@larvalstage.com
>
>
> Distribution:  Gentoo 1.4rc4
> Hardware Environment:  Abit KG7-RAID, AMD AthlonXP 2100+ Palomino
> Software Environment:  gcc 3.2.2, glibc 2.3.1, ld 2.13.90.0.18
> Problem Description:
>
>   gcc -Wp,-MD,net/decnet/.dn_route.o.d -D__KERNEL__ -Iinclude -Wall
> -Wstrict-prototypes -Wno-trigraphs -O2 -fno-strict-aliasing -fno-common
> -pipe -mpreferred-stack-boundary=2 -march=athlon
> -Iinclude/asm-i386/mach-default -nostdinc -iwithprefix include
> -DKBUILD_BASENAME=dn_route
> -DKBUILD_MODNAME=decnet -c -o net/decnet/.tmp_dn_route.o
> net/decnet/dn_route.c net/decnet/dn_route.c: In function
> `dn_route_output_slow':
> net/decnet/dn_route.c:1058: `flp' undeclared (first use in this function)
> net/decnet/dn_route.c:1058: (Each undeclared identifier is reported only
> once net/decnet/dn_route.c:1058: for each function it appears in.)
> net/decnet/dn_route.c: In function `dn_route_input_slow':
> net/decnet/dn_route.c:1183: structure has no member named `fwmark'
> make[2]: *** [net/decnet/dn_route.o] Error 1
> make[1]: *** [net/decnet] Error 2
> make: *** [net] Error 2

already fixed in 2.5.69

- -- 
Regards Michael Büsch
http://www.8ung.at/tuxsoft
 19:06:31 up  1:31,  3 users,  load average: 1.36, 1.17, 1.07
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.2.1 (GNU/Linux)

iD8DBQE+tppeoxoigfggmSgRAjntAJwMpOlZP9wuc3SMTe5YVtuUCu06ugCeJSnn
yw5itEpvi/mDela7sy4D4pg=
=Go7K
-----END PGP SIGNATURE-----


^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [Bug 660] New: compile failure in net/decnet/dn_route.c
  2003-05-05 16:35 [Bug 660] New: compile failure in net/decnet/dn_route.c Martin J. Bligh
  2003-05-05 17:07 ` Michael Buesch
@ 2003-05-05 17:09 ` James Morris
  1 sibling, 0 replies; 3+ messages in thread
From: James Morris @ 2003-05-05 17:09 UTC (permalink / raw)
  To: LKML

On Mon, 5 May 2003, Martin J. Bligh wrote:

> 
> http://bugme.osdl.org/show_bug.cgi?id=660
> 
>            Summary: compile failure in net/decnet/dn_route.c
>     Kernel Version: 2.5.68-bk11
>             Status: NEW
>           Severity: low
>              Owner: jgarzik@pobox.com
>          Submitter: john@larvalstage.com
> 

This was fixed by Francois Romieu for 2.5.69.

http://marc.theaimsgroup.com/?l=linux-kernel&m=105205431407067&w=2



- James
-- 
James Morris
<jmorris@intercode.com.au>



^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2003-05-05 17:01 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2003-05-05 16:35 [Bug 660] New: compile failure in net/decnet/dn_route.c Martin J. Bligh
2003-05-05 17:07 ` Michael Buesch
2003-05-05 17:09 ` James Morris

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.