From mboxrd@z Thu Jan 1 00:00:00 1970 Return-path: Received: from plane.gmane.org ([80.91.229.3]) by metis.ext.pengutronix.de with esmtp (Exim 4.72) (envelope-from ) id 1TRNVZ-0001Vj-Bz for ptxdist@pengutronix.de; Thu, 25 Oct 2012 15:30:06 +0200 Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1TRNVb-0002f4-U0 for ptxdist@pengutronix.de; Thu, 25 Oct 2012 15:30:04 +0200 Received: from 208.80.102.28 ([208.80.102.28]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Thu, 25 Oct 2012 15:30:03 +0200 Received: from steve by 208.80.102.28 with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Thu, 25 Oct 2012 15:30:03 +0200 From: Steve Schefter Date: Thu, 25 Oct 2012 13:25:24 +0000 (UTC) Message-ID: Mime-Version: 1.0 Subject: [ptxdist] dependency issue Reply-To: ptxdist@pengutronix.de List-Id: PTXdist Development Mailing List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: ptxdist-bounces@pengutronix.de Errors-To: ptxdist-bounces@pengutronix.de To: ptxdist@pengutronix.de Hi. I'm having an issue with ptxdist building one of the components out of order. Mesalib depends on host-makedepend, but it is building Mesalib first. rules/mesalib.in starts off with: menuconfig MESALIB tristate prompt "mesa " select HOST_MESALIB select LIBDRM select HOST_MAKEDEPEND There's no circular dependency causing problems: I've tried removing the one select statement from rules/host-makedepend.in so that it has no dependencies. That had no effect. ptxdist seems to be aware of Mesalib/host-makedepend dependency as state/ptx_map_deps.sh contains the line: PTX_MAP_DEP_MESALIB=HOST_MESALIB:LIBDRM:HOST_MAKEDEPEND:DRI2PROTO:XORG_LIB_X11: XORG_LIB_XEXT:XORG_LIB_XXF86VM:XORG_LIB_XDAMAGE:XORG_LIB_XFIXES:XORG_PROTO_GL: EXPAT:GCCLIBS Any suggestions on what I might have set up incorrectly to cause ptxdist to build out of order? Or what, beyond the select statement, can force it to build host-makedepend first when I run "ptxdist go"? Thanks, Steve -- ptxdist mailing list ptxdist@pengutronix.de