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

expat-2.2.5 cannot be downloaded #6

Closed
XaviDCR92 opened this issue Nov 6, 2020 · 5 comments
Closed

expat-2.2.5 cannot be downloaded #6

XaviDCR92 opened this issue Nov 6, 2020 · 5 comments
Assignees

Comments

@XaviDCR92
Copy link

Issue submission guidelines

See detaled guidelines. In short:

  • Report crosstool-NG version
    esp-2020r3
  • Report host OS and its version
    x86_64 Kubuntu 20.04 LTS
  • Attach .config (unless the issue is not related to any configuration)
  • Attach build.log (unless crosstool-NG fails before the build starts)
    build.log

I have followed the instructions from esp-idf and the script is unable to download expat-2.2.5 because of Unable to establish SSL connection.

@XaviDCR92
Copy link
Author

I have tried again today and it looks like a temporary issue, since now expath-2.2.5 has downloaded successfully.

@antmak antmak self-assigned this Jan 13, 2021
@lypanov
Copy link

lypanov commented Apr 2, 2021

This is now broken and reproducibly so.

Quick hack is replacing the CT_EXPAT_ARCHIVE_FILENAME definition in .config with:
CT_EXPAT_ARCHIVE_FILENAME="@{pkg_name}-@{version}-RENAMED-VULNERABLE-PLEASE-USE-2.3.0-INSTEAD"

This is of course really not something that users should need to do.

Only doing this because a Raspberry Pi compatible release is still not available.

@antmak
Copy link
Collaborator

antmak commented Apr 3, 2021

Hello, @lypanov

Only doing this because a Raspberry Pi compatible release is still not available.

Which version RPi do you use? armel options from https://github.com/espressif/crosstool-NG/releases work fine with RPi 3 and 4. So, when you use IDF and its idf_tools.py, it would download a right platform version on your host.

@antmak
Copy link
Collaborator

antmak commented Apr 3, 2021

Quick hack is replacing the CT_EXPAT_ARCHIVE_FILENAME definition in .config with:
CT_EXPAT_ARCHIVE_FILENAME="@{pkg_name}-@{version}-RENAMED-VULNERABLE-PLEASE-USE-2.3.0-INSTEAD"

thanks for the info!

@lypanov
Copy link

lypanov commented Apr 3, 2021

Hello, @lypanov

Only doing this because a Raspberry Pi compatible release is still not available.

Which version RPi do you use? armel options from https://github.com/espressif/crosstool-NG/releases work fine with RPi 3 and 4. So, when you use IDF and its idf_tools.py, it would download a right platform version on your host.

Yeah good point, my issue is rather niche I guess. I'm running 64 bit RPi via Ubuntu rather than running the out of the box 32bit OS.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants