From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from us194mx009.tycoelectronics.net ([198.175.154.211]) by linuxtogo.org with esmtp (Exim 4.69) (envelope-from ) id 1OgMWp-0007XI-Ru for openembedded-devel@lists.openembedded.org; Tue, 03 Aug 2010 20:48:21 +0200 Received: from [163.241.71.52] (163.241.71.52) by us194mx009.tycoelectronics.net (163.241.185.250) with Microsoft SMTP Server id 8.1.393.1; Tue, 3 Aug 2010 14:36:37 -0400 Message-ID: <4C5861BC.3010909@tycoelectronics.com> Date: Tue, 3 Aug 2010 14:36:44 -0400 From: Jay Snyder User-Agent: Thunderbird 2.0.0.23 (X11/20090817) MIME-Version: 1.0 To: References: In-Reply-To: X-SA-Exim-Connect-IP: 198.175.154.211 X-SA-Exim-Mail-From: jay.snyder@tycoelectronics.com X-Spam-Checker-Version: SpamAssassin 3.2.5 (2008-06-10) on discovery X-Spam-Level: X-Spam-Status: No, score=-2.6 required=5.0 tests=AWL,BAYES_00 autolearn=ham version=3.2.5 X-SA-Exim-Version: 4.2.1 (built Wed, 25 Jun 2008 17:20:07 +0000) X-SA-Exim-Scanned: Yes (on linuxtogo.org) Subject: gs-8.64 -- cups-gs broken X-BeenThere: openembedded-devel@lists.openembedded.org X-Mailman-Version: 2.1.11 Precedence: list Reply-To: openembedded-devel@lists.openembedded.org List-Id: Using the OpenEmbedded metadata to build Distributions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 03 Aug 2010 18:48:25 -0000 Content-Type: text/plain; charset="ISO-8859-1"; format=flowed Content-Transfer-Encoding: 7bit The cups-gs package is no longer being built by the gs-8.64 recipe. This was fine with my previous git pull of 04-Dec-2009. The problem is that the pstoraster and pstopxl executables are being installed to a incorrect path. From my log file: ==================================== log.do_install.25037:mkdir -p /home/oe/build-2010-07-29/tmp/work/i686-angstrom-linux/gs-8.64-r2/image/home/oe/build-2010-07-29/tmp/sysroots/i686-angstrom-linux/usr/lib/cups/filter log.do_install.25037:./base/instcopy -c -m 755 cups/pstoraster /home/oe/build-2010-07-29/tmp/work/i686-angstrom-linux/gs-8.64-r2/image/home/oe/build-2010-07-29/tmp/sysroots/i686-angstrom-linux/usr/lib/cups/filter log.do_install.25037: ./base/instcopy -c -m 755 ./bin/pdftoraster /home/oe/build-2010-07-29/tmp/work/i686-angstrom-linux/gs-8.64-r2/image/home/oe/build-2010-07-29/tmp/sysroots/i686-angstrom-linux/usr/lib/cups/filter; \ log.do_install.25037:./base/instcopy -c -m 755 cups/pstopxl /home/oe/build-2010-07-29/tmp/work/i686-angstrom-linux/gs-8.64-r2/image/home/oe/build-2010-07-29/tmp/sysroots/i686-angstrom-linux/usr/lib/cups/filter ==================================== FYI: PKGDIR=/home/oe/build-2010-07-29 From the looks of this, it is appending the stataging directory, /home/oe/build-2010-07-29/tmp/sysroots/i686-angstrom-linux/usr/lib/cups/filter to the image directory: /home/oe/build-2010-07-29/tmp/work/i686-angstrom-linux/gs-8.64-r2/image If someone knows how I can fix this, please let me know. Thanks, Jay