All of lore.kernel.org
 help / color / mirror / Atom feed
From: "Quentin Schulz" <quentin.schulz@streamunlimited.com>
To: Khem Raj <raj.khem@gmail.com>
Cc: poky@lists.yoctoproject.org,
	andriy.danylovskyy@streamunlimited.com,
	radek.dostal@streamunlimited.com, alex.kanavin@gmail.com,
	richard.purdie@linuxfoundation.org
Subject: Re: [poky] [BUG] icecc breaks gobject-introspection do_compile on 2.7.2 and master
Date: Wed, 17 Jun 2020 11:20:56 +0200	[thread overview]
Message-ID: <20200617092056.my5xohwqfbr7ifdz@qschulz> (raw)
In-Reply-To: <CAMKF1sp+rmXSrNqXD5k0Z1oC8rKtZA5xo9-OmJLYG2sS4SwWEg@mail.gmail.com>

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

Hi all,

Reviving the thread as I see Alex talking to Richard about a g-i build
issue that is a build race due to missing dependency.

This very much looks like gobject-introspection being talked about and I
also have this missing dependency issue.

I haven't written a proper log and I'm definitely not fluent in meson
but the attached diff fixed my issue (I have the commit log sort of
ready but on my home desktop, anyway).

Hope this helps. I'll send the logic behind late(r) this day if need be.

Cheers,
Quentin

[-- Attachment #2: test.patch --]
[-- Type: text/x-diff, Size: 470 bytes --]

diff --git a/gir/meson.build b/gir/meson.build
index a028033..d50a513 100644
--- a/gir/meson.build
+++ b/gir/meson.build
@@ -463,7 +463,7 @@ foreach gir : gir_files
   typelibs += custom_target('generate-typelib-@0@'.format(gir).underscorify(),
     input: gir,
     output: '@BASENAME@.typelib',
-    depends: [gobject_gir, ],
+    depends: [gobject_gir, gircompiler, ],
     command: gircompiler_command,
     install: true,
     install_dir: typelibdir,

  parent reply	other threads:[~2020-06-17  9:21 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-12-06 10:18 [BUG] icecc breaks gobject-introspection do_compile on 2.7.2 and master Quentin Schulz
2019-12-06 19:25 ` [poky] " Khem Raj
2019-12-09 10:42   ` Quentin Schulz
2019-12-09 19:02     ` Khem Raj
2019-12-11 13:08       ` Quentin Schulz
2020-06-17  9:20       ` Quentin Schulz [this message]
     [not found]       ` <16194A529E0C724A.27738@lists.yoctoproject.org>
2020-06-17 10:06         ` [FIXED] " Quentin Schulz

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=20200617092056.my5xohwqfbr7ifdz@qschulz \
    --to=quentin.schulz@streamunlimited.com \
    --cc=alex.kanavin@gmail.com \
    --cc=andriy.danylovskyy@streamunlimited.com \
    --cc=poky@lists.yoctoproject.org \
    --cc=radek.dostal@streamunlimited.com \
    --cc=raj.khem@gmail.com \
    --cc=richard.purdie@linuxfoundation.org \
    /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.