Re: [rtems commit] psxtests: Remove bogus file

2019-02-12 Thread Joel Sherrill
Is this file present with a .c extension? This is a math.h method and there should be a test verifying the prototype is correct. On Tue, Feb 12, 2019, 3:27 AM Sebastian Huber Module:rtems > Branch:master > Commit:7fdcd02338a5d58122105e3bcd41ed9b8cd184e8 > Changeset: > http://git.rte

Re: [rtems commit] psxtests: Remove bogus file

2019-02-12 Thread Sebastian Huber
On 12/02/2019 13:33, Joel Sherrill wrote: Is this file present with a .c extension? Yes. -- Sebastian Huber, embedded brains GmbH Address : Dornierstr. 4, D-82178 Puchheim, Germany Phone : +49 89 189 47 41-16 Fax : +49 89 189 47 41-09 E-Mail : sebastian.hu...@embedded-brains.de PGP

[PATCH] score: Avoid some deadlocks in _Once()

2019-02-12 Thread Sebastian Huber
Recursive usage of the same pthread_once_t results now in a deadlock. Previously, an error of EINVAL was returned. This usage scenario is invalid according to the POSIX pthread_once() specification. Close #3334. --- cpukit/include/rtems/score/onceimpl.h | 10 ++- cpukit/rtems/src/timerser

Re: [PATCH v2 04/10] user: Add "Obtain the Sources" section

2019-02-12 Thread Joel Sherrill
On Tue, Feb 12, 2019 at 12:18 AM Sebastian Huber < sebastian.hu...@embedded-brains.de> wrote: > On 12/02/2019 03:48, Chris Johns wrote: > >> We chose > >> +:file:`$HOME/quick-start/rtems/5` as the installation prefix. > >> + > >> +You need at least two source archives or Git repositories to work w

Re: [PATCH v2 04/10] user: Add "Obtain the Sources" section

2019-02-12 Thread Chris Johns
On 13/2/19 7:41 am, Joel Sherrill wrote: > > > On Tue, Feb 12, 2019 at 12:18 AM Sebastian Huber > > > wrote: > > On 12/02/2019 03:48, Chris Johns wrote: > >> We chose > >> +:file:`$HOME/quick-start/rtems/5` as the installation prefix. >

Re: [PATCH v3] Coverage : Add coverage support for RISCV

2019-02-12 Thread Joel Sherrill
Doh! If I am ok with it being merged, I should have pushed it. Sorry. I still am not 100% well and suffering from cold meds. --joel On Tue, Feb 12, 2019 at 4:17 PM Joel Sherrill wrote: > Just to be clear. I am OK with this being merged. > > > > On Tue, Feb 5, 2019 at 10:45 AM Vijay Kumar Baner

git --date=format: Not supported

2019-02-12 Thread Joel Sherrill
Hi With Chris' commit to rtems-docs, I tried to build the docs again. But something has changed and now the rtems-docs waf infrastructure depends on a newer version of git than is available. Tracking down the failed command, I ended up here: [joel@localhost rtems-docs]$ git log -1 --format=%h,%cd

Re: git --date=format: Not supported

2019-02-12 Thread Chris Johns
On 13/2/19 9:41 am, Joel Sherrill wrote: > Hi > > With Chris' commit to rtems-docs, I tried to build the docs again. But > something > has changed and now the rtems-docs waf infrastructure depends on a newer > version > of git than is available. Tracking down the failed command, I ended up here:

[PATCH 2/2] waf: Fix version.py to support older versions of git.

2019-02-12 Thread chrisj
From: Chris Johns --- common/version.py | 53 --- wscript | 1 + 2 files changed, 37 insertions(+), 17 deletions(-) diff --git a/common/version.py b/common/version.py index 3ba9454..0f37dad 100644 --- a/common/version.py +++ b/common/versio

[PATCH 1/2] waf: Remove as many sys path hacks as we can.

2019-02-12 Thread chrisj
From: Chris Johns There are still sys.path hacks in the conf.py files. They cannot be removed because the instance of python running the sphinx-build command does not see our top level path hacks. I looked at using PYTHONPATH but I could not figure out how to set a process environ var for a waf b

[PATCH v2 1/3] waf: Remove as many sys path hacks as we can.

2019-02-12 Thread chrisj
From: Chris Johns There are still sys.path hacks in the conf.py files. They cannot be removed because the instance of python running the sphinx-build command does not see our top level path hacks. I looked at using PYTHONPATH but I could not figure out how to set a process environ var for a waf b

[PATCH v2 2/3] waf: Fix version.py to support older versions of git.

2019-02-12 Thread chrisj
From: Chris Johns --- common/version.py | 51 +++ wscript | 1 + 2 files changed, 35 insertions(+), 17 deletions(-) diff --git a/common/version.py b/common/version.py index 3ba9454..9beb3e7 100644 --- a/common/version.py +++ b/common/versio

[PATCH v2 3/3] waf: Use the release date in the coverpage

2019-02-12 Thread chrisj
From: Chris Johns --- common/coverpage/coverpage.html | 4 ++-- wscript | 16 ++-- 2 files changed, 16 insertions(+), 4 deletions(-) diff --git a/common/coverpage/coverpage.html b/common/coverpage/coverpage.html index 442093b..17ce056 100644 --- a/common/cov