Hi,
I am getting a build failure for rubygem-ruby-dbus.rpm(1). The package contains a test suite where a new dbus-daemon is started listening on localhost. This fails with
Failed to lookup host/port: "127.0.0.1:0": Name or service not known
It runs fine in local builds and in Travis(2).
1) https://build.opensuse.org/package/show?package=rubygem-ruby-dbus&projec... 2) https://travis-ci.org/mvidner/ruby-dbus
Does anyone have an idea what the problem is?
On Mon, Apr 29, 2013 at 03:12:44PM +0200, Martin Vidner wrote:
It runs fine in local builds [...]
Does anyone have an idea what the problem is?
I still don't know what exactly was the problem but I managed to fix the build by not specifying "family=ipv4" in the DBus server config.
Anyway...
As I was trying to nail down the problem by iterating small changes in my home project(*) I had to wait until the build would get scheduled.
*) https://build.opensuse.org/package/revisions?package=rubygem-ruby-dbus&p...
Is there a way to get locally more close to what the build environment in OBS is? I guess http://en.opensuse.org/openSUSE:Build_Service_Appliance would work. Or would it actually use the same VM configuration that I guess was causing the build problems?
Am 30.04.2013 09:57, schrieb Martin Vidner:
Is there a way to get locally more close to what the build environment in OBS is? I guess http://en.opensuse.org/openSUSE:Build_Service_Appliance would work. Or would it actually use the same VM configuration that I guess was causing the build problems?
are your local builds using a VM or just chroot?