Wont Build- Zero Size haiku.image-copy-files

I tried several times to build haiku but it fails each time with the same errors. This is some of the last in terminal:

...skipped develop/headers/3rdparty/-/headers/libs/zlib for lack of develop/headers/3rdparty/-/headers/libs/termcap...
...skipped develop/abi/x86/gcc2/headers/cpp/-/headers/cpp for lack of develop/headers/3rdparty/-/headers/libs/zlib...
...skipped system/documentation/welcome/-/docs/welcome for lack of develop/abi/x86/gcc2/headers/cpp/-/headers/cpp...
...skipped system/documentation/userguide/-/docs/userguide for lack of system/documentation/welcome/-/docs/welcome...
InitScript1 generated/haiku.image-unzip-files 
AddUnzipFileToContainerUnzipFilesScript haiku.image-unzip-files-dummy-apps-Beam-1.1.2.zip 
AddUnzipFileToContainerUnzipFilesScript haiku.image-unzip-files-dummy-apps-BePDF-1.1.1b2-r1a1-x86-gcc2-2009-09-03.zip 
DownloadFile1 generated/download/BeZillaBrowser-gcc2-20090218.zip 
--2009-09-27 19:34:11--  http://bezilla.beuser.de/builds/BeZillaBrowser-gcc2-20090218.zip
Resolving bezilla.beuser.de... 85.13.158.2
Connecting to bezilla.beuser.de|85.13.158.2|:80... connected.
HTTP request sent, awaiting response... 403 Forbidden
2009-09-27 19:34:12 ERROR 403: Forbidden.


wget -O generated/download/BeZillaBrowser-gcc2-20090218.zip http://bezilla.beuser.de/builds/BeZillaBrowser-gcc2-20090218.zip

...failed DownloadFile1 generated/download/BeZillaBrowser-gcc2-20090218.zip ...
...removing generated/download/BeZillaBrowser-gcc2-20090218.zip
...skipped haiku.image-unzip-files-dummy-apps-BeZillaBrowser-gcc2-20090218.zip for lack of BeZillaBrowser-gcc2-20090218.zip...
...skipped sdb1 for lack of haiku.image-copy-files...
...failed updating 1 target(s)...
...skipped 336 target(s)...
...updated 14 target(s)...
greg@greg-desktop:~/develop/haiku/trunk$ 

I deleted all the trunk directory except for src and did another

svn update
then
cd ~/develop/haiku/trunk

./configure --build-cross-tools …/buildtools/

then
jam @disk
but that didn’t work.
Any ideas what is wrong?

same here :frowning: I get:

...
AddUnzipFileToContainerUnzipFilesScript haiku.image-unzip-files-dummy-apps-VLC-0.8.6d.zip 
AddUnzipFileToContainerUnzipFilesScript haiku.image-unzip-files-dummy-apps-WonderBrush-2.1.2.zip 
AddUnzipFileToContainerUnzipFilesScript haiku.image-unzip-files-dummy-system/documentation-bebook_20081026.zip 
...skipped sda4 for lack of haiku.image-copy-files...
...failed updating 2 target(s)...
...skipped 208 target(s)...
...updated 125 target(s)...

I have made it in this way: http://www.jensdiemer.de/_command/118/blog/detail/88/

One thing that stands out is:
BeZillaBrowser is no longer available from http://bezilla.beuser.de/builds

Download location was changed in Haiku awhile back. If you updated, then it should look for web browser from correct link off haiku-files.

  1. delete haiku/build folder (tells how to build Haiku), svn update, try building again.

  2. update to older revision with svn update -r xxxxxx and try building that to see if it works. Where xxxxxx = revision # you want to go to.

  3. try deleting those other folders it is skipping (failing on), svn update & try building again.

  4. Cleaning out generated folder helps too - jam clean should do this.

The issue is either corrupted source on your hard drive or a recent changeset that messed up building Haiku. Hopefully the latter, which normally gets fixed in a day or two by the developers.