From gena@NetVision.net.il  Tue Apr 25 02:11:43 1995
Received: from dns.netvision.net.il (root@dns.NetVision.net.il [194.90.1.5])
          by freefall.cdrom.com (8.6.10/8.6.6) with ESMTP id CAA21119
          for <FreeBSD-gnats-submit@freebsd.org>; Tue, 25 Apr 1995 02:11:40 -0700
Received: from Burka.NetVision.net.il (root@Burka.NetVision.net.il [194.90.1.15]) by dns.netvision.net.il (8.6.10/8.6.9) with ESMTP id MAA27125 for <FreeBSD-gnats-submit@freebsd.org>; Tue, 25 Apr 1995 12:10:54 +0300
Received: (from gena@localhost) by Burka.NetVision.net.il (8.6.11/8.6.6) id MAA02097; Tue, 25 Apr 1995 12:19:26 +0300
Message-Id: <199504250919.MAA02097@Burka.NetVision.net.il>
Date: Tue, 25 Apr 1995 12:19:26 +0300
From: gena@NetVision.net.il
Reply-To: gena@NetVision.net.il
To: FreeBSD-gnats-submit@freebsd.org
Subject: pcvt does not not compile
X-Send-Pr-Version: 3.2

>Number:         361
>Category:       kern
>Synopsis:       pcvt wan't compile on current
>Confidential:   no
>Severity:       serious
>Priority:       high
>Responsible:    freebsd-bugs (FreeBSD bugs mailing list)
>State:          closed
>Quarter:
>Keywords:
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Tue Apr 25 02:20:01 1995
>Closed-Date:    Tue Apr 25 05:23:33 PDT 1995
>Last-Modified:
>Originator:     Gennady Sorokopud
>Release:        FreeBSD 2.1.0-Development i386
>Organization:
NetVision
>Environment:

Sources supped 5 min ago :-)
pcvt coonfigured in kernel:

device          vt0     at isa? port "IO_KBD" tty irq 1 vector pcrint

options         "PCVT_FREEBSD=210"      # pcvt running on FreeBSD 2.1
options         XSERVER                 # include code for XFree86
options         FAT_CURSOR              # start with block cursor


>Description:

make depend all
                      .
                      .
                      .
cc -c -O -W -Wreturn-type -Wcomment -Wredundant-decls -Wimplicit  -nostdinc -I. -I../.. -I../../sys -I/usr/include -DBURKA -DI486_CPU -DFAT_CURSOR -DXSERVER -DPCVT_FREEBSD=210 -DUCONSOLE -DSYSVMSG -DSYSVSEM -DSYSVSHM -DCOMPAT_43 -DQUOTA -DPROCFS -DNFS -DFFS -DGATEWAY -DINET -DKERNEL -Di386 -DLOAD_ADDRESS=0xF0100000  ../../i386/isa/pcvt/pcvt_drv.c
In file included from ../../i386/isa/pcvt/pcvt_drv.c:84:
../../i386/isa/pcvt/pcvt_hdr.h:1214: conflicting types for `pccnprobe'
../../i386/i386/cons.h:57: previous declaration of `pccnprobe'
../../i386/isa/pcvt/pcvt_hdr.h:1214: warning: redundant redeclaration of `pccnprobe' in same scope
../../i386/i386/cons.h:57: warning: previous declaration of `pccnprobe'
../../i386/isa/pcvt/pcvt_hdr.h:1215: conflicting types for `pccninit'
../../i386/i386/cons.h:58: previous declaration of `pccninit'
../../i386/isa/pcvt/pcvt_hdr.h:1215: warning: redundant redeclaration of `pccninit' in same scope
../../i386/i386/cons.h:58: warning: previous declaration of `pccninit'
../../i386/isa/pcvt/pcvt_hdr.h:1216: conflicting types for `pccnputc'
../../i386/i386/cons.h:61: previous declaration of `pccnputc'
../../i386/isa/pcvt/pcvt_hdr.h:1216: warning: redundant redeclaration of `pccnputc' in same scope
../../i386/i386/cons.h:61: warning: previous declaration of `pccnputc'
../../i386/isa/pcvt/pcvt_hdr.h:1217: conflicting types for `pccngetc'
../../i386/i386/cons.h:59: previous declaration of `pccngetc'
../../i386/isa/pcvt/pcvt_hdr.h:1217: warning: redundant redeclaration of `pccngetc' in same scope
../../i386/i386/cons.h:59: warning: previous declaration of `pccngetc'
../../i386/isa/pcvt/pcvt_drv.c:1191: conflicting types for `pccncheckc'
../../i386/i386/cons.h:60: previous declaration of `pccncheckc'
*** Error code 1


>How-To-Repeat:

Add pcvt to kernel config and try to compile

>Fix:

Umm...probably /sys/i386/isa/pcvt/pcvt_hdr.h should be fixed

>Release-Note:
>Audit-Trail:
State-Changed-From-To: open->closed 
State-Changed-By: bde 
State-Changed-When: Tue Apr 25 05:23:33 PDT 1995 
State-Changed-Why:  
Fixed 
>Unformatted:



