X-Recipient: archive-cygwin@delorie.com
DomainKey-Signature: a=rsa-sha1; c=nofws; d=sourceware.org; h=list-id
	:list-unsubscribe:list-subscribe:list-archive:list-post
	:list-help:sender:subject:references:from:cc:to:message-id:date
	:mime-version:in-reply-to:content-type
	:content-transfer-encoding; q=dns; s=default; b=RYxHnlo+TiGRONN0
	4gjgxBCGTtBXZTyCKaxPJI/ry+jLSYXJlvDPhw6sPCwge2DlH4J9W7W/EP3JNF8s
	MQ42/JrmlZrA/ycUiZRoYdDFh99e7L4cR5wTaBHMZGbEIC8uQ3iLs5jgAx/xdVLv
	dxm3wNn/kVRFIsvuN9ZfWBBUk+w=
DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=sourceware.org; h=list-id
	:list-unsubscribe:list-subscribe:list-archive:list-post
	:list-help:sender:subject:references:from:cc:to:message-id:date
	:mime-version:in-reply-to:content-type
	:content-transfer-encoding; s=default; bh=tt40ojSU577H72xoTtSd2s
	mHv5Y=; b=moCsh0pGFpNmGV1GXnDnT5VQYyJTtS3X8AuhOHxfIDh7UAjsPMgpDJ
	OTQ9FmwRqXtAJfw7+bWzvwpH6UtSkvhCuw3S2ay4PrMX7nvTcLfLML7Mfn8WjgpL
	WvatP64Pza75dFbHzQJdIljot4nDX7B9XRVtIsRXlZq0CsChLAaCE=
Mailing-List: contact cygwin-help@cygwin.com; run by ezmlm
List-Id: <cygwin.cygwin.com>
List-Subscribe: <mailto:cygwin-subscribe@cygwin.com>
List-Archive: <http://sourceware.org/ml/cygwin/>
List-Post: <mailto:cygwin@cygwin.com>
List-Help: <mailto:cygwin-help@cygwin.com>, <http://sourceware.org/ml/#faqs>
Sender: cygwin-owner@cygwin.com
Mail-Followup-To: cygwin@cygwin.com
Delivered-To: mailing list cygwin@cygwin.com
Authentication-Results: sourceware.org; auth=none
X-Virus-Found: No
X-Spam-SWARE-Status: No, score=-1.2 required=5.0 tests=AWL,BAYES_50,RCVD_IN_DNSWL_LOW autolearn=ham version=3.3.2
X-HELO: out4-smtp.messagingengine.com
Subject: Re: git gui: assertion "font != NULL" failed
References: <92e694ca84454eb1af326664492c05c7@XCH-RCD-019.cisco.com> <1445020196.12068.11.camel@cygwin.com>
From: Jon Turney <jon.turney@dronecode.org.uk>
Cc: adam@dinwoodie.org
To: cygwin@cygwin.com
Message-ID: <5625041F.6020702@dronecode.org.uk>
Date: Mon, 19 Oct 2015 15:54:23 +0100
User-Agent: Mozilla/5.0 (Windows NT 6.3; WOW64; rv:38.0) Gecko/20100101 Thunderbird/38.3.0
MIME-Version: 1.0
In-Reply-To: <1445020196.12068.11.camel@cygwin.com>
Content-Type: text/plain; charset=utf-8; format=flowed
Content-Transfer-Encoding: 7bit

On 16/10/2015 19:29, Yaakov Selkowitz wrote:
> On Fri, 2015-10-16 at 17:09 +0000, Matt Seitz (matseitz) wrote:
>> A few days ago, I ran Setup to update my currently installed package, including my git packages.  Since then, whenever I run git gui, I get the following error:
>>
>> $ git gui
>> assertion "font != NULL" failed: file "/usr/src/ports/fontconfig/fontconfig-2.11.1-3.x86_64/src/fontconfig-2.11.1/src/fcmatch.c", line 453, function: FcFontRenderPrepare
>> error: git-gui died of signal 6
>>
>> cygcheck and xwin logs attached
>
> You don't have any Fontconfig-controlled fonts installed on your system.
> On mine, the default seems to be dejavu-fonts, so try installing that,
> although xorg-x11-fonts-Type1 might work as well.

The dependency chain is git-gui -> gitk -> font-adobe-dpi75

It doesn't look like the fonts in xorg-x11-fonts-Type1 are available to 
fontconfig, so I've changed the dependency of gitk to dejavu-fonts on 
sourceware.

Adam,

You might wish to update your local setup.hint and/or select a better 
default.


--
Problem reports:       http://cygwin.com/problems.html
FAQ:                   http://cygwin.com/faq/
Documentation:         http://cygwin.com/docs.html
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple

