unofficial mirror of guix-devel@gnu.org 
 help / color / mirror / code / Atom feed
* Let’s fix build failures on ‘staging’!
  2017-01-04 22:31   ` Ludovic Courtès
@ 2017-01-07 11:50     ` Ludovic Courtès
  2017-01-07 17:22       ` Leo Famulari
                         ` (2 more replies)
  0 siblings, 3 replies; 10+ messages in thread
From: Ludovic Courtès @ 2017-01-07 11:50 UTC (permalink / raw)
  To: Leo Famulari; +Cc: guix-devel

Hello Guix!

Looking at
<https://hydra.gnu.org/eval/109427?compare=master#tabs-now-fail> we have
a few new failures:

  • Ardour fails its ‘configure’ phase
    https://hydra.gnu.org/build/1749839

  • there’s 1 tests failure in python2-pygpgme (breaks many things)
    https://hydra.gnu.org/build/1752661

  • kcrash fails to run its test with Xvfb (breaks all of KDE)
    https://hydra.gnu.org/build/1750201

  • NSS test failure on ARM (breaks many things)
    https://hydra.gnu.org/build/1749670

  • python2-pillow test failures on ARM
    https://hydra.gnu.org/build/1751907

  • ENOSPC on mips64el
    https://hydra.gnu.org/build/1742430

Let’s fix those!

Ludo’.

^ permalink raw reply	[flat|nested] 10+ messages in thread

* Re: Let’s fix build failures on ‘staging’!
  2017-01-07 11:50     ` Let’s fix build failures on ‘staging’! Ludovic Courtès
@ 2017-01-07 17:22       ` Leo Famulari
  2017-01-07 17:35       ` Leo Famulari
  2017-01-08 17:19       ` Leo Famulari
  2 siblings, 0 replies; 10+ messages in thread
From: Leo Famulari @ 2017-01-07 17:22 UTC (permalink / raw)
  To: Ludovic Courtès; +Cc: guix-devel

On Sat, Jan 07, 2017 at 12:50:33PM +0100, Ludovic Courtès wrote:
>   • python2-pillow test failures on ARM
>     https://hydra.gnu.org/build/1751907

All these failures appear to be something timing out, like this:

nose.plugins.multiprocess.TimedOutException: 'TestFileJpeg.test_subsampling'

So I just restarted it.

^ permalink raw reply	[flat|nested] 10+ messages in thread

* Re: Let’s fix build failures on ‘staging’!
  2017-01-07 11:50     ` Let’s fix build failures on ‘staging’! Ludovic Courtès
  2017-01-07 17:22       ` Leo Famulari
@ 2017-01-07 17:35       ` Leo Famulari
  2017-01-07 21:32         ` Ludovic Courtès
  2017-01-08 17:19       ` Leo Famulari
  2 siblings, 1 reply; 10+ messages in thread
From: Leo Famulari @ 2017-01-07 17:35 UTC (permalink / raw)
  To: Ludovic Courtès; +Cc: guix-devel

[-- Attachment #1: Type: text/plain, Size: 301 bytes --]

On Sat, Jan 07, 2017 at 12:50:33PM +0100, Ludovic Courtès wrote:
>   • NSS test failure on ARM (breaks many things)
>     https://hydra.gnu.org/build/1749670

I'm not sure about this. How about we revert the update on staging and
create an nss-updates branch with the latest release, 3.28.1?

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 833 bytes --]

^ permalink raw reply	[flat|nested] 10+ messages in thread

* Re: Let’s fix build failures on ‘staging’!
  2017-01-07 17:35       ` Leo Famulari
@ 2017-01-07 21:32         ` Ludovic Courtès
  2017-01-07 21:46           ` Leo Famulari
  0 siblings, 1 reply; 10+ messages in thread
From: Ludovic Courtès @ 2017-01-07 21:32 UTC (permalink / raw)
  To: Leo Famulari; +Cc: guix-devel

Leo Famulari <leo@famulari.name> skribis:

