From b8210687d23225b9ed24a92508b4904a7d267480 Mon Sep 17 00:00:00 2001 From: Leonardo Arena Date: Wed, 19 Dec 2018 10:32:07 +0000 Subject: community/openzwave: needs xmllint to build Disable check() due to errors below: Experimental each on scalar is now forbidden at cpp/build/testconfig.pl line 118. Type of arg 1 to each must be hash or array (not single ref constructor) at cpp/build/testconfig.pl line 118, near "%errors) " Experimental each on scalar is now forbidden at cpp/build/testconfig.pl line 130. Type of arg 1 to each must be hash or array (not single ref constructor) at cpp/build/testconfig.pl line 130, near "%warnings) " Experimental each on scalar is now forbidden at cpp/build/testconfig.pl line 142. Type of arg 1 to each must be hash or array (not single ref constructor) at cpp/build/testconfig.pl line 142, near "%errors) " Experimental each on scalar is now forbidden at cpp/build/testconfig.pl line 151. Type of arg 1 to each must be hash or array (not single ref constructor) at cpp/build/testconfig.pl line 151, near "%errors) " Experimental each on scalar is now forbidden at cpp/build/testconfig.pl line 169. Type of arg 1 to each must be hash or array (not single ref constructor) at cpp/build/testconfig.pl line 169, near "%warnings) " cpp/build/testconfig.pl has too many errors. make: [Makefile:47: xmltest] Error 255 (ignored) --- community/openzwave/APKBUILD | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'community') diff --git a/community/openzwave/APKBUILD b/community/openzwave/APKBUILD index 47a5cfcba5..f503a89cf5 100644 --- a/community/openzwave/APKBUILD +++ b/community/openzwave/APKBUILD @@ -2,15 +2,16 @@ # Maintainer: pkgname=openzwave pkgver=1.4.164 -pkgrel=3 +pkgrel=4 pkgdesc="a C++ and DotNet library to control Z-Wave Networks via a Z-Wave Controller." url="http://www.openzwave.net/" arch="all" license="LGPL-3.0-or-later GPL-3.0-or-later Apache-2.0" depends="" depends_dev="eudev-dev" -makedepends="$depends_dev linux-headers coreutils" -# checkdepends="perl-xml-simple" # FIXME tests failing +makedepends="$depends_dev linux-headers coreutils libxml2-utils" +checkdepends="perl-xml-simple" +options="!check" # FIXME tests failing subpackages="$pkgname-dev $pkgname-doc $pkgname-libs" source="http://old.openzwave.com/downloads/openzwave-$pkgver.tar.gz 016d6e5d6a2d61674032805886418923d20604b9.patch -- cgit v1.2.3