4.7 -> 4.8 make buildworld upgrade error

CARTER Anthony a.carter at cordis.lu
Fri May 9 09:47:33 PDT 2003


> cvsup -g -L 2 ....
>
> cd /usr/src; make clean; rm -rf /usr/obj
> make buildworld
> make installworld


between make buildworld and makeinstallworld try:

reboot
press key during 10 second countdown.
boot -s
mount -u /
mount -a
mergemaster -p
make installworld
mergemaster
<reboot>

as per the /usr/src/UPDATING file information and the online docs...

Anthony


On Friday 09 May 2003 18:42, Joe Sotham wrote:
> I'm starting with 4.7-STABLE FreeBSD 4.7-STABLE #0.
>
> This has failed twice so I am very puzzled and would appreciate some help.
>
> Here's the process I follow:
>
> cvsup -g -L 2 ....
>
> cd /usr/src; make clean; rm -rf /usr/obj
> make buildworld
> make installworld
>
> The cvsup file
> *default release=cvs tag=RELENG_4
> *default delete use-rel-suffix
> src/all
>
> The make.conf file does not exclude any parts of the standard build.
>
> I've obtained this error twice.
>
> cc -O -pipe -march=pentiumpro -DLINEMODE -DUSE_TERMIO -DDIAGNOSTICS
> -DOLD_ENVIRON -DENV_HACK
> -DAUTHENTICATION -DENCRYPTION
> -I/usr/src/secure/libexec/telnetd/../../../crypto/telnet -DINET6   -W
> -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith
> -Wno-uninitialized -Wreturn-type
> -Wcast-qual -Wwrite-strings -Wswitch -Wshadow  -L/usr/local/lib -o telnetd
> global.o slc.o state.o
> sys_term.o telnetd.o termstat.o utility.o authenc.o -lutil -ltermcap
> /usr/obj/usr/src/secure/libexec/telnetd/../../lib/libtelnet/libtelnet.a
> -lmp -lcrypto  -lcrypt -lpam
> /usr/obj/usr/src/secure/libexec/telnetd/../../lib/libtelnet/libtelnet.a(pk.
>o): In function
> `common_key':
> pk.o(.text+0x1d8): undefined reference to `DES_set_odd_parity'
> /usr/obj/usr/src/secure/libexec/telnetd/../../lib/libtelnet/libtelnet.a(pk.
>o): In function
> `pk_encode':
> pk.o(.text+0x447): undefined reference to `DES_key_sched'
> pk.o(.text+0x465): undefined reference to `DES_cbc_encrypt'
> /usr/obj/usr/src/secure/libexec/telnetd/../../lib/libtelnet/libtelnet.a(pk.
>o): In function
> `pk_decode':
> pk.o(.text+0x596): undefined reference to `DES_key_sched'
> pk.o(.text+0x5c7): undefined reference to `DES_cbc_encrypt'
> /usr/obj/usr/src/secure/libexec/telnetd/../../lib/libtelnet/libtelnet.a(enc
>_des.o): In function
> `ofb64_start':
> enc_des.o(.text+0x1aa): undefined reference to `DES_random_key'
> enc_des.o(.text+0x1b7): undefined reference to `DES_ecb_encrypt'
> /usr/obj/usr/src/secure/libexec/telnetd/../../lib/libtelnet/libtelnet.a(enc
>_des.o): In function
> `ofb64_session':
> enc_des.o(.text+0x60b): undefined reference to `DES_key_sched'
> /usr/obj/usr/src/secure/libexec/telnetd/../../lib/libtelnet/libtelnet.a(enc
>_des.o): In function `#


More information about the freebsd-questions mailing list