All of lore.kernel.org
 help / color / mirror / Atom feed
From: Richard Purdie <richard.purdie@linuxfoundation.org>
To: Alexander Kanavin <alex.kanavin@gmail.com>,
	 openembedded-core@lists.openembedded.org
Subject: Re: [PATCH 09/10] at-spi2-atk: update to 2.34.1
Date: Sat, 07 Dec 2019 11:16:32 +0000	[thread overview]
Message-ID: <115b7125290e36e572ab3b5712dca286bced0e8f.camel@linuxfoundation.org> (raw)
In-Reply-To: <20191206180949.59953-9-alex.kanavin@gmail.com>

On Fri, 2019-12-06 at 19:09 +0100, Alexander Kanavin wrote:
> License-Update: license updated to LGPL v2.1
> Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com>
> ---
>  .../atk/{at-spi2-atk_2.32.0.bb => at-spi2-atk_2.34.1.bb}  | 8 ++++
> ----
>  1 file changed, 4 insertions(+), 4 deletions(-)
>  rename meta/recipes-support/atk/{at-spi2-atk_2.32.0.bb => at-spi2-
> atk_2.34.1.bb} (65%)


https://autobuilder.yoctoproject.org/typhoon/#/builders/95/builds/381

Summary: 1 task failed:
  virtual:native:/home/pokybuild/yocto-worker/qemux86-64-ltp/build/meta/recipes-support/atk/at-spi2-atk_2.34.1.bb:do_compile
Summary: There was 1 ERROR message shown, returning a non-zero exit code.

gcc -Itests/59830eb@@testutils@sta -Itests -I../at-spi2-atk-2.34.1/tests -I. -I../at-spi2-atk-2.34.1/ -I/home/pokybuild/yocto-worker/qemux86-64-ltp/build/build/tmp/work/x86_64-linux/at-spi2-atk-native/2.34.1-r0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0 -I/home/pokybuild/yocto-worker/qemux86-64-ltp/build/build/tmp/work/x86_64-linux/at-spi2-atk-native/2.34.1-r0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/lib/glib-2.0/include -I/home/pokybuild/yocto-worker/qemux86-64-ltp/build/build/tmp/work/x86_64-linux/at-spi2-atk-native/2.34.1-r0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include -I/home/pokybuild/yocto-worker/qemux86-64-ltp/build/build/tmp/work/x86_64-linux/at-spi2-atk-native/2.34.1-r0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/at-spi-2.0 -I/home/pokybuild/yocto-worker/qemux86-64-ltp/build/build/tmp/work/x86_64-linux/at-spi2-atk-native/2.34.1-r0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/dbus-1.0 -I/home/pokybuild/yocto-worker/qemux86-64-ltp/build/build/tmp/work/x86_64-linux/at-spi2-atk-native/2.34.1-r0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/lib/dbus-1.0/include -I/home/pokybuild/yocto-worker/qemux86-64-ltp/build/build/tmp/work/x86_64-linux/at-spi2-atk-native/2.34.1-r0/recipe-sysroot-native/usr/share/pkgconfig/../../../usr/include -pipe -D_FILE_OFFSET_BITS=64 -std=c99 -D_DEFAULT_SOURCE -DATK_DISABLE_DEPRECATION_WARNINGS -O2 -isystem/home/pokybuild/yocto-worker/qemux86-64-ltp/build/build/tmp/work/x86_64-linux/at-spi2-atk-native/2.34.1-r0/recipe-sysroot-native/usr/include -fPIC '-DTESTS_BUILD_DIR="/home/pokybuild/yocto-worker/qemux86-64-ltp/build/build/tmp/work/x86_64-linux/at-spi2-atk-native/2.34.1-r0/build/tests"' -MD -MQ 'tests/59830eb@@testutils@sta/atk_test_util.c.o' -MF 'tests/59830eb@@testutils@sta/atk_test_util.c.o.d' -o 'tests/59830eb@@testutils@sta/atk_test_util.c.o' -c ../at-spi2-atk-2.34.1/tests/atk_test_util.c
../at-spi2-atk-2.34.1/tests/atk_test_util.c: In function ‘assert_clean_exit’:
../at-spi2-atk-2.34.1/tests/atk_test_util.c:30:3: warning: implicit declaration of function ‘kill’ [-Wimplicit-function-declaration]
   kill (child_pid, SIGTERM);
   ^
../at-spi2-atk-2.34.1/tests/atk_test_util.c: In function ‘get_root_obj’:
../at-spi2-atk-2.34.1/tests/atk_test_util.c:75:10: error: variable ‘timeout’ has initializer but incomplete type
   struct timespec timeout = { .tv_sec = 0, .tv_nsec = 10 * 1000000 };
          ^
