[arch-commits] Commit in libdnf/trunk (PKGBUILD)
Jelle van der Waa
jelle at gemini.archlinux.org
Thu Dec 16 13:35:43 UTC 2021
Date: Thursday, December 16, 2021 @ 13:35:43
Author: jelle
Revision: 1074450
upgpkg: libdnf 0.65.0-1
Modified:
libdnf/trunk/PKGBUILD
----------+
PKGBUILD | 9 +++++----
1 file changed, 5 insertions(+), 4 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2021-12-16 13:35:20 UTC (rev 1074449)
+++ PKGBUILD 2021-12-16 13:35:43 UTC (rev 1074450)
@@ -18,6 +18,7 @@
prepare() {
cd "$pkgname-$pkgver"
+ # TODO: libsolv installs cmake in something where libdnf can't find it
cp -p /usr/share/cmake/Modules/FindLibSolv.cmake cmake/modules/
}
@@ -39,10 +40,10 @@
check() {
cd "$pkgname-$pkgver"
-
- # Fails because Arch Linux's /etc/os-release does not have a
- # VERSION_ID field
- make -n -C build ARGS="--output-on-failure" test
+ # tests fail
+ # (/build/libdnf/src/libdnf-0.65.0/build/tests/libdnf/test_libdnf_main:5860): libdnf-WARNING **: 12:55:05.175: Can't read plugin directory "/usr/lib/libdnf/plugins/": No such file or directory
+ # error: cannot open Packages database in /var/lib/rpm
+ # make -C build test ARGS="--output-on-failure"
}
package() {
More information about the arch-commits
mailing list