> On Sat, Jan 07, 2017 at 12:50:33PM +0100, Ludovic Courtès wrote:
>>   • NSS test failure on ARM (breaks many things)
>>     https://hydra.gnu.org/build/1749670
>
> I'm not sure about this. How about we revert the update on staging and
> create an nss-updates branch with the latest release, 3.28.1?

Yes it would probably be safer, unless the previous version has security
issues of course.

Ludo’.

^ permalink raw reply	[flat|nested] 10+ messages in thread

* Re: Let’s fix build failures on ‘staging’!
  2017-01-07 21:32         ` Ludovic Courtès
@ 2017-01-07 21:46           ` Leo Famulari
  0 siblings, 0 replies; 10+ messages in thread
From: Leo Famulari @ 2017-01-07 21:46 UTC (permalink / raw)
  To: Ludovic Courtès; +Cc: guix-devel

On Sat, Jan 07, 2017 at 10:32:59PM +0100, Ludovic Courtès wrote:
> Leo Famulari <leo@famulari.name> skribis:
> 
> > On Sat, Jan 07, 2017 at 12:50:33PM +0100, Ludovic Courtès wrote:
> >>   • NSS test failure on ARM (breaks many things)
> >>     https://hydra.gnu.org/build/1749670
> >
> > I'm not sure about this. How about we revert the update on staging and
> > create an nss-updates branch with the latest release, 3.28.1?
> 
> Yes it would probably be safer, unless the previous version has security
> issues of course.

None that I know of. In any case, we should work on merging this staging
branch, and I'll create the nss-updates branch later tonight.

^ permalink raw reply	[flat|nested] 10+ messages in thread

* Re: Let’s fix build failures on ‘staging’!
  2017-01-07 11:50     ` Let’s fix build failures on ‘staging’! Ludovic Courtès
  2017-01-07 17:22       ` Leo Famulari
  2017-01-07 17:35       ` Leo Famulari
@ 2017-01-08 17:19       ` Leo Famulari
  2 siblings, 0 replies; 10+ messages in thread
From: Leo Famulari @ 2017-01-08 17:19 UTC (permalink / raw)
  To: Ludovic Courtès; +Cc: guix-devel

On Sat, Jan 07, 2017 at 12:50:33PM +0100, Ludovic Courtès wrote:
> Hello Guix!
> 
> Looking at
> <https://hydra.gnu.org/eval/109427?compare=master#tabs-now-fail> we have
> a few new failures:

I just started a new evaluation.

^ permalink raw reply	[flat|nested] 10+ messages in thread

* Status of ‘staging’ branch?
@ 2017-05-31 21:04 Ludovic Courtès
  2017-06-01 15:30 ` Marius Bakke
  0 siblings, 1 reply; 10+ messages in thread
From: Ludovic Courtès @ 2017-05-31 21:04 UTC (permalink / raw)
  To: guix-devel

Hello Guix!

Apparently ‘staging’ is fully built on i686/x86_64.  Should we merge it?

I’d like to start building ‘core-updates’ now (we’re 6 days late :-)),
but we should get ‘staging’ out of the way first.

Thanks,
Ludo’.

^ permalink raw reply	[flat|nested] 10+ messages in thread

* Re: Status of ‘staging’ branch?
  2017-05-31 21:04 Status of ‘staging’ branch? Ludovic Courtès
@ 2017-06-01 15:30 ` Marius Bakke
  2017-06-01 17:24   ` Marius Bakke
  0 siblings, 1 reply; 10+ messages in thread
From: Marius Bakke @ 2017-06-01 15:30 UTC (permalink / raw)
  To: Ludovic Courtès, guix-devel

[-- Attachment #1: Type: text/plain, Size: 880 bytes --]

Ludovic Courtès <ludo@gnu.org> writes:

> Hello Guix!
>
> Apparently ‘staging’ is fully built on i686/x86_64.  Should we merge it?
>
> I’d like to start building ‘core-updates’ now (we’re 6 days late :-)),
> but we should get ‘staging’ out of the way first.

I think we can start building the 'core' package set now, no? Does it
include dbus/glib?

There are a quite a few ruby packages failing after the switch to 2.4:

https://hydra.gnu.org/eval/109665?compare=master#tabs-now-fail

We also have test failures in "lightdm" and "sssd":

https://hydra.gnu.org/build/2084542
https://hydra.gnu.org/build/2085014

(I can't reproduce the grub failure - luckily ;-))

I'm okay with merging now and dealing with the rest on 'master', but
would suggest trying to fix (some of) them first while we wait for the
'core' evaluation on Hydra. WDYT?

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 487 bytes --]

^ permalink raw reply	[flat|nested] 10+ messages in thread

* Re: Status of ‘staging’ branch?
  2017-06-01 15:30 ` Marius Bakke
@ 2017-06-01 17:24   ` Marius Bakke
  2017-06-01 21:45     ` Let’s fix build failures on ‘staging’! Ludovic Courtès
  0 siblings, 1 reply; 10+ messages in thread
From: Marius Bakke @ 2017-06-01 17:24 UTC (permalink / raw)
  To: Ludovic Courtès, guix-devel

[-- Attachment #1: Type: text/plain, Size: 666 bytes --]

Marius Bakke <mbakke@fastmail.com> writes:

> There are a quite a few ruby packages failing after the switch to 2.4:
>
> https://hydra.gnu.org/eval/109665?compare=master#tabs-now-fail
>
> We also have test failures in "lightdm" and "sssd":
>
> https://hydra.gnu.org/build/2084542
> https://hydra.gnu.org/build/2085014
>
> (I can't reproduce the grub failure - luckily ;-))

Actually, I can't reproduce the sssd failure either.

So, we have a bunch of failing ruby libraries, and lightdm (which
doesn't yet have a service, so should not break any system
configurations).

I will try to sort out some of the ruby stuff this weekend, but feel
free to merge it earlier!

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 487 bytes --]

^ permalink raw reply	[flat|nested] 10+ messages in thread

* Let’s fix build failures on ‘staging’!
  2017-06-01 17:24   ` Marius Bakke
@ 2017-06-01 21:45     ` Ludovic Courtès
  0 siblings, 0 replies; 10+ messages in thread
From: Ludovic Courtès @ 2017-06-01 21:45 UTC (permalink / raw)
  To: Marius Bakke; +Cc: guix-devel

Marius Bakke <mbakke@fastmail.com> skribis:

> Marius Bakke <mbakke@fastmail.com> writes:
>
>> There are a quite a few ruby packages failing after the switch to 2.4:
>>
>> https://hydra.gnu.org/eval/109665?compare=master#tabs-now-fail
>>
>> We also have test failures in "lightdm" and "sssd":
>>
>> https://hydra.gnu.org/build/2084542
>> https://hydra.gnu.org/build/2085014
>>
>> (I can't reproduce the grub failure - luckily ;-))
>
> Actually, I can't reproduce the sssd failure either.
>
> So, we have a bunch of failing ruby libraries, and lightdm (which
> doesn't yet have a service, so should not break any system
> configurations).
>
> I will try to sort out some of the ruby stuff this weekend, but feel
> free to merge it earlier!

I’d say let’s give people a couple of days to fix more problems, and
then merge!

Thanks,
Ludo’.

^ permalink raw reply	[flat|nested] 10+ messages in thread

end of thread, other threads:[~2017-06-01 21:45 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-05-31 21:04 Status of ‘staging’ branch? Ludovic Courtès
2017-06-01 15:30 ` Marius Bakke
2017-06-01 17:24   ` Marius Bakke
2017-06-01 21:45     ` Let’s fix build failures on ‘staging’! Ludovic Courtès
  -- strict thread matches above, loose matches on Subject: below --
2016-12-23  5:23 Staging freeze Leo Famulari
2017-01-04  8:45 ` Leo Famulari
2017-01-04 22:31   ` Ludovic Courtès
2017-01-07 11:50     ` Let’s fix build failures on ‘staging’! Ludovic Courtès
2017-01-07 17:22       ` Leo Famulari
2017-01-07 17:35       ` Leo Famulari
2017-01-07 21:32         ` Ludovic Courtès
2017-01-07 21:46           ` Leo Famulari
2017-01-08 17:19       ` Leo Famulari

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).