[COMMIT osv master] Update apps submodule

2018-02-18 Thread Commit Bot
From: Waldemar Kozaczuk Committer: Waldemar Kozaczuk Branch: master Update apps submodule Signed-off-by: Waldemar Kozaczuk --- diff --git a/apps b/apps --- a/apps +++ b/apps @@ -1 +1 @@ -Subproject commit

[COMMIT osv-apps master] ruby: do version_check at the start

2018-02-18 Thread Commit Bot
From: Nadav Har'El Committer: Nadav Har'El Branch: master ruby: do version_check at the start Building the ruby module requires (I have no idea why) the exact same version of Ruby to be installed on your host. There is a version check in the Makefile, but

Re: [PATCH 2/3] setup.py: sort packages

2018-02-18 Thread Geraldo Netto
Hello Nadav/All, I can confirm debian has no curl by default (!!!) This is a Debian 9 64 bits setup with only 2 groups of packages "ssh server" and "standard system utilities" I'll add curl to the debian list login as: netto netto@192.168.203.145's password: Linux debian 4.9.0-4-amd64 #1 SMP

[PATCH] setup.py: add curl and unzip once it is missing on debian package list

2018-02-18 Thread geraldo netto
debian 9 stable does not bundle curl and unzip Signed-off-by: geraldo netto --- scripts/setup.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/scripts/setup.py b/scripts/setup.py index 6e3c197..9b72be9 100755 --- a/scripts/setup.py +++ b/scripts/setup.py @@

Debian 9.3 - libicu-dev amd64 hash mismatch

2018-02-18 Thread Geraldo Netto
Dear Friends, Sorry for the crossposting (Debian amd64/OSv) I"m trying to update the list of packages required for OSv to run on Debian 9.3 and during my tests, I had the following issue: root@debian:/home/netto/osv# apt-get -y --fix-missing install ant autoconf build-essential gawk gdb genromfs

[PATCH] setup.py: add curl to the fedora package list

2018-02-18 Thread geraldo netto
Signed-off-by: geraldo netto --- scripts/setup.py | 1 + 1 file changed, 1 insertion(+) diff --git a/scripts/setup.py b/scripts/setup.py index 9b72be9..0bc07a6 100755 --- a/scripts/setup.py +++ b/scripts/setup.py @@ -29,6 +29,7 @@ class Fedora(object):

busybox __vprintf_chk missing (old musl)

2018-02-18 Thread Geraldo Netto
Hello Guys, Just to report, it seems our current version of musl does not have some glibc extensions Checking their mailing lists ( http://www.openwall.com/lists/musl/2015/06/17/1) They have implemented it later, I'll try to copy it from a newer version and if it works as expected, prepare the

Re: [COMMIT osv-apps master] Ruby: Pass RUBYLIB environment variable

2018-02-18 Thread Nadav Har'El
On Sun, Feb 18, 2018 at 4:57 PM, Waldek Kozaczuk wrote: > > >>> api.require('ruby') >>> -default = api.run(cmdline="/ruby.so /ruby-example/hello.rb") >>> +default = api.run(cmdline="--env=RUBYLIB=/usr/share/ruby:/usr/lib64/ruby >>> /ruby.so /ruby-example/hello.rb") >>> >>

Re: [PATCH 24/56] mysql/GET: remove if (wget -c handles it)

2018-02-18 Thread Waldek Kozaczuk
If I may also add my 2 cents. I think it might be also worth to think about priorities meaning which apps we care and which not so much. And the make sure that at least the most important ones have fixed build process, are well documented (README) and tested. Here would be my high level breakdown

Re: Fast vdso syscall compatibility library

2018-02-18 Thread Nadav Har'El
On Thu, Feb 15, 2018 at 12:01 AM, Waldek Kozaczuk wrote: > I have bee trying to prepare new patch to add libvdso support needed by > golang based on the work of @benoit. I came across this discussion here >

Re: [COMMIT osv-apps master] Ruby: Pass RUBYLIB environment variable

2018-02-18 Thread Nadav Har'El
On Sun, Feb 18, 2018 at 4:59 AM, Commit Bot wrote: > From: Waldemar Kozaczuk > Committer: Waldemar Kozaczuk > Branch: master > > Ruby: Pass RUBYLIB environment variable > > Signed-off-by: Waldemar Kozaczuk

Re: [PATCH 2/3] setup.py: sort packages

2018-02-18 Thread Nadav Har'El
On Sat, Feb 17, 2018 at 4:00 PM, Geraldo Netto wrote: > Hello Nadav/All, > > While I agree that sorting the names sounds totally irrelevant > I think this makes things much clear, specially when adding new packages > to the list > Ok, I'll reconsider, trusting you that

[COMMIT osv master] setup.py: sort packages

2018-02-18 Thread Commit Bot
From: geraldo netto Committer: Nadav Har'El Branch: master setup.py: sort packages Signed-off-by: geraldo netto Message-Id: <1518541640-30192-3-git-send-email-geraldone...@gmail.com> --- diff --git a/scripts/setup.py

Re: [PATCH 24/56] mysql/GET: remove if (wget -c handles it)

2018-02-18 Thread Nadav Har'El
On Sun, Feb 18, 2018 at 5:27 AM, Geraldo Netto wrote: > Hello Waldek/All, > > Indeed, I must say, not only this, but many other apps have broken urls or > broken builds > This was the main thing that bothered me about your "change wget to wget -c" series of 50 patches -

Re: [PATCH 54/56] twemproxy/GET: use wget -c

2018-02-18 Thread Nadav Har'El
On Sat, Feb 17, 2018 at 10:38 PM, Waldek Kozaczuk wrote: > Geraldo, > > I applied your patch and built it like this: > ./scripts/build image=twemproxy > > Now when I tried to run it I got an error about empty command line. > This happens because some applications were only

Re: [COMMIT osv-apps master] Ruby: Pass RUBYLIB environment variable

2018-02-18 Thread Waldek Kozaczuk
See my reply below. On Sunday, February 18, 2018 at 7:22:57 AM UTC-5, Nadav Har'El wrote: > > > On Sun, Feb 18, 2018 at 4:59 AM, Commit Bot > wrote: > >> From: Waldemar Kozaczuk >> Committer: Waldemar Kozaczuk >> Branch: