You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@harmony.apache.org by "Naumova Natalya (JIRA)" <ji...@apache.org> on 2006/08/31 15:58:43 UTC

[jira] Created: (HARMONY-1362) Can't make "ant fetch-depends" on windows (msvcr71.dll can't be downloaded)

Can't make "ant fetch-depends" on windows (msvcr71.dll can't be downloaded)
---------------------------------------------------------------------------

                 Key: HARMONY-1362
                 URL: http://issues.apache.org/jira/browse/HARMONY-1362
             Project: Harmony
          Issue Type: Bug
          Components: Classlib
         Environment: Winows issue only
            Reporter: Naumova Natalya 
            Priority: Critical


It is impossible to get successfully through fetch-depends on Windows. The external resource (MSVCR71.dll) can't be downloaded from www.dlldump.com. The URL defined in make/depends.properties (msvcr71.url=http://www.dlldump.com/cgi-bin/testwrap/downloadcounts.cgi?rt=count&path=dllfiles/M/MSVCR71.dll) is unreachible for about several days. 
We should indicate the other url to download the needed dll. And it will be great if there will be such build possibility as using the local resources (already downloaded) as it was done for DRLVM build, to prevent such problems. 

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] Commented: (HARMONY-1362) Can't make "ant fetch-depends" on windows (msvcr71.dll can't be downloaded)

Posted by "Naumova Natalya (JIRA)" <ji...@apache.org>.
    [ http://issues.apache.org/jira/browse/HARMONY-1362?page=comments#action_12432097 ] 
            
Naumova Natalya  commented on HARMONY-1362:
-------------------------------------------

The classlib build procedure includes both "ant fetch-depends" and "ant". So the build is broken because there is impossible to build classlib from scratch. The using downloaded resources means that you should just change some configuration properties or environment, and the build procedure will pass fully (including fetch-depends). But this thing can't be done in classlib build. 

> Can't make "ant fetch-depends" on windows (msvcr71.dll can't be downloaded)
> ---------------------------------------------------------------------------
>
>                 Key: HARMONY-1362
>                 URL: http://issues.apache.org/jira/browse/HARMONY-1362
>             Project: Harmony
>          Issue Type: Bug
>          Components: Classlib
>         Environment: Winows issue only
>            Reporter: Naumova Natalya 
>            Priority: Critical
>
> It is impossible to get successfully through fetch-depends on Windows. The external resource (MSVCR71.dll) can't be downloaded from www.dlldump.com. The URL defined in make/depends.properties (msvcr71.url=http://www.dlldump.com/cgi-bin/testwrap/downloadcounts.cgi?rt=count&path=dllfiles/M/MSVCR71.dll) is unreachible for about several days. 
> We should indicate the other url to download the needed dll. And it will be great if there will be such build possibility as using the local resources (already downloaded) as it was done for DRLVM build, to prevent such problems. 

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] Closed: (HARMONY-1362) Can't make "ant fetch-depends" on windows (msvcr71.dll can't be downloaded)

Posted by "Geir Magnusson Jr (JIRA)" <ji...@apache.org>.
     [ http://issues.apache.org/jira/browse/HARMONY-1362?page=all ]

Geir Magnusson Jr closed HARMONY-1362.
--------------------------------------

    Resolution: Fixed

No longer applicable.  Mikhail changed the link in the dependencies list, so things should be better.

> Can't make "ant fetch-depends" on windows (msvcr71.dll can't be downloaded)
> ---------------------------------------------------------------------------
>
>                 Key: HARMONY-1362
>                 URL: http://issues.apache.org/jira/browse/HARMONY-1362
>             Project: Harmony
>          Issue Type: Bug
>          Components: Classlib
>         Environment: Winows issue only
>            Reporter: Naumova Natalya 
>         Assigned To: Geir Magnusson Jr
>            Priority: Critical
>
> It is impossible to get successfully through fetch-depends on Windows. The external resource (MSVCR71.dll) can't be downloaded from www.dlldump.com. The URL defined in make/depends.properties (msvcr71.url=http://www.dlldump.com/cgi-bin/testwrap/downloadcounts.cgi?rt=count&path=dllfiles/M/MSVCR71.dll) is unreachible for about several days. 
> We should indicate the other url to download the needed dll. And it will be great if there will be such build possibility as using the local resources (already downloaded) as it was done for DRLVM build, to prevent such problems. 

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] Commented: (HARMONY-1362) Can't make "ant fetch-depends" on windows (msvcr71.dll can't be downloaded)

