Can't build release-anyboot for x86_gcc2_hybrid

Creating image …
Writing boot code to “/home/greekboy/AAA/haiku-x86_gcc2_hybrid/generated/haiku.image” (partition offset: 0 bytes, start offset = 0) …
Populating image …
Extracting …/…/haiku/src/apps/webpositive/bookmarks/WebPositiveBookmarks.zip …
Resolving package dependencies …
Error while writing to file `/myfs/system/packages/ffmpeg_x86-4.2.2-3-x86_gcc2.hpkg’: No space left on device
Error: Command failed: No space left on device
Error: Command was:
cp -f :download/ffmpeg_x86-4.2.2-3-x86_gcc2.hpkg /myfs/system/packages

export imagePath=“haiku.image”
export isImage=“1”
export isVMwareImage=""
…/…/haiku/build/scripts/build_haiku_image /home/greekboy/AAA/haiku-x86_gcc2_hybrid/generated/./haiku.image-init-vars /home/greekboy/AAA/haiku-x86_gcc2_hybrid/generated/./haiku.image-make-dirs /home/greekboy/AAA/haiku-x86_gcc2_hybrid/generated/./haiku.image-copy-files /home/greekboy/AAA/haiku-x86_gcc2_hybrid/generated/./haiku.image-extract-files

…failed BuildHaikuImage1 haiku.image …
…removing haiku.image

BUILD FAILURE:
…failed updating 1 target(s)…
…skipped 1 target(s)…
…updated 1606 target(s)…

No space left on device, maybe?

There is no problem with the space. I can make x86_64 release-raw, release-cd, release-anyboot, and in x86_gcc2_hybrid only release-raw and release-cd.

Seems like the image size is too small. You can make it bigger in the UserBuildConfig.

Thanks for the help.:slightly_smiling_face: