Re: [osv-dev] [PATCH] Manage Dependency with Go Modules and Update APIs to Latest

2019-12-09 Thread Pekka Enberg
On Mon, Dec 9, 2019 at 3:53 PM kayhaw wrote: > As a Go project, Capstan uses godep as its dependency manager, > however, as of Go 1.11, Go's new dependency management system(Go > Modules) is introduced officially, more and more Go projects use Go > Modules to make dependency version information

[osv-dev] [PATCH] Capstan:Migrate to Go Modules and Update APIs

2019-12-09 Thread kayhaw
As a Go project, Capstan uses godep as its dependency manager, however, as of Go 1.11, Go's new dependency management system(Go Modules) is introduced officially, more and more Go projects use Go Modules to make dependency version information explicit and easier to manage, this patch makes Capstan

[osv-dev] Re: [PATCH] Fix a file-path typo in the primary README

2019-12-09 Thread Mason Davis
My apologizes, not sure why this sent on this thread. On Monday, December 9, 2019 at 10:59:56 PM UTC-6, Mason Davis wrote: > > The path is slightly incorrect and can cause issues if someone where to > copy and paste this code. > > Signed-off-by: Mason Davis > > --- > README.md | 6 +++--- >

[osv-dev] [PATCH] Fix a file-path typo in the primary README

2019-12-09 Thread Mason Davis
The path is slightly incorrect and can cause issues if someone where to copy and paste this code. Signed-off-by: Mason Davis --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index d51c5e08..a4708c4e 100644 --- a/README.md +++

[osv-dev] [PATCH] Add bare .travis.yml for testing build

2019-12-09 Thread Mason Davis
After this patch, subsequent commits to the osv GitHub Repo should trigger a build at https://travis-ci.org/cloudius-systems/osv. At the moment, the build consists of building the Ubuntu Docker image and building osv. This can easily be expanded upon by adding new entries to the .travis.yml.

[osv-dev] [PATCH] Capstan:Migrate to Go Modules and Update APIs

2019-12-09 Thread kayhaw
As a Go project, Capstan uses godep as its dependency manager, however, as of Go 1.11, Go's new dependency management system(Go Modules) is introduced officially, more and more Go projects use Go Modules to make dependency version information explicit and easier to manage, this patch makes Capstan

[osv-dev] [PATCH] tests: stop using boost from externals

2019-12-09 Thread Waldemar Kozaczuk
This patch makes necessary changes to th tests module Makefile to replace "antique" version of boost with its version in host. It is also another step in the effort to eliminate usage of artifacts in externals as described by the issue #743. Refs #743 Signed-off-by: Waldemar Kozaczuk ---

[osv-dev] how to find missing symbols if it doesn't print the name

2019-12-09 Thread zhiting zhu
Hey, I'm encountering this when I'm using some tensorflow functions: /lib/python3.6/tensorflow/python/_pywrap_tensorflow_internal.so: failed looking up symbol [backtrace] 0x403442a7 0x40397dce 0x4033eed4 0x40341d27 0x40345623 , std::allocator >,

[osv-dev] Re: [PATCH 14/16] cloud-init: Added support for Network v1 and ConfigDrive data source

2019-12-09 Thread Rick Payne
I don't see that this was applied? The reason I ask is that we're using cloud-init to set the IP addresses on multiple interfaces inside OSv (to separate database traffic from the protocols). I have a secondary patch to turn off dhcp that we also use. I have my own network-module.cc, as I

[osv-dev] [PATCH] Manage Dependency with Go Modules and Update APIs to Latest

2019-12-09 Thread kayhaw
As a Go project, Capstan uses godep as its dependency manager, however, as of Go 1.11, Go's new dependency management system(Go Modules) is introduced officially, more and more Go projects use Go Modules to make dependency version information explicit and easier to manage, this patch makes Capstan

[osv-dev] [COMMIT osv master] libtools: make gcc compiler messages quiet

2019-12-09 Thread Commit Bot
From: Waldemar Kozaczuk Committer: Nadav Har'El Branch: master libtools: make gcc compiler messages quiet Signed-off-by: Waldemar Kozaczuk Message-Id: <20191209044400.26532-1-jwkozac...@gmail.com> --- diff --git a/modules/libtools/Makefile b/modules/libtools/Makefile ---

[osv-dev] [COMMIT osv master] tests: replace tmpnam() with mkdtemp() in implementation of TempDir

2019-12-09 Thread Commit Bot
From: Waldemar Kozaczuk Committer: Nadav Har'El Branch: master tests: replace tmpnam() with mkdtemp() in implementation of TempDir This should be the last patch addressing compiler warnings in unit tests as reported by the issue #976. Refs #976 Signed-off-by: Waldemar Kozaczuk Message-Id:

[osv-dev] [COMMIT osv master] misc-fs-stress: replace mktemp with mkstemp to fix compiler warnings

2019-12-09 Thread Commit Bot
From: Waldemar Kozaczuk Committer: Nadav Har'El Branch: master misc-fs-stress: replace mktemp with mkstemp to fix compiler warnings Signed-off-by: Waldemar Kozaczuk Message-Id: <20191209030913.1842-1-jwkozac...@gmail.com> --- diff --git a/tests/misc-fs-stress.cc b/tests/misc-fs-stress.cc

[osv-dev] [COMMIT osv master] tst-zfs-mount: replace mktemp with mkstemp to fix compiler warnings

2019-12-09 Thread Commit Bot
From: Waldemar Kozaczuk Committer: Nadav Har'El Branch: master tst-zfs-mount: replace mktemp with mkstemp to fix compiler warnings Signed-off-by: Waldemar Kozaczuk Message-Id: <20191209012233.30437-1-jwkozac...@gmail.com> --- diff --git a/tests/tst-zfs-mount.cc b/tests/tst-zfs-mount.cc ---

[osv-dev] [COMMIT osv master] tst-fs-link: replace mktemp with mkstemp to fix compiler warnings

2019-12-09 Thread Commit Bot
From: Waldemar Kozaczuk Committer: Nadav Har'El Branch: master tst-fs-link: replace mktemp with mkstemp to fix compiler warnings Signed-off-by: Waldemar Kozaczuk Message-Id: <20191209010643.27127-1-jwkozac...@gmail.com> --- diff --git a/tests/tst-fs-link.cc b/tests/tst-fs-link.cc ---

[osv-dev] [COMMIT osv master] elf: reverse unloading of objects in needed list

2019-12-09 Thread Commit Bot
From: Waldemar Kozaczuk Committer: Nadav Har'El Branch: master elf: reverse unloading of objects in needed list New versions of boost like 1.69.0 have more complicated dependendencies and cause issues with some of the unit tests. ``` tst-rcu-list.so libboost_unit_test_framework.so.1.69.0