All of lore.kernel.org
 help / color / mirror / Atom feed
From: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
To: buildroot@busybox.net
Subject: [Buildroot] [PATCH 1/1] usb_modeswitch: disable parallel build
Date: Sat, 24 Nov 2018 13:03:56 +0100	[thread overview]
Message-ID: <20181124130356.25f4df62@windsurf> (raw)
In-Reply-To: <20181122180746.24616-1-fontaine.fabrice@gmail.com>

Hello,

On Thu, 22 Nov 2018 19:07:46 +0100, Fabrice Fontaine wrote:
> Build of package will sometime fails because of the following issue:
> install-static target has two dependencies: dispatcher-static and
> install-common
> 
> Because dispatcher-static is not a file but only a target, it will
> always be called to build usb_modeswitch_dispatcher.
> So, even if install-common depends on usb_modeswitch_dispatcher, in some
> rare cases, install-static won't be able to install
> usb_modeswitch_dispatcher because it is being rebuild by
> dispatcher-static
> 
> To fix this issue, disable parallel build
> 
> Fixes:
>  - http://autobuild.buildroot.org/results/8297be35725b816ff5afaf909605ceb41223efb6
> 
> Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
> ---
>  package/usb_modeswitch/usb_modeswitch.mk | 2 ++
>  1 file changed, 2 insertions(+)

Applied to master, thanks. It would be nice to report the issue
upstream. Thanks!

Thomas
-- 
Thomas Petazzoni, CTO, Bootlin
Embedded Linux and Kernel engineering
https://bootlin.com

  reply	other threads:[~2018-11-24 12:03 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-11-22 18:07 [Buildroot] [PATCH 1/1] usb_modeswitch: disable parallel build Fabrice Fontaine
2018-11-24 12:03 ` Thomas Petazzoni [this message]
2018-11-26 17:57 ` Peter Korsgaard

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=20181124130356.25f4df62@windsurf \
    --to=thomas.petazzoni@bootlin.com \
    --cc=buildroot@busybox.net \
    /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.