All of lore.kernel.org
 help / color / mirror / Atom feed
From: Joshua Lock <josh@linux.intel.com>
To: Darren Hart <dvhart@linux.intel.com>
Cc: openembedded-core@lists.openembedded.org
Subject: Re: [PATCH 1/1] gthumb: Disable parallel make for gthumb install
Date: Wed, 18 Apr 2012 08:52:00 -0700	[thread overview]
Message-ID: <4F8EE320.4010200@linux.intel.com> (raw)
In-Reply-To: <5840692e28971d911b9c95eb85c2aff0eb028e3c.1334763599.git.dvhart@linux.intel.com>



On 18/04/12 08:40, Darren Hart wrote:
> With PARALLEL_MAKE set to 14, I frequently see the gthumb do_install
> task hang. Make is spinning at 100% CPU and the build makes no
> more progress.
>
> The following work-around proposed by Richard Purdie allows progress
> to be made.
>
> Signed-off-by: Darren Hart<dvhart@linux.intel.com>
> CC: Joshua Lock<josh@linux.intel.com>
> CC: Richard Purdie<richard.purdie@linuxfoundation.org>

Signed-off-by: Joshua Lock <josh@linux.intel.com>

Can you confirm whether the issues you're seeing are the same as in #2245?

https://bugzilla.yoctoproject.org/show_bug.cgi?id=2245

I was looking at a proper fix yesterday but may need to use your beast 
to reproduce and test.

Cheers,
Joshua

> ---
>   meta/recipes-gnome/gthumb/gthumb_2.12.4.bb |    2 ++
>   1 files changed, 2 insertions(+), 0 deletions(-)
>
> diff --git a/meta/recipes-gnome/gthumb/gthumb_2.12.4.bb b/meta/recipes-gnome/gthumb/gthumb_2.12.4.bb
> index 5c87dc1..5821dc4 100644
> --- a/meta/recipes-gnome/gthumb/gthumb_2.12.4.bb
> +++ b/meta/recipes-gnome/gthumb/gthumb_2.12.4.bb
> @@ -8,6 +8,8 @@ PR = "r2"
>
>   EXTRA_OECONF = "--disable-gnome-keyring --disable-libsoup --disable-exiv2 --disable-clutter"
>
> +PARALLEL_MAKEINST=""
> +
>   inherit gnome pkgconfig
>
>   FILES_${PN} += "${datadir}/icons"

-- 
Joshua Lock
         Yocto Project
         Intel Open Source Technology Centre



  parent reply	other threads:[~2012-04-18 16:01 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-04-18 15:40 [PATCH 0/1] gthumb: Disable parallel make for gthumb install Darren Hart
2012-04-18 15:40 ` [PATCH 1/1] " Darren Hart
2012-04-18 15:50   ` Darren Hart
2012-04-18 15:52   ` Joshua Lock [this message]
2012-04-18 15:54     ` Darren Hart
2012-04-27 21:21 ` [PATCH 0/1] " 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=4F8EE320.4010200@linux.intel.com \
    --to=josh@linux.intel.com \
    --cc=dvhart@linux.intel.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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.