Opened 4 years ago

Last modified 4 years ago

#15694 new bug

Build of Haiku fails while writing image — at Version 1

Reported by: markh Owned by: bonefish
Priority: normal Milestone: Unscheduled
Component: Build System Version: R1/Development
Keywords: Cc: pulkomandy, kallisti5
Blocked By: Blocking:
Platform: All

Description (last modified by diver)

Building Haiku from source on Haiku itself fails on my machine with the following error (complete log attached):

Creating image ...
Writing boot code to "/boot/home/haiku/generated/haiku.image" (partition offset: 0 bytes, start offset = 0) ...
Populating image ...
Extracting src/apps/webpositive/bookmarks/WebPositiveBookmarks.zip ...
Resolving package dependencies ...
Error while writing to file `/myfs/system/packages/libxml2-2.9.9-4-x86_gcc2.hpkg': No space left on device
Error: Command failed: No space left on device
Error: Command was:
  cp -f :generated/download/libxml2-2.9.9-4-x86_gcc2.hpkg /myfs/system/packages

export imagePath="generated/haiku.image"
export isImage="1"
export isVMwareImage=""
build/scripts/build_haiku_image /boot/home/haiku/generated/haiku.image-init-vars /boot/home/haiku/generated/haiku.image-make-dirs /boot/home/haiku/generated/haiku.image-copy-files /boot/home/haiku/generated/haiku.image-extract-files

...failed BuildHaikuImage1 generated/haiku.image ...
...removing generated/haiku.image

BUILD FAILURE:
...failed updating 1 target(s)...
...skipped 1 target(s)...
...updated 1471 target(s)...

Change History (2)

by markh, 4 years ago

Attachment: haiku_build_failure added

Complete logof build

comment:1 by diver, 4 years ago

Description: modified (diff)

No space left on device

Note: See TracTickets for help on using tickets.