Re: [Spice-devel] [PATCH spice-server] ci: Workaround asciidoc failure

2018-08-31 Thread Christophe Fergeau
On Fri, Aug 31, 2018 at 04:22:12AM -0400, Frediano Ziglio wrote: > > On Thu, Aug 30, 2018 at 06:44:59PM -0300, Eduardo Lima (Etrunko) wrote: > > > Since commit e5a93d7a30f71f01052392d13e33e0373bccee8f asciidoc has been > > > failing. Frediano noticed that there is no such problem with Fedora 27, >

Re: [Spice-devel] [PATCH spice-server] ci: Workaround asciidoc failure

2018-08-31 Thread Frediano Ziglio
> On Thu, Aug 30, 2018 at 06:44:59PM -0300, Eduardo Lima (Etrunko) wrote: > > Since commit e5a93d7a30f71f01052392d13e33e0373bccee8f asciidoc has been > > failing. Frediano noticed that there is no such problem with Fedora 27, > > and it looks like asciidoc version 8.6.10 in Fedora 28 is causing > >

Re: [Spice-devel] [PATCH spice-server] ci: Workaround asciidoc failure

2018-08-31 Thread Christophe Fergeau
On Thu, Aug 30, 2018 at 06:44:59PM -0300, Eduardo Lima (Etrunko) wrote: > Since commit e5a93d7a30f71f01052392d13e33e0373bccee8f asciidoc has been > failing. Frediano noticed that there is no such problem with Fedora 27, > and it looks like asciidoc version 8.6.10 in Fedora 28 is causing > the probl

Re: [Spice-devel] [PATCH spice-server] ci: Workaround asciidoc failure

2018-08-31 Thread Frediano Ziglio
> > Hi, > > On Fri, Aug 31, 2018 at 02:31:15AM -0400, Frediano Ziglio wrote: > > > > > > Since commit e5a93d7a30f71f01052392d13e33e0373bccee8f asciidoc has been > > > failing. Frediano noticed that there is no such problem with Fedora 27, > > > and it looks like asciidoc version 8.6.10 in Fedora

Re: [Spice-devel] [PATCH spice-server] ci: Workaround asciidoc failure

2018-08-30 Thread Victor Toso
Hi, On Fri, Aug 31, 2018 at 02:31:15AM -0400, Frediano Ziglio wrote: > > > > Since commit e5a93d7a30f71f01052392d13e33e0373bccee8f asciidoc has been > > failing. Frediano noticed that there is no such problem with Fedora 27, > > and it looks like asciidoc version 8.6.10 in Fedora 28 is causing >

Re: [Spice-devel] [PATCH spice-server] ci: Workaround asciidoc failure

2018-08-30 Thread Frediano Ziglio
> > Since commit e5a93d7a30f71f01052392d13e33e0373bccee8f asciidoc has been > failing. Frediano noticed that there is no such problem with Fedora 27, > and it looks like asciidoc version 8.6.10 in Fedora 28 is causing > the problem. Downgrading it to 8.6.8 seems to fix it while we don't > find the

Re: [Spice-devel] [PATCH spice-server] ci: Workaround asciidoc failure

2018-08-30 Thread Eduardo Lima (Etrunko)
It passes now: https://gitlab.freedesktop.org/etrunko/spice/pipelines/3806 I noticed that asciidoc 8.6.10 does not require python 2 packages to be installed, while when downgrading to 8.6.8, there are some packages which are installed. On 08/30/2018 06:44 PM, Eduardo Lima (Etrunko) wrote: > Sin