Openembedded Core Discussions
 help / color / mirror / Atom feed
From: Martin Jansa <martin.jansa@gmail.com>
To: Patches and discussions about the oe-core layer
	<openembedded-core@lists.openembedded.org>
Subject: Re: [PATCH 4/4] python, python-native: upgrade from 2.6.6 to 2.7.2
Date: Fri, 30 Sep 2011 20:46:03 +0200	[thread overview]
Message-ID: <20110930184603.GI7364@jama.jama.net> (raw)
In-Reply-To: <9DA5872FEF993D41B7173F58FCF6BE94E0905BBC@orsmsx504.amr.corp.intel.com>

[-- Attachment #1: Type: text/plain, Size: 3779 bytes --]

On Fri, Sep 30, 2011 at 11:40:47AM -0700, Kamble, Nitin A wrote:
> 
> > -----Original Message-----
> > From: openembedded-core-bounces@lists.openembedded.org
> > [mailto:openembedded-core-bounces@lists.openembedded.org] On Behalf Of
> > Martin Jansa
> > Sent: Friday, September 30, 2011 11:38 AM
> > To: Patches and discussions about the oe-core layer
> > Subject: Re: [OE-core] [PATCH 4/4] python, python-native: upgrade from
> > 2.6.6 to 2.7.2
> > 
> > On Thu, Sep 29, 2011 at 06:27:11PM -0700, nitin.a.kamble@intel.com
> > wrote:
> > > From: Nitin A Kamble <nitin.a.kamble@intel.com>
> > >
> > > rename from meta/recipes-devtools/python/python-2.6-manifest.inc
> > > rename to meta/recipes-devtools/python/python-2.7-manifest.inc
> > 
> > this is wrong.. just to rename it isn't enough
> > 
> > I will send patch which regenerates manifest with right paths to
> > actually package something..
> > 
> > Regards,
> 
> Hi Martin,
>   Thanks for catching this. I did not see issue with old manifest. But getting new manifest would be better.

Maybe you had python2.6 packages still arround, but for me the issue
looked like this (because almost all python-* packages were skipped as
empty) 
-FILES_${PN}-foo="${libdir}/python2.6/foo"
+FILES_${PN}-foo="${libdir}/python2.7/foo"


| Collected errors:
|  * satisfy_dependencies_for: Cannot satisfy the following dependencies
for task-shr-minimal-fso:
|  *    python-textutils *      python-multiprocessing *
python-shell *  python-syslog *         python-threading *
python-xml *    python-io *  python-logging *         python-stringold *
python-ctypes *         python-difflib *        python-datetime *
python-logging *        python-textutils *    python-sqlite3 *
python-subprocess *     python-io *     python-fcntl *  python-stringold
*      python-pprint *         python-shell *  python-datetime *
*      python-codecs *
|  * opkg_install_cmd: Cannot install package task-shr-minimal-fso.
|  * satisfy_dependencies_for: Cannot satisfy the following dependencies
for task-shr-minimal-gtk:
|  *    libpoppler5 (>= 0.12.3) *       libpoppler5 (>= 0.12.3) *
libpoppler5 (>= 0.12.3) *
|  * opkg_install_cmd: Cannot install package task-shr-minimal-gtk.
|  * satisfy_dependencies_for: Cannot satisfy the following dependencies
for task-shr-minimal-apps:
|  *    python-resource *       python-io *     python-terminal *
python-fcntl *  python-shell *  python-lang *   python-lang *
python-lang *   python-lang *         python-codecs *
python-lang *   libpoppler5 (>= 0.12.3) *
|  * opkg_install_cmd: Cannot install package task-shr-minimal-apps.
|  * satisfy_dependencies_for: Cannot satisfy the following dependencies
for task-shr-cli:
|  *    python-compression *    python-netclient *      python-textutils
*      python-image *  python-mime *   python-json *   python-html *
*      python-sqlite3 *      python-netclient *      python-sqlite3 *
*      python-netclient *
|  * opkg_install_cmd: Cannot install package task-shr-cli.
| ERROR: Function 'do_rootfs' failed (see
/OE/shr-core/tmp/work/om_gta02-oe-linux-gnueabi/shr-image-2.0-r18/temp/log.do_rootfs.13435
for further information)
NOTE: package shr-image-2.0-r18: task do_rootfs: Failed
ERROR: Task 8
(/OE/shr-core/meta-smartphone/meta-shr/recipes-shr/images/shr-image.bb,
do_rootfs) failed with exit code '1'
ERROR:
'/OE/shr-core/meta-smartphone/meta-shr/recipes-shr/images/shr-image.bb'
failed

> Thanks,
> Nitin
> 
> 
> _______________________________________________
> Openembedded-core mailing list
> Openembedded-core@lists.openembedded.org
> http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-core

-- 
Martin 'JaMa' Jansa     jabber: Martin.Jansa@gmail.com

[-- Attachment #2: Digital signature --]
[-- Type: application/pgp-signature, Size: 205 bytes --]

  reply	other threads:[~2011-09-30 18:51 UTC|newest]

Thread overview: 18+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-09-30  1:27 [PATCH 0/4] Recipes upgrades nitin.a.kamble
2011-09-30  1:27 ` [PATCH 1/4] gdb: upgrade from 7.3a to 7.3.1 nitin.a.kamble
2011-09-30  1:27 ` [PATCH 2/4] byacc: upgrade from 20101229 to 20110908 nitin.a.kamble
2011-09-30  1:27 ` [PATCH 3/4] python-dbus: upgrade from 0.83.2 to 0.84.0 nitin.a.kamble
2011-09-30  1:27 ` [PATCH 4/4] python, python-native: upgrade from 2.6.6 to 2.7.2 nitin.a.kamble
2011-09-30 18:37   ` Martin Jansa
2011-09-30 18:38     ` [PATCH] python: update generate-manifest for 2.7 version and regenerate it Martin Jansa
2011-09-30 18:40     ` [PATCH 4/4] python, python-native: upgrade from 2.6.6 to 2.7.2 Kamble, Nitin A
2011-09-30 18:46       ` Martin Jansa [this message]
2011-10-01 18:33         ` Martin Jansa
2011-10-02  1:17           ` Kamble, Nitin A
2011-10-13 20:09           ` Kamble, Nitin A
2011-10-13 21:40             ` Martin Jansa
2011-10-13 22:16               ` Kamble, Nitin A
2011-10-04 11:03     ` Koen Kooi
2011-10-04 11:31       ` Martin Jansa
2011-09-30 17:16 ` [PATCH 0/4] Recipes upgrades Martin Jansa
2011-10-05  4:42 ` Saul Wold

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20110930184603.GI7364@jama.jama.net \
    --to=martin.jansa@gmail.com \
    --cc=openembedded-core@lists.openembedded.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox