All of lore.kernel.org
 help / color / mirror / Atom feed
* New issue with git fetcher?
@ 2010-10-19  0:54 Scott Garman
  2010-10-19  1:00 ` Scott Garman
  0 siblings, 1 reply; 6+ messages in thread
From: Scott Garman @ 2010-10-19  0:54 UTC (permalink / raw)
  To: yocto

Hi Richard,

This afternoon I performed a build from scratch using master, which 
included your git fetcher change to use mirror tarballs 
(1077021f7010388e889d85630b13c4c7901d7718).

When I performed my build from scratch (using a pre-populated DL_DIR 
from previous builds), linux-wrs failed on do_fetch, with the following 
in log.do_fetch:

 From git://git.pokylinux.org/linux-2.6-windriver
   * branch            common_pc-standard -> FETCH_HEAD
  From git://git.pokylinux.org/linux-2.6-windriver
   * [new tag]         v2.6.36-rc5 -> v2.6.36-rc5
   * [new tag]         v2.6.36-rc6 -> v2.6.36-rc6
  NOTE: Creating tarball of git repository
ERROR: Task failed: Unknown fetch Error: coercing to Unicode: need 
string or buffer, NoneType found

I performed a -c clean and then -c fetch, but ran into the same problem.

I then went and deleted the linux-wrs-related sources from DL_DIR, and 
ran -c clean and -c fetch again, and it looks to me like the fetcher is 
actually downloading tarballs from the source mirrors first, and then 
trying git directly:

NOTE: Running task 130 of 130 (ID: 0, 
/raid0/sources/poky/meta/recipes-kernel/linux/linux-wrs_git.bb, do_fetch)
NOTE: package 
linux-wrs-2.6.34+git0+b67e060194a38c6331da1532bd06446087a42b3b_0+0431115c9d720fee5bb105f6a7411efb4f851d26-r12: 
task do_fetch: Started
NOTE: fetch 
http://pokylinux.org/sources/git_git.pokylinux.org.linux-2.6-windriver.git.tar.gz
NOTE: fetch 
http://autobuilder.pokylinux.org/sources/git_git.pokylinux.org.linux-2.6-windriver.git.tar.gz

I confirmed this by seeing wget running in my process list, and then git 
eventually shows up.

Finally, I get the bitbake message:

NOTE: Creating tarball of git repository

...and I see gzip running, but the task ends up failing with the same 
error as the log.do_fetch example I mentioned above.

Scott


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

end of thread, other threads:[~2010-10-20 16:39 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-10-19  0:54 New issue with git fetcher? Scott Garman
2010-10-19  1:00 ` Scott Garman
2010-10-19 12:55   ` Richard Purdie
2010-10-19 16:29     ` Richard Purdie
2010-10-20  8:20       ` Tian, Kevin
2010-10-20 16:38         ` Richard Purdie

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.