On 7/07/2016 12:59 AM, Deval Shah wrote:
> I updated the code. Still I am not getting the debug messages.
> Can there be any other possibility ?
Could you please have a look at this code ..
https://git.rtems.org/rtems-libbsd/tree/rtemsbsd/rtems/syslog.c#n54
and see if you can see a problem. I
Hello,
I'm currently trying to port pf to libbsd. While doing that, I wanted to
check some of the compiler calls using the waf configure option
--show-commands. With the option set, every call went wrong.
I was able to track the problem down to the patches introduced with the
long command line su
From: Christian Mauderer
If the --show-commands is set, the cmd-string is joined for printing.
This breaks a later Popen call that expects an array instead of an fully
assembled string. This patch fixes the problem.
---
rtems.py | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --g