You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@harmony.apache.org by Francis ANDRE <fr...@easynet.fr> on 2008/03/03 13:28:29 UTC

[general][build WXP] Missing dependency: http://archive.apache.org/dist/apr/apr-1.2.6.tar.gz

Hi Harmony Team

It seems that building on WXP leads to an inconsistent download of apr-1.2.6.tar.gz

IMHO, it should be apr-1.2.6.zip instead. Where and how should I fix this point??

Regards


Francis

-common-vm:

build:
      [echo] ## Building 'encoder'
     [mkdir] Created dir: 
Z:\DEV\Harmony\working_vm\build\windows_x86_msvc_release\semis\encode
r\bin
     [mkdir] Created dir: 
Z:\DEV\Harmony\working_vm\build\windows_x86_msvc_release\semis\encode
r\obj
        [cc] 4 total files to be compiled.
        [cc] encoder.cpp
        [cc] enc_tabl.cpp
        [cc] enc_base.cpp
        [cc] dec_base.cpp
        [cc] Generating Code...
        [cc] Starting link
     [apply] Skipping fileset for directory 
Z:\DEV\Harmony\working_vm\build\windows_x86_msvc_re
lease\semis\encoder\bin. It is empty.
      [copy] Copying 1 file to 
Z:\DEV\Harmony\working_vm\build\windows_x86_msvc_release\deploy\
lib
     [mkdir] Created dir: 
Z:\DEV\Harmony\working_vm\build\windows_x86_msvc_release\deploy\jdk\j
re\bin\default

build-extra:

-setup:

get-src:
      [echo] Checking for 
Z:\DEV\Harmony\common_resources\depends/oss/apr/apr-1.2.6.tar.gz

BUILD FAILED
Z:\DEV\Harmony\build.xml:396: The following error occurred while executing this 
line:
Z:\DEV\Harmony\working_vm\build.xml:115: The following error occurred while 
executing this lin
e:
Z:\DEV\Harmony\working_vm\make\extra\apr.xml:33: The following error occurred 
while executing
this line:
Z:\DEV\Harmony\common_resources\make\depends.xml:157: ...

Missing dependency.  The jar from:

   http://archive.apache.org/dist/apr/apr-1.2.6.tar.gz

should be downloaded to:

   Z:\DEV\Harmony\common_resources\depends/oss/apr/apr-1.2.6.tar.gz

Re: [general][build WXP] Missing dependency: http://archive.apache.org/dist/apr/apr-1.2.6.tar.gz

Posted by Alexey Varlamov <al...@gmail.com>.
2008/3/3, Francis ANDRE <fr...@easynet.fr>:
> Hi Harmony Team
>
> It seems that building on WXP leads to an inconsistent download of apr-1.2.6.tar.gz
>
> IMHO, it should be apr-1.2.6.zip instead. Where and how should I fix this point??

This is intentional, these archives differ only by native end-of-line
symbols used and Windows compilers tolerate them fine.
You must have missed "-Dauto.fetch=true" param, so just run "ant
fetch-depends; ant" and see it will work.

Regards,
Alexey