Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 11 Feb 2021 16:44:53 +0000 (UTC)
From:      Jan Beich <jbeich@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r564964 - head/x11/wezterm
Message-ID:  <202102111644.11BGirdk001216@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: jbeich
Date: Thu Feb 11 16:44:53 2021
New Revision: 564964
URL: https://svnweb.freebsd.org/changeset/ports/564964

Log:
  x11/wezterm: mark BROKEN on i386
  
  error: literal out of range for usize
     --> termwiz/src/cell.rs:371:17
      |
  371 |                 0x7f000000_00000000
      |                 ^^^^^^^^^^^^^^^^^^^
      |
      = note: `#[deny(overflowing_literals)]` on by default
      = note: the literal `0x7f000000_00000000` (decimal `9151314442816847872`) does not fit into the type `usize` and will become `0usize`
  
  Reported by:	pkg-fallout

Modified:
  head/x11/wezterm/Makefile   (contents, props changed)

Modified: head/x11/wezterm/Makefile
==============================================================================
--- head/x11/wezterm/Makefile	Thu Feb 11 16:37:41 2021	(r564963)
+++ head/x11/wezterm/Makefile	Thu Feb 11 16:44:53 2021	(r564964)
@@ -10,6 +10,8 @@ COMMENT=	GPU-accelerated terminal emulator and multipl
 LICENSE=	MIT
 LICENSE_FILE=	${WRKSRC}/LICENSE.md
 
+BROKEN_i386=	https://github.com/wez/wezterm/issues/474
+
 LIB_DEPENDS=	libdbus-1.so:devel/dbus \
 		libwayland-egl.so:graphics/wayland \
 		libssh2.so:security/libssh2 \



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