From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from proxy.dresearch.de ([87.193.137.100] helo=mail.dresearch.de) by linuxtogo.org with esmtp (Exim 4.69) (envelope-from ) id 1OsvVk-0006Vy-4N for openembedded-devel@lists.openembedded.org; Tue, 07 Sep 2010 12:34:46 +0200 Received: from exchange.intern.dresearch.de (owa.xfer-intern.dresearch.de [192.168.32.16]) by mail.dresearch.de (Postfix) with ESMTP id 81F92491278 for ; Tue, 7 Sep 2010 12:34:05 +0200 (CEST) Received: from mobil-400-586.intern.dresearch.de ([10.32.11.62]) by exchange.intern.dresearch.de with Microsoft SMTPSVC(6.0.3790.4675); Tue, 7 Sep 2010 12:34:05 +0200 Received: from mobil-400-586.intern.dresearch.de (localhost [IPv6:::1]) by mobil-400-586.intern.dresearch.de (Postfix) with ESMTP id A244224DFA for ; Tue, 7 Sep 2010 12:34:05 +0200 (CEST) Message-ID: <4C86151D.50801@dresearch.de> Date: Tue, 07 Sep 2010 12:34:05 +0200 From: Steffen Sledz User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.1.11) Gecko/20100714 SUSE/3.0.6 Lightning/1.0b1 Thunderbird/3.0.6 MIME-Version: 1.0 To: openembedded-devel X-OriginalArrivalTime: 07 Sep 2010 10:34:05.0751 (UTC) FILETIME=[3252A470:01CB4E78] X-SA-Exim-Connect-IP: 87.193.137.100 X-SA-Exim-Mail-From: sledz@dresearch.de 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: gtk+-native build problem 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, 07 Sep 2010 10:34:46 -0000 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit While running some builds for testing-next i hit a problem with gtk+-native. The do_configure stage failed with "configure: error: *** Sorry, cups-config present but cups/cups.h missing." (for details see ). I guess the problem is that at the build host cups is installed but not cups-devel and gtk+-native somehow likes to use it. Can someone have a look at it. May be a cups-dev dependency in gtk+.inc fixes the problem? Steffen