From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mail-bw0-f47.google.com ([209.85.214.47]) by linuxtogo.org with esmtp (Exim 4.72) (envelope-from ) id 1RHrdT-0001U1-C0 for openembedded-core@lists.openembedded.org; Sun, 23 Oct 2011 08:34:19 +0200 Received: by bkat8 with SMTP id t8so6934682bka.6 for ; Sat, 22 Oct 2011 23:28:20 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=date:from:to:cc:subject:message-id:references:mime-version :content-type:content-disposition:in-reply-to:user-agent; bh=9yOFjAP4qgjvJqnchD7UKE2soNNNWupkxObml4yQe5c=; b=tsLJVaT/75rQM58gRr0QCoOHpW8rGVXftnuwTPxQrFf7SqeuIdkFsLb59OZFLI4Q/I i34aFc73AQX33QxGdG7mV0jI4IbuXxFXjuklZ9MuGf+YnAei+VHmnth1+AsEr15Eglli v8WDKnQfzRXMJsOlXb4EC+GW92J9Ts0NLw+Lg= Received: by 10.223.17.3 with SMTP id q3mr35510222faa.28.1319351300482; Sat, 22 Oct 2011 23:28:20 -0700 (PDT) Received: from localhost ([94.230.152.246]) by mx.google.com with ESMTPS id x22sm33827811faa.5.2011.10.22.23.28.18 (version=TLSv1/SSLv3 cipher=OTHER); Sat, 22 Oct 2011 23:28:19 -0700 (PDT) Date: Sun, 23 Oct 2011 08:28:13 +0200 From: Martin Jansa To: "Kamble, Nitin A" Message-ID: <20111023062813.GC3497@jama.jama.net> References: <70807dd62c2c498616cc544869bd710b351b7212.1318547063.git.nitin.a.kamble@intel.com> <20111014081939.GC3542@jama.jama.net> <20111014091136.GE3542@jama.jama.net> <9DA5872FEF993D41B7173F58FCF6BE94E33A6D8D@orsmsx504.amr.corp.intel.com> MIME-Version: 1.0 In-Reply-To: <9DA5872FEF993D41B7173F58FCF6BE94E33A6D8D@orsmsx504.amr.corp.intel.com> User-Agent: Mutt/1.5.21 (2010-09-15) Cc: Patches and discussions about the oe-core layer Subject: Re: [review/test 3/5] python, python-native: upgrade from 2.6.6 to 2.7.2 X-BeenThere: openembedded-core@lists.openembedded.org X-Mailman-Version: 2.1.11 Precedence: list Reply-To: Patches and discussions about the oe-core layer List-Id: Patches and discussions about the oe-core layer List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 23 Oct 2011 06:34:19 -0000 X-Groupsio-MsgNum: 11456 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="eHhjakXzOLJAF9wJ" Content-Disposition: inline --eHhjakXzOLJAF9wJ Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Sat, Oct 22, 2011 at 04:54:00PM -0700, Kamble, Nitin A wrote: > Hi Martin, > I have kept my python work at nitin/python branch on poky contrib. the = 2.7.2 python is working for all arches except arm. And I am going on vacati= on for few days, and I could not finish the python arm issue arm, so if you= get a chance you can look into the arm issue, if you have not resolved it = already then I will look into it again once I am back from my vacation on 1= 3th Nov. Hi Nitin, I've tried already and failed, but I'll try again and I guess qemux86-64 (linking to host libc and failing if it's not same version as the one in sysroot) is also still broken and should be taken care of too, right? Regards, > > -----Original Message----- > > From: openembedded-core-bounces@lists.openembedded.org > > [mailto:openembedded-core-bounces@lists.openembedded.org] On Behalf Of > > Martin Jansa > > Sent: Friday, October 14, 2011 2:12 AM > > To: Patches and discussions about the oe-core layer > > Subject: Re: [OE-core] [review/test 3/5] python, python-native: upgrade > > from 2.6.6 to 2.7.2 > >=20 > > On Fri, Oct 14, 2011 at 10:19:39AM +0200, Martin Jansa wrote: > > > On Thu, Oct 13, 2011 at 04:06:13PM -0700, nitin.a.kamble@intel.com > > wrote: > > > > From: Nitin A Kamble > > > > > > > > > > This patch does not apply after > > > 9f9612d15acc6ee3b71f52bdb3f1ec4cb56b1a17 > > > > > > can you rebase on top of oe-core? > > > > > > Also please drop > > > DEFAULT_PREFERENCE =3D "-27" > > > > > > we have only one python version so I guess it's not usefull at all > > > anymore > > > > > > I'll apply it manually, test it here.. and report if those modules > > are > > > build later.. > >=20 > > seems the same as with previous version.. > >=20 > > log.do_compile full of > > /OE/shr-core/tmp/sysroots/x86_64-linux/usr/lib/libpython2.7.so: file > > not recognized: File format not recognized > > collect2: ld returned 1 exit status > >=20 > > and only built module is sqlite > > OE @ ~/shr-core/tmp/work/armv4t-oe-linux-gnueabi/python-2.7.2-r0.0 $ ls > > Python-2.7.2/build/lib.linux-x86_64-2.7/ > > _sqlite3.so > >=20 > > while with 2.6 we had a lot of modules > > $ ls Python-2.6.6/build/lib.linux-x86_64-2.6/ > > _bisect.so _codecs_jp.so _ctypes.so _fileio.so > > _json.so _random.so _testcapi.so bz2.so > > datetime.so itertools.so parser.so spwd.so > > unicodedata.so > > _bytesio.so _codecs_kr.so _ctypes_test.so _functools.so > > _locale.so _socket.so _weakref.so cPickle.so fcntl.so > > math.so pyexpat.so strop.so zlib.so > > _codecs_cn.so _codecs_tw.so _curses.so _hashlib.so > > _lsprof.so _sqlite3.so array.so cStringIO.so > > future_builtins.so mmap.so readline.so syslog.so > > _codecs_hk.so _collections.so _curses_panel.so _heapq.so > > _multibytecodec.so _ssl.so audioop.so cmath.so gdbm.so > > nis.so resource.so termios.so > > _codecs_iso2022.so _csv.so _elementtree.so _hotshot.so > > _multiprocessing.so _struct.so binascii.so crypt.so grp.so > > operator.so select.so time.so > >=20 > > Can you please test that you have non-empty python-syslog python- > > resource python-elementtree python-fcntl python-zlib? > > And test build for qemuarm, because I guess that it links to -native > > libpython2.7 when you're building qemux86 on x86 host. > >=20 > > But it seems that python runtime works now, thanks! > >=20 > > Regards, > > -- > > Martin 'JaMa' Jansa jabber: Martin.Jansa@gmail.com --=20 Martin 'JaMa' Jansa jabber: Martin.Jansa@gmail.com --eHhjakXzOLJAF9wJ Content-Type: application/pgp-signature; name="signature.asc" Content-Description: Digital signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.18 (GNU/Linux) iEYEARECAAYFAk6js/0ACgkQN1Ujt2V2gBwZ2ACfZcCelkuullzOLOmvO/PrFdcX YC8AniYDL1QdnhBse+pNTTcWjQxMJhy0 =Mdtn -----END PGP SIGNATURE----- --eHhjakXzOLJAF9wJ--