Re: [Wireshark-dev] Cookbook to make ubuntu 16.04 bot on buildbot

2017-07-05 Thread Guy Harris
On Jul 5, 2017, at 1:22 AM, Remy Leone wrote: > 1°) I'm not sure when I run a shell inside this container I see that /_usr is > empty. This folder is probably created with docker for docker related > purposes. > > 2°) /_usr appears to be empty when I'm running a simple shell inside the > cont

Re: [Wireshark-dev] Cookbook to make ubuntu 16.04 bot on buildbot

2017-07-05 Thread Remy Leone
1°) I'm not sure when I run a shell inside this container I see that /_usr is empty. This folder is probably created with docker for docker related purposes. 2°) /_usr appears to be empty when I'm running a simple shell inside the container 3°) I'm not sure but the previous part of the compilatio

Re: [Wireshark-dev] Cookbook to make ubuntu 16.04 bot on buildbot

2017-07-05 Thread Guy Harris
On Jul 5, 2017, at 12:41 AM, Remy Leone wrote: > "In file included from iface_monitor.c:55:0:", > "/_usr/include/net/if.h:129:0: error: \"IFNAMSIZ\" redefined > [-Werror]", 1) Why is there a /_usr directory? 2) Is it different from /usr, or is /_usr/include the same as /usr/inc

Re: [Wireshark-dev] Cookbook to make ubuntu 16.04 bot on buildbot

2017-07-05 Thread Remy Leone
Hello, I've prepared a little archive to reproduce my issue: leone.iiens.net/reproduce_wireshark.zip install ansible-container prior to this: python -m pip install ansible-container then you can run: ansible-container --debug build --roles-path ansible/roles You have to have docker installed to

Re: [Wireshark-dev] Cookbook to make ubuntu 16.04 bot on buildbot

2017-07-04 Thread Guy Harris
On Jul 4, 2017, at 6:55 AM, Remy Leone wrote: > I would like to know if there is a script/cookbook documented somewhere where > I can see the exact set of commands that are launched to make a ubuntu > buildbot slave? I would like to know what the exact set of commands were that you used to co

[Wireshark-dev] Cookbook to make ubuntu 16.04 bot on buildbot

2017-07-04 Thread Remy Leone
Hello, I would like to know if there is a script/cookbook documented somewhere where I can see the exact set of commands that are launched to make a ubuntu buildbot slave? I'm trying to compile wireshark from an ubuntu container but it keeps failing even if I'm using: ./tools/debian-setup.sh --in