Posted by "Alexey Petrenko (JIRA)" <ji...@apache.org>.
    [ http://issues.apache.org/jira/browse/HARMONY-1362?page=comments#action_12432099 ] 
            
Alexey Petrenko commented on HARMONY-1362:
------------------------------------------

Or you can just copy dependencies from the "known place" into clean Harmony repository.

> Can't make "ant fetch-depends" on windows (msvcr71.dll can't be downloaded)
> ---------------------------------------------------------------------------
>
>                 Key: HARMONY-1362
>                 URL: http://issues.apache.org/jira/browse/HARMONY-1362
>             Project: Harmony
>          Issue Type: Bug
>          Components: Classlib
>         Environment: Winows issue only
>            Reporter: Naumova Natalya 
>            Priority: Critical
>
> It is impossible to get successfully through fetch-depends on Windows. The external resource (MSVCR71.dll) can't be downloaded from www.dlldump.com. The URL defined in make/depends.properties (msvcr71.url=http://www.dlldump.com/cgi-bin/testwrap/downloadcounts.cgi?rt=count&path=dllfiles/M/MSVCR71.dll) is unreachible for about several days. 
> We should indicate the other url to download the needed dll. And it will be great if there will be such build possibility as using the local resources (already downloaded) as it was done for DRLVM build, to prevent such problems. 

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] Commented: (HARMONY-1362) Can't make "ant fetch-depends" on windows (msvcr71.dll can't be downloaded)

Posted by "Naumova Natalya (JIRA)" <ji...@apache.org>.
    [ http://issues.apache.org/jira/browse/HARMONY-1362?page=comments#action_12432103 ] 
            
Naumova Natalya  commented on HARMONY-1362:
-------------------------------------------

Yes, but this should be described in Harmony classlib build procedure, then this issue could be marked as "closed", but I don't see such actions there. I understand that all of the members of community could work while this bug is open, but imagine that there is someone who wants to participate but couldn't, because of this issue. The build should be built from scratch and all of the actions that are needed should be described on the official harmony web site. 

> Can't make "ant fetch-depends" on windows (msvcr71.dll can't be downloaded)
> ---------------------------------------------------------------------------
>
>                 Key: HARMONY-1362
>                 URL: http://issues.apache.org/jira/browse/HARMONY-1362
>             Project: Harmony
>          Issue Type: Bug
>          Components: Classlib
>         Environment: Winows issue only
>            Reporter: Naumova Natalya 
>            Priority: Critical
>
> It is impossible to get successfully through fetch-depends on Windows. The external resource (MSVCR71.dll) can't be downloaded from www.dlldump.com. The URL defined in make/depends.properties (msvcr71.url=http://www.dlldump.com/cgi-bin/testwrap/downloadcounts.cgi?rt=count&path=dllfiles/M/MSVCR71.dll) is unreachible for about several days. 
> We should indicate the other url to download the needed dll. And it will be great if there will be such build possibility as using the local resources (already downloaded) as it was done for DRLVM build, to prevent such problems. 

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] Assigned: (HARMONY-1362) Can't make "ant fetch-depends" on windows (msvcr71.dll can't be downloaded)

