Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 01 Dec 1996 14:53:06 -0500
From:      Ron Bolin <rlb@mindspring.com>
To:        freebsd-current@freebsd.org
Subject:   12-1-96 Current Build sysinstall ??
Message-ID:  <32A1E222.41C67EA6@mindspring.com>

next in thread | raw e-mail | index | archive | help
This is a multi-part message in MIME format.

--------------446B9B3D2781E494167EB0E7
Content-Type: text/plain; charset=us-ascii
Content-Transfer-Encoding: 7bit

I cvsup'd today and fount that sysinstall would not build due to a
missing function
named Sanitize_Bios_Geom. See the attached build output. Is this really
missing? I did the build from /usr/release/sysinstall after doing a make
clean,
make obj, make depend first. The missing function is declared in
disks.c.

Ron
-- 
****************************************************************************
Ron Bolin rlb@mindspring.com, http://www.mindspring.com/~rlb/
GSU: gs01rlb@panther.gsu.edu matrlbx@indigo4.cs.gsu.edu  Home:
770-992-8877 
****************************************************************************

--------------446B9B3D2781E494167EB0E7
Content-Type: text/plain; charset=us-ascii; name="BUG"
Content-Transfer-Encoding: 7bit
Content-Disposition: inline; filename="BUG"

cc -O -Wall -I/usr/src/release/sysinstall/../../gnu/lib/libdialog -I/usr/obj/usr/src/release/sysinstall -I/sys -DUC_PRIVATE -DKERN_NO_SYMBOLS -DSAVE_USERCONFIG   -c /usr/src/release/sysinstall/disks.c
/usr/src/release/sysinstall/disks.c: In function `print_chunks':
/usr/src/release/sysinstall/disks.c:88: warning: implicit declaration of function `Sanitize_Bios_Geom'
cc -O -Wall -I/usr/src/release/sysinstall/../../gnu/lib/libdialog -I/usr/obj/usr/src/release/sysinstall -I/sys -DUC_PRIVATE -DKERN_NO_SYMBOLS -DSAVE_USERCONFIG   -c /usr/src/release/sysinstall/dispatch.c
cc -O -Wall -I/usr/src/release/sysinstall/../../gnu/lib/libdialog -I/usr/obj/usr/src/release/sysinstall -I/sys -DUC_PRIVATE -DKERN_NO_SYMBOLS -DSAVE_USERCONFIG   -c /usr/src/release/sysinstall/dist.c
cc -O -Wall -I/usr/src/release/sysinstall/../../gnu/lib/libdialog -I/usr/obj/usr/src/release/sysinstall -I/sys -DUC_PRIVATE -DKERN_NO_SYMBOLS -DSAVE_USERCONFIG    -o sysinstall anonFTP.o apache.o attr.o cdrom.o command.o config.o devices.o disks.o dispatch.o dist.o dmenu.o doc.o dos.o floppy.o ftp.o ftp_strat.o globals.o index.o install.o installUpgrade.o keymap.o label.o lndir.o main.o makedevs.o media.o menus.o misc.o msg.o network.o nfs.o options.o package.o samba.o system.o tape.o tcpip.o termcap.o ufs.o variable.o wizard.o uc_eisa.o uc_isa.o uc_kmem.o uc_list.o uc_main.o uc_pci.o uc_scsi.o  -ldialog -lncurses -lmytinfo -lutil -ldisk
disks.o: Undefined symbol `_Sanitize_Bios_Geom' referenced from text segment
*** Error code 1

Stop.

--------------446B9B3D2781E494167EB0E7--




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?32A1E222.41C67EA6>