qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [PATCH v2 2/2] gitlab-ci: Test building linux-user targets on CentOS


From: Wainer dos Santos Moschetta
Subject: Re: [PATCH v2 2/2] gitlab-ci: Test building linux-user targets on CentOS 7
Date: Thu, 21 Jan 2021 15:29:52 -0300
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:78.0) Gecko/20100101 Thunderbird/78.4.0


On 1/21/21 3:20 PM, Philippe Mathieu-Daudé wrote:
On Thu, Jan 21, 2021 at 6:45 PM Wainer dos Santos Moschetta
<wainersm@redhat.com> wrote:
On 1/21/21 2:28 PM, Philippe Mathieu-Daudé wrote:
Add a configuration tested by Peter Maydell (see [1] and [2])
but not covered in our CI [3]:

    [705/2910] Compiling C object 
libqemu-arm-linux-user.fa.p/linux-user_strace.c.o
    FAILED: libqemu-arm-linux-user.fa.p/linux-user_strace.c.o
    ../linux-user/strace.c: In function 'do_print_sockopt':
    ../linux-user/strace.c:2831:14: error: 'IPV6_ADDR_PREFERENCES' undeclared 
(first use in this function)
             case IPV6_ADDR_PREFERENCES:
Why the following builder did not catch that issue?

build-user:
    <<: *native_build_job_definition
    variables:
      IMAGE: debian-all-test-cross
      CONFIGURE_ARGS: --disable-tools --disable-system
      MAKE_CHECK_ARGS: check-tcg
It uses a different base image, debian-all-test-cross, which is based
on Debian 10.

Packages are more recent than CentOS 7.
QEMU aims to support the 2 latest releases from major distribs.
CentOS 7 is likely the oldest.


Oh sorry, my emails filters aren't working fine so I missed Daniel's reply on talking about it. Thanks for explaining again. :)

- Wainer






reply via email to

[Prev in Thread] Current Thread [Next in Thread]