* [PATCH] gdb-cross-canadian: Add bison-native for gdb-cross-canadian
@ 2018-12-27 15:25 sungwon kim
2018-12-27 15:33 ` ✗ patchtest: failure for " Patchwork
` (2 more replies)
0 siblings, 3 replies; 6+ messages in thread
From: sungwon kim @ 2018-12-27 15:25 UTC (permalink / raw)
To: openembedded-core
[-- Attachment #1: Type: text/plain, Size: 1010 bytes --]
Got errors when building SDK. Unable to find bison.
To fix this issue add bison-native.
Signed-off-by: pino-kim <sungwon.pino@gmail.com>
---
meta/recipes-devtools/gdb/gdb-cross-canadian.inc | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/meta/recipes-devtools/gdb/gdb-cross-canadian.inc
b/meta/recipes-devtools/gdb/gdb-cross-canadian.inc
index 475e4f08ef..4977a66c32 100644
--- a/meta/recipes-devtools/gdb/gdb-cross-canadian.inc
+++ b/meta/recipes-devtools/gdb/gdb-cross-canadian.inc
@@ -5,7 +5,7 @@ SUMMARY = "GNU debugger (cross-canadian gdb for
${TARGET_ARCH} target)"
PN = "gdb-cross-canadian-${TRANSLATED_TARGET_ARCH}"
BPN = "gdb"
-DEPENDS = "nativesdk-ncurses nativesdk-expat nativesdk-gettext \
+DEPENDS = "nativesdk-ncurses nativesdk-expat nativesdk-gettext
bison-native \
virtual/${HOST_PREFIX}gcc-crosssdk
virtual/${HOST_PREFIX}binutils-crosssdk virtual/nativesdk-libc"
GDBPROPREFIX = "--program-prefix='${TARGET_PREFIX}'"
--
2.17.1
[-- Attachment #2: Type: text/html, Size: 2034 bytes --]
^ permalink raw reply related [flat|nested] 6+ messages in thread
* ✗ patchtest: failure for gdb-cross-canadian: Add bison-native for gdb-cross-canadian
2018-12-27 15:25 [PATCH] gdb-cross-canadian: Add bison-native for gdb-cross-canadian sungwon kim
@ 2018-12-27 15:33 ` Patchwork
2018-12-27 15:37 ` [PATCH] " Khem Raj
2018-12-27 16:02 ` Richard Purdie
2 siblings, 0 replies; 6+ messages in thread
From: Patchwork @ 2018-12-27 15:33 UTC (permalink / raw)
To: sungwon kim; +Cc: openembedded-core
== Series Details ==
Series: gdb-cross-canadian: Add bison-native for gdb-cross-canadian
Revision: 1
URL : https://patchwork.openembedded.org/series/15474/
State : failure
== Summary ==
Thank you for submitting this patch series to OpenEmbedded Core. This is
an automated response. Several tests have been executed on the proposed
series by patchtest resulting in the following failures:
* Issue Series cannot be parsed correctly due to malformed diff lines [test_mbox_format]
Suggested fix Create the series again using git-format-patch and ensure it can be applied using git am
Diff line ${TARGET_ARCH} target)"
* Issue Series does not apply on top of target branch [test_series_merge_on_head]
Suggested fix Rebase your series on top of targeted branch
Targeted branch master (currently at 65c419b8c4)
If you believe any of these test results are incorrect, please reply to the
mailing list (openembedded-core@lists.openembedded.org) raising your concerns.
Otherwise we would appreciate you correcting the issues and submitting a new
version of the patchset if applicable. Please ensure you add/increment the
version number when sending the new version (i.e. [PATCH] -> [PATCH v2] ->
[PATCH v3] -> ...).
---
Guidelines: https://www.openembedded.org/wiki/Commit_Patch_Message_Guidelines
Test framework: http://git.yoctoproject.org/cgit/cgit.cgi/patchtest
Test suite: http://git.yoctoproject.org/cgit/cgit.cgi/patchtest-oe
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [PATCH] gdb-cross-canadian: Add bison-native for gdb-cross-canadian
2018-12-27 15:25 [PATCH] gdb-cross-canadian: Add bison-native for gdb-cross-canadian sungwon kim
2018-12-27 15:33 ` ✗ patchtest: failure for " Patchwork
@ 2018-12-27 15:37 ` Khem Raj
2018-12-27 15:53 ` sungwon kim
2018-12-27 16:02 ` Richard Purdie
2 siblings, 1 reply; 6+ messages in thread
From: Khem Raj @ 2018-12-27 15:37 UTC (permalink / raw)
To: sungwon kim; +Cc: Patches and discussions about the oe-core layer
[-- Attachment #1: Type: text/plain, Size: 1361 bytes --]
On Thu, Dec 27, 2018 at 7:25 AM sungwon kim <sungwon.pino@gmail.com> wrote:
> Got errors when building SDK. Unable to find bison.
> To fix this issue add bison-native.
>
>
this is ok
> Signed-off-by: pino-kim <sungwon.pino@gmail.com>
> ---
> meta/recipes-devtools/gdb/gdb-cross-canadian.inc | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/meta/recipes-devtools/gdb/gdb-cross-canadian.inc
> b/meta/recipes-devtools/gdb/gdb-cross-canadian.inc
> index 475e4f08ef..4977a66c32 100644
> --- a/meta/recipes-devtools/gdb/gdb-cross-canadian.inc
> +++ b/meta/recipes-devtools/gdb/gdb-cross-canadian.inc
> @@ -5,7 +5,7 @@ SUMMARY = "GNU debugger (cross-canadian gdb for
> ${TARGET_ARCH} target)"
> PN = "gdb-cross-canadian-${TRANSLATED_TARGET_ARCH}"
> BPN = "gdb"
>
> -DEPENDS = "nativesdk-ncurses nativesdk-expat nativesdk-gettext \
> +DEPENDS = "nativesdk-ncurses nativesdk-expat nativesdk-gettext
> bison-native \
> virtual/${HOST_PREFIX}gcc-crosssdk
> virtual/${HOST_PREFIX}binutils-crosssdk virtual/nativesdk-libc"
>
> GDBPROPREFIX = "--program-prefix='${TARGET_PREFIX}'"
> --
> 2.17.1
> --
> _______________________________________________
> Openembedded-core mailing list
> Openembedded-core@lists.openembedded.org
> http://lists.openembedded.org/mailman/listinfo/openembedded-core
>
[-- Attachment #2: Type: text/html, Size: 3243 bytes --]
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [PATCH] gdb-cross-canadian: Add bison-native for gdb-cross-canadian
2018-12-27 15:37 ` [PATCH] " Khem Raj
@ 2018-12-27 15:53 ` sungwon kim
0 siblings, 0 replies; 6+ messages in thread
From: sungwon kim @ 2018-12-27 15:53 UTC (permalink / raw)
To: Khem Raj; +Cc: Patches and discussions about the oe-core layer
[-- Attachment #1: Type: text/plain, Size: 3225 bytes --]
To. Khem Raj
thanks to comment my patch mail.
I send patch mail but return back something wrong.
below contents are returned
-------------------------------------------------------
== Series Details ==
Series: gdb-cross-canadian: Add bison-native for gdb-cross-canadian
Revision: 1
URL : https://patchwork.openembedded.org/series/15474/
State : failure
== Summary ==
Thank you for submitting this patch series to OpenEmbedded Core. This is
an automated response. Several tests have been executed on the proposed
series by patchtest resulting in the following failures:
* Issue Series cannot be parsed correctly due to malformed diff
lines [test_mbox_format]
Suggested fix Create the series again using git-format-patch and
ensure it can be applied using git am
Diff line ${TARGET_ARCH} target)"
* Issue Series does not apply on top of target branch
[test_series_merge_on_head]
Suggested fix Rebase your series on top of targeted branch
Targeted branch master (currently at 65c419b8c4)
If you believe any of these test results are incorrect, please reply to the
mailing list (openembedded-core@lists.openembedded.org) raising your
concerns.
Otherwise we would appreciate you correcting the issues and submitting a new
version of the patchset if applicable. Please ensure you add/increment the
version number when sending the new version (i.e. [PATCH] -> [PATCH v2] ->
[PATCH v3] -> ...).
---
Guidelines:
https://www.openembedded.org/wiki/Commit_Patch_Message_Guidelines
Test framework: http://git.yoctoproject.org/cgit/cgit.cgi/patchtest
Test suite: http://git.yoctoproject.org/cgit/cgit.cgi/patchtest-oe
2018년 12월 28일 (금) 오전 12:38, Khem Raj <raj.khem@gmail.com>님이 작성:
>
>
> On Thu, Dec 27, 2018 at 7:25 AM sungwon kim <sungwon.pino@gmail.com>
> wrote:
>
>> Got errors when building SDK. Unable to find bison.
>> To fix this issue add bison-native.
>>
>>
> this is ok
>
>> Signed-off-by: pino-kim <sungwon.pino@gmail.com>
>> ---
>> meta/recipes-devtools/gdb/gdb-cross-canadian.inc | 2 +-
>> 1 file changed, 1 insertion(+), 1 deletion(-)
>>
>> diff --git a/meta/recipes-devtools/gdb/gdb-cross-canadian.inc
>> b/meta/recipes-devtools/gdb/gdb-cross-canadian.inc
>> index 475e4f08ef..4977a66c32 100644
>> --- a/meta/recipes-devtools/gdb/gdb-cross-canadian.inc
>> +++ b/meta/recipes-devtools/gdb/gdb-cross-canadian.inc
>> @@ -5,7 +5,7 @@ SUMMARY = "GNU debugger (cross-canadian gdb for
>> ${TARGET_ARCH} target)"
>> PN = "gdb-cross-canadian-${TRANSLATED_TARGET_ARCH}"
>> BPN = "gdb"
>>
>> -DEPENDS = "nativesdk-ncurses nativesdk-expat nativesdk-gettext \
>> +DEPENDS = "nativesdk-ncurses nativesdk-expat nativesdk-gettext
>> bison-native \
>> virtual/${HOST_PREFIX}gcc-crosssdk
>> virtual/${HOST_PREFIX}binutils-crosssdk virtual/nativesdk-libc"
>>
>> GDBPROPREFIX = "--program-prefix='${TARGET_PREFIX}'"
>> --
>> 2.17.1
>> --
>> _______________________________________________
>> Openembedded-core mailing list
>> Openembedded-core@lists.openembedded.org
>> http://lists.openembedded.org/mailman/listinfo/openembedded-core
>>
>
[-- Attachment #2: Type: text/html, Size: 6222 bytes --]
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [PATCH] gdb-cross-canadian: Add bison-native for gdb-cross-canadian
2018-12-27 15:25 [PATCH] gdb-cross-canadian: Add bison-native for gdb-cross-canadian sungwon kim
2018-12-27 15:33 ` ✗ patchtest: failure for " Patchwork
2018-12-27 15:37 ` [PATCH] " Khem Raj
@ 2018-12-27 16:02 ` Richard Purdie
[not found] ` <CAE7Z+X16BbOzxNBbaWw-B7qdfttuNki+oR7j1S-ebDyYwvo3-g@mail.gmail.com>
2 siblings, 1 reply; 6+ messages in thread
From: Richard Purdie @ 2018-12-27 16:02 UTC (permalink / raw)
To: sungwon kim, openembedded-core
On Fri, 2018-12-28 at 00:25 +0900, sungwon kim wrote:
> Got errors when building SDK. Unable to find bison.
> To fix this issue add bison-native.
>
> Signed-off-by: pino-kim <sungwon.pino@gmail.com>
> ---
> meta/recipes-devtools/gdb/gdb-cross-canadian.inc | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
What kind of errors? Why don't we see this issue in our autobuilder
testing?
Cheers,
Richard
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [PATCH] gdb-cross-canadian: Add bison-native for gdb-cross-canadian
[not found] ` <CAE7Z+X16BbOzxNBbaWw-B7qdfttuNki+oR7j1S-ebDyYwvo3-g@mail.gmail.com>
@ 2018-12-27 16:36 ` richard.purdie
0 siblings, 0 replies; 6+ messages in thread
From: richard.purdie @ 2018-12-27 16:36 UTC (permalink / raw)
To: sungwon kim, Patches and discussions about the oe-core layer
On Fri, 2018-12-28 at 01:18 +0900, sungwon kim wrote:
> To. Richard
>
> Thank to comment it.
> When I build `bitbake meta-toolchain` at riscv64 architecture.
> when gdb-cross-canadian return the error message can't find `bison`
>
> > /home/pino/workspace/Opensource/riscv-yocto/build/tmp-
> > glibc/work/x86_64-nativesdk-oesdk-linux/gdb-cross-canadian-
> > riscv64/riscv-r0/git/missing: line 81: bison: command not found
> > WARNING: 'bison' is missing on your system.
> > You should only need it if you modified a '.y' file.
> > You may want to install the GNU Bison package:
> > http://www.gnu.org/software/bison/
>
> ...
>
> > Makefile:849: recipe for target 'all' failed
> > make: *** [all] Error 2
> > ERROR: oe_runmake failed
> > WARNING: /home/pino/workspace/Opensource/riscv-yocto/build/tmp-
> > glibc/work/x86_64-nativesdk-oesdk-linux/gdb-cross-canadian-
> > riscv64/riscv-r0/temp/run.do_compile.21026:1 exit 1 from 'exit 1'
> > ERROR: Function failed: do_compile (log file is located at
> > /home/pino/workspace/Opensource/riscv-yocto/build/tmp-
> > glibc/work/x86_64-nativesdk-oesdk-linux/gdb-cross-canadian-
> > riscv64/riscv-r0/temp/log.do_compile.21026)
>
> To fix this add native-bison at DEPENDS at gdb-cross-canadian.inc
Are you adding a riscv layer which adds patches to gdb? If so I suspect
this dependency is due to those patches and belongs with them.
Cheers,
Richard
^ permalink raw reply [flat|nested] 6+ messages in thread
end of thread, other threads:[~2018-12-27 16:36 UTC | newest]
Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-12-27 15:25 [PATCH] gdb-cross-canadian: Add bison-native for gdb-cross-canadian sungwon kim
2018-12-27 15:33 ` ✗ patchtest: failure for " Patchwork
2018-12-27 15:37 ` [PATCH] " Khem Raj
2018-12-27 15:53 ` sungwon kim
2018-12-27 16:02 ` Richard Purdie
[not found] ` <CAE7Z+X16BbOzxNBbaWw-B7qdfttuNki+oR7j1S-ebDyYwvo3-g@mail.gmail.com>
2018-12-27 16:36 ` richard.purdie
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox