From owner-freebsd-current Thu May 4 04:27:05 1995 Return-Path: current-owner Received: (from majordom@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id EAA06972 for current-outgoing; Thu, 4 May 1995 04:27:05 -0700 Received: from cyclops.home.com (xtwa3.ess.harris.com [130.41.26.162]) by freefall.cdrom.com (8.6.10/8.6.6) with ESMTP id EAA06962 for ; Thu, 4 May 1995 04:26:54 -0700 Received: (from jleppek@localhost) by cyclops.home.com (8.6.11/8.6.9) id HAA25117; Thu, 4 May 1995 07:31:18 -0400 Date: Thu, 4 May 1995 07:31:18 -0400 From: User Jleppek Message-Id: <199505041131.HAA25117@cyclops.home.com> To: freebsd-current@freefall.cdrom.com Subject: build world failed Sender: current-owner@FreeBSD.org Precedence: bulk with a Thu May 4 sup make -DNOPROFILE world stops at ===> usr.sbin/pcvt/vgaio yacc -d /usr/src/usr.sbin/pcvt/vgaio/vgaio.y yacc: 2 shift/reduce conflicts. cc -O -m486 -pipe -I /usr/src/usr.sbin/pcvt/vgaio/obj -I /usr/src/usr.sbin/pcvt/vgaio -g -c y.tab.c -o vgaio.o /usr/include/machine/cpufunc.h: In function `getreg': /usr/include/machine/cpufunc.h:203: impossible register constraint in `asm' /usr/include/machine/cpufunc.h:203: impossible register constraint in `asm' /usr/include/machine/cpufunc.h:203: impossible register constraint in `asm' /usr/include/machine/cpufunc.h: In function `setreg': /usr/include/machine/cpufunc.h:203: impossible register constraint in `asm' /usr/include/machine/cpufunc.h:203: impossible register constraint in `asm' /usr/include/machine/cpufunc.h:203: impossible register constraint in `asm' *** Error code 1 Stop. *** Error code 1 looks like when an outb is being done.... Jim