From 90ef001dbd5ae2770296b50789454ede393a748e Mon Sep 17 00:00:00 2001 From: Jakub Jirutka Date: Sat, 28 Oct 2017 18:22:17 +0200 Subject: community/xpra: disable on armhf due to build failure gcc -DNDEBUG -Os -fomit-frame-pointer -pipe -fPIC -g -Os -fomit-frame-pointer -pipe \ -fno-strict-aliasing -Os -fomit-frame-pointer -pipe -fPIC -I/usr/include/python2.7 \ -c xpra/codecs/dec_avcodec2/decoder.c \ -o build/temp.linux-armv8l-2.7/xpra/codecs/dec_avcodec2/decoder.o -Wl,--as-needed \ -Wall -Werror -fPIC xpra/codecs/dec_avcodec2/decoder.c: In function '__pyx_pf_4xpra_6codecs_12dec_avcodec2_7decoder_7Decoder_init_context': xpra/codecs/dec_avcodec2/decoder.c:5551:3: error: 'refcounted_frames' is deprecated [-Werror=deprecated-declarations] __pyx_v_self->codec_ctx->refcounted_frames = 1; ^~~~~~~~~~~~ In file included from xpra/codecs/dec_avcodec2/decoder.c:558:0: /usr/include/libavcodec/avcodec.h:2694:9: note: declared here int refcounted_frames; ^~~~~~~~~~~~~~~~~ cc1: all warnings being treated as errors error: command 'gcc' failed with exit status --- community/xpra/APKBUILD | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'community/xpra/APKBUILD') diff --git a/community/xpra/APKBUILD b/community/xpra/APKBUILD index d7d89f0a90..8df55e905e 100644 --- a/community/xpra/APKBUILD +++ b/community/xpra/APKBUILD @@ -5,7 +5,8 @@ pkgver=2.1.2 pkgrel=1 pkgdesc="Xpra is 'screen for X' & allows you to run X programs, usually on a remote host over SSH or encrypted tcp" url="http://xpra.org" -arch="all !s390x" +# !armhf: fails to build +arch="all !s390x !armhf" license="GPLv2+" depends="py-gobject py-gtk py-imaging xf86-video-dummy xvfb setxkbmap xorg-server py2-numpy py2-pillow py-gtkglext py2-lz4 py-rencode py-opencl py2-xxhash -- cgit v1.2.3