Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 24 Aug 2004 16:08:49 +0300
From:      Tomas Verbaitis <tomasv@megalogika.lt>
To:        freebsd-current@freebsd.org
Subject:   problems during upgrade to RELENG_5
Message-ID:  <20040824130849.GA12431@megalogika.lt>

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

I was upgrading from a -current as of 2004-05-16, using a clean
checkout of RELENG_5 as of 2004-08-24 12:00

Problems during buildworld:

1) Could not build a new make, failing with /usr/lib/crt1.o (...):
unknown symbol 'init_tls()'. sorry for no propper error message.

fix: cd /usr/src/lib/libc && make obj && make depend && make all && make install,
then cd /usr/src/usr.bin/make and again make obj && make depend && make all && make install

2) Next failure was this:
===> snmp_atm
cat
/usr/src/lib/libbsnmp/modules/snmp_atm/../../../../contrib/ngatm/snmp_atm/atm_tree.def
/usr/src/lib/libbsnmp/modules/snmp_atm/atm_freebsd.def | gensnmptree -e
begemotAtm > atm_oid.h
line 110: junk after closing ')'

Searched mailing lists about that, saw harti's email about new
gensnmptree being required, then it was easy to fix:
cd /usr/src/usr.sbin/bsnmpd/gensnmptree && make obj && make depend && make all && make install

I realise actions like this leave the system in a quite undefined state,
anyway that helped for that time. Hope this helps and i would appreciate
any advice on how to behave in a similar situtaion.

-- 
Tomas "Verbaitis" Verbaitis ** http://megalogika.lt
* šita gudri beždžionė moka dirbti su kompiuteriu *



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20040824130849.GA12431>