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

build issues amazon_aia on ESP32-LyraTD-SYNA (IDFGH-11270) #12428

Closed
seancmalloy opened this issue Oct 18, 2023 · 2 comments
Closed

build issues amazon_aia on ESP32-LyraTD-SYNA (IDFGH-11270) #12428

seancmalloy opened this issue Oct 18, 2023 · 2 comments
Labels
Resolution: Won't Do This will not be worked on Status: Done Issue is done internally

Comments

@seancmalloy
Copy link

seancmalloy commented Oct 18, 2023

.espressif/python_env/idf4.2_py3.11_env/lib/python3.11/site-packages/cryptography/hazmat/bindings/_openssl.abi3.so: undefined symbol: FIPS_mode

my build is failing at Generating x509_crt_bundle. anyone know how to fix this?

rpi3 deb bookworm python3.11 OpenSSL 3.0.11

update -

i compiled openssl with fips module only to discover ossl 3 no longer supports fips_mode.

update - nuclear option

i downgraded to deb 11 openssl1.0.2 fips 2 mod pyhton3.9 - and was able to build & flash but using ESP32-LyraTD example which looks like doesnt work with ESP32-LyraTD-SYNA

@espressif-bot espressif-bot added the Status: Opened Issue is new label Oct 18, 2023
@github-actions github-actions bot changed the title build issues amazon_aia on ESP32-LyraTD-SYNA build issues amazon_aia on ESP32-LyraTD-SYNA (IDFGH-11270) Oct 18, 2023
@dobairoland
Copy link
Collaborator

I'm sorry but ESP-IDF v4.2 is not supported anymore. I would guess that a relatively very new version of operating system combined with a very old ESP-IDF is causing the problem. The cryptography package is probably linked to older openssl library. You might be able to work around the issue by installing an older openssl library.

Also please consider to upgrade to the latest bugfix release of v4.4. It should contain no breaking changes in comparison with v4.2.

@Alvin1Zhang
Copy link
Collaborator

This has been tracked in espressif/esp-va-sdk#189, let us follow up there, closing this one, thanks for reporting.

@espressif-bot espressif-bot added Status: Done Issue is done internally Resolution: Won't Do This will not be worked on and removed Status: Opened Issue is new labels Oct 25, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Resolution: Won't Do This will not be worked on Status: Done Issue is done internally
Projects
None yet
Development

No branches or pull requests

4 participants