pkgsrc-WIP-changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

webkit-gtk-2.50: update to 2.50.4, new link error



Module Name:	pkgsrc-wip
Committed By:	Thomas Klausner <wiz%NetBSD.org@localhost>
Pushed By:	wiz
Date:		Sat Dec 27 16:25:01 2025 +0100
Changeset:	745ddb6131c8002cb08190e3618358da3c1554b0

Modified Files:
	webkit-gtk-2.50/Makefile
	webkit-gtk-2.50/TODO
	webkit-gtk-2.50/distinfo

Log Message:
webkit-gtk-2.50: update to 2.50.4, new link error

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=745ddb6131c8002cb08190e3618358da3c1554b0

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 webkit-gtk-2.50/Makefile |  2 +-
 webkit-gtk-2.50/TODO     | 37 +++++++++++++++++++++++++++++++++++++
 webkit-gtk-2.50/distinfo |  6 +++---
 3 files changed, 41 insertions(+), 4 deletions(-)

diffs:
diff --git a/webkit-gtk-2.50/Makefile b/webkit-gtk-2.50/Makefile
index 689263aeba..25ab6337eb 100644
--- a/webkit-gtk-2.50/Makefile
+++ b/webkit-gtk-2.50/Makefile
@@ -3,7 +3,7 @@
 # Some environment variables that can help debugging this:
 # https://trac.webkit.org/wiki/EnvironmentVariables
 
-DISTNAME=	webkitgtk-2.50.1
+DISTNAME=	webkitgtk-2.50.4
 PKGNAME=	${DISTNAME:S/webkitgtk/webkit-gtk/}
 CATEGORIES=	www
 MASTER_SITES=	https://www.webkitgtk.org/releases/
