All of lore.kernel.org
 help / color / mirror / Atom feed
From: Alexandre Belloni <alexandre.belloni@bootlin.com>
To: wangmy <wangmy@fujitsu.com>
Cc: openembedded-core@lists.openembedded.org
Subject: Re: [OE-core] [PATCH] libnotify: upgrade 0.8.1 -> 0.8.2
Date: Wed, 1 Mar 2023 09:53:57 +0100	[thread overview]
Message-ID: <Y/8SpU34SCyVrBgE@mail.local> (raw)
In-Reply-To: <1677577759-20868-3-git-send-email-wangmy@fujitsu.com>


Hello,

This causes:

| Looking for a fallback subproject for the dependency gi-docgen
| 
| ../libnotify-0.8.2/docs/reference/meson.build:13:0: ERROR: Subproject exists but has no meson.build file
| 
| A full log can be found at /home/pokybuild/yocto-worker/qemux86-world-alt/build/build/tmp/work/x86-pokymllib32-linux/lib32-libnotify/0.8.2-r0/build/meson-logs/meson-log.txt
| ERROR: meson failed
| WARNING: /home/pokybuild/yocto-worker/qemux86-world-alt/build/build/tmp/work/x86-pokymllib32-linux/lib32-libnotify/0.8.2-r0/temp/run.do_configure.2726713:181 exit 1 from 'exit 1'
| WARNING: Backtrace (BB generated script):
| 	#1: bbfatal_log, /home/pokybuild/yocto-worker/qemux86-world-alt/build/build/tmp/work/x86-pokymllib32-linux/lib32-libnotify/0.8.2-r0/temp/run.do_configure.2726713, line 181
| 	#2: meson_do_configure, /home/pokybuild/yocto-worker/qemux86-world-alt/build/build/tmp/work/x86-pokymllib32-linux/lib32-libnotify/0.8.2-r0/temp/run.do_configure.2726713, line 170
| 	#3: do_configure, /home/pokybuild/yocto-worker/qemux86-world-alt/build/build/tmp/work/x86-pokymllib32-linux/lib32-libnotify/0.8.2-r0/temp/run.do_configure.2726713, line 156
| 	#4: main, /home/pokybuild/yocto-worker/qemux86-world-alt/build/build/tmp/work/x86-pokymllib32-linux/lib32-libnotify/0.8.2-r0/temp/run.do_configure.2726713, line 194
NOTE: recipe lib32-libnotify-0.8.2-r0: task do_configure: Failed

https://autobuilder.yoctoproject.org/typhoon/#/builders/108/builds/4211/steps/11/logs/stdio

On 28/02/2023 17:49:17+0800, wangmy wrote:
> From: Wang Mingyu <wangmy@fujitsu.com>
> 
> Changelog:
> ===========
> * Set new summary for library
> * docs: port to gi-docgen
> * docs: Fix URL to Desktop Notification Spec
> * meson: replace deprecated meson.source_root() calls
> * meson: bump minimum meson version to 0.58
> * Introspection docs fixes
> 
> Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
> ---
>  .../libnotify/{libnotify_0.8.1.bb => libnotify_0.8.2.bb}        | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
>  rename meta/recipes-gnome/libnotify/{libnotify_0.8.1.bb => libnotify_0.8.2.bb} (93%)
> 
> diff --git a/meta/recipes-gnome/libnotify/libnotify_0.8.1.bb b/meta/recipes-gnome/libnotify/libnotify_0.8.2.bb
> similarity index 93%
> rename from meta/recipes-gnome/libnotify/libnotify_0.8.1.bb
> rename to meta/recipes-gnome/libnotify/libnotify_0.8.2.bb
> index 3bdc70d224..e86aabce26 100644
> --- a/meta/recipes-gnome/libnotify/libnotify_0.8.1.bb
> +++ b/meta/recipes-gnome/libnotify/libnotify_0.8.2.bb
> @@ -22,7 +22,7 @@ inherit gnomebase gtk-doc features_check gobject-introspection
>  # depends on gtk+3 if tests are enabled
>  ANY_OF_DISTRO_FEATURES = "${@bb.utils.contains('PACKAGECONFIG', 'tests', '${GTK3DISTROFEATURES}', '', d)}"
>  
> -SRC_URI[archive.sha256sum] = "d033e6d4d6ccbf46a436c31628a4b661b36dca1f5d4174fe0173e274f4e62557"
> +SRC_URI[archive.sha256sum] = "c5f4ed3d1f86e5b118c76415aacb861873ed3e6f0c6b3181b828cf584fc5c616"
>  
>  EXTRA_OEMESON = "-Dman=false"
>  
> -- 
> 2.34.1
> 

> 
> -=-=-=-=-=-=-=-=-=-=-=-
> Links: You receive all messages sent to this group.
> View/Reply Online (#177828): https://lists.openembedded.org/g/openembedded-core/message/177828
> Mute This Topic: https://lists.openembedded.org/mt/97287063/3617179
> Group Owner: openembedded-core+owner@lists.openembedded.org
> Unsubscribe: https://lists.openembedded.org/g/openembedded-core/unsub [alexandre.belloni@bootlin.com]
> -=-=-=-=-=-=-=-=-=-=-=-
> 


-- 
Alexandre Belloni, co-owner and COO, Bootlin
Embedded Linux and Kernel engineering
https://bootlin.com


  reply	other threads:[~2023-03-01  8:54 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-02-28  9:49 [OE-core] [PATCH] diffoscope: upgrade 235 -> 236 wangmy
2023-02-28  9:49 ` [OE-core] [PATCH] enchant2: upgrade 2.3.3 -> 2.3.4 wangmy
2023-02-28 22:17   ` Alexandre Belloni
2023-02-28  9:49 ` [OE-core] [PATCH] libnotify: upgrade 0.8.1 -> 0.8.2 wangmy
2023-03-01  8:53   ` Alexandre Belloni [this message]
2023-02-28  9:49 ` [OE-core] [PATCH] python3-more-itertools: upgrade 9.0.0 -> 9.1.0 wangmy
2023-02-28  9:49 ` [OE-core] [PATCH] python3-zipp: upgrade 3.14.0 -> 3.15.0 wangmy

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=Y/8SpU34SCyVrBgE@mail.local \
    --to=alexandre.belloni@bootlin.com \
    --cc=openembedded-core@lists.openembedded.org \
    --cc=wangmy@fujitsu.com \
    /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.