svn commit: r537035 - head/x11/squeekboard

Mark Linimon linimon at FreeBSD.org
Sat May 30 03:25:00 UTC 2020


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 \


More information about the svn-ports-head mailing list