Re: compilation of lollypop fails on mock build server

2018-03-08 Thread Martin Gansser
then I will omit meson_test in the %check section.
___
devel mailing list -- devel@lists.fedoraproject.org
To unsubscribe send an email to devel-le...@lists.fedoraproject.org


Re: compilation of lollypop fails on mock build server

2018-03-07 Thread Jerry James
On Wed, Mar 7, 2018 at 8:42 AM, Martin Gansser  wrote:
> the --nonet  option is already used in the spec file:
> https://src.fedoraproject.org/cgit/rpms/lollypop.git/tree/lollypop.spec

Yes, but look at your build log.  That option doesn't appear:

--- command ---
/usr/bin/appstream-util validate-relax
/builddir/build/BUILD/lollypop-0.9.400.1/noarch-redhat-linux-gnu/data/org.gnome.Lollypop.appdata.xml

That's because your invocation of appstream-util never happened; this
is due to the package itself defining a test that invokes
appstream-util.  See data/meson.build.  It invokes
desktop-file-validate as well, so everything except %meson_test in
%check is redundant.
-- 
Jerry James
http://www.jamezone.org/
___
devel mailing list -- devel@lists.fedoraproject.org
To unsubscribe send an email to devel-le...@lists.fedoraproject.org


Re: compilation of lollypop fails on mock build server

2018-03-07 Thread Martin Gansser
the --nonet  option is already used in the spec file:
https://src.fedoraproject.org/cgit/rpms/lollypop.git/tree/lollypop.spec
___
devel mailing list -- devel@lists.fedoraproject.org
To unsubscribe send an email to devel-le...@lists.fedoraproject.org


Re: compilation of lollypop fails on mock build server

2018-03-07 Thread Jerry James
On Wed, Mar 7, 2018 at 7:54 AM, Martin Gansser  wrote:
> when trying to build lollypop on the fedora mock build server, the package 
> build fails, when test suite (%meson_test) is enabled.

Does it help to pass the --nonet option to appstream-util?
-- 
Jerry James
http://www.jamezone.org/
___
devel mailing list -- devel@lists.fedoraproject.org
To unsubscribe send an email to devel-le...@lists.fedoraproject.org