All of lore.kernel.org
 help / color / mirror / Atom feed
From: Fabrice Fontaine <fontaine.fabrice@gmail.com>
To: buildroot@busybox.net
Subject: [Buildroot] [PATCH 1/1] package/gupnp: disable introspection
Date: Thu, 12 Mar 2020 19:21:46 +0100	[thread overview]
Message-ID: <CAPi7W81w=vJyfh3YJ4BTbe82qt49HTDepWCQdZid5Zbm7_OVOw@mail.gmail.com> (raw)
In-Reply-To: <CAFSsvmq1PdEHT-zNqMG_nh2VnUJdQEVBYny6H9pR12FTaDU0nw@mail.gmail.com>

Adam, all,

Le jeu. 12 mars 2020 ? 18:31, Adam Duskett <aduskett@gmail.com> a ?crit :
>
> Frabrice, all;
>
>
> I disagree with this patch set.
> I have a patch set that has been sitting for a few weeks now that
> allows introspection to work with meson packages:
> https://patchwork.ozlabs.org/project/buildroot/list/?series=161028
gupnp (and libgtk3 as well as gdk-pixbuf) are autotools packages and
not meson packages. From my understanding, your patchset does not fix
those. Am I right?
Concerning gupnp, I tried to switch it to meson in August 2019 but I
had to revert this change due to meson's subproject feature for guul
being completely broken on static build with meson.
It seems that the issue is now fixed thanks to
https://github.com/mesonbuild/meson/pull/5936 so I could try, again,
to use meson with gupnp.
However, we'll still have to convert libgtk3 and gdk-pixbuf to meson.
>
> If we apply this patchset first, then we should set this package (and
> it's dependencies) to check for goi and enable or disable
> introspection conditionally.
>
> On Wed, Mar 11, 2020 at 12:33 PM Fabrice Fontaine
> <fontaine.fabrice@gmail.com> wrote:
> >
> > Build fails if gobject-introspection is built before gupnp:
> >
> >  GISCAN   GUPnP-1.0.gir
> > Couldn't find include 'GSSDP-1.0.gir' (search path: '['/nvmedata/autobuild/instance-0/output-1/host/bin/../nios2-buildroot-linux-gnu/sysroot/usr/bin/../share/gir-1.0', '..', '/nvmedata/autobuild/instance-0/output-1/host/share', 'gir-1.0', '/nvmedata/autobuild/instance-0/output-1/host/share/gir-1.0', '/usr/share/gir-1.0']')
> >
> > Fixes:
> >  - http://autobuild.buildroot.org/results/ea91dab1d9a59c1aefa481c316115558a6f6e8f8
> >
> > Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
> > ---
> >  package/gupnp/gupnp.mk | 1 +
> >  1 file changed, 1 insertion(+)
> >
> > diff --git a/package/gupnp/gupnp.mk b/package/gupnp/gupnp.mk
> > index 29305f0b4b..27486b09fa 100644
> > --- a/package/gupnp/gupnp.mk
> > +++ b/package/gupnp/gupnp.mk
> > @@ -12,5 +12,6 @@ GUPNP_LICENSE = LGPL-2.0+
> >  GUPNP_LICENSE_FILES = COPYING
> >  GUPNP_INSTALL_STAGING = YES
> >  GUPNP_DEPENDENCIES = host-pkgconf libglib2 libxml2 gssdp util-linux
> > +GUPNP_CONF_OPTS = --disable-introspection
> >
> >  $(eval $(autotools-package))
> > --
> > 2.25.1
> >
> > _______________________________________________
> > buildroot mailing list
> > buildroot at busybox.net
> > http://lists.busybox.net/mailman/listinfo/buildroot

  reply	other threads:[~2020-03-12 18:21 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-03-11 19:34 [Buildroot] [PATCH 1/1] package/gupnp: disable introspection Fabrice Fontaine
2020-03-12 17:31 ` Adam Duskett
2020-03-12 18:21   ` Fabrice Fontaine [this message]
2020-03-12 20:05     ` Adam Duskett
2020-03-12 21:26       ` Fabrice Fontaine
2020-03-15 10:34       ` Yann E. MORIN
2020-03-15 14:50 ` Yann E. MORIN

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to='CAPi7W81w=vJyfh3YJ4BTbe82qt49HTDepWCQdZid5Zbm7_OVOw@mail.gmail.com' \
    --to=fontaine.fabrice@gmail.com \
    --cc=buildroot@busybox.net \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.