Date: Mon, 19 Aug 2002 07:38:23 +0200 From: Mathieu Arnold <mat@mat.cc> To: current@freebsd.org Subject: Re: i386 tinderbox failure Message-ID: <673362703.1029742703@sauron> In-Reply-To: <200208190456.g7J4uZB2053352@ref5.freebsd.org> References: <200208190456.g7J4uZB2053352@ref5.freebsd.org>
next in thread | previous in thread | raw e-mail | index | archive | help
--On dimanche 18 ao=FBt 2002 21:56 -0700 Dag-Erling Smorgrav
<des@FreeBSD.org> wrote:
> --------------------------------------------------------------
>>>> Rebuilding the temporary build tree
> --------------------------------------------------------------
>>>> stage 1: bootstrap tools
> --------------------------------------------------------------
>>>> stage 2: cleaning up the object tree
> --------------------------------------------------------------
>>>> stage 2: rebuilding the object tree
> --------------------------------------------------------------
>>>> stage 2: build tools
> --------------------------------------------------------------
>>>> stage 3: cross tools
> --------------------------------------------------------------
>>>> stage 4: populating
>>>> /home/des/tinderbox/i386/obj/local0/scratch/des/src/i386/usr/include
> --------------------------------------------------------------
>>>> stage 4: building libraries
> --------------------------------------------------------------
>>>> stage 4: make dependencies
> --------------------------------------------------------------
>>>> stage 4: building everything..
> --------------------------------------------------------------
> =3D=3D=3D> sbin/ifconfig
> /local0/scratch/des/src/sbin/ifconfig/ifconfig.c: In function
> `setifflags': /local0/scratch/des/src/sbin/ifconfig/ifconfig.c:1002:
> invalid type argument of `->' *** Error code 1
maybe a :
Index: ifconfig.c
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
RCS file: /home/ncvs/src/sbin/ifconfig/ifconfig.c,v
retrieving revision 1.76
diff -u -d -b -w -u -r1.76 ifconfig.c
--- ifconfig.c 18 Aug 2002 07:04:57 -0000 1.76
+++ ifconfig.c 19 Aug 2002 05:37:01 -0000
@@ -999,7 +999,7 @@
exit(1);
}
strncpy(my_ifr.ifr_name, name, sizeof (my_ifr.ifr_name));
- flags =3D (ifr->ifr_flags & 0xffff) | (my_ifr.ifr_flagshigh << 16);
+ flags =3D (ifr.ifr_flags & 0xffff) | (my_ifr.ifr_flagshigh << 16);
=20
if (value < 0) {
value =3D -value;
--=20
Mathieu Arnold
To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-current" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?673362703.1029742703>
