-
Notifications
You must be signed in to change notification settings - Fork 56
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 error in component (IDFGH-14441) #89
Comments
Hi @Kontrolojik, Thank you for this issue report. Please add your complete |
Hi Alisitsyn, I cannot attach the yml file here, it says its not allowed but below is the whole content of the file; IDF Component Manager Manifest Filedependencies: I also realized that during build process cache was dealing with build files in test folders which should be git-ignored. Can we expect a quick release like 2.0.2 with this fix instead of witing for the new release which might take time? Regards |
Thanks for update.
This can be happened only under Windows and all these files have to be ignored by filters in component I can do the update with the version of |
Same issue here, with both 2.0.0 an 2.0.1, it works with the 1.0.17. |
Hi @colafati , @Kontrolojik, The issue has been fixed v2.0.1~1. |
I tried it with 2.0.1~1 and updated the domimartinglogi/dynamic_modbus_master; it's working. Thanks @alisitsyn |
@colafati, thank you for report. The issue will be closed then. |
Checklist
How often does this bug occurs?
always
Expected behavior
I expect it to compile
Actual behavior (suspected bug)
Instead, simple project with version 2.0.1 dose not compile. Because file path for component cache is too long for windows.
FileNotFoundError: [WinError 206] Dosya ad² veya uzant²s² ok uzun:
'C:\Users\YilmazK\AppData\Local\Espressif\ComponentManager\Cache\service_d92d8f1e\espressif__esp-modbus_2.0.1_1c3be72a\examples\pytest_embedded_log\2024-12-20_09-38-42\test_modbus_tcp_host_to_slave_communication[1-\builds\idf\esp-modbus\examples\tcp'
Error logs or terminal output
Steps to reproduce the behavior
add dependecy to esp_modbus component. then make a simple project.
My idf_component.yml is like this;
dependencies:
joltwallet/littlefs: ^1.14.8
espressif/esp-modbus: ^2.0.1
Project release version
2.0.1
System architecture
Intel/AMD 64-bit (modern PC, older Mac)
Operating system
Windows
Operating system version
Windows 11 pro
Shell
other (details in Additional context)
Additional context
I see this both in vscode terminal and ESP-IDF terminals as well.
The text was updated successfully, but these errors were encountered: