Openembedded Core Discussions
 help / color / mirror / Atom feed
From: Saul Wold <sgw@linux.intel.com>
To: Randy MacLeod <rwmacleod@gmail.com>
Cc: openembedded-core@lists.openembedded.org
Subject: Re: [PATCH 12/18] pkgconfig: Move patches in prep for 0.28 update
Date: Mon, 06 May 2013 23:38:45 -0700	[thread overview]
Message-ID: <5188A175.5020001@linux.intel.com> (raw)
In-Reply-To: <CAK6=ix4tT9WpDy0HXBQdKBtVE9anCJJjTntP+QYY=vSMOiQbng@mail.gmail.com>


Top Post:

My bad, I pushed the wrong local branch to sgw/wip, it's updated now.

Sorry.

	Sau!


On 05/06/2013 08:53 PM, Randy MacLeod wrote:
>
>
>
> On Mon, May 6, 2013 at 5:58 PM, Saul Wold <sgw@linux.intel.com
> <mailto:sgw@linux.intel.com>> wrote:
>
>     On 05/06/2013 01:59 PM, Randy MacLeod wrote:
>
>         On 13-04-24 05:37 PM, Saul Wold wrote:> Signed-off-by: Saul Wold
>         <sgw@linux.intel.com <mailto:sgw@linux.intel.com>
>         <mailto:sgw@linux.intel.com <mailto:sgw@linux.intel.com>>>
>
>           > ---
>           >   meta/recipes-devtools/__pkgconfig/pkgconfig.inc     | 8
>         +-------
>           >   meta/recipes-devtools/__pkgconfig/pkgconfig_0.25.bb
>         <http://pkgconfig_0.25.bb>
>         <http://pkgconfig_0.25.bb> | 7 +++++++
>
>           >   2 files changed, 8 insertions(+), 7 deletions(-)
>
>         Saul,
>
>         Any news on pkgconfig-0.28 ? I'm trying to compile c-i-m
>         using clang for the -native tools and glib-1.2.10 shipped with
>         pkgconfig-0.25 is causing the build error below.
>         pkgconfig-0.28 and later includes version of glib-2.32.4
>
>     Got caught up in 1.4 finalization and planning for 1.5, I was going
>     to look at it again this week.
>
>
>         If you are about to push this uprev, I'll wait a while and try
>         again. Do you want help?
>
>     I would appreciate help with the update if you can provide a tested
>     pkgconfig update, I was thinking about providing the update for
>     testing before enabling it similar to what we do with gcc, that's
>     why I split the recipe.
>
>     I have an untested version (it builds) in my poky-contrib/sgw/wip
>     branch with you want to finish/test it more.
>
>
> I only see 0.25:
>
> $ cd .../poky/poky-contrib.git
> $ git pull
> Already up-to-date.
> $ git status
> # On branch sgw/wip
> nothing to commit, working directory clean
> $ find meta -name "pkgcon*bb"
> meta/recipes-devtools/pkgconfig/pkgconfig_0.25.bb <http://pkgconfig_0.25.bb>
> meta/recipes-devtools/pkgconfig/pkgconfig_git.bb <http://pkgconfig_git.bb>
>
> Did I miss something?
>
> I think you want me to provide a commit for 0.28 as an additional recipe
> with the
> preferred provider being 0.25 until 0.28 is tested and stable. Is that
> right?
>
>     Thanks for your help.
>
>
> Let's not get ahead of ourselves. :)
> I'm also in the middle of planning so we'll see how much time I have to
> work on this. :) I've made some progress on groking the existing patches
> and determining which ones should be kept, adjusted and tossed. More
> tomorrow night - I hope.
>
>
> Current status:
> - removed all the pkgconfig-0.28/*patches - I'm not sure I can really
> get away with that.
> - configure is failing as shown below.
>
>
> // Randy
>
> $ bitbake -c configure pkgconfig-native
> ....
> | system_include_path='/usr/include'
> | system_library_path='/usr/lib:/lib'
> | target_alias='x86_64-linux'
> | use_indirect_deps='no'
> |
> | configure: exit 1
> | ERROR: oe_runconf failed
> | ERROR: Function failed: do_configure (see
> /home/rmacleod/src/distro/yocto/b-clang/build/tmp-eglibc/work/x86_64-linux/pkgconfig-native/0.28-r0/temp/log.do_configure.15370
> for further information)
> ERROR: Task 26
> (virtual:native:/home/rmacleod/src/distro/yocto/oe-core.git/meta/recipes-devtools/pkgconfig/pkgconfig_0.28.bb
> <http://pkgconfig_0.28.bb>, do_configure) failed with exit code '1'
> NOTE: Tasks Summary: Attempted 46 tasks of which 42 didn't need to be
> rerun and 1 failed.
> No currently running tasks (46 of 63)
>
> Summary: 1 task failed:
>
> virtual:native:/home/rmacleod/src/distro/yocto/oe-core.git/meta/recipes-devtools/pkgconfig/pkgconfig_0.28.bb
> <http://pkgconfig_0.28.bb>, do_configure
>
>
> --
> ../Randy/..



  reply	other threads:[~2013-05-07  6:56 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-05-06 20:59 [PATCH 12/18] pkgconfig: Move patches in prep for 0.28 update Randy MacLeod
2013-05-06 21:58 ` Saul Wold
2013-05-07  3:53   ` Randy MacLeod
2013-05-07  6:38     ` Saul Wold [this message]
  -- strict thread matches above, loose matches on Subject: below --
2013-04-24 21:36 [PATCH 00/18] Package Updates Saul Wold
2013-04-24 21:37 ` [PATCH 12/18] pkgconfig: Move patches in prep for 0.28 update 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=5188A175.5020001@linux.intel.com \
    --to=sgw@linux.intel.com \
    --cc=openembedded-core@lists.openembedded.org \
    --cc=rwmacleod@gmail.com \
    /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