From owner-freebsd-current Sun Aug 18 22:38:31 2002 Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 319FF37B400 for ; Sun, 18 Aug 2002 22:38:27 -0700 (PDT) Received: from bilbo.in.mat.cc (bilbo.in.mat.cc [212.43.217.121]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1AE7643E3B for ; Sun, 18 Aug 2002 22:38:26 -0700 (PDT) (envelope-from mat@mat.cc) Received: from sauron (sauron.in.mat.cc [212.43.217.122]) by bilbo.in.mat.cc (Postfix) with ESMTP id 2A1D771183 for ; Mon, 19 Aug 2002 07:38:24 +0200 (CEST) Date: Mon, 19 Aug 2002 07:38:23 +0200 From: Mathieu Arnold 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> X-Mailer: Mulberry/3.0.0b1 (Win32) X-wazaaa: True, true MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG --On dimanche 18 ao=FBt 2002 21:56 -0700 Dag-Erling Smorgrav 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