On Tue, Jun 14, 2022 at 11:40:38AM +0200, Gerd Hoffmann wrote:
> On Mon, Jun 13, 2022 at 08:52:21AM -0700, Richard Henderson wrote:
> > On 6/13/22 04:36, Gerd Hoffmann wrote:
> > > The following changes since commit
> > > dcb40541ebca7ec98a14d461593b3cd7282b4fac:
> > >
> > > Merge tag 'mips-20220611' of https://github.com/philmd/qemu into
> > > staging (2022-06-11 21:13:27 -0700)
> > >
> > > are available in the Git repository at:
> > >
> > > git://git.kraxel.org/qemu tags/kraxel-20220613-pull-request
> > >
> > > for you to fetch changes up to 23b87f7a3a13e93e248eef8a4b7257548855a620:
> > >
> > > ui: move 'pc-bios/keymaps' to 'ui/keymaps' (2022-06-13 10:59:25 +0200)
> > >
> > > ----------------------------------------------------------------
> > > usb: add CanoKey device, fixes for ehci + redir
> > > ui: fixes for gtk and cocoa, move keymaps (v2), rework refresh rate
> > > virtio-gpu: scanout flush fix
> >
> > This doesn't even configure:
> >
> > ../src/ui/keymaps/meson.build:55:4: ERROR: File ar does not exist.
>
> Hmm, build worked here and CI passed too.
>
> I think this is one of those cases where the build directory must be
> deleted because one subdirectory is replaced by a compatibility
> symlink.
Except 'configure' deals with that, as it explicitly rm -rf's the
symlink target:
symlink() {
rm -rf "$2"
mkdir -p "$(dirname "$2")"
ln -s "$1" "$2"
}
so i'm pretty confused as to what's going wrong here still
With regards,
Daniel
--
|: https://berrange.com -o- https://www.flickr.com/photos/dberrange :|
|: https://libvirt.org -o- https://fstop138.berrange.com :|
|: https://entangle-photo.org -o- https://www.instagram.com/dberrange :|