Solved Problem with make in cbsd jail

Hello. I have problem with make(1) in cbsd jail.

Code:
root@CERBER:/home/cr4sh # uname -a
FreeBSD CERBER 13.1-RELEASE-p2 FreeBSD 13.1-RELEASE-p2 GENERIC amd64
root@CERBER:/home/cr4sh # pkg info | grep cbsd
cbsd-13.1.15                   Yet another FreeBSD Jail, XEN and Bhyve Management Utility

And this is the problem.
On host
Code:
root@CERBER:/home/cr4sh # make
make: no target to make.

make: stopped in /usr/home/cr4sh

In jail
Code:
root@CERBER:/home/cr4sh # cbsd jlogin ha
Last login: Sat Oct 29 22:19:16 on pts/1
FreeBSD 13.1-RELEASE-p2 GENERIC
ha:/root@[22:25] # make
Assertion failed: (v->name.freeIt == NULL), function Var_Delete, file /usr/src/contrib/bmake/var.c, line 526.
Abort (core dumped)

I will be gratefull for any hint, what i can do with this.

Thanks.
 
Last edited by a moderator:
Please checkout /etc/csh.cshrc + /etcmake.conf + /etc/profile files and remove any 'UNAME*' records.
Thanks for this hint!! Is Working

root@CERBER:/home/cr4sh # cbsd jlogin ha
Last login: Sat Oct 29 22:25:47 on pts/1
FreeBSD 13.1-RELEASE-p2 GENERIC
ha:/root@[23:23] # make
make: no target to make.

make: stopped in /root
 
Back
Top