From mboxrd@z Thu Jan 1 00:00:00 1970 Return-path: Received: from ptx.hi.pengutronix.de ([2001:6f8:1178:2:5054:ff:fec0:8e10] ident=Debian-exim) by metis.ext.pengutronix.de with esmtp (Exim 4.72) (envelope-from ) id 1TeYuj-0006S7-FO for ptxdist@pengutronix.de; Fri, 30 Nov 2012 23:18:29 +0100 Received: from mol by ptx.hi.pengutronix.de with local (Exim 4.72) (envelope-from ) id 1TeYuj-00014x-Gi for ptxdist@pengutronix.de; Fri, 30 Nov 2012 23:18:29 +0100 Date: Fri, 30 Nov 2012 23:18:29 +0100 From: Michael Olbrich Message-ID: <20121130221829.GK27118@pengutronix.de> References: MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: Subject: Re: [ptxdist] Anyone else have trouble building pango with latest ptxdist? 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 On Thu, Nov 29, 2012 at 05:52:10PM -0600, George McCollister wrote: > I'm trying to build pango for i686 with the latest ptxdist and I'm > getting a wrapper error. Has anyone else built it without trouble? > > make[5]: *** [pango-tabs.lo] Error 1 > wrapper: Bad search path in: > i686-unknown-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. > -DG_LOG_DOMAIN="Pango" -DPANGO_ENABLE_BACKEND -DPANGO_ENABLE_ENGINE > -DSYSCONFDIR="/etc" -DLIBDIR="/usr/lib" -I.. -DPANGO_ENABLE_DEBUG > -pthread > -I/home/georgem/workspace_linux-3.2-upstream-rebase_i686/platform-i686/sysroot-target/usr/include/glib-2.0 > -I/home/georgem/workspace_linux-3.2-upstream-rebase_i686/platform-i686/sysroot-target/us > r/lib/glib-2.0/include > -I/home/georgem/workspace_linux-3.2-upstream-rebase_i686/platform-i686/sysroot-target/usr/include/cairo > -I/home/georgem/workspace_linux-3.2-upstream-rebase_i686/platform-i6 > 86/sysroot-target/usr/include/glib-2.0 > -I/home/georgem/workspace_linux-3.2-upstream-rebase_i686/platform-i686/sysroot-target/usr/lib/glib-2.0/include > -I/home/georgem/workspace_linux-3.2-upstream- > rebase_i686/platform-i686/sysroot-target/usr/include/pixman-1 > -I/home/georgem/workspace_linux-3.2-upstream-rebase_i686/platform-i686/sysroot-target/usr/include/freetype2 > -I/home/georgem/workspace > _linux-3.2-upstream-rebase_i686/platform-i686/sysroot-target/usr/include/libpng12 > -I/home/georgem/workspace_linux-3.2-upstream-rebase_i686/platform-i686/sysroot-target/usr/include/freetype2 > -I/usr/include -g -O2 -Wall -MT pango-utils.lo -MD -MP -MF ^^^^^^^^^^^^^ Here is your problem. I suspect, that the configure script finds something in your host system and adds this path. This problem probably existed before, the wrapper just bails out now. Michael > .deps/pango-utils.Tpo -c pango-utils.c -fPIC -DPIC -o > .libs/pango-utils.o > make[5]: *** [pango-utils.lo] Error 1 > make[4]: *** [all-recursive] Error 1 > make[3]: *** [all] Error 2 > make[2]: *** [all-recursive] Error 1 > make[1]: *** [all] Error 2 > make: *** [/home/georgem/workspace_linux-3.2-upstream-rebase_i686/platform-i686/state/pango.compile] > Error 2 -- Pengutronix e.K. | | Industrial Linux Solutions | http://www.pengutronix.de/ | Peiner Str. 6-8, 31137 Hildesheim, Germany | Phone: +49-5121-206917-0 | Amtsgericht Hildesheim, HRA 2686 | Fax: +49-5121-206917-5555 | -- ptxdist mailing list ptxdist@pengutronix.de