All of lore.kernel.org
 help / color / mirror / Atom feed
From: Yann E. MORIN <yann.morin.1998@free.fr>
To: buildroot@busybox.net
Subject: [Buildroot] [PATCH] package/sqlite: fix parallel build failures
Date: Thu, 21 May 2015 20:06:10 +0200	[thread overview]
Message-ID: <20150521180609.GA4244@free.fr> (raw)
In-Reply-To: <20150521120742.0b0d7fdc@free-electrons.com>

Thomas, All,

On 2015-05-21 12:07 +0200, Thomas Petazzoni spake thusly:
> On Wed, 20 May 2015 23:58:32 +0200, Yann E. MORIN wrote:
> > Fixes:
> >     http://autobuild.buildroot.org/results/aed/aed3690689b60844e3278626da3c3eb75f2a2586/
> > 
> > Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr>
> > ---
> >  package/sqlite/0001-fix-parallel-build.patch | 22 ++++++++++++++++++++++
> >  package/sqlite/sqlite.mk                     |  3 +++
> >  2 files changed, 25 insertions(+)
> >  create mode 100644 package/sqlite/0001-fix-parallel-build.patch
> 
> Applied, thanks. I guess you've submitted this patch upstream, right?

TLD;DR: no.

Full story:

  - sqlite uses fossil as its VCS;

  - cloning a fossil repo creates a single file (the DB) in the current
    directory;

  - "checking out" the repository is also done in the curent directory,
    polluting it;

  - there is no "fossil log" command;

  - the content of the fossil repository is clearly not aligned with
    that of the tarball;

  - there is autostuff in the repository, but it is in a sub-dorectory,
    and there is no explanation on how to use it; there is no explanation
    on how to generate the archive from the repository;

  - the mailing list are not very newbie-friendly: they are
    subscription-only (OK) but even the archives require subscription to
    be browsed (not OK).

So, in the end, I just threw in the towel...

Regards,
Yann E. MORIN.

-- 
.-----------------.--------------------.------------------.--------------------.
|  Yann E. MORIN  | Real-Time Embedded | /"\ ASCII RIBBON | Erics' conspiracy: |
| +33 662 376 056 | Software  Designer | \ / CAMPAIGN     |  ___               |
| +33 223 225 172 `------------.-------:  X  AGAINST      |  \e/  There is no  |
| http://ymorin.is-a-geek.org/ | _/*\_ | / \ HTML MAIL    |   v   conspiracy.  |
'------------------------------^-------^------------------^--------------------'

  reply	other threads:[~2015-05-21 18:06 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-05-20 21:58 [Buildroot] [PATCH] package/sqlite: fix parallel build failures Yann E. MORIN
2015-05-21 10:07 ` Thomas Petazzoni
2015-05-21 18:06   ` Yann E. MORIN [this message]
2015-05-21 18:10     ` Thomas Petazzoni

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=20150521180609.GA4244@free.fr \
    --to=yann.morin.1998@free.fr \
    --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.