Alpine-ESPHome LXC compile errors #1256
Replies: 6 comments
-
I am uncertain whether this is related to the script, as the ESPHome dependencies for Alpine and Debian appear to be close to identical. |
Beta Was this translation helpful? Give feedback.
-
it looks like esphome doesn't works on alpine. |
Beta Was this translation helpful? Give feedback.
-
What system are you using to run ESPHome? After doing a quick search on Google, I came across multiple posts reporting the same issue, which suggests that it is not caused by the script itself.
Where did you find this info? |
Beta Was this translation helpful? Give feedback.
-
actually it tested on ubuntu, debian and armbian ... and in docker |
Beta Was this translation helpful? Give feedback.
-
As this is a recent addition to the repository, we will hold off and see what others discover before taking any further action. |
Beta Was this translation helpful? Give feedback.
-
Pulled |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Describe the issue
Can't compile any projects both esp32 and esp8266
Screenshots

INFO Reading configuration /root/esphome/config/bleproxy02.yaml...
INFO Updating https://github.com/ntguest/esphome@main
INFO Generating C++ source...
INFO Compiling app...
Processing bleproxy02 (board: esp32dev; framework: arduino; platform: platformio/espressif32 @ 5.2.0)
Library Manager: Installing esphome/AsyncTCP-esphome @ 1.2.2
INFO Installing esphome/AsyncTCP-esphome @ 1.2.2
Unpacking [####################################] 100%
Library Manager: [email protected] has been installed!
INFO [email protected] has been installed!
Library Manager: Installing esphome/ESPAsyncWebServer-esphome @ 2.1.0
INFO Installing esphome/ESPAsyncWebServer-esphome @ 2.1.0
Unpacking [####################################] 100%
Library Manager: [email protected] has been installed!
INFO [email protected] has been installed!
Library Manager: Resolving dependencies...
INFO Resolving dependencies...
Library Manager: Installing esphome/noise-c @ 0.1.4
INFO Installing esphome/noise-c @ 0.1.4
Unpacking [####################################] 100%
Library Manager: [email protected] has been installed!
INFO [email protected] has been installed!
Library Manager: Resolving dependencies...
INFO Resolving dependencies...
Library Manager: Installing esphome/libsodium @ 1.10018.1
INFO Installing esphome/libsodium @ 1.10018.1
Unpacking [####################################] 100%
Library Manager: [email protected] has been installed!
INFO [email protected] has been installed!
Library Manager: Installing bblanchon/ArduinoJson @ 6.18.5
INFO Installing bblanchon/ArduinoJson @ 6.18.5
Unpacking [####################################] 100%
Library Manager: [email protected] has been installed!
INFO [email protected] has been installed!
HARDWARE: ESP32 240MHz, 320KB RAM, 4MB Flash
LDF: Library Dependency Finder -> https://bit.ly/configure-pio-ldf
Dependency Graph
|-- AsyncTCP-esphome @ 1.2.2
|-- WiFi @ 2.0.0
|-- FS @ 2.0.0
|-- Update @ 2.0.0
|-- ESPAsyncWebServer-esphome @ 2.1.0
| |-- AsyncTCP-esphome @ 1.2.2
|-- DNSServer @ 2.0.0
|-- ESPmDNS @ 2.0.0
|-- noise-c @ 0.1.4
| |-- libsodium @ 1.10018.1
|-- ArduinoJson @ 6.18.5
Compiling .pioenvs/bleproxy02/src/esphome/components/api/api_connection.cpp.o
sh: xtensa-esp32-elf-g++: not found
*** [.pioenvs/bleproxy02/src/esphome/components/api/api_connection.cpp.o] Error 127
========================= [FAILED] Took 15.82 seconds =========================
Beta Was this translation helpful? Give feedback.
All reactions