[opensuse-packaging] Need extra pair of eyes to figure out the failure

Hi, As the subject says I need extra pair of eyes to figure out the failure of sbcl packet building for factory. The package can be found in devel:languages:misc sbcl. The package builds for all openSUSE releases except for Factory and it fails in the sb-bsd-socket tests. In my local builds if the build environmet is chroot then the tests pass and the package is build. So it must be something in the kvm implementation of Factory because it fails only in kvm type builds. I can't seem to find where the problem lies hence I need some extra pair of eyes. Thanks Togan -- Life is endless possibilities -- To unsubscribe, e-mail: opensuse-packaging+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse-packaging+owner@opensuse.org

On Wed, Aug 06, 2014 at 10:29:04AM +0200, Togan Muftuoglu wrote:
Hi,
As the subject says I need extra pair of eyes to figure out the failure of sbcl packet building for factory. The package can be found in devel:languages:misc sbcl.
The package builds for all openSUSE releases except for Factory and it fails in the sb-bsd-socket tests. In my local builds if the build environmet is chroot then the tests pass and the package is build. So it must be something in the kvm implementation of Factory because it fails only in kvm type builds.
I can't seem to find where the problem lies hence I need some extra pair of eyes.
around here: [ 623s] (SB-BSD-SOCKETS:SOCKET-CONNECT [ 623s] SB-BSD-SOCKETS-TEST::S "/dev/log"))) it tries to connect to /dev/log UNIX domain socket, which probably is not available in the chroot. I would try to comment out this specific test. Ciao, Marcus -- To unsubscribe, e-mail: opensuse-packaging+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse-packaging+owner@opensuse.org

"Marcus" == Marcus Meissner <meissner@suse.de> writes:
Marcus> On Wed, Aug 06, 2014 at 10:29:04AM +0200, Togan Muftuoglu wrote: >> >> Hi, >> >> As the subject says I need extra pair of eyes to figure out the failure of >> sbcl packet building for factory. The package can be found in >> devel:languages:misc sbcl. >> Marcus> [ 623s] (SB-BSD-SOCKETS:SOCKET-CONNECT [ 623s] Marcus> SB-BSD-SOCKETS-TEST::S "/dev/log"))) Marcus> it tries to connect to /dev/log UNIX domain socket, which probably Marcus> is not available in the chroot. Thanks, for pointing out. Is there a difference in the kvm builds for Factory and other releases, as this happens only in the Factory builds. Marcus> I would try to comment out this specific test. I have now disabled the test for Factory builds -- Life is endless possibilities -- To unsubscribe, e-mail: opensuse-packaging+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse-packaging+owner@opensuse.org
participants (2)
-
Marcus Meissner
-
Togan Muftuoglu