Hi
I wanted to build Haiku from the source, however it always gives me this error:
Populating image …
Extracting src/apps/webpositive/bookmarks/WebPositiveBookmarks.zip …
Resolving package dependencies …
Error while writing to file `/myfs/system/packages/noto_sans_cjk_jp-1.004-2-any.hpkg’: No space left on device
Error: Command failed: No space left on device
Error: Command was:
cp -f :generated/download/noto_sans_cjk_jp-1.004-2-any.hpkg /myfs/system/packages
export imagePath="generated/haiku.vmdk"
export isImage="1"
export isVMwareImage="1"
build/scripts/build_haiku_image /boot/home/dev/haiku/generated/haiku.image-init-vars /boot/home/dev/haiku/generated/haiku.image-make-dirs /boot/home/dev/haiku/generated/haiku.image-copy-files /boot/home/dev/haiku/generated/haiku.image-extract-files
...failed BuildHaikuImage1 generated/haiku.vmdk ...
...removing generated/haiku.vmdk
BUILD FAILURE:
...failed updating 1 target(s)...
...updated 1494 target(s)...
I have tried building with multiple commands. The last one I used was jam -q @vmware-image. I am building this on Haiku, running on VMWare, with 15GB of disk and with just over of 7.5GB free.
Thank you.