[haiku-bugs] Re: [Haiku] #5256: Failure in build_haiku_image not propagated to jam.

  • From: "mmadia" <trac@xxxxxxxxxxxx>
  • Date: Fri, 15 Jan 2010 17:16:35 -0000

#5256: Failure in build_haiku_image not propagated to jam.
--------------------------+-------------------------------------------------
 Reporter:  mmadia        |       Owner:  bonefish      
     Type:  bug           |      Status:  new           
 Priority:  normal        |   Milestone:  R1            
Component:  Build System  |     Version:  R1/Development
 Keywords:                |   Blockedby:                
 Platform:  All           |    Blocking:                
--------------------------+-------------------------------------------------

Comment(by mmadia):

 The first patch build_haiku_imageExitOnUnzipFailure.patch , adds " || exit
 1" to just the command for copying the unzipped optional package into the
 image file. The latter, build_haiku_imageExitOnUnzipFailureParanoid.patch
 spams " || exit 1" to the majority of commands.

 {{{ jam -q @alpha-raw }}}:
 {{{
 Unzipping /generated/x86gcc2/download/Vision-0.9.7-H-090423.zip ...
 Unzipping /generated/x86gcc2/download/VLC-0.8.6d.zip ...
 Error while writing to file
 `/myfs/apps/vlc-0.8.6d/plugins/libfaad_plugin.so': No space left on device
 Error: Command failed: No space left on device
 Error: Command was:
   cp -f -r :/generated/x86gcc2/tmp/unzip/. /myfs/apps

 export imagePath="/generated/x86gcc2/haiku-alpha.image"
 export isImage="1"
 export isVMwareImage=""
 /haiku-src/haiku/build/scripts/build_haiku_image /generated/x86gcc2/haiku
 .image-init-vars /generated/x86gcc2/haiku.image-make-dirs
 /generated/x86gcc2/haiku.image-copy-files /generated/x86gcc2/haiku.image-
 unzip-files

 ...failed BuildHaikuImage1 /generated/x86gcc2/haiku-alpha.image ...
 ...removing /generated/x86gcc2/haiku-alpha.image
 ...failed updating 1 target(s)...
 ...updated 538 target(s)...
 /generated/x86gcc2> echo $?
 1
 /generated/x86gcc2>
 }}}

-- 
Ticket URL: <http://dev.haiku-os.org/ticket/5256#comment:2>
Haiku <http://dev.haiku-os.org>
Haiku - the operating system.

Other related posts: