Search Criteria
Package Details: libmodulemd 2.12.0-1
Git Clone URL: | https://aur.archlinux.org/libmodulemd.git (read-only, click to copy) |
---|---|
Package Base: | libmodulemd |
Description: | C Library for manipulating module metadata files |
Upstream URL: | https://github.com/fedora-modularity/libmodulemd |
Licenses: | |
Submitter: | larchunix |
Maintainer: | larchunix |
Last Packager: | larchunix |
Votes: | 1 |
Popularity: | 0.000000 |
First Submitted: | 2018-08-13 18:31 |
Last Updated: | 2021-01-23 12:38 |
Dependencies (10)
- file (file-git)
- glib2 (glib2-sched-policy, glib2-clear, glib2-quiet, glib2-selinux, glib2-nodocs-git, glib2-git, glib2-patched-thumbnailer)
- libyaml (libyaml-git)
- rpm-tools
- gobject-introspection (gobject-introspection-git) (make)
- gtk-doc (gtk-doc-git) (make)
- help2man (help2man-git) (make)
- python-gobject (python-gobject-git) (make)
- meson>=0.47 (meson-git) (make)
- python-gobject (python-gobject-git) (optional) – for python bindings
Latest Comments
larchunix commented on 2020-03-15 12:07
You should report valgrind errors upstream or build the package in a clean chroot to avoid valgrind checks to be executed.
omgold commented on 2020-03-09 09:02
For me the build of 2.9.0 fails due to valgrind reporting memory issues:
... 62/65 translationentry_python3_release OK 0.13 s 63/65 clang_tidy OK 34.25 s 64/65 test_import_headers OK 14.31 s 65/65 valgrind FAIL 128.74 s (exit status 1)
Ok: 64 Expected Fail: 0 Fail: 1 Unexpected Pass: 0 Skipped: 0 Timeout: 0
The output from the failed tests:
65/65 valgrind FAIL 128.74 s (exit status 1)
--- command --- 08:01:49 TEST_DATA_PATH='/mnt/cache/omgold/.cache/yay/libmodulemd/src/libmodulemd-2.9.0/modulemd/tests/test_data' MESON_SOURCE_ROOT='/mnt/cache/omgold/.cache/yay/libmodulemd/src/libmodulemd-2.9.0' G_DEBUG='fatal-warnings,fatal-criticals' LC_ALL='C' G_MESSAGES_DEBUG='all' MESON_BUILD_ROOT='/mnt/cache/omgold/.cache/yay/libmodulemd/src/libmodulemd-2.9.0/build' /usr/bin/python /mnt/cache/omgold/.cache/yay/libmodulemd/src/libmodulemd-2.9.0/build/../modulemd/tests/test-valgrind.py buildopts_debug component_module_debug component_rpm_debug compression_debug defaults_debug defaultsv1_debug dependencies_debug module_debug module_index_debug module_index_merger_debug modulestream_debug profile_debug rpm_map_debug service_level_debug translation_debug translation_entry_debug buildopts_python3_debug componentrpm_python3_debug defaults_python3_debug defaultsv1_python3_debug dependencies_python3_debug merger_python3_debug module_python3_debug moduleindex_python3_debug modulepackager_python3_debug modulestream_python3_debug profile_python3_debug rpmmap_python3_debug servicelevel_python3_debug translation_python3_debug translationentry_python3_debug --- Listing only the last 100 lines from a long log. --- Invalid read detected in translationentry_python3_debug ... Uninitialized usage detected in translationentry_python3_debug ...