All of lore.kernel.org
 help / color / mirror / Atom feed
From: Anuj Mittal <anuj.mittal@intel.com>
To: Tim Orling <timothy.t.orling@linux.intel.com>,
	openembedded-core@lists.openembedded.org
Subject: Re: [PATCH 3/4] at-spi2-atk: upgrade 2.32.0 -> 2.34.1
Date: Fri, 28 Feb 2020 11:54:51 +0800	[thread overview]
Message-ID: <2c3ea5cc-29e6-0ce6-f9b3-c720e835e363@intel.com> (raw)
In-Reply-To: <20200227000603.14252-4-timothy.t.orling@linux.intel.com>

Hi Tim,

On 27-Feb-20 08:06 AM, Tim Orling wrote:
> Release notes:
> https://gitlab.gnome.org/GNOME/at-spi2-atk/-/raw/043b793de2161a0548835424f4d087ac90d1172d/NEWS
> 
> License-Update: Changed to LGPL-2.1+
> 
> Signed-off-by: Tim Orling <timothy.t.orling@linux.intel.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} (66%)

This is failing on musl-qemu86:

https://autobuilder.yoctoproject.org/typhoon/#/builders/64/builds/1623

../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 };



  reply	other threads:[~2020-02-28  3:54 UTC|newest]

Thread overview: 13+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-02-27  0:05 [PATCH 0/4] Upgrade accessibility (a11y) atk packages Tim Orling
2020-02-27  0:06 ` [PATCH 1/4] atk: upgrade 2.32.0 -> 2.34.1 Tim Orling
2020-02-27  0:06 ` [PATCH 2/4] at-spi2-core: upgrade 2.32.1 -> 2.34.0 Tim Orling
2020-02-27  0:06 ` [PATCH 3/4] at-spi2-atk: upgrade 2.32.0 -> 2.34.1 Tim Orling
2020-02-28  3:54   ` Anuj Mittal [this message]
2020-02-28  4:02     ` Anuj Mittal
2020-02-28  4:28     ` Khem Raj
2020-02-28  4:32       ` Tim Orling
2020-02-28  4:35         ` Tim Orling
2020-02-28  9:30           ` Alexander Kanavin
2020-02-28 18:00             ` Khem Raj
2020-02-28 18:33               ` Tim Orling
2020-02-27  0:06 ` [PATCH 4/4] maintainers.inc: add self for atk, at-spi2-core, at-spi2-atk Tim Orling

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=2c3ea5cc-29e6-0ce6-f9b3-c720e835e363@intel.com \
    --to=anuj.mittal@intel.com \
    --cc=openembedded-core@lists.openembedded.org \
    --cc=timothy.t.orling@linux.intel.com \
    /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.