Ticket #476 (closed defect: fixed)
downloads.openmoko.org tarballs require git-1.4.4 or higher
| Reported by: | autobuild-reports@… | Owned by: | mickey@… |
|---|---|---|---|
| Priority: | high | Milestone: | |
| Component: | Autobuilds / Snapshots | Version: | unspecified |
| Severity: | normal | Keywords: | |
| Cc: | laforge@…, buglog@… | Blocked By: | |
| Blocking: | Estimated Completion (week): | ||
| HasPatchForReview: | PatchReviewResult: | ||
| Reproducible: |
Description
The package failed to build at 20070416220004
Change History
comment:2 Changed 6 years ago by laforge@…
- Cc laforge@… added
- Summary changed from uboot-gta01-1.2.0+svnnow-r4_8048cdd56f04a756eeea4951f402bf5cc33785db_0_1764-do_fetch to downloads.openmoko.org tarballs require git-1.4.4 or higher
JFYI: the version difference was actually 1.4.4 and 1.4.3.
Removing the tarball is not really an option, since they get automatically
publicized there. This would mean that we'd have to have some blacklist of
files, maintained manually, that can not be put on downloads.openmoko.org
so while i'm not happy with it, the current solution was to update to git-1.4.4
on buildhost-old.openmoko.org (the autobuilder).
Leaving this bug open until we see better solutions coming up.
Note: See
TracTickets for help on using
tickets.

Okay I have looked into the issue and git-core 1.5 and 1.4.3 do not have a compatible file format. For
uboot-gta the file is fetched from wget http://downloads.openmoko.org/sources/git_www.denx.de.git.u-
boot.git..tar.gz
If you untar it and issue git pull depending on your version of git-core you will see:
fatal: corrupted pack file .git/objects/pack/pack-a146bcbc18f4826d6bf2a7f63be5dd77bbb5b2f5.pack
Proposed resolution: