* 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
* Staging freeze
@ 2016-12-23 5:23 Leo Famulari
2017-01-04 8:45 ` Leo Famulari
0 siblings, 1 reply; 10+ messages in thread
From: Leo Famulari @ 2016-12-23 5:23 UTC (permalink / raw)
To: guix-devel
[-- Attachment #1: Type: text/plain, Size: 455 bytes --]
The last staging branch was merged into the master branch on December
11.
According to the 3 week staging cycle we are trying to adhere to [0],
this would mean we freeze the current branch on December 25 and try to
merge it on January 1.
These dates are inconvenient for many people. I propose we freeze the
branch and start building on December 27, and try to merge on January 3.
[0]
http://lists.gnu.org/archive/html/guix-devel/2016-10/msg00933.html
[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 833 bytes --]
^ permalink raw reply [flat|nested] 10+ messages in thread
* Re: Staging freeze
2016-12-23 5:23 Staging freeze Leo Famulari
@ 2017-01-04 8:45 ` Leo Famulari
2017-01-04 22:31 ` Ludovic Courtès
0 siblings, 1 reply; 10+ messages in thread
From: Leo Famulari @ 2017-01-04 8:45 UTC (permalink / raw)
To: guix-devel
[-- Attachment #1: Type: text/plain, Size: 609 bytes --]
On Fri, Dec 23, 2016 at 12:23:39AM -0500, Leo Famulari wrote:
> The last staging branch was merged into the master branch on December
> 11.
>
> According to the 3 week staging cycle we are trying to adhere to [0],
> this would mean we freeze the current branch on December 25 and try to
> merge it on January 1.
>
> These dates are inconvenient for many people. I propose we freeze the
> branch and start building on December 27, and try to merge on January 3.
Update:
We are having some issues with the armhf and mips64el build machines
that are keeping us from building all the packages.
[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 833 bytes --]
^ permalink raw reply [flat|nested] 10+ messages in thread
* Re: Staging freeze
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
0 siblings, 1 reply; 10+ messages in thread
From: Ludovic Courtès @ 2017-01-04 22:31 UTC (permalink / raw)
To: Leo Famulari; +Cc: guix-devel
Leo Famulari <leo@famulari.name> skribis:
> On Fri, Dec 23, 2016 at 12:23:39AM -0500, Leo Famulari wrote:
>> The last staging branch was merged into the master branch on December
>> 11.
>>
>> According to the 3 week staging cycle we are trying to adhere to [0],
>> this would mean we freeze the current branch on December 25 and try to
>> merge it on January 1.
>>
>> These dates are inconvenient for many people. I propose we freeze the
>> branch and start building on December 27, and try to merge on January 3.
>
> Update:
>
> We are having some issues with the armhf and mips64el build machines
> that are keeping us from building all the packages.
That should be more or less solved.
I’ve just merged ‘master’ into ‘staging’ and started a new evaluation.
Ludo’.
^ permalink raw reply [flat|nested] 10+ messages in thread
* 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
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 external index
https://git.savannah.gnu.org/cgit/guix.git
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.