Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Failed to fetch icu source codes #656

Closed
ShockwaveNN opened this issue Sep 30, 2019 · 2 comments
Closed

Failed to fetch icu source codes #656

ShockwaveNN opened this issue Sep 30, 2019 · 2 comments
Labels
confirmed-bug Issues with confirmed bugs

Comments

@ShockwaveNN
Copy link
Contributor

What is the current behavior?

  1. While building core:
    DocumentServer/core/Common/3dPart/make.sh
    There is https://github.com/ONLYOFFICE/core/blob/a76e93cea65c9183886522c372844de12a2d8f0a/Common/3dParty/icu/fetch.sh#L57
    svn export http://source.icu-project.org/repos/icu/tags/release-$ICU_MAJOR_VER-$ICU_MINOR_VER/icu4c ./icu

Which cause:

svn: E175011: Unable to connect to a repository at URL 'http://source.icu-project.org/repos/icu/tags/release-58-2/icu4c'
svn: E175011: Repository moved temporarily to 'http://site.icu-project.org/repository'; please relocate

According to
http://site.icu-project.org/repository
image

And I think we should use git to clone icu sources:

DocumentServer version: 5.4.1

Operating System: Ubuntu 18.04

@ShockwaveNN ShockwaveNN added the confirmed-bug Issues with confirmed bugs label Sep 30, 2019
@agolybev
Copy link
Contributor

Fixed by ONLYOFFICE/core#198

@ShockwaveNN
Copy link
Contributor Author

Can confirm, fixed on master

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
confirmed-bug Issues with confirmed bugs
Projects
None yet
Development

No branches or pull requests

2 participants