|
From: Paul F. <pj...@wa...> - 2023-04-16 11:28:40
|
On 15-04-23 04:06, Mark Wielaard wrote: > An RC1 tarball for 3.21.0 is now available at > https://sourceware.org/pub/valgrind/valgrind-3.21.0.RC1.tar.bz2 > (md5sum = a3c7eeff47262cecdf5f1d68b38710b7) > (sha1sum = 46fc5898415001e045abc1b4e2909a41144ed9c4) > https://sourceware.org/pub/valgrind/valgrind-3.21.0.RC1.tar.bz2.asc > > Please give it a try in configurations that are important for you and > report any problems you have, either on this mailing list, or > (preferably) via our bug tracker at > https://bugs.kde.org/enter_bug.cgi?product=valgrind Test 2, Illumos (OpenIndiana 22.10 with latest pkg update) Configure failure related to this check if ! $DIS_PATH -F scf_handle_bind $libscf | grep -q 0x526570; then The constant used now seems to be 0x4d0152657015 Just dropping the 0x seems to work. A+ Paul |