Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 25 Apr 1995 02:20:02 -0700
From:      gena@NetVision.net.il
To:        freebsd-bugs
Subject:   kern/361: pcvt does not not compile
Message-ID:  <199504250920.CAA21421@freefall.cdrom.com>
In-Reply-To: Your message of Tue, 25 Apr 1995 12:19:26 %2B0300 <199504250919.MAA02097@Burka.NetVision.net.il>

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

>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:          open
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Tue Apr 25 02:20:01 1995
>Originator:     Gennady Sorokopud
>Organization:
NetVision
>Release:        FreeBSD 2.1.0-Development i386
>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

>Audit-Trail:
>Unformatted:





Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199504250920.CAA21421>