<div>Hi,<br></div><div><br></div><div>Same tests as last time.  Same results all good except for the ancient Raspberry Pi.<br></div><div><br></div><div>I also ran the CryptrographyHashingTests and unlike before when I got only 4 expected failures this time I also got 10 errors.  That said I think the last time I ran CryptorgraphyHashingTests I may have run this on a gcc compiled version rather than the release candidate clang version.<br></div><div><br></div><div>I also note that tinyBenchmarks runs faster on the clang version that I see on my gcc versions.<br></div><div><br></div><div>cheers<br></div><div><br></div><div>bruce<br></div><div><br></div><div><br></div><div><br></div><div><br></div><pre>
I ran some tests this morning on the systems I can put my hands on. 
In all cases it is the squeak.cog.spur downloads.

* MacOS Catalina on x86-64.

** works perfectly.

** sound checked and works perfectly.

** The menu shows Squeak 5.0 but the version number in About
SqueakOSXApp is probably ok.

* Linux x86-64 based on Ubuntu 20.4.

** works perfectly.  

** sound checked and works perfectly.

* Windows 10 19.09 on Win64

** works perfectly

** sound checked and works perfectly.

* Linux ARMv8 based on Ubuntu 18.4

** works perfectly.

** sound can not be checked.

* Linux ARMv6 Raspberry PI running a currentish version of PiOS based
on Debian 10.4

** works perfectly.

** sound can not be checked.

* Linux ARMv6 Raspberry PI running an old version of PiOS based on
Debian 9.3

** does not work, a glibc version problem

** I would not worry about this but I just checked to be complete. 
Let's stick with currentish versions of PiOS<br></pre><div ><br></div><div  class="ik_mail_quote"><div>On 2021-12-20T19:32:53.000+01:00, David T. Lewis <lewis@mail.msen.com> wrote:</div><blockquote class="ws-ng-quote"><pre style="white-space: normal;">On Mon, Dec 20, 2021 at 06:14:26PM +0100, Marcel Taeumel wrote:<br><blockquote class="ws-ng-quote">   <br> Hi Dave --<br> <br> It looks like that SqueakSSL uses "glob.h" and glob()/globfree() in "platforms/unix/plugins/SqueakSSL/openssl_overlay.h". That needs glibc 2.27.<br> <br> ...<br> ?? ?? ?? ?? glob_t g = {0};<br> ?? ?? ?? ?? if (0 == glob(possible_files, GLOB_NOSORT, NULL, &g)) {<br> ?? ?? ?? ?? ?? ?? if (g.gl_pathc  0) {<br> ?? ?? ?? ?? ?? ?? ?? ?? for (size_t i = 0; i < g.gl_pathc; i++) {<br> ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? char* fullfile = basename(g.gl_pathv[i]);<br> ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? if (strnlen(fullfile, PATH_MAX)  name_len) {<br> ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? libnames[libname_count] = strndup(fullfile, PATH_MAX);<br> ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? libname_count++;<br> ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? }<br> ?? ?? ?? ?? ?? ?? ?? ?? }<br> ?? ?? ?? ?? ?? ?? }<br> ?? ?? ?? ?? ?? ?? globfree(&g);<br> ...<br> <br> <br> What's "ldd --version" on your Ubuntu 16.04 LTS?<br> <br></blockquote> <br>$ ldd --version<br>ldd (Ubuntu GLIBC 2.23-0ubuntu11.3) 2.23<br>Copyright (C) 2016 Free Software Foundation, Inc.<br>This is free software; see the source for copying conditions.  There is NO<br>warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.<br>Written by Roland McGrath and Ulrich Drepper.</pre></blockquote></div>