qemu-devel
[Top][All Lists]
Advanced

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

Re: [Qemu-devel] [PATCH] travis: use libgcc-4.8-dev (libgcc-6-dev is not


From: Paolo Bonzini
Subject: Re: [Qemu-devel] [PATCH] travis: use libgcc-4.8-dev (libgcc-6-dev is not available on Ubuntu 14.04)
Date: Tue, 13 Feb 2018 00:55:16 +0100
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 Thunderbird/52.5.2

On 12/02/2018 19:46, Philippe Mathieu-Daudé wrote:
> Travis image is based on Ubuntu Trusty (14.04), since d83414e1fd1 we get:
> 
>   $ sudo -E \
>     apt-get -yq --no-install-suggests --no-install-recommends --force-yes \
>       install \
>         libaio-dev libattr1-dev libbrlapi-dev libcap-ng-dev libgcc-6-dev \
>         libgnutls-dev libgtk-3-dev libiscsi-dev liblttng-ust-dev \
>         libncurses5-dev libnfs-dev libnss3-dev libpixman-1-dev libpng12-dev \
>         librados-dev libsdl1.2-dev libseccomp-dev libspice-protocol-dev \
>         libspice-server-dev libssh2-1-dev liburcu-dev libusb-1.0-0-dev \
>         libvte-2.90-dev sparse uuid-dev
>   Reading package lists...
>   Building dependency tree...
>   Reading state information...
>   E: Unable to locate package libgcc-6-dev
> 
> Signed-off-by: Philippe Mathieu-Daudé <address@hidden>
> ---
> Since libgcc-dev is used, Travis jobs take much longer.
> 
>  .travis.yml | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/.travis.yml b/.travis.yml
> index 0dd5020552..79377c8de0 100644
> --- a/.travis.yml
> +++ b/.travis.yml
> @@ -13,7 +13,7 @@ addons:
>        - libattr1-dev
>        - libbrlapi-dev
>        - libcap-ng-dev
> -      - libgcc-6-dev
> +      - libgcc-4.8-dev
>        - libgnutls-dev
>        - libgtk-3-dev
>        - libiscsi-dev
> 

I can queue this immediately, if that's useful to get it in sooner.

Paolo



reply via email to

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