All of lore.kernel.org
 help / color / mirror / Atom feed
From: Peter Korsgaard <jacmet@uclibc.org>
To: buildroot@busybox.net
Subject: [Buildroot] connman dowload failure
Date: Mon, 12 Dec 2011 13:26:41 +0100	[thread overview]
Message-ID: <87wra2t1q6.fsf@macbook.be.48ers.dk> (raw)
In-Reply-To: <20111212120653.GF4531@sapphire.tkos.co.il> (Baruch Siach's message of "Mon, 12 Dec 2011 14:06:53 +0200")

>>>>> "Baruch" == Baruch Siach <baruch@tkos.co.il> writes:

 Baruch> Hi Buildroot list,
 Baruch> I'm trying to build connman for my platform, but the build fails at the source 
 Baruch> download stage using both git and wget. This is the output of 'make V=1':

 >>>> connman 0.78 Downloading

 Baruch>  test -e /home/baruch/git/buildroot/output/dl/connman-0.78.tar.gz || (pushd /home/baruch/git/buildroot/output/dl > /dev/null && git clone clone --bare git://git.kernel.org/pub/scm/network/connman/connman.git connman-0.78 && pushd connman-0.78 > /dev/null && git clone archive --format=tar --prefix=connman-0.78/ 0.78 | gzip -c > /home/baruch/git/buildroot/output/dl/connman-0.78.tar.gz && popd > /dev/null && rm -rf /home/baruch/git/buildroot/output/dl/connman-0.78 && popd > /dev/null) && exit 

This is caused by cf71111b99ab951 (Cleanup the VCS commands
configuration). The BR2_GIT variable changed from "git clone" to just
"git". If you change that in your .config it should work again.

-- 
Bye, Peter Korsgaard

  reply	other threads:[~2011-12-12 12:26 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-12-12 12:06 [Buildroot] connman dowload failure Baruch Siach
2011-12-12 12:26 ` Peter Korsgaard [this message]
2011-12-12 12:28   ` Peter Korsgaard
2011-12-13  5:34   ` Baruch Siach
2011-12-13  6:20     ` 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=87wra2t1q6.fsf@macbook.be.48ers.dk \
    --to=jacmet@uclibc.org \
    --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.