diff --git a/webkit-gtk-2.50/TODO b/webkit-gtk-2.50/TODO
index 5fad41939f..85e605dcfa 100644
--- a/webkit-gtk-2.50/TODO
+++ b/webkit-gtk-2.50/TODO
@@ -1,3 +1,40 @@
+Fails to link with:
+ld: Source/bmalloc/CMakeFiles/bmalloc.dir/./libpas/src/libpas/pas_bitfit_allocator.c.o: in function `pas_compare_and_swap_pair_weak':
+/scratch/wip/webkit-gtk-2.50/work/webkitgtk-2.50.4/Source/bmalloc/libpas/src/libpas/pas_utils.h:966:(.text.pas_bitfit_allocator_finish_failing+0x269): undefined reference to `__atomic_compare_exchange_16'
+ld: Source/bmalloc/CMakeFiles/bmalloc.dir/./libpas/src/libpas/pas_bitfit_directory.c.o: in function `pas_compare_and_swap_pair_weak':
+/scratch/wip/webkit-gtk-2.50/work/webkitgtk-2.50.4/Source/bmalloc/libpas/src/libpas/pas_utils.h:966:(.text.pas_bitfit_directory_get_first_free_view+0x1dc): undefined reference to `__atomic_compare_exchange_16'
+ld: /scratch/wip/webkit-gtk-2.50/work/webkitgtk-2.50.4/Source/bmalloc/libpas/src/libpas/pas_utils.h:966:(.text.pas_bitfit_directory_take_last_empty+0x3a2): undefined reference to `__atomic_compare_exchange_16'
+ld: /scratch/wip/webkit-gtk-2.50/work/webkitgtk-2.50.4/Source/bmalloc/libpas/src/libpas/pas_utils.h:966:(.text.pas_bitfit_directory_take_last_empty+0x47e): undefined reference to `__atomic_compare_exchange_16'
+ld: Source/bmalloc/CMakeFiles/bmalloc.dir/./libpas/src/libpas/pas_bitfit_size_class.c.o: in function `pas_compare_and_swap_pair_weak':
+/scratch/wip/webkit-gtk-2.50/work/webkitgtk-2.50.4/Source/bmalloc/libpas/src/libpas/pas_utils.h:966:(.text.pas_bitfit_size_class_get_first_free_view+0x98): undefined reference to `__atomic_compare_exchange_16'
+ld: Source/bmalloc/CMakeFiles/bmalloc.dir/./libpas/src/libpas/pas_bitfit_size_class.c.o:/scratch/wip/webkit-gtk-2.50/work/webkitgtk-2.50.4/Source/bmalloc/libpas/src/libpas/pas_utils.h:966: more undefined references to `__atomic_compare_exchange_16' follow
+ld: Source/bmalloc/CMakeFiles/bmalloc.dir/./libpas/src/libpas/pas_lock_free_read_ptr_ptr_hashtable.c.o: in function `pas_atomic_store_pair':
+/scratch/wip/webkit-gtk-2.50/work/webkitgtk-2.50.4/Source/bmalloc/libpas/src/libpas/pas_utils.h:1048:(.text.pas_lock_free_read_ptr_ptr_hashtable_set+0x297): undefined reference to `__atomic_store_16'
+ld: Source/bmalloc/CMakeFiles/bmalloc.dir/./libpas/src/libpas/pas_page_sharing_pool.c.o: in function `pas_compare_and_swap_pair_weak':
+/scratch/wip/webkit-gtk-2.50/work/webkitgtk-2.50.4/Source/bmalloc/libpas/src/libpas/pas_utils.h:966:(.text.pas_page_sharing_pool_add_at_index+0x57c): undefined reference to `__atomic_compare_exchange_16'
+ld: /scratch/wip/webkit-gtk-2.50/work/webkitgtk-2.50.4/Source/bmalloc/libpas/src/libpas/pas_utils.h:966:(.text.pas_page_sharing_pool_did_create_delta+0x156): undefined reference to `__atomic_compare_exchange_16'
+ld: /scratch/wip/webkit-gtk-2.50/work/webkitgtk-2.50.4/Source/bmalloc/libpas/src/libpas/pas_utils.h:966:(.text.pas_page_sharing_pool_take_least_recently_used+0x11c): undefined reference to `__atomic_compare_exchange_16'
+ld: /scratch/wip/webkit-gtk-2.50/work/webkitgtk-2.50.4/Source/bmalloc/libpas/src/libpas/pas_utils.h:966:(.text.pas_page_sharing_pool_take_least_recently_used+0x28e): undefined reference to `__atomic_compare_exchange_16'
+ld: Source/bmalloc/CMakeFiles/bmalloc.dir/./libpas/src/libpas/pas_segregated_directory.c.o: in function `pas_atomic_load_pair_relaxed':
+/scratch/wip/webkit-gtk-2.50/work/webkitgtk-2.50.4/Source/bmalloc/libpas/src/libpas/pas_utils.h:1023:(.text.pas_segregated_directory_get_use_epoch+0xf7): undefined reference to `__atomic_load_16'
+ld: Source/bmalloc/CMakeFiles/bmalloc.dir/./libpas/src/libpas/pas_segregated_directory.c.o: in function `pas_compare_and_swap_pair_strong':
+/scratch/wip/webkit-gtk-2.50/work/webkitgtk-2.50.4/Source/bmalloc/libpas/src/libpas/pas_utils.h:1010:(.text.pas_segregated_directory_update_first_eligible_after_search+0x7c): undefined reference to `__atomic_compare_exchange_16'
+ld: Source/bmalloc/CMakeFiles/bmalloc.dir/./libpas/src/libpas/pas_segregated_directory.c.o: in function `pas_compare_and_swap_pair_weak':
+/scratch/wip/webkit-gtk-2.50/work/webkitgtk-2.50.4/Source/bmalloc/libpas/src/libpas/pas_utils.h:966:(.text.pas_segregated_directory_update_last_empty_plus_one_after_search+0x88): undefined reference to `__atomic_compare_exchange_16'
+ld: Source/bmalloc/CMakeFiles/bmalloc.dir/./libpas/src/libpas/pas_segregated_page.c.o: in function `pas_atomic_store_pair_relaxed':
+/scratch/wip/webkit-gtk-2.50/work/webkitgtk-2.50.4/Source/bmalloc/libpas/src/libpas/pas_utils.h:1060:(.text.pas_segregated_page_construct+0xf0): undefined reference to `__atomic_store_16'
+ld: /scratch/wip/webkit-gtk-2.50/work/webkitgtk-2.50.4/Source/bmalloc/libpas/src/libpas/pas_utils.h:1060:(.text.pas_segregated_page_construct+0x29c): undefined reference to `__atomic_store_16'
+ld: /scratch/wip/webkit-gtk-2.50/work/webkitgtk-2.50.4/Source/bmalloc/libpas/src/libpas/pas_utils.h:1060:(.text.pas_segregated_page_construct+0x398): undefined reference to `__atomic_store_16'
+ld: /scratch/wip/webkit-gtk-2.50/work/webkitgtk-2.50.4/Source/bmalloc/libpas/src/libpas/pas_utils.h:1060:(.text.pas_segregated_page_note_emptiness+0x62): undefined reference to `__atomic_store_16'
+ld: Source/bmalloc/CMakeFiles/bmalloc.dir/./libpas/src/libpas/pas_segregated_shared_page_directory.c.o: in function `pas_compare_and_swap_pair_weak':
+/scratch/wip/webkit-gtk-2.50/work/webkitgtk-2.50.4/Source/bmalloc/libpas/src/libpas/pas_utils.h:966:(.text.pas_segregated_shared_page_directory_find_first_eligible+0x766): undefined reference to `__atomic_compare_exchange_16'
+ld: /scratch/wip/webkit-gtk-2.50/work/webkitgtk-2.50.4/Source/bmalloc/libpas/src/libpas/pas_utils.h:966:(.text.pas_segregated_shared_page_directory_take_last_empty+0x330): undefined reference to `__atomic_compare_exchange_16'
+ld: Source/bmalloc/CMakeFiles/bmalloc.dir/./libpas/src/libpas/pas_segregated_size_directory.c.o: in function `pas_compare_and_swap_pair_weak':
+/scratch/wip/webkit-gtk-2.50/work/webkitgtk-2.50.4/Source/bmalloc/libpas/src/libpas/pas_utils.h:966:(.text.pas_segregated_size_directory_take_last_empty+0x3c1): undefined reference to `__atomic_compare_exchange_16'
+ld: /scratch/wip/webkit-gtk-2.50/work/webkitgtk-2.50.4/Source/bmalloc/libpas/src/libpas/pas_utils.h:966:(.text.pas_segregated_size_directory_take_first_eligible+0x759): undefined reference to `__atomic_compare_exchange_16'
+ld: Source/bmalloc/CMakeFiles/bmalloc.dir/./libpas/src/libpas/pas_versioned_field.c.o: in function `pas_compare_and_swap_pair_weak':
+/scratch/wip/webkit-gtk-2.50/work/webkitgtk-2.50.4/Source/bmalloc/libpas/src/libpas/pas_utils.h:966:(.text.pas_versioned_field_minimize+0x7d): undefined reference to `__atomic_compare_exchange_16'
+ld: Source/bmalloc/CMakeFiles/bmalloc.dir/./libpas/src/libpas/pas_versioned_field.c.o:/scratch/wip/webkit-gtk-2.50/work/webkitgtk-2.50.4/Source/bmalloc/libpas/src/libpas/pas_utils.h:966: more undefined references to `__atomic_compare_exchange_16' follow
 
 pkg_add: webkit-gtk-2.48.5: missing required library: /scratch/wip/webkit-gtk-2.46/work/.buildlink/lib/libsqlite3.so
 
