Update README.md with FreeBSD source download instructions#1
Update README.md with FreeBSD source download instructions#1Ngalstyan4 wants to merge 2 commits intorcslab:masterfrom
Conversation
Add instructions to build castor compiler pass
|
Hi there,
Do you mean the FreeBSD kernel building is in progress or the scons building?
I read through your diff and I think that command is correct. Couple days ago we updated the environment deployment script to make them easier to use. So basically now the sysroot preparation is in a one click script. You could check it out. Best, |
FreeBSD kernel. It is loong done, I just took a while debugging and doing other thigns before getting back to responding here :)
I am using the updated script! |
|
btw, I found the It would also be great to clarify whether you expect the kernel source to be compiled inside the jail created for castor or outside of the jail. Current main readme made me think I needed to clone and build FreeBSD kernel outside of jails and then bulid a jail on top of the built sysroot. I thought that because the current main readme mentions building sysroot (lines 28-31) before it first mentions jails (lines 34-35). But the older readme with iocage instructions made me think that the kernel source tree needs to be built and installed inside the jail. I followed with the latter approach and got some of the tests to pass (see #2) so I assume that is the expected way to proceed. |
👋 Hi!
Thanks for building castor and giving it Castor to the world!
I just started playing with this. It seems
SConstructscript expects FreeBSD source to be available but it is not in the repo.I cloned the source of 13.1 release into the expected directory and the build is still in progress.
Is this the right version of the FreeBSD source to download and place under
sysroot-src?