Andreas Wacknitz
2023-11-22 e5736d37ccbb84ebc2d13e69ddc425248f11a15b
meson: update to 1.3.0

2 files modified
45 ■■■■■ changed files
components/developer/meson/Makefile 4 ●●●● patch | view | raw | blame | history
components/developer/meson/test/results-all.master 41 ●●●●● patch | view | raw | blame | history
components/developer/meson/Makefile
@@ -19,13 +19,13 @@
include ../../../make-rules/shared-macros.mk
COMPONENT_NAME=         meson
COMPONENT_VERSION=      1.2.3
COMPONENT_VERSION=      1.3.0
COMPONENT_SUMMARY=      The Meson Build system
COMPONENT_PROJECT_URL=  https://mesonbuild.com/
COMPONENT_SRC=          $(COMPONENT_NAME)-$(COMPONENT_VERSION)
COMPONENT_ARCHIVE=      $(COMPONENT_SRC).tar.gz
COMPONENT_ARCHIVE_URL=  https://github.com/mesonbuild/meson/archive/refs/tags/$(COMPONENT_VERSION).tar.gz
COMPONENT_ARCHIVE_HASH= sha256:1340bbc017eead2ddf706fb36a6dcc46796deec6b1513005de67e862c1b737cf
COMPONENT_ARCHIVE_HASH= sha256:6c4b4f35b51a260b362535fd32fee6d244871be38a2880f4de3ea9c6e69a0808
COMPONENT_FMRI=         developer/build/meson
COMPONENT_CLASSIFICATION=Development/Distribution Tools
COMPONENT_LICENSE=      APLv2
components/developer/meson/test/results-all.master
@@ -12,16 +12,19 @@
unittests/allplatformstests.py::AllPlatformTests::test_array_option_bad_change PASSED
unittests/allplatformstests.py::AllPlatformTests::test_array_option_change PASSED
unittests/allplatformstests.py::AllPlatformTests::test_array_option_empty_equivalents PASSED
unittests/allplatformstests.py::AllPlatformTests::test_bindgen_drops_invalid SKIPPED
unittests/allplatformstests.py::AllPlatformTests::test_build_b_options PASSED
unittests/allplatformstests.py::AllPlatformTests::test_build_by_default PASSED
unittests/allplatformstests.py::AllPlatformTests::test_build_generated_pyx_directly SKIPPED
unittests/allplatformstests.py::AllPlatformTests::test_build_pyx_depfiles SKIPPED
unittests/allplatformstests.py::AllPlatformTests::test_buildtype_setting PASSED
unittests/allplatformstests.py::AllPlatformTests::test_c_cpp_stds PASSED
unittests/allplatformstests.py::AllPlatformTests::test_cflags_cppflags PASSED
unittests/allplatformstests.py::AllPlatformTests::test_check_module_linking PASSED
unittests/allplatformstests.py::AllPlatformTests::test_clang_format PASSED
unittests/allplatformstests.py::AllPlatformTests::test_clang_format_check PASSED
unittests/allplatformstests.py::AllPlatformTests::test_clang_tidy SKIPPED
unittests/allplatformstests.py::AllPlatformTests::test_clang_tidy_fix SKIPPED
unittests/allplatformstests.py::AllPlatformTests::test_clike_get_library_dirs PASSED
unittests/allplatformstests.py::AllPlatformTests::test_cmake_parser PASSED
unittests/allplatformstests.py::AllPlatformTests::test_cmake_prefix_path PASSED
@@ -55,6 +58,7 @@
unittests/allplatformstests.py::AllPlatformTests::test_do_conf_file_preserve_newlines PASSED
unittests/allplatformstests.py::AllPlatformTests::test_env_flags_to_linker PASSED
unittests/allplatformstests.py::AllPlatformTests::test_error_location_path PASSED
unittests/allplatformstests.py::AllPlatformTests::test_executable_names PASSED
unittests/allplatformstests.py::AllPlatformTests::test_extract_objects_custom_target_no_warning PASSED
unittests/allplatformstests.py::AllPlatformTests::test_feature_check_usage_subprojects PASSED
unittests/allplatformstests.py::AllPlatformTests::test_flock PASSED
@@ -155,7 +159,7 @@
unittests/allplatformstests.py::AllPlatformTests::test_testrepeat PASSED
unittests/allplatformstests.py::AllPlatformTests::test_testsetup_default PASSED
unittests/allplatformstests.py::AllPlatformTests::test_testsetup_selection PASSED
unittests/allplatformstests.py::AllPlatformTests::test_testsetups PASSED
unittests/allplatformstests.py::AllPlatformTests::test_testsetups SKIPPED
unittests/allplatformstests.py::AllPlatformTests::test_underscore_prefix_detection_define PASSED
unittests/allplatformstests.py::AllPlatformTests::test_underscore_prefix_detection_list SKIPPED
unittests/allplatformstests.py::AllPlatformTests::test_unexisting_test_name PASSED
@@ -330,6 +334,7 @@
unittests/linuxliketests.py::LinuxlikeTests::test_ld_environment_variable_objcpp SKIPPED
unittests/linuxliketests.py::LinuxlikeTests::test_ld_environment_variable_rust SKIPPED
unittests/linuxliketests.py::LinuxlikeTests::test_ldflag_dedup SKIPPED
unittests/linuxliketests.py::LinuxlikeTests::test_link_arg_fullname PASSED
unittests/linuxliketests.py::LinuxlikeTests::test_lookup_system_after_broken_fallback PASSED
unittests/linuxliketests.py::LinuxlikeTests::test_lookup_system_after_broken_fallback PASSED
unittests/linuxliketests.py::LinuxlikeTests::test_noncross_options PASSED
@@ -352,7 +357,7 @@
unittests/linuxliketests.py::LinuxlikeTests::test_prelinking PASSED
unittests/linuxliketests.py::LinuxlikeTests::test_qt5dependency_qmake_detection PASSED
unittests/linuxliketests.py::LinuxlikeTests::test_qt6dependency_qmake_detection SKIPPED
unittests/linuxliketests.py::LinuxlikeTests::test_qtdependency_pkgconfig_detection SKIPPEDts/developer/meson/build/amd64-3.9/test
unittests/linuxliketests.py::LinuxlikeTests::test_qtdependency_pkgconfig_detection SKIPPED
unittests/linuxliketests.py::LinuxlikeTests::test_reconfigure PASSED
unittests/linuxliketests.py::LinuxlikeTests::test_run_installed PASSED
unittests/linuxliketests.py::LinuxlikeTests::test_soname PASSED
@@ -379,7 +384,7 @@
unittests/machinefiletests.py::CrossFileTests::test_needs_exe_wrapper_true_wrapper PASSED
unittests/machinefiletests.py::CrossFileTests::test_project_options_native_only PASSED
unittests/machinefiletests.py::CrossFileTests::test_user_options PASSED
unittests/machinefiletests.py::NativeFileTests::test_bindgen_clang_arguments SKIPPEDts/developer/meson/build/amd64-3.9/test cases/rust/12
unittests/machinefiletests.py::NativeFileTests::test_bindgen_clang_arguments SKIPPED
unittests/machinefiletests.py::NativeFileTests::test_builtin_options PASSED
unittests/machinefiletests.py::NativeFileTests::test_builtin_options_compiler_properties PASSED
unittests/machinefiletests.py::NativeFileTests::test_builtin_options_compiler_properties_legacy PASSED
@@ -407,6 +412,7 @@
unittests/machinefiletests.py::NativeFileTests::test_option_bool PASSED
unittests/machinefiletests.py::NativeFileTests::test_option_integer PASSED
unittests/machinefiletests.py::NativeFileTests::test_python3_module PASSED
unittests/machinefiletests.py::NativeFileTests::test_python_module PASSED
unittests/machinefiletests.py::NativeFileTests::test_rust_compiler PASSED
unittests/machinefiletests.py::NativeFileTests::test_swift_compiler SKIPPED
unittests/machinefiletests.py::NativeFileTests::test_user_options PASSED
@@ -416,7 +422,9 @@
unittests/platformagnostictests.py::PlatformAgnosticTests::test_change_backend PASSED
unittests/platformagnostictests.py::PlatformAgnosticTests::test_cmake_openssl_not_found_bug PASSED
unittests/platformagnostictests.py::PlatformAgnosticTests::test_debug_function_outputs_to_meson_log PASSED
unittests/platformagnostictests.py::PlatformAgnosticTests::test_error_configuring_subdir PASSED
unittests/platformagnostictests.py::PlatformAgnosticTests::test_invalid_option_names PASSED
unittests/platformagnostictests.py::PlatformAgnosticTests::test_meson_package_cache_dir PASSED
unittests/platformagnostictests.py::PlatformAgnosticTests::test_new_subproject_reconfigure PASSED
unittests/platformagnostictests.py::PlatformAgnosticTests::test_none_backend PASSED
unittests/platformagnostictests.py::PlatformAgnosticTests::test_python_dependency_without_pkgconfig PASSED
@@ -426,8 +434,8 @@
unittests/platformagnostictests.py::PlatformAgnosticTests::test_update_wrapdb PASSED
unittests/platformagnostictests.py::PlatformAgnosticTests::test_validate_dirs PASSED
unittests/pythontests.py::PythonTests::test_bad_versions PASSED
unittests/pythontests.py::PythonTests::test_bytecompile_multi SKIPPED
unittests/pythontests.py::PythonTests::test_bytecompile_single PASSED
unittests/pythontests.py::PythonTests::test_bytecompile_multi PASSED
unittests/pythontests.py::PythonTests::test_bytecompile_single SKIPPED
unittests/pythontests.py::PythonTests::test_dist PASSED
unittests/rewritetests.py::RewriterTests::test_default_options_delete PASSED
unittests/rewritetests.py::RewriterTests::test_default_options_set PASSED
@@ -437,6 +445,7 @@
unittests/rewritetests.py::RewriterTests::test_kwargs_remove PASSED
unittests/rewritetests.py::RewriterTests::test_kwargs_remove_regex PASSED
unittests/rewritetests.py::RewriterTests::test_kwargs_set PASSED
unittests/rewritetests.py::RewriterTests::test_raw_printer_is_idempotent PASSED
unittests/rewritetests.py::RewriterTests::test_target_add PASSED
unittests/rewritetests.py::RewriterTests::test_target_add_extra_files PASSED
unittests/rewritetests.py::RewriterTests::test_target_add_sources PASSED
@@ -500,7 +509,6 @@
unittests/windowstests.py::WindowsTests::test_vsenv_option SKIPPED
=================================== FAILURES ===================================
----------------------------- Captured stdout call -----------------------------
----------------------------- Captured stdout call -----------------------------
Looking for a fallback subproject for the dependency foo
----------------------------- Captured stdout call -----------------------------
-----
@@ -511,9 +519,6 @@
-----
----------------------------- Captured stdout call -----------------------------
----------------------------- Captured stdout call -----------------------------
----------------------------- Captured stdout call -----------------------------
----------------------------- Captured stdout call -----------------------------
E           ? ----------------------
----------------------------- Captured stdout call -----------------------------
----------------------------- Captured stdout call -----------------------------
ninja explain: output gdbus/generated-gdbus-no-docbook.c doesn't exist
@@ -528,14 +533,16 @@
ninja explain: gdbus/generated-gdbus-no-docbook-files-posarg.c is dirty
ninja explain: output gdbus/generated-gdbus-no-docbook-files-posarg.h doesn't exist
ninja explain: gdbus/generated-gdbus-no-docbook-files-posarg.h is dirty
[36/126] Generating gdbus/generated-gdbus-no-docbook.c with a custom command
[38/126] Generating gdbus/generated-gdbus-no-docbook.h with a custom command
[41/126] Generating gdbus/generated-gdbus-no-docbook-files-posarg.h with a custom command
[42/126] Generating gdbus/generated-gdbus-no-docbook2.h with a custom command
[43/126] Generating gdbus/generated-gdbus-no-docbook2.c with a custom command
[44/126] Generating gdbus/generated-gdbus-no-docbook-files-posarg.c with a custom command
[51/126] Generating gdbus/generated-gdbus-docbook with a custom command
[37/131] Generating gdbus source gdbus/generated-gdbus-no-docbook.c
[40/131] Generating gdbus header gdbus/generated-gdbus-no-docbook.h
[41/131] Generating gdbus source gdbus/generated-gdbus-no-docbook2.c
[43/131] Generating gdbus header gdbus/generated-gdbus-no-docbook2.h
[44/131] Generating gdbus source gdbus/generated-gdbus-no-docbook-files-posarg.c
[46/131] Generating gdbus header gdbus/generated-gdbus-no-docbook-files-posarg.h
[49/131] Generating gdbus docbook gdbus/generated-gdbus-docbook
E           ? ----------------------
----------------------------- Captured stdout call -----------------------------
----------------------------- Captured stdout call -----------------------------
----------------------------- Captured stdout call -----------------------------
=========================== short test summary info ============================
======== 13 failed, 418 passed, 73 skipped ========
======== 11 failed, 424 passed, 76 skipped ========