On Thu, Dec 23, 2021 at 8:54 PM Jonathan Kelly <jonkelly@xxxxxxxxxxx> wrote: > > Hi, > > in trying to compile unicon programming language - I'm on arch linux ... > > Linux arch 5.15.10-arch1-1 #1 SMP PREEMPT Fri, 17 Dec 2021 11:17:37 > +0000 x86_64 GNU/Linux > > ... I'm getting this error > > make[2]: Entering directory '/usr/local/src/unicon/uni/lib' > ../../bin/unicon -s -c gui.icn > Assertion '(size_t) r < n' failed at src/basic/random-util.c:232, > function genuine_random_bytes(). Aborting. > make[2]: *** [../../Makedefs.uni:48: gui.u] Aborted (core dumped) > > > does anyone have any clues as to what is going on, and/or how to resolve > the issue? I would suggest running "../../bin/unicon -s -c gui.icn" in gdb to get a backtrace. That will help determine exactly what code is calling this function.