OPNsense Forum

English Forums => Development and Code Review => Topic started by: Aadolf on December 06, 2015, 07:10:24 am

Title: [SOLVED] Build Error
Post by: Aadolf on December 06, 2015, 07:10:24 am
Hi all
I install freebsd 10.1.release and getting  opnsense source from github.after all I use this command :
  >make base DEBUG=1

base.txz is created successfully in /tmp/set folder.after that

 >make kernel DEBUG=1
it makes error:
make[3]:  stopped in /usr/obj/usr/src/sys/SMP
--- modules-depend ---
A failure has been detected in another branch of the parallel make

make [4]: stopped in /usr/src/sys/modules
*** [modules-depened] Error code 2

make[3]: stopped in /usr/obj/usr/src/sys/SMP
2 errors

make[3]: stopped in /usr/obj/usr/src/sys/SMP
*** [buildkernel] Error code 2

make[2]: stopped in /usr/src
1 error

make[2]: stopped in /usr/src
*** [buildkernel] Error code 2

stop.
make: stopped in /usr/tools
==================================
what is my problem?!
Title: Re: Build Error
Post by: franco on December 06, 2015, 03:25:03 pm
Please don't use DEBUG=1, it taints the FreeBSD build.