sgerrand / alpine-pkg-glibc

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

Check file names and paths in packages #108

Closed sgerrand closed 5 years ago

sgerrand commented 5 years ago
>>> ERROR: glibc-bin*: libc.so.6: path not found

>>> ERROR: glibc*: ld-linux-x86-64.so.2: path not found

https://circleci.com/gh/sgerrand/alpine-pkg-glibc/162

sgerrand commented 5 years ago

For the benefit of myself later (and perhaps others), this is a 🔴 🐟 thrown by the abuild process. It's trying to map the dependencies against things it expects in the "main" OS tree. As we're explicitly installing into the /usr/glibc-compat/ namespace, these errors can be ignored.