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

Re: [XEN PATCH 1/4] automation: Remove clang-8 from Debian unstable container


  • To: Andrew Cooper <andrew.cooper3@xxxxxxxxxx>
  • From: Anthony PERARD <anthony.perard@xxxxxxxxxx>
  • Date: Wed, 15 Feb 2023 16:28:30 +0000
  • Authentication-results: esa6.hc3370-68.iphmx.com; dkim=none (message not signed) header.i=none
  • Cc: <xen-devel@xxxxxxxxxxxxxxxxxxxx>, Doug Goldstein <cardoe@xxxxxxxxxx>, Stefano Stabellini <sstabellini@xxxxxxxxxx>
  • Delivery-date: Wed, 15 Feb 2023 16:29:08 +0000
  • Ironport-data: A9a23:qX82Da4Eajx7lvVOUKAPywxRtAHHchMFZxGqfqrLsTDasY5as4F+v jQfUWyPPfeKa2GgfNx/bd/l90sHuZaGyN82GQo4+S1mHi5G8cbLO4+Ufxz6V8+wwm8vb2o8t plDNYOQRCwQZiWBzvt4GuG59RGQ7YnRGvynTraCYnsrLeNdYH9JoQp5nOIkiZJfj9G8Agec0 fv/uMSaM1K+s9JOGjt8B5mr9VU+45wehBtC5gZlPaoS4QeE/5UoJMl3yZ+ZfiOQrrZ8RoZWd 86bpJml82XQ+QsaC9/Nut4XpWVTH9Y+lSDX4pZnc/DKbipq/0Te4Y5iXBYoUm9Fii3hojxE4 I4lWapc6+seFvakdOw1C3G0GszlVEFM0OevzXOX6aR/w6BaGpdFLjoH4EweZOUlFuhL7W5m0 uRBLQgnNhu5xPuI6p3lYdAv2M4hBZy+VG8fkikIITDxCP8nRdbIQrnQ5M8e1zA17ixMNa+AP YxDM2MpNUmeJUQVYT/7C7pn9AusrnD5bz1frkPTvact6nLf5AdwzKLsIJzefdniqcB9zxjF+ z2bpTqR7hcyBOGa92GvrVSWnOr0gBj0W7kzGP6K+as/6LGU7jNKU0BHPbehmtGph0j7V99BJ kg8/is1sbN05EGtVsP6XRCzvDiDpBF0c9FZCeE95SmGw7DY5AvfDW8BJhZac8AvvsIyQT0s1 3eKksnvCDgpt6eaIVqU7rqOpCm+ETQUJ2QFIyQDSGM4D8LL+d9pyEiVF5A6TfDz14eucd3t/ 9yUhA8m3rArp5YA7eaiw3ro3RmV5cbDTCdgs207QVmZxg9+YYekYamh5l7a8etMIe6lc7WRg JQXs5PAtb5TVPlhgATIGbxQR+/xu55pJRWG2TZS848dGyNBEpJJVaRZ+3lAKUhgKa7okhe5M RaI6Wu9CHK+VUZGjJObgarrUKzGLoC6T7wJs8w4iPIUOvCdkyfZlByCnWbKgwjQfLEEyMnTw 6uzf8e2Fmo9Aq961jewTOp1+eZ1mX5llDKNH8Ghn07PPV+iiJi9E+9t3LymNL1R0U95iF+Nr 4Y32zWilX2zr9ESkgGIqNVOfDjm3FAwBIzsqtw/SwJwClMOJY3VMNeImelJU9U8z8xoehLgo inVtrlwlACu2hUq6GyiNhheVV8Ydccv8SNqYXV8ZT5FGRELOO6S0UvWTLNvFZFPyQCp5acco yUtEylYPslydw==
  • Ironport-hdrordr: A9a23:KbfuzKp9VhDdgPNo6KNA9kcaV5rdeYIsimQD101hICG9Evb0qy lhppQmPH7P+VAssRQb8+xoV5PufZqxz/BICMwqTNWftWrdyQyVxeNZnOjfKlTbckWTygce79 YET0EXMrbN5DNB/KLHCWeDcurJwLO8gd+VbeW19QYScem9AZsQnjuQCWygYz1LrBEtP+tBKH IFjPA32gZJfx4sH7yGL0hAZcfvjfvRmqnrZBYXbiRXlDVn3VuTmcXH+wHz5GZlbw9y
  • List-id: Xen developer discussion <xen-devel.lists.xenproject.org>

On Wed, Feb 15, 2023 at 12:26:40PM +0000, Andrew Cooper wrote:
> On 15/02/2023 12:02 pm, Anthony PERARD wrote:
> > First, apt complain that it isn't the right way to add keys anymore,
> > but hopefully that's just a warning.
> >
> > Second, we can't install clang-8:
> > The following packages have unmet dependencies:
> >  clang-8 : Depends: libstdc++-8-dev but it is not installable
> >            Depends: libgcc-8-dev but it is not installable
> >            Depends: libobjc-8-dev but it is not installable
> >            Recommends: llvm-8-dev but it is not going to be installed
> >            Recommends: libomp-8-dev but it is not going to be installed
> >  libllvm8 : Depends: libffi7 (>= 3.3~20180313) but it is not installable
> > E: Unable to correct problems, you have held broken packages.
> >
> > clang on Debian unstable is now version 14.0.6.
> >
> > Signed-off-by: Anthony PERARD <anthony.perard@xxxxxxxxxx>
> 
> Yeah that's because clang 8 is way obsolete, and http://apt.llvm.org
> only supports Clang 15 and later now.
> 
> In hindsight, it was a mistake to take unstable-llvm-8.list in the first
> place.
> 
> Acked-by: Andrew Cooper <andrew.cooper3@xxxxxxxxxx>

I just realize that this change is going to break gitlab testing in the
staging-4* branches. So I guess this mean that we will have to backport
this patch, or at least the gitlab-ci part.

-- 
Anthony PERARD



 


Rackspace

Lists.xenproject.org is hosted with RackSpace, monitoring our
servers 24x7x365 and backed by RackSpace's Fanatical Support®.