[MXS-2894] Fails to download avro tar file Created: 2020-02-18 Updated: 2020-03-13 Resolved: 2020-03-02 |
|
| Status: | Closed |
| Project: | MariaDB MaxScale |
| Component/s: | avrorouter |
| Affects Version/s: | 2.4, 2.4.5, 2.4.7 |
| Fix Version/s: | 2.3.18 |
| Type: | Bug | Priority: | Critical |
| Reporter: | Sangita Nalkar | Assignee: | Timofey Turenko |
| Resolution: | Fixed | Votes: | 0 |
| Labels: | None | ||
| Environment: |
x86 |
||
| Attachments: |
|
| Description |
|
While building MariaDB MaxScale from Source Code (link) , install build dependencies step : "../MaxScale/BUILD/install_build_deps.sh" fails with following error: ls: cannot access 'avro*.tar.gz': No such file or directory Root cause: root@1c45994869a5:~/build# wget -r -l1 -nH --cut-dirs=2 --no-parent -A.tar.gz --no-directories https://www-eu.apache.org/dist/avro/stable/c root@1c45994869a5:~/build# curl https://www-eu.apache.org/dist/avro/stable/c Fix: Attaching log of "install_build_deps.sh" for reference. |