Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 30 May 2020 03:25:00 +0000 (UTC)
From:      Mark Linimon <linimon@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r537035 - head/x11/squeekboard
Message-ID:  <202005300325.04U3P00Y098486@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: linimon
Date: Sat May 30 03:25:00 2020
New Revision: 537035
URL: https://svnweb.freebsd.org/changeset/ports/537035

Log:
  Mark as BROKEN on powerpc64: can't find symbol eekboard_context_service_get_overlay.
  The port builds everywhere else.
  
  Note: the error is trivially different on gcc and clang.
  
  Approved by:	portmgr (tier-2 blanket)

Modified:
  head/x11/squeekboard/Makefile

Modified: head/x11/squeekboard/Makefile
==============================================================================
--- head/x11/squeekboard/Makefile	Sat May 30 03:11:29 2020	(r537034)
+++ head/x11/squeekboard/Makefile	Sat May 30 03:25:00 2020	(r537035)
@@ -12,6 +12,8 @@ LICENSE=	GPLv3
 LICENSE_FILE=	${WRKSRC}/COPYING
 
 BROKEN_FreeBSD_11=	requires getrandom()
+BROKEN_FreeBSD_12_powerpc64=	fails to compile: rs.e2mg9us3-cgu.14:(.text.imservice_handle_commit_state+0x228): undefined reference to `eekboard_context_service_show_keyboard'
+BROKEN_FreeBSD_13_powerpc64=	fails to link: ld: error: undefined symbol: eekboard_context_service_get_overlay
 
 BUILD_DEPENDS=	wayland-protocols>=1.12:graphics/wayland-protocols
 LIB_DEPENDS=	libwayland-client.so:graphics/wayland \



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202005300325.04U3P00Y098486>