Posted by "Geir Magnusson Jr (JIRA)" <ji...@apache.org>.
     [ http://issues.apache.org/jira/browse/HARMONY-1362?page=all ]

Geir Magnusson Jr reassigned HARMONY-1362:
------------------------------------------

    Assignee: Geir Magnusson Jr

> Can't make "ant fetch-depends" on windows (msvcr71.dll can't be downloaded)
> ---------------------------------------------------------------------------
>
>                 Key: HARMONY-1362
>                 URL: http://issues.apache.org/jira/browse/HARMONY-1362
>             Project: Harmony
>          Issue Type: Bug
>          Components: Classlib
>         Environment: Winows issue only
>            Reporter: Naumova Natalya 
>         Assigned To: Geir Magnusson Jr
>            Priority: Critical
>
> It is impossible to get successfully through fetch-depends on Windows. The external resource (MSVCR71.dll) can't be downloaded from www.dlldump.com. The URL defined in make/depends.properties (msvcr71.url=http://www.dlldump.com/cgi-bin/testwrap/downloadcounts.cgi?rt=count&path=dllfiles/M/MSVCR71.dll) is unreachible for about several days. 
> We should indicate the other url to download the needed dll. And it will be great if there will be such build possibility as using the local resources (already downloaded) as it was done for DRLVM build, to prevent such problems. 

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] Commented: (HARMONY-1362) Can't make "ant fetch-depends" on windows (msvcr71.dll can't be downloaded)

Posted by "Alexey Petrenko (JIRA)" <ji...@apache.org>.
    [ http://issues.apache.org/jira/browse/HARMONY-1362?page=comments#action_12432050 ] 
            
Alexey Petrenko commented on HARMONY-1362:
------------------------------------------

It is possible to use already downloaded resources.
But if you will rerun ant fetch-depends it will recheck all the dependencies and fail if one of the dependencies is not available.

> Can't make "ant fetch-depends" on windows (msvcr71.dll can't be downloaded)
> ---------------------------------------------------------------------------
>
>                 Key: HARMONY-1362
>                 URL: http://issues.apache.org/jira/browse/HARMONY-1362
>             Project: Harmony
>          Issue Type: Bug
>          Components: Classlib
>         Environment: Winows issue only
>            Reporter: Naumova Natalya 
>            Priority: Critical
>
> It is impossible to get successfully through fetch-depends on Windows. The external resource (MSVCR71.dll) can't be downloaded from www.dlldump.com. The URL defined in make/depends.properties (msvcr71.url=http://www.dlldump.com/cgi-bin/testwrap/downloadcounts.cgi?rt=count&path=dllfiles/M/MSVCR71.dll) is unreachible for about several days. 
> We should indicate the other url to download the needed dll. And it will be great if there will be such build possibility as using the local resources (already downloaded) as it was done for DRLVM build, to prevent such problems. 

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] Commented: (HARMONY-1362) Can't make "ant fetch-depends" on windows (msvcr71.dll can't be downloaded)

Posted by "Naumova Natalya (JIRA)" <ji...@apache.org>.
    [ http://issues.apache.org/jira/browse/HARMONY-1362?page=comments#action_12432143 ] 
            
Naumova Natalya  commented on HARMONY-1362:
-------------------------------------------

The old link to msvcr71.dll is working now. So the classlib build is also workable. 
But It will be great if there will be a possibility to biuld the classlib with local properties from scratch, not changing the build files (except configuration properties)? to avouid such problems in their future. 
Could anyone close this issue, please?

> Can't make "ant fetch-depends" on windows (msvcr71.dll can't be downloaded)
> ---------------------------------------------------------------------------
>
>                 Key: HARMONY-1362
>                 URL: http://issues.apache.org/jira/browse/HARMONY-1362
>             Project: Harmony
>          Issue Type: Bug
>          Components: Classlib
>         Environment: Winows issue only
>            Reporter: Naumova Natalya 
>            Priority: Critical
>
> It is impossible to get successfully through fetch-depends on Windows. The external resource (MSVCR71.dll) can't be downloaded from www.dlldump.com. The URL defined in make/depends.properties (msvcr71.url=http://www.dlldump.com/cgi-bin/testwrap/downloadcounts.cgi?rt=count&path=dllfiles/M/MSVCR71.dll) is unreachible for about several days. 
> We should indicate the other url to download the needed dll. And it will be great if there will be such build possibility as using the local resources (already downloaded) as it was done for DRLVM build, to prevent such problems. 

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira