> 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.