From owner-freebsd-stable@FreeBSD.ORG Fri Oct 7 18:18:29 2005 Return-Path: X-Original-To: freebsd-stable@freebsd.org Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DF2D016A41F for ; Fri, 7 Oct 2005 18:18:29 +0000 (GMT) (envelope-from kometen@gmail.com) Received: from wproxy.gmail.com (wproxy.gmail.com [64.233.184.203]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0762743D53 for ; Fri, 7 Oct 2005 18:18:27 +0000 (GMT) (envelope-from kometen@gmail.com) Received: by wproxy.gmail.com with SMTP id 71so338023wra for ; Fri, 07 Oct 2005 11:18:27 -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:mime-version:content-type:content-transfer-encoding:content-disposition; b=d6LwBJJp8e6RgWxZRafQ2p62+sZr7nyBxySPzrNkVS9ojlA/oHE0tp+mC4K2pDVDtlKX56+ddeSmeiB+VLi0LnrX6GjdlFyYeEsbwR11Hsxi1HHnpHlZVCJaknMeO8C23lNpEv65U7XMuAHrV/M21uQOBnMQ3AHWDlaJDJkeFuc= Received: by 10.54.69.8 with SMTP id r8mr2471009wra; Fri, 07 Oct 2005 11:18:27 -0700 (PDT) Received: by 10.54.144.4 with HTTP; Fri, 7 Oct 2005 11:18:27 -0700 (PDT) Message-ID: Date: Fri, 7 Oct 2005 20:18:27 +0200 From: Claus Guttesen To: freebsd-stable@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline Subject: error building re-module X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Claus Guttesen List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 07 Oct 2005 18:18:30 -0000 >From make buildkernel from RELENG_6 as of Oct. 7'th 20:00 GMT: =3D=3D=3D> re (all) cc -O2 -pipe -march=3Dathlon64 -fno-strict-aliasing -Werror -D_KERNEL -DKLD_MODULE -nostdinc -I- -DHAVE_KERNEL_OPTION_HEADERS -include /usr/obj/usr/src/sys/TWIN/opt_global.h -I. -I@ -I@/contrib/altq -I@/../include -finline-limit=3D8000 -fno-common -g -fno-omit-frame-pointer -I/usr/obj/usr/src/sys/TWIN -mcmodel=3Dkernel -mno-red-zone -mfpmath=3D387 -mno-sse -mno-sse2 -mno-mmx -mno-3dnow=20 -msoft-float -fno-asynchronous-unwind-tables -ffreestanding -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes=20 -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual=20 -fformat-extensions -std=3Dc99 -c /usr/src/sys/modules/re/../../dev/re/if_re.c /usr/src/sys/modules/re/../../dev/re/if_re.c: In function `re_ioctl': /usr/src/sys/modules/re/../../dev/re/if_re.c:2286: warning: 'error' might be used uninitialized in this function *** Error code 1 Stop in /usr/src/sys/modules/re. *** Error code 1 Stop in /usr/src/sys/modules. *** Error code 1 Stop in /usr/obj/usr/src/sys/TWIN. *** Error code 1 Stop in /usr/src. *** Error code 1 Stop in /usr/src. regards Calus