| Message ID | 20250316161604.2331834-1-f_l_k@t-online.de |
|---|---|
| State | Accepted, archived |
| Commit | cc3bfd7547d88ac0ae11c11812aafb89965a659a |
| Headers | show |
| Series | [1/2] gobject-introspection: update 1.82.0 -> 1.84.0 | expand |
On Sun Mar 16, 2025 at 5:16 PM CET, Markus Volk wrote: > 1.84.0 - 2025-03-15 > ------------------- > > * No changes > > 1.83.4 - 2025-03-08 > ------------------- > * Revert support for "static" virtual functions [!526] > 1.83.2 - 2025-03-01 > ------------------- > * Improve GType inspection helper [!494] > * Parse C11's _Alignas [#520] > * Respect custom Python binary [!503] > * Fix build on the latest Windows SDK [!498] > * Small performance improvement when looking up a signal information [!504] > * Use standard imports in the JavaScript templates for g-ir-doctool [!501] > * Ensure that enumeration members can be marked as deprecated [!512] > * Add more test coverage for structured union types [!348] > * Add an option to skip tests when building [!507] > * Fix various MSVC compatibility issues [!511] > * Add support for "static" virtual functions [!361] > * Allow specifying the format of the documentation inside doc blocks [!401] > * Handle C99's _Complex [!515] > * Consider UCRT64 and CLANG64 as mingw32 compilers [!516] > * Handle static NSString syntax [!518] > * Add instance parameter checks to strict validation [!506, !521] > * Documentation improvements [!481, !483, !485, !500] > > Signed-off-by: Markus Volk <f_l_k@t-online.de> > --- Hi Markus, Thanks for your patch. We do get some fetch errors on gobject-introspection, can you have a look at these please? ERROR: gobject-introspection-1.84.0-r0 do_fetch: Fetcher failure for URL: 'https://download.gnome.org/sources//gobject-introspection/1.84/gobject-introspection-1.84.0.tar.xz'. Checksum mismatch! File: '/srv/autobuilder/valkyrie.yocto.io/current_sources/gobject-introspection-1.84.0.tar.xz.tmp' has sha256 checksum '945b57da7ec262e5c266b89e091d14be800cc424277d82a02872b7d794a84779' when '86f02e689ff4df362b2d0f0a9acc262ace5dc3e71c9078bdba69246748213855' was expected If this change is expected (e.g. you have upgraded to a new version without updating the checksums) then you can use these lines within the recipe: SRC_URI[sha256sum] = "945b57da7ec262e5c266b89e091d14be800cc424277d82a02872b7d794a84779" Otherwise you should retry the download and/or check with upstream to determine if the file has become corrupted or otherwise unexpectedly modified. ERROR: gobject-introspection-1.84.0-r0 do_fetch: Bitbake Fetcher Error: FetchError('Unable to fetch URL from any source.', 'https://download.gnome.org/sources//gobject-introspection/1.84/gobject-introspection-1.84.0.tar.xz') https://autobuilder.yoctoproject.org/valkyrie/api/v2/logs/1787400/raw_inline
On Mon, Mar 17 2025 at 13:54:57 +01:00:00, Mathieu Dubois-Briand
<mathieu.dubois-briand@bootlin.com> wrote:
> look at these please?
I'm sorry for that
diff --git a/meta/recipes-gnome/gobject-introspection/gobject-introspection_1.82.0.bb b/meta/recipes-gnome/gobject-introspection/gobject-introspection_1.84.0.bb similarity index 99% rename from meta/recipes-gnome/gobject-introspection/gobject-introspection_1.82.0.bb rename to meta/recipes-gnome/gobject-introspection/gobject-introspection_1.84.0.bb index 15032520bb..1a2434e832 100644 --- a/meta/recipes-gnome/gobject-introspection/gobject-introspection_1.82.0.bb +++ b/meta/recipes-gnome/gobject-introspection/gobject-introspection_1.84.0.bb @@ -16,7 +16,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=c434e8128a68bedd59b80b2ac1eb1c4a \ SRC_URI = "${GNOME_MIRROR}/${BPN}/${@oe.utils.trim_version("${PV}", 2)}/${BPN}-${PV}.tar.xz \ " -SRC_URI[sha256sum] = "0f5a4c1908424bf26bc41e9361168c363685080fbdb87a196c891c8401ca2f09" +SRC_URI[sha256sum] = "86f02e689ff4df362b2d0f0a9acc262ace5dc3e71c9078bdba69246748213855" SRC_URI:append:class-native = " file://0001-Relocate-the-repository-directory-for-native-builds.patch"
1.84.0 - 2025-03-15 ------------------- * No changes 1.83.4 - 2025-03-08 ------------------- * Revert support for "static" virtual functions [!526] 1.83.2 - 2025-03-01 ------------------- * Improve GType inspection helper [!494] * Parse C11's _Alignas [#520] * Respect custom Python binary [!503] * Fix build on the latest Windows SDK [!498] * Small performance improvement when looking up a signal information [!504] * Use standard imports in the JavaScript templates for g-ir-doctool [!501] * Ensure that enumeration members can be marked as deprecated [!512] * Add more test coverage for structured union types [!348] * Add an option to skip tests when building [!507] * Fix various MSVC compatibility issues [!511] * Add support for "static" virtual functions [!361] * Allow specifying the format of the documentation inside doc blocks [!401] * Handle C99's _Complex [!515] * Consider UCRT64 and CLANG64 as mingw32 compilers [!516] * Handle static NSString syntax [!518] * Add instance parameter checks to strict validation [!506, !521] * Documentation improvements [!481, !483, !485, !500] Signed-off-by: Markus Volk <f_l_k@t-online.de> --- ...-introspection_1.82.0.bb => gobject-introspection_1.84.0.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta/recipes-gnome/gobject-introspection/{gobject-introspection_1.82.0.bb => gobject-introspection_1.84.0.bb} (99%)