Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 11 Mar 2005 17:27:24 -0500
From:      "Eric A. Grff" <setjmp@charter.net>
To:        <FreeBSD-current@freebsd.org>
Subject:   Seem to be having an issue on 5.4-PRE with QUOTAs.
Message-ID:  <02ba01c52689$a47763f0$3a00a8c0@utica1.setjmp.wan>

next in thread | raw e-mail | index | archive | help

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=c99  -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=8000 --param inline-unit-growth=100 --param large-function-growth=1000  -mno-align-long-strings -mpreferred-stack-boundary=2 -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?  

    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
-------------------------------------------



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?02ba01c52689$a47763f0$3a00a8c0>