sgerrand / alpine-pkg-glibc

A glibc compatibility layer package for Alpine Linux
2.04k stars 280 forks source link

Relink /usr/lib/libgcc_s.so.1 with /usr/glibc-compat/lib/libc.so.6'for IFUNC symbol memset #186

Closed hydazz closed 1 year ago

hydazz commented 1 year ago

I have ESPHome installed on an alpine image with glibc. (esphome dependencies need glibc) xtensa-esp32-elf-g++ fails to compile, compiling for the esp8266 works, but compiling for the esp32 fails

xtensa-esp32-elf-g++: /usr/lib/libstdc++.so.6: no version information available (required by xtensa-esp32-elf-g++)
xtensa-esp32-elf-g++: Relink `/usr/lib/libgcc_s.so.1' with `/usr/glibc-compat/lib/libc.so.6' for IFUNC symbol `memset'

I have looked here and cannot find a solution. anyone know whats causing this?