From owner-svn-ports-all@freebsd.org Mon Nov 4 13:25:29 2019 Return-Path: Delivered-To: svn-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id E12961A218C; Mon, 4 Nov 2019 13:25:29 +0000 (UTC) (envelope-from jbeich@freebsd.org) Received: from freefall.freebsd.org (freefall.freebsd.org [96.47.72.132]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "freefall.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 476D7Y5gN7z3Cmc; Mon, 4 Nov 2019 13:25:29 +0000 (UTC) (envelope-from jbeich@freebsd.org) Received: by freefall.freebsd.org (Postfix, from userid 1354) id A273B2EC5; Mon, 4 Nov 2019 13:25:29 +0000 (UTC) From: Jan Beich To: Christoph Moench-Tegeder Cc: Antoine Brodin , svn-ports-head@freebsd.org, svn-ports-all@freebsd.org, ports-committers@freebsd.org Subject: Re: svn commit: r516629 - head/net/liferea References: <201911041019.xA4AJYqc047310@repo.freebsd.org> <20191104103901.GA2476@elch.exwg.net> Date: Mon, 04 Nov 2019 14:25:27 +0100 In-Reply-To: <20191104103901.GA2476@elch.exwg.net> (Christoph Moench-Tegeder's message of "Mon, 4 Nov 2019 11:39:01 +0100") Message-ID: MIME-Version: 1.0 Content-Type: text/plain X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 04 Nov 2019 13:25:29 -0000 Christoph Moench-Tegeder writes: > ## Antoine Brodin (antoine@FreeBSD.org): > >> Subject: svn commit: r516629 - head/net/liferea > >> Log: >> Mark BROKEN > > Only if www/webkit2-gtk3 has been built with WAYLAND enabled (which, > unfortunately, is the default). It used to work before, but since > the latest update of webkit2-gtk3 (r516196, webkit2-gtk3 2.26.1) we > get this: > >> Unable to init server: Could not connect to 127.0.0.1: Connection refused >> Command '['./liferea', >> '--introspect-dump=/tmp/tmp-introspectpgy0ihjn/functions.txt,/tmp/tmp-introspectpgy0ihjn/dump.xml']' >> died with . > > Even if no GUI is requested, "something" tries to connect to Wayland > and (of course) fails. libwayland doesn't support TCP sockets, so "127.0.0.1: Connection refused" comes from libX11. It can be silenced by setting up DISPLAY variable but the crash breaking build wouldn't disappear.