From mboxrd@z Thu Jan 1 00:00:00 1970 Return-path: Received: from smtpout301.onlinespamfilter.nl ([2001:4cb8:1:1620:217:21:240:234]) by metis.ext.pengutronix.de with esmtp (Exim 4.72) (envelope-from ) id 1UVeHY-0005VV-L7 for ptxdist@pengutronix.de; Fri, 26 Apr 2013 10:45:29 +0200 Received: from smtp.onlinespamfilter.nl (localhost [127.0.0.1]) by smtp.onlinespamfilter.nl (Postfix) with ESMTP id 2AA1F1FF74 for ; Fri, 26 Apr 2013 10:46:22 +0200 (CEST) Received: from edgetransport.siouxehv.nl (mail.sioux.eu [81.175.73.17]) (using TLSv1 with cipher RC4-SHA (128/128 bits)) (No client certificate requested) by smtp.onlinespamfilter.nl (Postfix) with ESMTPS for ; Fri, 26 Apr 2013 10:46:22 +0200 (CEST) From: Bjorn Stuyck Date: Fri, 26 Apr 2013 08:45:19 +0000 Message-ID: <3E3480367E7C0148ACD0EA1F0C768A7D31CEFF@MAILBOX01.siouxehv.nl> Content-Language: nl-BE MIME-Version: 1.0 Subject: [ptxdist] Compile package with Python 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="windows-1252" Content-Transfer-Encoding: quoted-printable Sender: ptxdist-bounces@pengutronix.de Errors-To: ptxdist-bounces@pengutronix.de To: "ptxdist@pengutronix.de" Hi, In my current project I am integrating the onboard virtual keyboard into pt= xdist. This is my first challenge with ptxdist so my knowledge of ptxdist is not q= uite good yet. But I=92m stuck on the next issue. Onboard is compiled through python calling setup.py build. The .install step uses the CROSS_PYTHON for executing the setup.py. CROSS_PYTHON =3D sysroot-cross/bin/python2.6 Setup.py requires python-distultils-extra and python-setuptools which I suc= cessfully implemented at host side. After the installation of those modules, setup.py continued and printed oth= er requirements. The next requirements were dconf and GTK+ dependencies which where already = implemented at target side. But when the script tries to get the pkg version it can=92t find the dconf = or GTK+ package versions. Those package descriptions are found in the sysroot-target/usr/lib/pkgconfi= g directory. But python is looking at sysroot-host for the pkgconfig dir which does not = contain the approriate information. So the script fails and stops because it can=92t find the pkgversions. Is there any documentation or an example of how to redirect python to the t= arget libs? Kind regards, = Bjorn Stuyck Software Engineer ___________________________________________________________ = Sioux. Source of your Technology Technical Software | Electronics | Industrial Mathematics | Remote Solutions = Sioux Embedded Systems N.V. I Welvaartstraat 14-1 bus 5 I B-2200 Herentals= I Franklin Rooseveltlaan 348/J | B-9000 Gent | Belgium I bjorn.stuyck@sioux.eu I www.sioux.eu -- = ptxdist mailing list ptxdist@pengutronix.de