<div>I'm attempting to build the latest version of sculpt from the source code via the following procedure:<br></div><div><br></div><ul><li>git clone <a href="https://github.com/genodelabs/genode.git">https://github.com/genodelabs/genode.git</a><br></li><li>I'm checking out the latest NOVA pkg via<br></li><ul><li>./tool/depot/download genodelabs/bin/x86_64/base-nova/2019-02-12<br></li></ul><li>and the latest verison of sculpt via<br></li><ul><li>./tool/depot/download genodelabs/pkg/sculpt/2019-02-11<br></li></ul><li>I then make and configure the build directory and enable the proper repositories<br></li><li>I then attempt to run "make -C build/x86_64 run/sculpt KERNEL=nova"<br></li></ul><div>I receive the following error message:<br></div><div><br></div><div>Error: missing depot archives:<br></div><div>       genodelabs/bin/x86_64/base-nova/2019-02-25<br></div><div>       genodelabs/pkg/x86_64/sculpt/2019-02-25<br></div><div><br></div><div>However, these packages do not exist. I must be missing some silly error. Can someone tell me where I went wrong?<br></div>