diff --git a/webkit-gtk-2.50/distinfo b/webkit-gtk-2.50/distinfo
index bcd285177d..688c8580be 100644
--- a/webkit-gtk-2.50/distinfo
+++ b/webkit-gtk-2.50/distinfo
@@ -1,8 +1,8 @@
 $NetBSD$
 
-BLAKE2s (webkitgtk-2.50.1.tar.xz) = c998569b77e5230adbf7302d1c6ecfe997f16671c3766d1a7ea1b72c166d79f0
-SHA512 (webkitgtk-2.50.1.tar.xz) = 4b7b6c5ae02f1dbcff26e7af4ee4e3cdd4435c61dfaf17c2981422358dea01cfba0ffe8c6f12c7864b6f1ee6c9906dfa64248bc95effed526e9ade3ad1292888
-Size (webkitgtk-2.50.1.tar.xz) = 45269396 bytes
+BLAKE2s (webkitgtk-2.50.4.tar.xz) = 4b31384abfcb1209af05fbc59c3c3a41e12000bef000d01a80d6ad0009932a86
+SHA512 (webkitgtk-2.50.4.tar.xz) = e7b8a6d93f91cd63f00567c886f21853b3fd8e9e48ac21a61b4a841a096b472c3ad0ef0aea45d3c6b8a6bf13790683bdeb3c57f1ba4c949861e9599af4a0051c
+Size (webkitgtk-2.50.4.tar.xz) = 45280588 bytes
 SHA1 (patch-Source_JavaScriptCore_assembler_ARM64Assembler.h) = 20d09e1c226cfff707659ffa35a2c2c3f1cdb617
 SHA1 (patch-Source_JavaScriptCore_runtime_JSCBytecodeCacheVersion.cpp) = 5c96cbf6c426b75fe808f6cb4acc9075a264796a
 SHA1 (patch-Source_JavaScriptCore_runtime_JSCJSValueInlines.h) = 4d0a96c42f4532d0e5b385e75421df1968860a1b


Home | Main Index | Thread Index | Old Index