From owner-freebsd-stable Sat Jun 29 10:48:33 1996 Return-Path: owner-stable Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id KAA16955 for stable-outgoing; Sat, 29 Jun 1996 10:48:33 -0700 (PDT) Received: from borg.mindspring.com (borg.mindspring.com [204.180.128.14]) by freefall.freebsd.org (8.7.5/8.7.3) with SMTP id KAA16949 for ; Sat, 29 Jun 1996 10:48:31 -0700 (PDT) Received: from rlb.mindspring.com [168.121.25.139] by borg.mindspring.com with SMTP id NAA03919 for ; Sat, 29 Jun 1996 13:48:27 -0400 Message-ID: <31D56C5D.41C67EA6@mindspring.com> Date: Sat, 29 Jun 1996 13:48:13 -0400 From: Ron Bolin X-Mailer: Mozilla 3.0b4 (X11; I; FreeBSD 2.1.0-RELEASE i386) MIME-Version: 1.0 To: freebsd-stable@freebsd.org Subject: Make World on freebsd-stable SUP Tbls and Fail on Kernel Build Content-Type: multipart/mixed; boundary="------------446B9B3D2781E494167EB0E7" Sender: owner-stable@freebsd.org X-Loop: FreeBSD.org Precedence: bulk This is a multi-part message in MIME format. --------------446B9B3D2781E494167EB0E7 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit I did a SUP on stable yesterday. I have 2 problems so far. One fatal. THe fatal is the kernel build, it bombs on undefined symbols in aha1742.c see attached. The other errors were with the non-kernel links with libc stuff failing unless I explicitly used /usr/lib/libc.a. I have attached the outputs of both. If you have any comments I would appreciate them as this is my first SUP build ever for freebsd. Thank's in advance. Ron -- **************************************************************************** Ron Bolin: rlb@mindspring.com,gs01rlb@panther.gsu.edu,b06rlb@federated-dept* -stores.com, http://www2.gsu.edu/~gs01rlb/ Company: FSG * Home: 770-888-6343 Work: 770-246-5404 UNIX System Specialist * **************************************************************************** --------------446B9B3D2781E494167EB0E7 Content-Type: text/plain; charset=us-ascii; name="MF.files" Content-Transfer-Encoding: 7bit Content-Disposition: inline; filename="MF.files" I had to explicitly link /usr/lib/libc.a to these to get them to link on freebsd-stable SUP. The -lc in the build did not work. The symbols not resolved were in libc.a ans libc.so.1.1 ./gnu/libexec/ypxfr ./gnu/usr.bin/yppush ./libexec/bootpd ./usr.bin/devmenu ./usr.bin/sgmls/sgmls ./usr.bin/ypwhich ./usr.sbin/named In addition, on building the kernel I got the following error which aborted the build. cc -c -O -W -Wreturn-type -Wcomment -Wredundant-decls -Wimplicit -nostdinc -I. -I../.. -I../../sys -I../../../include -DGENERIC -DI586_CPU -DSYSVMSG -DSYSVSEM -DSYSVSHM -DUCONSOLE -DBOUNCE_BUFFERS -DSCSI_DELAY=15 -DCOMPAT_LINUX -DCOMPAT_43 -DPROCFS -DCD9660 -DMSDOSFS -DNFS -DFFS -DINET -DKERNEL -Di386 -DLOAD_ADDRESS=0xF0100000 ../../i386/isa/seagate.c ../../i386/isa/seagate.c: In function `sea_data_output': ../../i386/isa/seagate.c:1124: warning: assignment discards `volatile' from pointer target type ../../i386/isa/seagate.c: In function `sea_data_input': ../../i386/isa/seagate.c:1194: warning: assignment discards `volatile' from pointer target type cc -O -W -Wreturn-type -Wcomment -Wredundant-decls -Wimplicit -nostdinc -I. -I../.. -I../../sys -I../../../include -DGENERIC -DI586_CPU -DSYSVMSG -DSYSVSEM -DSYSVSHM -DUCONSOLE -DBOUNCE_BUFFERS -DSCSI_DELAY=15 -DCOMPAT_LINUX -DCOMPAT_43 -DPROCFS -DCD9660 -DMSDOSFS -DNFS -DFFS -DINET -DKERNEL -Di386 -DLOAD_ADDRESS=0xF0100000 -c vers.c loading kernel aha1742.o: Undefined symbol `_eisa_match_dev' referenced from text segment aha1742.o: Undefined symbol `_eisa_add_iospace' referenced from text segment aha1742.o: Undefined symbol `_eisa_add_intr' referenced from text segment aha1742.o: Undefined symbol `_eisa_registerdev' referenced from text segment aha1742.o: Undefined symbol `_eisa_reg_start' referenced from text segment aha1742.o: Undefined symbol `_eisa_reg_iospace' referenced from text segment aha1742.o: Undefined symbol `_eisa_reg_end' referenced from text segment aha1742.o: Undefined symbol `_eisa_reg_end' referenced from text segment aha1742.o: Undefined symbol `_eisa_reg_intr' referenced from text segment aha1742.o: Undefined symbol `_eisa_reg_end' referenced from text segment aha1742.o: Undefined symbol `_eisa_reg_end' referenced from text segment aha1742.o: Undefined symbol `_eisa_enable_intr' referenced from text segment aha1742.o: Undefined symbol `_eisa_release_intr' referenced from text segment aha1742.o: Undefined symbol `_eisa_generic_externalize' referenced from data segment aha1742.o: Undefined symbol `_kdc_eisa0' referenced from data segment ioconf.o: Undefined symbol `_btintr' referenced from data segment ioconf.o: Undefined symbol `_ahcdriver' referenced from data segment ioconf.o: Undefined symbol `_ahcintr' referenced from data segment ioconf.o: Undefined symbol `_ahbdriver' referenced from data segment ioconf.o: Undefined symbol `_ahbintr' referenced from data segment *** Error code 1 Stop. --------------446B9B3D2781E494167EB0E7--