Re: Some nigthly flatpaks are failing to build

2019-08-04 Thread Jordan Petridis via release-team

‐‐‐ Original Message ‐‐‐
On Saturday, August 3, 2019 1:51 AM, Michael Gratton  wrote:

> Is there any way to get notification for build failures here? I
> frequently don't end up seeing the build failures. Email sent to people
> listed in the project's DOAP maybe?

Currently, there isn't any mechanism to do this or integration with our other 
tools. There's an ongoing effort on replacing the existing infrastructure with 
flat-manager and integrating Nightly builds with the Gitlab CI directly [1], 
Abderrahim Kitouni is doing most of the heavy lifting there.

In the meantime, you we have this 'dashboard' [2] that crawls all the logs of 
the existing nightly builds (Thanks Mathieu!). I'm checking it frequently and 
notify maintainers when time permits.

Cheers,
Jordan

[1] https://gitlab.gnome.org/Infrastructure/Infrastructure/issues/133
[2] https://mbridon.pages.gitlab.gnome.org/flatpak-master-dashboard/

publickey - jordan@alatiera.com - 0x0BDAD30B.asc
Description: application/pgp-keys


signature.asc
Description: OpenPGP digital signature
___
release-team@gnome.org
https://mail.gnome.org/mailman/listinfo/release-team
Release-team lurker? Do NOT participate in discussions.


Re: Some nigthly flatpaks are failing to build

2019-08-03 Thread mcatanzaro

On Fri, Aug 2, 2019 at 5:51 PM, Michael Gratton  wrote:
Is there any way to get notification for build failures here? I 
frequently don't end up seeing the build failures. Email sent to 
people listed in the project's DOAP maybe?


Unfortunately there's currently no way to be notified of build failures.

Until there is, I think that means there is no expectation that 
projects actually build. :)


Michael


___
release-team@gnome.org
https://mail.gnome.org/mailman/listinfo/release-team
Release-team lurker? Do NOT participate in discussions.


Re: Some nigthly flatpaks are failing to build

2019-08-02 Thread Michael Gratton

On Thu, Aug 1, 2019 at 12:21, Javier Jardón  wrote:

It came to my attention [1] several of the nigthly flatpaks of our
core apps stop building against the latest GNOME flatpak runtime


Thanks for the heads up. Fixes for Geary should be landing shortly.

Is there any way to get notification for build failures here? I 
frequently don't end up seeing the build failures. Email sent to people 
listed in the project's DOAP maybe?


//Mike

--
⊨ Michael Gratton, Percept Wrangler.
⚙ 


___
release-team@gnome.org
https://mail.gnome.org/mailman/listinfo/release-team
Release-team lurker? Do NOT participate in discussions.


Re: Some nigthly flatpaks are failing to build

2019-08-02 Thread Bastien Nocera
On Thu, 2019-08-01 at 16:05 +0200, Bastien Nocera wrote:
> On Thu, 2019-08-01 at 12:21 +0100, Javier Jardón wrote:
> > Hi,
> > 
> > It came to my attention [1] several of the nigthly flatpaks of our
> > core apps stop building against the latest GNOME flatpak runtime
> > 
> > Taking a look to the build failures, seems the main problems are:
> > 
> > 1. Some of the modules depend on intltool or gnome-common; those
> > are
> > not in the SDK anymore.
> > Solutions:
> > - Check a more version of the component doesnt depend on those
> > already
> > (new versions of gnome-desktop doesnt depend on gettext/gnome-
> > common,
> > for example)
> > - Port component to use gettext [2]
> > - Port component to not use gnome-common [3]
> > - (less preferable) Include intltool/gnome-common on your manifest,
> > as
> > a submodule [4] or directly in it [5]
> > 
> > 2. Build failure with the gspell dependency; this is [6]
> > Solution:
> > - Try to fix [6] or, in the meantime, depend on the latest release
> > tarball/tag instead master [7]
> > 
> > Please apply those fixes asap so we can have full green for the
> > next
> > GNOME 3.34 release!
> 
> gnome-books and totem have been fixed.

gnome-books and totem should be really fixed now, as they build
correctly locally.

I had only fixed the first problem I hit in each, and expected the CI
images to be up-to-date and fail. They were not and they did not.

___
release-team@gnome.org
https://mail.gnome.org/mailman/listinfo/release-team
Release-team lurker? Do NOT participate in discussions.


Re: Some nigthly flatpaks are failing to build

