> On May 27, 2020, at 12:29 PM, Wei Liu <w...@xen.org> wrote: > > On Wed, May 27, 2020 at 11:43:16AM +0100, Anthony PERARD wrote: >> On Tue, May 26, 2020 at 11:16:10PM +0100, George Dunlap wrote: >>> This fixes the following build error in hvmloader: >>> >>> usr/include/gnu/stubs.h:7:11: fatal error: gnu/stubs-32.h: No such file or >>> directory >>> >>> Signed-off-by: George Dunlap <george.dun...@citrix.com> >>> --- >>> automation/build/archlinux/current.dockerfile | 1 + >>> 1 file changed, 1 insertion(+) >>> >>> diff --git a/automation/build/archlinux/current.dockerfile >>> b/automation/build/archlinux/current.dockerfile >>> index 9af5d66afc..5095de65b8 100644 >>> --- a/automation/build/archlinux/current.dockerfile >>> +++ b/automation/build/archlinux/current.dockerfile >>> @@ -19,6 +19,7 @@ RUN pacman -S --refresh --sysupgrade --noconfirm >>> --noprogressbar --needed \ >>> iasl \ >>> inetutils \ >>> iproute \ >>> + lib32-glibc \ >>> libaio \ >>> libcacard \ >>> libgl \ >> >> Acked-by: Anthony PERARD <anthony.per...@citrix.com> > > All automation patches: > > Acked-by: Wei Liu <w...@xen.org> > > Anthony, can you generate and push the new images? Thanks.
These are checked in now. BTW it looks like there may be some other compilation issues updating the archlinux image. I tested the minimum configuration required to get the golang bindings to build; but a full build fails with other errors I haven’t had time to diagnose yet. -George