Date: Wed, 26 Apr 1995 21:13:05 -0400 (EDT) From: kim culhan <kimc@w8hd.w8hd.org> To: hackers@FreeBSD.org Subject: -current build problems Message-ID: <Pine.NEB.3.91.950426210322.19228A-100000@w8hd.w8hd.org>
next in thread | raw e-mail | index | archive | help
With -current last sup'd about 1600 GMT 4-26, we see this fatal error
trying to 'make world' :
cc -O2 -o cut cut.o
===> usr.bin/devmenu
cc -O2 -I/sys -c /usr/src/usr.bin/devmenu/devmenu.c
In file included from /usr/include/machine/devconf.h:73,
from /sys/sys/devconf.h:37,
from /usr/src/usr.bin/devmenu/devmenu.c:49:
/sys/scsi/scsiconf.h:189: warning: `struct buf' declared inside parameter
list
/sys/scsi/scsiconf.h:189: warning: its scope is only this definition or
declaration,
/sys/scsi/scsiconf.h:189: warning: which is probably not what you want.
cc -O2 -I/sys -c /usr/src/usr.bin/devmenu/devfilter.c
In file included from /usr/include/machine/devconf.h:73,
from /sys/sys/devconf.h:37,
from /usr/src/usr.bin/devmenu/devfilter.c:35:
/sys/scsi/scsiconf.h:189: warning: `struct buf' declared inside parameter
list
/sys/scsi/scsiconf.h:189: warning: its scope is only this definition or
declaration,
/sys/scsi/scsiconf.h:189: warning: which is probably not what you want.
cc -O2 -I/sys -c /usr/src/usr.bin/devmenu/ifmenu.c
In file included from /usr/include/machine/devconf.h:73,
from /sys/sys/devconf.h:37,
from /usr/src/usr.bin/devmenu/ifmenu.c:37:
/sys/scsi/scsiconf.h:189: warning: `struct buf' declared inside parameter list
/sys/scsi/scsiconf.h:189: warning: its scope is only this definition or declarat
ion,
/sys/scsi/scsiconf.h:189: warning: which is probably not what you want.
cc -O2 -I/sys -o devmenu devmenu.o devfilter.o ifmenu.o -ldialog
-lncurses -lmytinfo
devmenu.o: Undefined symbol `_err_set_exit' referenced from text segment
devmenu.o: Undefined symbol `_err_set_file' referenced from text segment
devmenu.o: Undefined symbol `_err_set_file' referenced from text segment
devmenu.o: Undefined symbol `_err_set_exit' referenced from text segment
*** Error code 1
Any help here is greatly appreciated..
regards
kim
--
kimc@w8hd.org
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?Pine.NEB.3.91.950426210322.19228A-100000>
