[haiku] Re: building error

  • From: Urias McCullough <umccullough@xxxxxxxxx>
  • To: haiku@xxxxxxxxxxxxx
  • Date: Fri, 30 Jan 2009 11:12:14 -0800

On Fri, Jan 30, 2009 at 10:58 AM, Skar Cat <skarmiglione.sk4r@xxxxxxxxx> wrote:
> seems like all are perfect now with deleting the path which tou suggest me,
> that are what show me in end of output
>
> Creating image ...
> 128+0 registros de entrada
> 128+0 registros de salida
> 134217728 bytes (134 MB) copiados, 1,62326 s, 82,7 MB/s
> Writing boot code to "/home/skarmiglione/src/haiku/generated/haiku.image"
> (partition offset: 0 bytes, start offset = 0) ...
> Populating image ...
> Deleting old MIME database ...
> Installing MIME database ...
> Unmounting ...
> ...updated 1562 target(s)...
>
> is good now?
> if is rigth thanks for alla. and congratulations.

Looks much better yes :)

And now if you want to build it to your partition, create a
UserBuildConfig with the following:

DefineBuildProfile disk : disk : "/dev/sdb8" ;

and then run the following:

sudo chmod o+r /dev/sdb;sudo chmod o+rw /dev/sdb8

followed by:

jam -q @disk

- Urias

Other related posts: