> On Aug 15, 2017, at 9:49 AM, Daniel P. Berrange <berra...@redhat.com> wrote: > > On Tue, Aug 15, 2017 at 09:49:00AM -0400, Programmingkid wrote: >> >>> On Aug 15, 2017, at 4:38 AM, Daniel P. Berrange <berra...@redhat.com> wrote: >>> >>> On Mon, Aug 14, 2017 at 02:46:22PM -0400, Programmingkid wrote: >>>> Sorry but there appears to be an issue with your patchset. I ran this >>>> command: >>>> >>>> ./configure --target-list=ppc-softmmu,i386-softmmu >>>> >>>> Then saw this error message: >>>> >>>> error: pathspec 'ui/keycodemapdb' did not match any file(s) known to git. >>>> >>>> Running 'make' I saw this error message: >>>> >>>> make: *** No rule to make target `ui/input-keymap-atset1-to-qcode.c', >>>> needed by `Makefile'. Stop. >>>> make: *** Waiting for unfinished jobs.... >>>> >>>> Running the 'make clean' command produces this error message: >>>> >>>> make[1]: *** No rule to make target `ui/input-keymap-atset1-to-qcode.c', >>>> needed by `Makefile'. Stop. >>>> make: *** [clean] Error 1 >>>> >>>> Perhaps a missing patch? >>> >>> No, its a missing "git submodule update --init ui/keycodemapdb" call >> >> Thank you for replying. I tried this command and saw this error message: >> >> error: pathspec 'ui/keycodemapdb' did not match any file(s) known to git. >> >> Note: I'm using version 3. Will test version 4 soon. >> >> I suggest adding the git submodule update info to your cover letter >> saying it is required. > > It isn't supposed to be required - its a bug, hence why the tests are > failing. > > 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 :|
Version four appears to have the same problem as version three. I still see this error message: make: *** No rule to make target `ui/input-keymap-atset1-to-qcode.c', needed by `Makefile'. Stop. make: *** Waiting for unfinished jobs....