Guacamayo / meta-guacamayo

meta-guacamole overlay for Poky/Yocto
guacamayo-project.org
25 stars 14 forks source link

fatal: reference is not a tree: d2f031808b4e1d51546245ee93cd5524d1ce2f63 when bitbaking #34

Open eddie-dunn opened 11 years ago

eddie-dunn commented 11 years ago

I get the error

| ERROR: Function failed: Fetcher failure: Fetch command failed with exit code 128, output:
| fatal: reference is not a tree: d2f031808b4e1d51546245ee93cd5524d1ce2f63
| 
ERROR: Task 1354 (/mnt/yocto/meta-guacamayo/layers/meta-guacamayo/recipes-multimedia/gstreamer/gst-omx_git.bb, do_unpack) failed with exit code '1'

when trying to do bitbake guacamayo-image-audioplayer.

When manually trying to checkout from gst-omx with that SHA1 I get the same error. Something tells me SRCREV_raspberrypi="d2f031808b4e1d51546245ee93cd5524d1ce2f63" on line 14 in `meta-guacamayo/recipes-multimedia/gstreamer/gst-omx_git.bb``is incorrect.

tthef commented 11 years ago

Looks like they removed the raspberry branch. For reference the commit was:

commit d2f031808b4e1d51546245ee93cd5524d1ce2f63 Merge: ac077b2 27a711d Author: George Kiagiadakis george.kiagiadakis@collabora.com Date: Mon Sep 3 12:34:41 2012 +0300

Merge branch '0.10' into raspberry
eddie-dunn commented 11 years ago

So what solution do you propose? Using the head of the 0.10 branch?

tthef commented 11 years ago

Maybe worth a try, but the raspberry branch had some RPi specific fixes, like initializing the bcm chip, and also an RPi specific config; I don't see any of this in the 0.10 branch (the config is not a problem, the Guaca package provides its own). BTW, gst-omx did not work on the RPi last time I tried, due to what looked a bug in the firmware; this might have been fixed recently.

I think someone needs to ping the gst-omx developers to find out what the situation is; if it comes to the worst, I can make a fork of the gst-omx repo and push the branch there from my local Yocto download cache and we can switch the recipe over to it.

RajendraCPP commented 9 years ago

Hi ,

I am working on Galileo board. I want to build Image using Yocto. I used following commands to build . I am getting errors.

source poky/oe-init-build-env yocto_build

bitbake image-full-galileo

NOTE: Executing SetScene Tasks NOTE: Executing RunQueue Tasks ERROR: Function failed: Fetcher failure: Fetch command failed with exit code 128, output: fatal: reference is not a tree: 5775f32a6268dead6939d01cbe72f23972f6d3c0

ERROR: Logfile of failure stored in: sources/meta-clanton_v1.0.0/yocto_build/tmp/work/i586-poky-linux-uclibc/grub/0.97+gitAUTOINC+5775f32a6268dead6939d01cbe72f23972f6d3c0-r0/temp/log.do_unpack.3196 Log data follows: | DEBUG: Executing python function do_unpack | DEBUG: Executing python function base_do_unpack

DEBUG: Python function base_do_unpack finished DEBUG: Python function do_unpack finished ERROR: Function failed: Fetcher failure: Fetch command failed with exit code 128, output: fatal: reference is not a tree: 5775f32a6268dead6939d01cbe72f23972f6d3c0

ERROR: Task 68 (sources/meta-clanton_v1.0.0/meta-clanton-bsp/recipes-bsp/grub/grub_0.97.bb, do_unpack) failed with exit code '1'

Help on this..............

RajendraCPP commented 9 years ago

Any one knows