../at-spi2-atk-2.34.1/tests/atk_test_util.c:75:10: error: unknown field ‘tv_sec’ specified in initializer
../at-spi2-atk-2.34.1/tests/atk_test_util.c:75:10: warning: excess elements in struct initializer [enabled by default]
../at-spi2-atk-2.34.1/tests/atk_test_util.c:75:10: warning: (near initialization for ‘timeout’) [enabled by default]
../at-spi2-atk-2.34.1/tests/atk_test_util.c:75:10: error: unknown field ‘tv_nsec’ specified in initializer
../at-spi2-atk-2.34.1/tests/atk_test_util.c:75:10: warning: excess elements in struct initializer [enabled by default]
../at-spi2-atk-2.34.1/tests/atk_test_util.c:75:10: warning: (near initialization for ‘timeout’) [enabled by default]
../at-spi2-atk-2.34.1/tests/atk_test_util.c:75:19: error: storage size of ‘timeout’ isn’t known
   struct timespec timeout = { .tv_sec = 0, .tv_nsec = 10 * 1000000 };
                   ^
../at-spi2-atk-2.34.1/tests/atk_test_util.c:90:5: warning: implicit declaration of function ‘nanosleep’ [-Wimplicit-function-declaration]
     nanosleep(&timeout, NULL);
     ^
../at-spi2-atk-2.34.1/tests/atk_test_util.c: In function ‘terminate_app’:
../at-spi2-atk-2.34.1/tests/atk_test_util.c:108:10: error: variable ‘timeout’ has initializer but incomplete type
   struct timespec timeout = { .tv_sec = 0, .tv_nsec = 10 * 1000000 };
          ^
../at-spi2-atk-2.34.1/tests/atk_test_util.c:108:10: error: unknown field ‘tv_sec’ specified in initializer
../at-spi2-atk-2.34.1/tests/atk_test_util.c:108:10: warning: excess elements in struct initializer [enabled by default]
../at-spi2-atk-2.34.1/tests/atk_test_util.c:108:10: warning: (near initialization for ‘timeout’) [enabled by default]
../at-spi2-atk-2.34.1/tests/atk_test_util.c:108:10: error: unknown field ‘tv_nsec’ specified in initializer
../at-spi2-atk-2.34.1/tests/atk_test_util.c:108:10: warning: excess elements in struct initializer [enabled by default]
../at-spi2-atk-2.34.1/tests/atk_test_util.c:108:10: warning: (near initialization for ‘timeout’) [enabled by default]
../at-spi2-atk-2.34.1/tests/atk_test_util.c:108:19: error: storage size of ‘timeout’ isn’t known
   struct timespec timeout = { .tv_sec = 0, .tv_nsec = 10 * 1000000 };
                   ^

On centos7.

Cheers,

Richard



  reply	other threads:[~2019-12-07 11:16 UTC|newest]

Thread overview: 11+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-12-06 18:09 [PATCH 01/10] orc: update to 0.4.31 Alexander Kanavin
2019-12-06 18:09 ` [PATCH 02/10] vulkan: update to 1.1.126 Alexander Kanavin
2019-12-06 18:09 ` [PATCH 03/10] vulkan-demos: update to latest revision Alexander Kanavin
2019-12-06 18:09 ` [PATCH 04/10] assimp: update to 5.0.0 Alexander Kanavin
2019-12-06 18:09 ` [PATCH 05/10] libxcrypt: restructure the recipes to allow auto-upgrading with devtool Alexander Kanavin
2019-12-06 18:09 ` [PATCH 06/10] libxcrypt: update to 4.4.10 Alexander Kanavin
2019-12-06 18:09 ` [PATCH 07/10] atk: update to 2.34.1 Alexander Kanavin
2019-12-06 18:09 ` [PATCH 08/10] at-spi2-core: update to 2.34.0 Alexander Kanavin
2019-12-06 18:09 ` [PATCH 09/10] at-spi2-atk: update to 2.34.1 Alexander Kanavin
2019-12-07 11:16   ` Richard Purdie [this message]
2019-12-06 18:09 ` [PATCH 10/10] glib-2.0: update to 2.62.3 Alexander Kanavin

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=115b7125290e36e572ab3b5712dca286bced0e8f.camel@linuxfoundation.org \
    --to=richard.purdie@linuxfoundation.org \
    --cc=alex.kanavin@gmail.com \
    --cc=openembedded-core@lists.openembedded.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.