[oe-commits] [meta-openembedded] 04/11: python-pyflame: skip for aarch64 as well

git at git.openembedded.org git at git.openembedded.org
Wed Sep 12 05:00:32 UTC 2018


This is an automated email from the git hooks/post-receive script.

khem pushed a commit to branch master-next
in repository meta-openembedded.

commit 90467a8d61b59d503ca4032d2dc32a5e14bea396
Author: Martin Jansa <martin.jansa at gmail.com>
AuthorDate: Mon Sep 10 18:43:04 2018 +0000

    python-pyflame: skip for aarch64 as well
    
    * fails with:
    | ../../git/src/ptrace.cc: In function 'user_regs_struct pyflame::PtraceGetRegs(pid_t)':
    | ../../git/src/ptrace.cc:127:14: error: 'PTRACE_GETREGS' was not declared in this scope
    |    if (ptrace(PTRACE_GETREGS, pid, 0, &regs)) {
    |               ^~~~~~~~~~~~~~
    | ../../git/src/ptrace.cc:127:14: note: suggested alternative: 'PTRACE_GETREGSET'
    |    if (ptrace(PTRACE_GETREGS, pid, 0, &regs)) {
    |               ^~~~~~~~~~~~~~
    |               PTRACE_GETREGSET
    | ../../git/src/ptrace.cc: In function 'void pyflame::PtraceSetRegs(pid_t, user_regs_struct)':
    | ../../git/src/ptrace.cc:136:14: error: 'PTRACE_SETREGS' was not declared in this scope
    |    if (ptrace(PTRACE_SETREGS, pid, 0, &regs)) {
    |               ^~~~~~~~~~~~~~
    | ../../git/src/ptrace.cc:136:14: note: suggested alternative: 'PTRACE_SETREGSET'
    |    if (ptrace(PTRACE_SETREGS, pid, 0, &regs)) {
    |               ^~~~~~~~~~~~~~
    |               PTRACE_SETREGSET
    | Makefile:524: recipe for target 'ptrace.o' failed
    | make[2]: *** [ptrace.o] Error 1
    
    Signed-off-by: Martin Jansa <Martin.Jansa at gmail.com>
    Signed-off-by: Khem Raj <raj.khem at gmail.com>
---
 meta-python/recipes-devtools/python/python-pyflame.inc | 1 +
 1 file changed, 1 insertion(+)

diff --git a/meta-python/recipes-devtools/python/python-pyflame.inc b/meta-python/recipes-devtools/python/python-pyflame.inc
index 3914028..340aab7 100644
--- a/meta-python/recipes-devtools/python/python-pyflame.inc
+++ b/meta-python/recipes-devtools/python/python-pyflame.inc
@@ -12,3 +12,4 @@ inherit pkgconfig autotools
 
 COMPATIBLE_HOST_libc-musl_class-target = "null"
 COMPATIBLE_HOST_mipsarch_class-target = "null"
+COMPATIBLE_HOST_aarch64_class-target = "null"

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Openembedded-commits mailing list