Re: [systemd-devel] asset failure that looks like it's coming from systemd/

2021-12-25 Thread Cristian Rodríguez
On Sat, Dec 25, 2021 at 1:04 PM Steve Dodd wrote: > On Fri, 24 Dec 2021 at 10:11, Jonathan Kelly wrote: > > > No. I'm in the middle here ... trying to compile unicon and it borks ... > the unicon people don't know anything about random-util.c ... it not part > of their software. > > Only thing

Re: [systemd-devel] asset failure that looks like it's coming from systemd/

2021-12-25 Thread Steve Dodd
On Fri, 24 Dec 2021 at 10:11, Jonathan Kelly wrote: > No. I'm in the middle here ... trying to compile unicon and it borks ... the > unicon people don't know anything about random-util.c ... it not part of > their software. Only thing I can think of is that something used in the compilation

Re: [systemd-devel] asset failure that looks like it's coming from systemd/

2021-12-25 Thread Cristian Rodríguez
On Thu, Dec 23, 2021 at 10:53 PM Jonathan Kelly 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 > + x86_64 GNU/Linux > > ... I'm getting this error > > make[2]: Entering

Re: [systemd-devel] asset failure that looks like it's coming from systemd/

2021-12-25 Thread Dave Howorth
On Sat, 25 Dec 2021 17:29:06 +1100 Jonathan Kelly wrote: > On 25/12/21 15:04, Scott Andrews wrote: > > On Sat, 25 Dec 2021 07:43:14 +1100 > > Jonathan Kelly wrote: > > > >> On 25/12/21 01:23, Andy Pieters wrote: > >>> > >>> On Fri, 24 Dec 2021 at 10:11, Jonathan Kelly > >>> wrote: > >>> >

Re: [systemd-devel] asset failure that looks like it's coming from systemd/

2021-12-24 Thread Jonathan Kelly
On 25/12/21 15:04, Scott Andrews wrote: On Sat, 25 Dec 2021 07:43:14 +1100 Jonathan Kelly wrote: On 25/12/21 01:23, Andy Pieters wrote: On Fri, 24 Dec 2021 at 10:11, Jonathan Kelly wrote: On 24/12/21 19:45, Andy Pieters wrote: On Fri, 24 Dec 2021 at 01:53, Jonathan Kelly

Re: [systemd-devel] asset failure that looks like it's coming from systemd/

2021-12-24 Thread Scott Andrews
On Sat, 25 Dec 2021 07:43:14 +1100 Jonathan Kelly wrote: > On 25/12/21 01:23, Andy Pieters wrote: > > > > > > On Fri, 24 Dec 2021 at 10:11, Jonathan Kelly > > wrote: > > > > On 24/12/21 19:45, Andy Pieters wrote: > >> > >> > >> On Fri, 24 Dec 2021 at 01:53, Jonathan Kelly > >>

Re: [systemd-devel] asset failure that looks like it's coming from systemd/

2021-12-24 Thread Mike Gilbert
On Thu, Dec 23, 2021 at 8:54 PM Jonathan Kelly 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 > + x86_64 GNU/Linux > > ... I'm getting this error > > make[2]: Entering

Re: [systemd-devel] asset failure that looks like it's coming from systemd/

2021-12-24 Thread Jonathan Kelly
On 25/12/21 07:43, Jonathan Kelly wrote: On 25/12/21 01:23, Andy Pieters wrote: On Fri, 24 Dec 2021 at 10:11, Jonathan Kelly wrote: On 24/12/21 19:45, Andy Pieters wrote: On Fri, 24 Dec 2021 at 01:53, Jonathan Kelly wrote: make[2]: Entering directory

Re: [systemd-devel] asset failure that looks like it's coming from systemd/

2021-12-24 Thread Jonathan Kelly
On 25/12/21 01:23, Andy Pieters wrote: On Fri, 24 Dec 2021 at 10:11, Jonathan Kelly wrote: On 24/12/21 19:45, Andy Pieters wrote: On Fri, 24 Dec 2021 at 01:53, Jonathan Kelly wrote: make[2]: Entering directory '/usr/local/src/unicon/uni/lib' ../../bin/unicon

Re: [systemd-devel] asset failure that looks like it's coming from systemd/

2021-12-24 Thread Andy Pieters
On Fri, 24 Dec 2021 at 10:11, Jonathan Kelly wrote: > On 24/12/21 19:45, Andy Pieters wrote: > > > > On Fri, 24 Dec 2021 at 01:53, Jonathan Kelly wrote: > >> make[2]: Entering directory '/usr/local/src/unicon/uni/lib' >> ../../bin/unicon -s -c gui.icn >> Assertion '(size_t) r < n' failed at

Re: [systemd-devel] asset failure that looks like it's coming from systemd/

2021-12-24 Thread Jonathan Kelly
On 24/12/21 19:45, Andy Pieters wrote: On Fri, 24 Dec 2021 at 01:53, Jonathan Kelly wrote: 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

Re: [systemd-devel] asset failure that looks like it's coming from systemd/

2021-12-24 Thread Andy Pieters
On Fri, 24 Dec 2021 at 01:53, Jonathan Kelly wrote: > 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]: ***

[systemd-devel] asset failure that looks like it's coming from systemd/

2021-12-23 Thread Jonathan Kelly
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 + 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