Discussion:
Need extra pair of eyes to figure out the failure
Togan Muftuoglu
2014-08-06 08:29:04 UTC
Permalink
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+***@opensuse.org
To contact the owner, e-mail: opensuse-packaging+***@opensuse.org
Marcus Meissner
2014-08-11 15:08:44 UTC
Permalink
Post by Togan Muftuoglu
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+***@opensuse.org
To contact the owner, e-mail: opensuse-packaging+***@opensuse.org
Togan Muftuoglu
2014-08-12 09:28:55 UTC
Permalink
Post by Togan Muftuoglu
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+***@opensuse.org
To contact the owner, e-mail: opensuse-packaging+***@opensuse.org
Continue reading on narkive:
Loading...