From owner-freebsd-current@FreeBSD.ORG Fri Mar 11 22:32:06 2005 Return-Path: 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 042B016A4CE for ; Fri, 11 Mar 2005 22:32:06 +0000 (GMT) Received: from mxsf29.cluster1.charter.net (mxsf29.cluster1.charter.net [209.225.28.229]) by mx1.FreeBSD.org (Postfix) with ESMTP id 63BE443D31 for ; Fri, 11 Mar 2005 22:32:04 +0000 (GMT) (envelope-from setjmp@charter.net) Received: from mxip16.cluster1.charter.net (mxip16a.cluster1.charter.net [209.225.28.146])j2BMW2Wi016221 for ; Fri, 11 Mar 2005 17:32:03 -0500 Received: from ip-wv-66-190-126-051.charterwv.net (HELO eric) (66.190.126.51) by mxip16.cluster1.charter.net with SMTP; 11 Mar 2005 17:32:02 -0500 X-Ironport-AV: i="3.90,158,1107752400"; d="scan'217,208"; a="853190168:sNHT32471150" Message-ID: <02ba01c52689$a47763f0$3a00a8c0@utica1.setjmp.wan> From: "Eric A. Grff" To: Date: Fri, 11 Mar 2005 17:27:24 -0500 Organization: setjmp Networks MIME-Version: 1.0 X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2800.1478 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1478 X-Mailman-Approved-At: Sat, 12 Mar 2005 12:51:51 +0000 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable X-Content-Filtered-By: Mailman/MimeDel 2.1.1 Subject: Seem to be having an issue on 5.4-PRE with QUOTAs. X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: "Eric A. Grff" List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 11 Mar 2005 22:32:06 -0000 Hi, With a sup from a couple days ago, I tried adding "options QUOTA" to = the GENERIC configuration, depend went fine, and then make brought me: devjmp# make cc -c -x assembler-with-cpp -DLOCORE -O -pipe -Wall -Wredundant-decls = -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes = -Wpointer-arith -Winline -Wcast-qual -fformat-extensions -std=3Dc99 = -nostdinc -I- -I. -I../../.. -I../../../contrib/dev/acpica = -I../../../contrib/altq -I../../../contrib/ipfilter = -I../../../contrib/pf -I../../../contrib/dev/ath = -I../../../contrib/dev/ath/freebsd -I../../../contrib/ngatm -D_KERNEL = -include opt_global.h -fno-common -finline-limit=3D8000 --param = inline-unit-growth=3D100 --param large-function-growth=3D1000 = -mno-align-long-strings -mpreferred-stack-boundary=3D2 -ffreestanding = -Werror ../../../i386/i386/locore.s ../../../i386/i386/locore.s: Assembler messages: ../../../i386/i386/locore.s:783: Error: suffix or operands invalid for = `shr' ../../../i386/i386/locore.s:783: Error: suffix or operands invalid for = `shl' ../../../i386/i386/locore.s:791: Error: suffix or operands invalid for = `shr' ../../../i386/i386/locore.s:792: Error: suffix or operands invalid for = `shr' ../../../i386/i386/locore.s:792: Error: suffix or operands invalid for = `shl' ../../../i386/i386/locore.s:831: Error: suffix or operands invalid for = `shr' ../../../i386/i386/locore.s:832: Error: suffix or operands invalid for = `shr' ../../../i386/i386/locore.s:832: Error: suffix or operands invalid for = `shl' ../../../i386/i386/locore.s:843: Error: suffix or operands invalid for = `shr' ../../../i386/i386/locore.s:843: Error: suffix or operands invalid for = `shl' ../../../i386/i386/locore.s:848: Error: suffix or operands invalid for = `shr' ../../../i386/i386/locore.s:848: Error: suffix or operands invalid for = `shl' ../../../i386/i386/locore.s:853: Error: suffix or operands invalid for = `shr' ../../../i386/i386/locore.s:853: Error: suffix or operands invalid for = `shl' ../../../i386/i386/locore.s:858: Error: suffix or operands invalid for = `shr' ../../../i386/i386/locore.s:858: Error: suffix or operands invalid for = `shl' ../../../i386/i386/locore.s:864: Error: suffix or operands invalid for = `shl' ../../../i386/i386/locore.s:870: Error: suffix or operands invalid for = `shl' ../../../i386/i386/locore.s:907: Error: suffix or operands invalid for = `shl' ../../../i386/i386/locore.s:918: Error: suffix or operands invalid for = `shl' ../../../i386/i386/locore.s:925: Error: suffix or operands invalid for = `shr' ../../../i386/i386/locore.s:927: Error: suffix or operands invalid for = `shl' ../../../i386/i386/locore.s:940: Error: suffix or operands invalid for = `shl' *** Error code 1 Stop in /usr/src/sys/i386/compile/GENERIC. devjmp# Anyways, I looked thru both /usr/src/sys/conf/NOTES (QUOTA) and = /usr/src/sys/i386/conf/NOTES for any hints, and seems there is nothing = mentioned for QUOTA having any other dependencies. Anyone else experiencing this? Did I miss something somewhere? =20 I've tried both "make buildkernel ..." and the old manual = config/cd/make depend && make and definitely get the same from both. = The old style guaranteed it was a fresh config as well. I look forward to any/all comments, and thank you in advance. Sincerely, ------------------------------------------- Eric A. Griff 438 N. Vance Dr Beckley, West Virginia 25801 USA setjmp@charter.net ICQ: 28146852 AIM: setjmp YIM: setjmp2001 MSN: setjmp@hotmail.com -------------------------------------------