Upgrade problem

Ok. I found the solution. For the moment that I am in 9.2-PRERELEASE and I have all the source tree in my /usr/src/, I just copied from /usr/src/share/mk/bsd.compiler.mk to /usr/share/mk. Now make buildworld runs.
 
For the moment everything seems to running smoothly. I am going to see If I will get errors. But I think that things are going better now :D I don't say solved until I'm sure.
 
I get this:
Code:
===> share/info (install)
===> lib (install)
===> lib/csu/amd64 (install)
install -o root -g wheel -m 444  crt1.o crti.o crtn.o Scrt1.o gcrt1.o /usr/lib
/usr/bin/install: Undefined symbol "gid_from_group"
*** [realinstall] Error code 1

Stop in /usr/src/lib/csu/amd64.
*** [realinstall] Error code 1

Stop in /usr/src/lib.
*** [realinstall] Error code 1

Stop in /usr/src.
*** [install] Error code 1

Stop in /usr/src.

I already posted this problem here.
 
Back
Top