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 1V26Ti-00064P-3v for ptxdist@pengutronix.de; Wed, 24 Jul 2013 23:20:11 +0200 Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1V26Tc-0006ti-4R for ptxdist@pengutronix.de; Wed, 24 Jul 2013 23:20:04 +0200 Received: from 74-85-144-253.ptr.onlive.net ([74.85.144.253]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Wed, 24 Jul 2013 23:20:04 +0200 Received: from drkmask12 by 74-85-144-253.ptr.onlive.net with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Wed, 24 Jul 2013 23:20:04 +0200 From: Matt Date: Wed, 24 Jul 2013 21:16:20 +0000 (UTC) Message-ID: Mime-Version: 1.0 Subject: [ptxdist] =?utf-8?q?PTXCONF=5FHOST=5FPACKAGE=5FMANAGEMENT_not_def?= =?utf-8?q?ined=3F?= 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 I'm very new to ptxdist so I apologize for any rookie mistakes. I'm trying to build a project that a previous employee had made. So far I think I have successfully gotten ptxdist installed (albeit a way newer version,) built a toolchain and setup the project from before. Whenever I run ptxdist go it bails on the following: --------------------------- target: glibc.targetinstall --------------------------- ptx xpkg type is and pkg xpkg is glibc ptxdist: error: 'pkg_xpkg' or 'ptx_xpkg_type' undefined make: *** [/home/matt/svn-ops/trunk/ptxdist/slab/platform-i586-unknown-linux-gnu-gcc -4.7.2-glibc-2.16.0-binutils-2.22-kernel-3.6-sanitized/state/glibc.targetinstall] Error 1 I added the line where it shows the values of the two variables that are possibly undefined. After hunting down ptx_xpkg_type it shows this: $ grep -r "ptx_xpkg_type=" /usr/local/lib/ptxdist-2012.12.1/* /usr/local/lib/ptxdist-2012.12.1/rules/post/ptxd_make_world_common.make : ptx_xpkg_type=$(PTXCONF_HOST_PACKAGE_MANAGEMENT) However, I can't find anywhere where that variable is assigned. Can anyone tell me what this variable is and how it gets defined? Please let me know if there is any information you need provided about my machine. Fedora 18 64 bit OSELAS.Toolchain-2012.12.1/i586-unknown-linux-gnu/gcc-4.7.2-glibc-2.16.0 -binutils-2.22-kernel-3.6-sanitized ptxdist 12.12.01 -- ptxdist mailing list ptxdist@pengutronix.de