Hi. I have a 8.2 kernel on my system:
I then installed the new kernel 10.0 from the head revision.I had the procedures in the makefile
The new kernel works fine but when I reboot my old kernel. I can not ssh to the machine and also when I looked at the machine from console, I see that I can not run commands for example ifconfig. So I think of it is about the new world, is it?
So I think that I have to build the 8.2 release world and, when I need to use the old kernel, I must install the 8.2 world and use it. It it true? So I get the 8.2 release and started to build the world and then the error comes
What can be done in this situation?
Code:
hw.machine: amd64
hw.model: Intel(R) Core(TM) i7-2600 CPU @ 3.40GHz
hw.ncpu: 8
hw.machine_arch: amd64
Code:
buildworld
buildkernel
installkernel
installworld
So I think that I have to build the 8.2 release world and, when I need to use the old kernel, I must install the 8.2 world and use it. It it true? So I get the 8.2 release and started to build the world and then the error comes
Code:
/src/lib/libc/net/nsparser.y: In function '_nsaddsrctomap':
/src/lib/libc/net/nsparser.y:169: warning: implicit declaration of function 'free'
In file included from nsparser.c:398:
/src/lib/libc/../../include/stdlib.h: At top level:
/src/lib/libc/../../include/stdlib.h:93: warning: conflicting types for 'free'
/src/lib/libc/net/nsparser.y:169: warning: previous implicit declaration of 'free' was here