From owner-freebsd-current Wed Apr 19 23:56:15 1995 Return-Path: current-owner Received: (from majordom@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id XAA20527 for current-outgoing; Wed, 19 Apr 1995 23:56:15 -0700 Received: from irz301.inf.tu-dresden.de (irz301.inf.tu-dresden.de [141.76.1.11]) by freefall.cdrom.com (8.6.10/8.6.6) with SMTP id XAA20433 for ; Wed, 19 Apr 1995 23:53:12 -0700 Received: from sax.sax.de by irz301.inf.tu-dresden.de with SMTP (5.67b+/DEC-Ultrix/4.3) id AA13624; Thu, 20 Apr 1995 08:53:04 +0200 Received: by sax.sax.de (8.6.12/8.6.12-s1) with UUCP id IAA14415 for freebsd-current@FreeBSD.org; Thu, 20 Apr 1995 08:53:03 +0200 Received: (from j@localhost) by uriah.heep.sax.de (8.6.11/8.6.9) id IAA02048 for freebsd-current@FreeBSD.org; Thu, 20 Apr 1995 08:40:36 +0200 From: J Wunsch Message-Id: <199504200640.IAA02048@uriah.heep.sax.de> Subject: Re: Pb with pcvt's utils To: freebsd-current@FreeBSD.org (FreeBSD-current users) Date: Thu, 20 Apr 1995 08:40:36 +0200 (MET DST) Reply-To: freebsd-current@FreeBSD.org (FreeBSD-current users) In-Reply-To: <199504192305.BAA01744@keltia.frmug.fr.net> from "Ollivier Robert" at Apr 20, 95 01:05:20 am Reply-To: joerg_wunsch@uriah.heep.sax.de (Joerg Wunsch) X-Phone: +49-351-2012 669 X-Mailer: ELM [version 2.4 PL23] Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8bit Content-Length: 1452 Sender: current-owner@FreeBSD.org Precedence: bulk As Ollivier Robert wrote: > > -current from 19950417080002 ctm#565 > > /usr/src/usr.sbin/pcvt : > > ===> pcvt/vgaio > yacc -d /src/src/usr.sbin/pcvt/vgaio/vgaio.y > yacc: 2 shift/reduce conflicts. > cc -O -m486 -pipe -I /src/src/usr.sbin/pcvt/vgaio/obj -I /src/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' ... ????? bin@uriah 114% make clean rm -f a.out [Ee]rrs mklog vgaio vgaio.o lex.o y.tab.h y.output bin@uriah 115% make yacc -d vgaio.y yacc: 2 shift/reduce conflicts. cc -O2 -m486 -pipe -I /home/bin/pcvt/vgaio/obj -I /home/bin/pcvt/vgaio -g -c y.tab.c -o vgaio.o rm -f y.tab.c lex -I lex.l cc -O2 -m486 -pipe -I /home/bin/pcvt/vgaio/obj -I /home/bin/pcvt/vgaio -g -c lex.yy.c -o lex.o rm -f lex.yy.c cc -O2 -m486 -pipe -I /home/bin/pcvt/vgaio/obj -I /home/bin/pcvt/vgaio -g -o vgaio vgaio.o lex.o -lm -ly -ll bin@uriah 116% ident /usr/include/machine/cpufunc.h /usr/include/machine/cpufunc.h: $Id: cpufunc.h,v 1.34 1995/03/03 22:14:42 davidg Exp $ So i dunno how i can help here. %-] -- cheers, J"org joerg_wunsch@uriah.heep.sax.de -- http://www.sax.de/~joerg/ Never trust an operating system you don't have sources for. ;-)