From owner-freebsd-x11@FreeBSD.ORG Wed Jul 27 16:40:21 2011 Return-Path: Delivered-To: x11@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id ED295106564A; Wed, 27 Jul 2011 16:40:21 +0000 (UTC) (envelope-from avg@FreeBSD.org) Received: from citadel.icyb.net.ua (citadel.icyb.net.ua [212.40.38.140]) by mx1.freebsd.org (Postfix) with ESMTP id DCEA28FC17; Wed, 27 Jul 2011 16:40:20 +0000 (UTC) Received: from porto.starpoint.kiev.ua (porto-e.starpoint.kiev.ua [212.40.38.100]) by citadel.icyb.net.ua (8.8.8p3/ICyb-2.3exp) with ESMTP id TAA06952; Wed, 27 Jul 2011 19:40:19 +0300 (EEST) (envelope-from avg@FreeBSD.org) Received: from localhost ([127.0.0.1]) by porto.starpoint.kiev.ua with esmtp (Exim 4.34 (FreeBSD)) id 1Qm79e-000Nt1-PJ; Wed, 27 Jul 2011 19:40:18 +0300 Message-ID: <4E303F71.9050508@FreeBSD.org> Date: Wed, 27 Jul 2011 19:40:17 +0300 From: Andriy Gapon User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:5.0) Gecko/20110706 Thunderbird/5.0 MIME-Version: 1.0 To: Koop Mast References: <20110723131613.GF17489@deviant.kiev.zoral.com.ua> <1311429114.1960.39.camel@crashalot.rainbow-runner.nl> <4E2FE70F.4080001@FreeBSD.org> In-Reply-To: <4E2FE70F.4080001@FreeBSD.org> X-Enigmail-Version: 1.2pre Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Cc: ports@FreeBSD.org, x11@FreeBSD.org Subject: Re: Kernel Intel GPU driver and ports X-BeenThere: freebsd-x11@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: X11 on FreeBSD -- maintaining and support List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 27 Jul 2011 16:40:22 -0000 on 27/07/2011 13:23 Andriy Gapon said the following: [snip] > Making all in nls > make: don't know how to make Compose/index.html. Stop > *** Error code 1 > > Stop in /usr/obj/usr/ports/x11/libX11/work/libX11-1.4.3. > *** Error code 1 > > If I add USE_GMAKE to the port's Makefile then everything builds fine. > Not sure if this is a general problem with FreeBSD make, or only on CURRENT or > something local to my environment. > Can you please double-check if this port builds OK for you? > Per our IRC chat, the problem was that configure detected presence of xmlto program in my environment and enabled additional actions which used syntax specific to GNU make. Adding --without-xmlto option to configure args resolved the problem. Thank you and Eitan for the help! -- Andriy Gapon