2019-08-01 Thread Marcus Lundblad
tor 2019-08-01 klockan 17:38 +0200 skrev Milan Crha via desktop-devel-
list:
> On Thu, 2019-08-01 at 10:13 -0300, Isaque Galdino via desktop-devel-
> list wrote:
> > Notes is failing due to EDS. Once EDS changes to gettext, Notes
> > should be fine.
> 
>   Hi,
> from what the Goal page references:
> https://gitlab.gnome.org/GNOME/evolution-data-server/issues/77
> 
> Long story short: This won't happen (any time soon). If you have any
> flatpak/CI/whatever, which depends on evolution-data-server to be
> built
> too, then include intltool in the Flatpak manifest for it.
> 

OK.
Thanks for the heads-up!
Added intltool to Maps' Flatpak manifest, so now it's green!

//Marcus

> I'm sorry.
>   Bye,
>   Milan
> 
> ___
> desktop-devel-list mailing list
> desktop-devel-l...@gnome.org
> https://mail.gnome.org/mailman/listinfo/desktop-devel-list

___
release-team@gnome.org
https://mail.gnome.org/mailman/listinfo/release-team
Release-team lurker? Do NOT participate in discussions.


Re: Some nigthly flatpaks are failing to build

2019-08-01 Thread Milan Crha via release-team
On Thu, 2019-08-01 at 10:13 -0300, Isaque Galdino via desktop-devel-
list wrote:
> Notes is failing due to EDS. Once EDS changes to gettext, Notes
> should be fine.

Hi,
from what the Goal page references:
https://gitlab.gnome.org/GNOME/evolution-data-server/issues/77

Long story short: This won't happen (any time soon). If you have any
flatpak/CI/whatever, which depends on evolution-data-server to be built
too, then include intltool in the Flatpak manifest for it.

I'm sorry.
Bye,
Milan

___
release-team@gnome.org
https://mail.gnome.org/mailman/listinfo/release-team
Release-team lurker? Do NOT participate in discussions.


Re: Some nigthly flatpaks are failing to build

2019-08-01 Thread Bastien Nocera
On Thu, 2019-08-01 at 12:21 +0100, Javier Jardón wrote:
> Hi,
> 
> It came to my attention [1] several of the nigthly flatpaks of our
> core apps stop building against the latest GNOME flatpak runtime
> 
> Taking a look to the build failures, seems the main problems are:
> 
> 1. Some of the modules depend on intltool or gnome-common; those are
> not in the SDK anymore.
> Solutions:
> - Check a more version of the component doesnt depend on those
> already
> (new versions of gnome-desktop doesnt depend on gettext/gnome-common,
> for example)
> - Port component to use gettext [2]
> - Port component to not use gnome-common [3]
> - (less preferable) Include intltool/gnome-common on your manifest,
> as
> a submodule [4] or directly in it [5]
> 
> 2. Build failure with the gspell dependency; this is [6]
> Solution:
> - Try to fix [6] or, in the meantime, depend on the latest release
> tarball/tag instead master [7]
> 
> Please apply those fixes asap so we can have full green for the next
> GNOME 3.34 release!

gnome-books and totem have been fixed.

Cheers

___
release-team@gnome.org
https://mail.gnome.org/mailman/listinfo/release-team
Release-team lurker? Do NOT participate in discussions.


Re: Some nigthly flatpaks are failing to build

2019-08-01 Thread Marcus Lundblad
tor 2019-08-01 klockan 10:13 -0300 skrev Isaque Galdino via desktop-
devel-list:
Hi Javier, how are you?
Notes is failing due to EDS. Once EDS changes to gettext, Notes should be fine.

Thanks.
And Maps as well.

