All of lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] Git download is currently broken
@ 2012-10-15 17:49 Thiago A. Corrêa
  2012-10-15 19:01 ` Arnout Vandecappelle
  0 siblings, 1 reply; 3+ messages in thread
From: Thiago A. Corrêa @ 2012-10-15 17:49 UTC (permalink / raw)
  To: buildroot

Hi,

     I've noticed that the generic-package Git download method is
broken, but I haven't been able to figure out why. Even packages
already included in buildroot will download from the buildroot.net
mirror instead of git.

     This is what I get from a package I'm trying to submit for
inclusion, which of course isn't in the buildroot.net mirror (below)
     Any help would be apreciated. Thanks.

Kind Regards,
     Thiago A. Correa

localhost buildroot-mainstream # make
>>> qtserialport e831107f468618881e435932c8a42404c1dde13c Downloading
Too many arguments.

usage: git clone [options] [--] <repo> [<dir>]

    -v, --verbose         be more verbose
    -q, --quiet           be more quiet
    --progress            force progress reporting
    -n, --no-checkout     don't create a checkout
    --bare                create a bare repository
    --mirror              create a mirror repository (implies bare)
    -l, --local           to clone from a local repository
    --no-hardlinks        don't use local hardlinks, always copy
    -s, --shared          setup as shared repository
    --recursive           initialize submodules in the clone
    --template <path>     path the template repository
    --reference <repo>    reference repository
    -o, --origin <branch>
                          use <branch> instead of 'origin' to track upstream
    -b, --branch <branch>
                          checkout <branch> instead of the remote's HEAD
    -u, --upload-pack <path>
                          path to git-upload-pack on the remote
    --depth <depth>       create a shallow clone of that depth

--2012-10-15 14:45:17--
http://buildroot.uclibc.org/downloads/sources//qtserialport-e831107f468618881e435932c8a42404c1dde13c.tar.gz
Resolving buildroot.uclibc.org... 140.211.167.224
Connecting to buildroot.uclibc.org|140.211.167.224|:80... connected.
HTTP request sent, awaiting response... 301 Moved Permanently
Location: http://sources.buildroot.net//qtserialport-e831107f468618881e435932c8a42404c1dde13c.tar.gz
[following]
--2012-10-15 14:45:18--
http://sources.buildroot.net//qtserialport-e831107f468618881e435932c8a42404c1dde13c.tar.gz
Resolving sources.buildroot.net... 176.9.16.109
Connecting to sources.buildroot.net|176.9.16.109|:80... connected.
HTTP request sent, awaiting response... 404 Not Found
2012-10-15 14:45:18 ERROR 404: Not Found.

^ permalink raw reply	[flat|nested] 3+ messages in thread

* [Buildroot] Git download is currently broken
  2012-10-15 17:49 [Buildroot] Git download is currently broken Thiago A. Corrêa
@ 2012-10-15 19:01 ` Arnout Vandecappelle
  2012-10-15 20:27   ` Thiago A. Corrêa
  0 siblings, 1 reply; 3+ messages in thread
From: Arnout Vandecappelle @ 2012-10-15 19:01 UTC (permalink / raw)
  To: buildroot

On 15/10/12 19:49, Thiago A. Corr?a wrote:
> Hi,
>
>       I've noticed that the generic-package Git download method is
> broken, but I haven't been able to figure out why. Even packages
> already included in buildroot will download from the buildroot.net
> mirror instead of git.

  Works for me (tried with can-utils).

  Can you run buildroot with 'make V=1' to see how git is called?  The
output is very difficult to parse, but somewhere in that huge shell line
there should be something like:

... git clone --bare git://... qtserial-e831107f468618881e435932c8a42404c1dde13c


  Regards,
  Arnout

-- 
Arnout Vandecappelle                               arnout at mind be
Senior Embedded Software Architect                 +32-16-286540
Essensium/Mind                                     http://www.mind.be
G.Geenslaan 9, 3001 Leuven, Belgium                BE 872 984 063 RPR Leuven
LinkedIn profile: http://www.linkedin.com/in/arnoutvandecappelle
GPG fingerprint:  7CB5 E4CC 6C2E EFD4 6E3D A754 F963 ECAB 2450 2F1F

^ permalink raw reply	[flat|nested] 3+ messages in thread

* [Buildroot] Git download is currently broken
  2012-10-15 19:01 ` Arnout Vandecappelle
@ 2012-10-15 20:27   ` Thiago A. Corrêa
  0 siblings, 0 replies; 3+ messages in thread
From: Thiago A. Corrêa @ 2012-10-15 20:27 UTC (permalink / raw)
  To: buildroot

Hi,

On Mon, Oct 15, 2012 at 4:01 PM, Arnout Vandecappelle <arnout@mind.be> wrote:
> On 15/10/12 19:49, Thiago A. Corr?a wrote:
>>
>> Hi,
>>
>>       I've noticed that the generic-package Git download method is
>> broken, but I haven't been able to figure out why. Even packages
>> already included in buildroot will download from the buildroot.net
>> mirror instead of git.
>
>
>  Works for me (tried with can-utils).
>
>  Can you run buildroot with 'make V=1' to see how git is called?  The
> output is very difficult to parse, but somewhere in that huge shell line
> there should be something like:
>

Ah, I see the problem now. My configuration for git command had "git
clone" when it should be just git. Thanks for the hint :)

Kind Regards,
     Thiago A. Correa

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2012-10-15 20:27 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-10-15 17:49 [Buildroot] Git download is currently broken Thiago A. Corrêa
2012-10-15 19:01 ` Arnout Vandecappelle
2012-10-15 20:27   ` Thiago A. Corrêa

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.