[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
trying to upgrade to current from 2.2
Hi, from the list archives, it suggests running the procedure below
cd /usr/src/share/mk; make install
cd /usr/src/usr.bin/make; make obj; make; make install
cd /usr/src; make obj
cd /usr/src/include; make includes
cd /usr/src/gnu/usr.bin/gas; make; make install
cd /usr/src/gnu/usr.bin/gcc; rm -rf /usr/obj/gnu/usr.bin/gcc
make -f Makefile.bsd-wrapper obj
make -f Makefile.bsd-wrapper includes
make -f Makefile.bsd-wrapper
make -f Makefile.bsd-wrapper install
cd /usr/src/gnu/usr.bin/gas; make; make install
cd /usr/src/gnu/usr.bin/gcc; rm -rf /usr/obj/gnu/usr.bin/gcc
make -f Makefile.bsd-wrapper obj
make -f Makefile.bsd-wrapper includes
make -f Makefile.bsd-wrapper
make -f Makefile.bsd-wrapper install
cd /usr/src/gnu/lib/libg++; rm -rf /usr/obj/gnu/lib/libg++
make -f Makefile.bsd-wrapper obj
make -f Makefile.bsd-wrapper includes
make -f Makefile.bsd-wrapper
make -f Makefile.bsd-wrapper install
cd /usr/src/usr.bin/make; rm -rf /usr/obj/usr.bin/make; make obj
cd /usr/src; make build
---------------------
After following the above commands, the "make build" fails after about an
hour with the errors below. I have tried numerous times, even with a fresh
2.2 install and CVS from anoncvs@anoncvs.usa.openbsd.org server.
--SNIP---
cc -O -DLINEMODE -DKLUDGELINEMODE -DUSE_TERMIO -DDIAGNOSTICS -DOLD_ENVIRON
-DEN
V_HACK -I/usr/src/libexec/telnetd -DENCRYPTION -DAUTHENTICATION -DKRB4
-I/usr/sr
c/libexec/telnetd/../../lib -c utility.c^M
cc -o telnetd authenc.o global.o slc.o state.o sys_term.o telnetd.o
termstat.o
utility.o -lutil -ltermcap -ltelnet -lkrb -ldes
blah, blah, blah........
telnetd.o: Undefined symbol `_auth_debug_mode' referenced from text
segment^M
telnetd.o: Undefined symbol `_auth_disable_name' referenced from text
segment^M
telnetd.o: Undefined symbol `_auth_wait' referenced from text segment^M
telnetd.o: Undefined symbol `_encrypt_wait' referenced from text segment^M
utility.o: Undefined symbol `_encrypt_send_end' referenced from text
segment^M
utility.o: Undefined symbol `_authtype_names' referenced from text
segment^M
utility.o: Undefined symbol `_auth_printsub' referenced from text segment^M
utility.o: Undefined symbol `_authtype_names' referenced from text
segment^M
utility.o: Undefined symbol `_enctype_names' referenced from text segment^M
utility.o: Undefined symbol `_encrypt_printsub' referenced from text
segment^M
utility.o: Undefined symbol `_enctype_names' referenced from text segment^M
*** Error code 1^M
^M
Stop.^M