Thanks!
//Marcus
> 
> Em qui, 1 de ago de 2019 às 08:22, Javier Jardón 
> escreveu:
> > Hi,
> > 
> > 
> > 
> > It came to my attention [1] several of the nigthly flatpaks of our
> > 
> > core apps stop building against the latest GNOME flatpak runtime
> > 
> > 
> > 
> > Taking a look to the build failures, seems the main problems are:
> > 
> > 
> > 
> > 1. Some of the modules depend on intltool or gnome-common; those
> > are
> > 
> > not in the SDK anymore.
> > 
> > Solutions:
> > 
> > - Check a more version of the component doesnt depend on those
> > already
> > 
> > (new versions of gnome-desktop doesnt depend on gettext/gnome-
> > common,
> > 
> > for example)
> > 
> > - Port component to use gettext [2]
> > 
> > - Port component to not use gnome-common [3]
> > 
> > - (less preferable) Include intltool/gnome-common on your manifest,
> > as
> > 
> > a submodule [4] or directly in it [5]
> > 
> > 
> > 
> > 2. Build failure with the gspell dependency; this is [6]
> > 
> > Solution:
> > 
> > - Try to fix [6] or, in the meantime, depend on the latest release
> > 
> > tarball/tag instead master [7]
> > 
> > 
> > 
> > Please apply those fixes asap so we can have full green for the
> > next
> > 
> > GNOME 3.34 release!
> > 
> > 
> > 
> > Many thanks,
> > 
> > Javier Jardon,
> > 
> > GNOME Release Team
> > 
> > 
> > 
> > [1] 
> > https://mbridon.pages.gitlab.gnome.org/flatpak-master-dashboard/
> > 
> > [2] https://wiki.gnome.org/Initiatives/GnomeGoals/GettextMigration
> > 
> > [3] https://wiki.gnome.org/Projects/GnomeCommon/Migration
> > 
> > [4] 
> > https://gitlab.gnome.org/GNOME/gnome-builder/merge_requests/205/diffs
> > 
> > [5] 
> > https://gitlab.gnome.org/GNOME/gnome-builder/commit/806263d900da0fef016f962ad2a64f8afea272f3
> > 
> > [6] https://gitlab.gnome.org/GNOME/gspell/issues/6
> > 
> > [7] 
> > https://gitlab.gnome.org/GNOME/gnome-build-meta/commit/a93ce4fa1fcf508cee0a0063a8f12edd3f18c807
> > 
> > ___
> > 
> > desktop-devel-list mailing list
> > 
> > desktop-devel-l...@gnome.org
> > 
> > https://mail.gnome.org/mailman/listinfo/desktop-devel-list
> > 
> 
> 
> ___desktop-devel-list
> mailing listdesktop-devel-l...@gnome.org
> https://mail.gnome.org/mailman/listinfo/desktop-devel-list
> 
___
release-team@gnome.org
https://mail.gnome.org/mailman/listinfo/release-team
Release-team lurker? Do NOT participate in discussions.


Re: Some nigthly flatpaks are failing to build

2019-08-01 Thread Isaque Galdino via release-team
Hi Javier, how are you?

Notes is failing due to EDS. Once EDS changes to gettext, Notes should be
fine.

Thanks.

Em qui, 1 de ago de 2019 às 08:22, Javier Jardón 
escreveu:

> Hi,
>
> It came to my attention [1] several of the nigthly flatpaks of our
> core apps stop building against the latest GNOME flatpak runtime
>
> Taking a look to the build failures, seems the main problems are:
>
> 1. Some of the modules depend on intltool or gnome-common; those are
> not in the SDK anymore.
> Solutions:
> - Check a more version of the component doesnt depend on those already
> (new versions of gnome-desktop doesnt depend on gettext/gnome-common,
> for example)
> - Port component to use gettext [2]
> - Port component to not use gnome-common [3]
> - (less preferable) Include intltool/gnome-common on your manifest, as
> a submodule [4] or directly in it [5]
>
> 2. Build failure with the gspell dependency; this is [6]
> Solution:
> - Try to fix [6] or, in the meantime, depend on the latest release
> tarball/tag instead master [7]
>
> Please apply those fixes asap so we can have full green for the next
> GNOME 3.34 release!
>
> Many thanks,
> Javier Jardon,
> GNOME Release Team
>
> [1] https://mbridon.pages.gitlab.gnome.org/flatpak-master-dashboard/
> [2] https://wiki.gnome.org/Initiatives/GnomeGoals/GettextMigration
> [3] https://wiki.gnome.org/Projects/GnomeCommon/Migration
> [4] https://gitlab.gnome.org/GNOME/gnome-builder/merge_requests/205/diffs
> [5]
> https://gitlab.gnome.org/GNOME/gnome-builder/commit/806263d900da0fef016f962ad2a64f8afea272f3
> [6] https://gitlab.gnome.org/GNOME/gspell/issues/6
> [7]
> https://gitlab.gnome.org/GNOME/gnome-build-meta/commit/a93ce4fa1fcf508cee0a0063a8f12edd3f18c807
> ___
> desktop-devel-list mailing list
> desktop-devel-l...@gnome.org
> https://mail.gnome.org/mailman/listinfo/desktop-devel-list
>


-- 
Isaque Galdino
"sic enim dilexit Deus mundum ut Filium suum unigenitum daret ut omnis qui
credit in eum non pereat sed habeat vitam aeternam" -- Iohannes 3:16
___
release-team@gnome.org
https://mail.gnome.org/mailman/listinfo/release-team
Release-team lurker? Do NOT participate in discussions.