Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 29 Jun 1996 13:48:13 -0400
From:      Ron Bolin <rlb@mindspring.com>
To:        freebsd-stable@freebsd.org
Subject:   Make World on freebsd-stable SUP Tbls and Fail on Kernel Build
Message-ID:  <31D56C5D.41C67EA6@mindspring.com>

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

[-- Attachment #1 --]
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       *
****************************************************************************

[-- Attachment #2 --]
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.


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