sgerrand / alpine-pkg-glibc

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

make test failed about glibc@2.36 on ubuntu_aarch64 #191

Open Tom-python0121 opened 1 year ago

Tom-python0121 commented 1 year ago

Steps to reproduce the issue

root@ubuntu:~# uname -a
Linux ubuntu 4.15.0-112-generic #113-Ubuntu SMP Thu Jul 9 23:42:54 UTC 2020 aarch64 aarch64 aarch64 GNU/Linux

commad:make check
……
FAIL: elf/check-abi-libc
FAIL: elf/tst-glibc-hwcaps-prepend-cache
FAIL: elf/tst-ldconfig-ld_so_conf-update
FAIL: misc/tst-mount-consts
FAIL: nss/tst-nss-files-hosts-long
FAIL: resolv/tst-resolv-res_init-multi
FAIL: stdlib/isomac
FAIL: stdlib/tst-arc4random-thread
Summary of test results:
      8 FAIL
Makefile:645: recipe for target 'tests' failed

Can you tell me how to solve the problem?

chadlwilson commented 1 year ago

Give aarch64/arm64 isn't officially supported by this project right now, possibly not?

(see #126, #124)

sgerrand commented 1 year ago

@Tom-python0121: Would you please provide a minimal example Dockerfile which demonstrates the problem you're experiencing it. Without that I am unable to investigate this matter further as I don't have access to the code that you're referencing.