Pádraig Brady wrote: > > On Manjaro 23, there is one test failure: > > > > FAIL: tests/misc/user > > > > Are we replacing getlogin() on Manjaro?
No, 'nm src/logname' shows that it uses the getlogin() function from glibc. The same failure also occurs on Arch Linux 24.04. Reproducible as $ unshare -U src/logname bruno Both of these distros use glibc version 2.39. > If so, perhaps our replacement is falling back to a method that works. It could be related to this glibc bug from 2023: https://sourceware.org/bugzilla/show_bug.cgi?id=30235 https://sourceware.org/git/?p=glibc.git;a=commitdiff;h=0d83b349fa7340475406b2fe933c7467e4584091 > I'll comment out the problematic part of the test for now. I confirm that the newest snapshot passes all tests on Manjaro 23. Bruno
