Re: LLVM on openSUSE 15.1

2019-09-23 Thread Chris Johns
On 24/9/19 4:06 pm, Sebastian Huber wrote: > Hello, > > with the libedit development package mentioned by Gedare, Thank you for testing this. > I got a bit further in the build: > > onfig: tools/rtems-llvm-8.0.1.cfg > package: rtems-llvm-8.0.1-x86_64-linux-gnu-1 > building: rtems-llvm-8.0.1-x8

Re: LLVM on openSUSE 15.1

2019-09-23 Thread Sebastian Huber
Hello, with the libedit development package mentioned by Gedare, I got a bit further in the build: onfig: tools/rtems-llvm-8.0.1.cfg package: rtems-llvm-8.0.1-x86_64-linux-gnu-1 building: rtems-llvm-8.0.1-x86_64-linux-gnu-1 error: building rtems-llvm-8.0.1-x86_64-linux-gnu-1 Build FAILED error

Re: llvm on ubuntu 18.04 LTS

2019-09-23 Thread Chris Johns
On 24/9/19 7:30 am, Gedare Bloom wrote: > > I'm trying out the rtems-llvm.bset on Ubuntu 18.04. > > The first error I encountered was during cmake configuration for llvm, > it can't find swig. That is strange as it should be built for you under the `swig_prefix`. I wonder if it is being built bu

Re: llvm on CentOS 7

2019-09-23 Thread Chris Johns
On 24/9/19 6:08 am, Gedare Bloom wrote: > On Mon, Sep 16, 2019 at 4:16 PM Chris Johns wrote: >> >> On 17/9/19 12:36 am, Joel Sherrill wrote: >>> Running log as I work through this. >> >> Thanks, it is appreciated. >> >>> Build failed because I didn't have cmake. Double-checked and sb-check >>> wo

Re: [PATCH] Fix exception when no output format is specified

2019-09-23 Thread Chris Johns
Pushed. Thanks. It may pay to update the RSB to pick this change up. Chris On 23/9/19 11:33 pm, Kinsey Moore wrote: > The JSON log generation patch introduced a bug when the report output > generation was not configured due to attempting to iterate over 'None'. > --- > tester/rt/test.py | 2 ++

llvm on ubuntu 18.04 LTS

2019-09-23 Thread Gedare Bloom
Hi Chris, I'm trying out the rtems-llvm.bset on Ubuntu 18.04. The first error I encountered was during cmake configuration for llvm, it can't find swig. So, I built the devel/swig.bset inside of bare, and tried again. It got past that error, but it is picking up the installed swig and not the sw

Re: llvm on CentOS 7

2019-09-23 Thread Gedare Bloom
On Mon, Sep 16, 2019 at 4:16 PM Chris Johns wrote: > > On 17/9/19 12:36 am, Joel Sherrill wrote: > > Running log as I work through this. > > Thanks, it is appreciated. > > > Build failed because I didn't have cmake. Double-checked and sb-check > > wouldn't > > have reported this. Not sure we shou

[PATCH] Fix exception when no output format is specified

2019-09-23 Thread Kinsey Moore
The JSON log generation patch introduced a bug when the report output generation was not configured due to attempting to iterate over 'None'. --- tester/rt/test.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tester/rt/test.py b/tester/rt/test.py index d5c7c66..d258b11 100644 --- a/tester

RE: rtems-tester initial port getting "'NoneType' object is not iterable"

2019-09-23 Thread Kinsey Moore
> -Original Message- > From: devel On Behalf Of dufa...@hda.com > Sent: Saturday, September 21, 2019 08:48 > To: Joel Sherrill > Cc: rtems-de...@rtems.org > Subject: Re: rtems-tester initial port getting "'NoneType' object is not > iterable" > > > > > On Sep 20, 2019, at 21:43 , Joel

Re: rtems tester: Why does rtems_test_assert() just exit?

2019-09-23 Thread dufault
> On Sep 22, 2019, at 18:45 , Chris Johns wrote: > > On 23/9/19 12:33 am, dufa...@hda.com wrote: >>> On Sep 22, 2019, at 07:12 , wrote: On Sep 21, 2019, at 17:29 , dufa...@hda.com wrote: > On Sep 21, 2019, at 17:04 , Chris Johns wrote: >>> (…) > The tester is designed to avoid c