From owner-freebsd-x11@FreeBSD.ORG Fri Dec 27 20:42:03 2013 Return-Path: Delivered-To: freebsd-x11@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id DDED2BF0 for ; Fri, 27 Dec 2013 20:42:02 +0000 (UTC) Received: from mail-we0-x242.google.com (mail-we0-x242.google.com [IPv6:2a00:1450:400c:c03::242]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 6EE721EAB for ; Fri, 27 Dec 2013 20:42:02 +0000 (UTC) Received: by mail-we0-f194.google.com with SMTP id x55so2513443wes.1 for ; Fri, 27 Dec 2013 12:42:01 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=glx.me; s=g; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=y4xKhUAlyISYu3uXhQEcQ0CrPVx1WklYXu4TZDaXD18=; b=mYfb9NovELQTjpBBPLkJsJSaBbFCId7HhZ7UzTBTUl/JE4yhSoP33d+HunbHha0/8D UovQz0PCpk4szIHfg6hUi9XRpKCcVt64P72P/OPKn5jefbNz3ogr/7P4zTzXy4tmU3wh XBMraM8TYAa1h9C0a1cJUQwZVDHqlBUhIfe+I= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:in-reply-to:references:date :message-id:subject:from:to:cc:content-type; bh=y4xKhUAlyISYu3uXhQEcQ0CrPVx1WklYXu4TZDaXD18=; b=IAsn49VE29rwFVvKYtnzC+zbqNRPONyJdmKuoGRwK0fipCImNK+SXWwNq9tngUSIBM ZxgZyea+HVrRKgVRYGrPIElmZKjs8X+APBqnnGgTVjhPsb12HVpOekSzL0VoeLOihKmA 67UJMphHw3P0ZfJzE2G2IRfrNnFxMXJMPjxigxk58kvjUQiWIw6oLMrYOs2t6WgEhNUI 5lUKKtfmgYeCPCPCK9659uvTTIbufJbBTb18YFKUmYZwr9SH7kbYfmWMl22BZ7Wqvn4r dK5TyxtAf+ADOAKZIC9hFHkUY7ILlEtpy3WSJDlXdaB5AbgLf4v7BpTuM7po6GNHx6Ro PMVQ== X-Gm-Message-State: ALoCoQmSi7ZhQbufD1xcuPOtj48N1zTOtiG5g8fVUeWB2/pUhVxKDHLzOOi76ErqKUCWDVYD7EqI MIME-Version: 1.0 X-Received: by 10.180.37.112 with SMTP id x16mr35541616wij.48.1388176920940; Fri, 27 Dec 2013 12:42:00 -0800 (PST) Received: by 10.194.62.230 with HTTP; Fri, 27 Dec 2013 12:42:00 -0800 (PST) X-Originating-IP: [58.39.20.163] In-Reply-To: <52BDE065.3020402@rainbow-runner.nl> References: <52BDE065.3020402@rainbow-runner.nl> Date: Sat, 28 Dec 2013 04:42:00 +0800 Message-ID: Subject: Re: build xorg stopped in x11-fonts/font-bh-ttf From: J M To: Koop Mast Content-Type: text/plain; charset=ISO-8859-1 X-Content-Filtered-By: Mailman/MimeDel 2.1.17 Cc: freebsd-x11@freebsd.org X-BeenThere: freebsd-x11@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: X11 on FreeBSD -- maintaining and support List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 27 Dec 2013 20:42:03 -0000 Thank you. The same problem happened to xdm if the xdmshell of xdm option is selected. On Sat, Dec 28, 2013 at 4:17 AM, Koop Mast wrote: > On 12/27/13 21:09, J M wrote: > >> *** no such file or directory *** (I am sorry I didn't record the errors.) >> It maybe because it is not compatible of the stage >> Add NO_STAGE=yes into /etc/make.conf and build x11-fonts/font-bh-ttf >> separately, then remove NO_STAGE=yes from /etc/make.conf and cd >> /usr/ports/x11/xorg and build continue. >> > > Please update fontconfig to 2.11.0_1 which should fix this problem. If it > still broken let us know. > > Btw NO_STAGE=yes is not a variable to set in /etc/make.conf, it should > _only_ be set in the ports that are not yet converted to support stage. >