-
Notifications
You must be signed in to change notification settings - Fork 66
Description
I am trying to update libxcrypt for OpenMandriva and getting this error. I have confirm we have a working urandom function. Any help would be great.
=====================================
xcrypt 4.4.38: ./test-suite.log
TOTAL: 46
PASS: 45
SKIP: 0
XFAIL: 0
FAIL: 1
XPASS: 0
ERROR: 0
System information (uname -a): Linux 6.14.0-desktop-2omv2590 #1 SMP PREEMPT_DYNAMIC Mon Mar 24 19:07:44 UTC 2025 x86_64 x86_64 x86_64
Distribution information (/etc/os-release):
NAME="OpenMandriva Lx"
VERSION="25.90 (Nickel) Cooker"
ID="openmandriva"
VERSION_ID="25.90"
PRETTY_NAME="OpenMandriva Lx 25.90 (Nickel) Cooker"
BUILD_ID="20250221.15"
VERSION_CODENAME="nickel"
ANSI_COLOR="1;43"
.. contents:: :depth: 2
FAIL: test/getrandom-fallbacks
ok: initial (output)
ok: getentropy (return)
ok: getentropy (output)
ok: getrandom (return)
ok: getrandom (output)
ok: sys_getrandom (return)
ok: sys_getrandom (output)
ok: /dev/urandom (return)
FAIL: /dev/urandom: buffer not filled with 'u'
FAIL: final: get_random_bytes: Function not implemented
FAIL test/getrandom-fallbacks (exit status: 1)