[OE-core] [PATCH 1/1] gdb: Upgrade gdb 7.7.1 -> 7.8

ChenQi Qi.Chen at windriver.com
Tue Nov 4 03:25:35 UTC 2014


There are failures on autobuilder that might be related to this patch.

https://autobuilder.yoctoproject.org/main/builders/nightly-ppc/builds/88/steps/BuildImages/logs/stdio

ERROR: Command Error: exit status: 1  Output:
Applying patch include_asm_ptrace.patch
patching file gdb/aarch64-linux-nat.c
Hunk #1 succeeded at 32 with fuzz 2.
patching file gdb/gdbserver/linux-aarch64-low.c
Hunk #1 FAILED at 26.
1 out of 1 hunk FAILED -- rejects in file gdb/gdbserver/linux-aarch64-low.c
Patch include_asm_ptrace.patch does not apply (enforce with -f)
ERROR: Function failed: patch_do_patch


Best Regards,
Chen Qi

On 08/27/2014 12:11 AM, Ciobanu Roxana wrote:
> From: Roxana Ciobanu <roxana.ciobanu at intel.com>
>
> Signed-off-by: Roxana Ciobanu <roxana.ciobanu at intel.com>
> ---
>   meta/recipes-devtools/gdb/{gdb-7.7.1.inc => gdb-7.8.inc}              | 4 ++--
>   .../gdb/{gdb-cross-canadian_7.7.1.bb => gdb-cross-canadian_7.8.bb}    | 0
>   meta/recipes-devtools/gdb/{gdb-cross_7.7.1.bb => gdb-cross_7.8.bb}    | 0
>   meta/recipes-devtools/gdb/{gdb_7.7.1.bb => gdb_7.8.bb}                | 0
>   4 files changed, 2 insertions(+), 2 deletions(-)
>   rename meta/recipes-devtools/gdb/{gdb-7.7.1.inc => gdb-7.8.inc} (70%)
>   rename meta/recipes-devtools/gdb/{gdb-cross-canadian_7.7.1.bb => gdb-cross-canadian_7.8.bb} (100%)
>   rename meta/recipes-devtools/gdb/{gdb-cross_7.7.1.bb => gdb-cross_7.8.bb} (100%)
>   rename meta/recipes-devtools/gdb/{gdb_7.7.1.bb => gdb_7.8.bb} (100%)
>
> diff --git a/meta/recipes-devtools/gdb/gdb-7.7.1.inc b/meta/recipes-devtools/gdb/gdb-7.8.inc
> similarity index 70%
> rename from meta/recipes-devtools/gdb/gdb-7.7.1.inc
> rename to meta/recipes-devtools/gdb/gdb-7.8.inc
> index aa16d5a..f4e9a9e 100644
> --- a/meta/recipes-devtools/gdb/gdb-7.7.1.inc
> +++ b/meta/recipes-devtools/gdb/gdb-7.8.inc
> @@ -6,5 +6,5 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=59530bdf33659b29e73d4adb9f9f6552 \
>   
>   S = "${WORKDIR}/${BPN}-${PV}"
>   
> -SRC_URI[md5sum] = "45b07b53d81832d32ccd4829465d4886"
> -SRC_URI[sha256sum] = "eefadb9831e3695d1eaef34e98b8f1fb441df6fe5071317ea49c6bd6ba213eff"
> +SRC_URI[md5sum] = "38d816d641093db2e13ba284e26090b4"
> +SRC_URI[sha256sum] = "46be505fc1bc157a01124333ef37ed195147fa6a405cbfd32dea63bacaaabbe4"
> diff --git a/meta/recipes-devtools/gdb/gdb-cross-canadian_7.7.1.bb b/meta/recipes-devtools/gdb/gdb-cross-canadian_7.8.bb
> similarity index 100%
> rename from meta/recipes-devtools/gdb/gdb-cross-canadian_7.7.1.bb
> rename to meta/recipes-devtools/gdb/gdb-cross-canadian_7.8.bb
> diff --git a/meta/recipes-devtools/gdb/gdb-cross_7.7.1.bb b/meta/recipes-devtools/gdb/gdb-cross_7.8.bb
> similarity index 100%
> rename from meta/recipes-devtools/gdb/gdb-cross_7.7.1.bb
> rename to meta/recipes-devtools/gdb/gdb-cross_7.8.bb
> diff --git a/meta/recipes-devtools/gdb/gdb_7.7.1.bb b/meta/recipes-devtools/gdb/gdb_7.8.bb
> similarity index 100%
> rename from meta/recipes-devtools/gdb/gdb_7.7.1.bb
> rename to meta/recipes-devtools/gdb/gdb_7.8.bb




More information about the Openembedded-core mailing list