Build failed in Jenkins: osv-build-nightly #1230

2017-09-12 Thread jenkins
See -- [...truncated 139.67 KB...] Adding /tests/misc-ramdisk.so... Adding /tests/tst-vblk.so... Adding /tests/tst-bsd-evh.so... Adding /tests/misc-bsd-callout.so... Addi

Re: [PATCH 4/6] command line: use loader_parse_cmdline

2017-09-12 Thread Nadav Har'El
On Thu, Aug 24, 2017 at 7:56 PM, Justin Cinkelj wrote: > Parse loader options with loader_parse_cmdline instead of strtok_r. > The cmdline passed in prepare_commands to osv::parse_command_line > is not reassebled from already parsed argv anymore, as app_cmdline > contains unmodifed commandline str

Re: [PATCH v2 3/6] command line: add loader_parse_cmdline with tests

2017-09-12 Thread Nadav Har'El
On Thu, Aug 24, 2017 at 8:29 PM, Justin Cinkelj wrote: > loader_parse_cmdline accepts input str - OSv commandline, say: > --env=AA=aa --env=BB=bb1\ bb2 app.so arg1 arg2 > > The loader options are parsed and saved into argv, up to first > not-loader-option > token. argc is set to number of loader

Re: [PATCH v2 2/6] libc: fix of-by-one error in stresep

2017-09-12 Thread Nadav Har'El
On Thu, Aug 24, 2017 at 8:29 PM, Justin Cinkelj wrote: > memcpy had of-by-one error. > Also, remove unneeded defines. > > Signed-off-by: Justin Cinkelj > --- > libc/string/stresep.c | 16 ++-- > 1 file changed, 2 insertions(+), 14 deletions(-) > > diff --git a/libc/string/stresep.c b

Re: [PATCH] iperf: fix compile on gcc 6.3

2017-09-12 Thread Nadav Har'El
Hi, sorry, I didn't see this patch, and committed a different patch (c8b1906cf59d73a7cb39926c53dc4e136611d4f5) at about the same time, doing the same thing in a different way. -- Nadav Har'El n...@scylladb.com On Tue, Aug 29, 2017 at 11:37 AM, Justin Cinkelj wrote: > iperf failed to compile on