Displaying 5 results from an estimated 5 matches for "keycodemapdb".
2020 Sep 25
2
Re: Help on Meson build Error
...probably some leftovers from a previous build in your build
> directory. Can you try it with an empty build directory?
>
>
Thanks, just done cloning a new one from the official repo, but meson build
reports an error:
src/util/meson.build:138:0: ERROR: Program
'/opt/projects/libvirt/src/keycodemapdb/tools/keymap-gen' not found
Is there anything I should do before "meson build"?
Thanks,
Wei
2018 Feb 09
0
Re: 1.39 proposal: Let's split up the libguestfs git repo and tarballs
...ilable as a side git repo that you'd
> need to include when building (git submodule?). This is somewhat
> unspecified.
git submodules are a pain to work with sometimes, but they do sound like
the best approach for what you are documenting here. Dan Berrange's
work on making keycodemapdb a submodule to multiple projects may prove
to be a useful inspiration in the process.
--
Eric Blake, Principal Software Engineer
Red Hat, Inc. +1-919-301-3266
Virtualization: qemu.org | libvirt.org
2020 Sep 24
2
Help on Meson build Error
Seems it didn't appear on the mailing list, resent it.
Hi folks,
I'm trying to build libvirt using meson with the latest upstream libvirt,
but the compilation fails:
(followed on https://libvirt.org/compiling.html, not sure if any
dependencies are missed. I checked, src/util/libvirt_util.a.p does not
exist.)
FAILED: src/util/libvirt_util.a.p/glibcompat.c.o
....
In file included from
2020 Sep 25
0
Re: Help on Meson build Error
...revious build in your build
>> directory. Can you try it with an empty build directory?
>>
>>
> Thanks, just done cloning a new one from the official repo, but meson
> build reports an error:
> src/util/meson.build:138:0: ERROR: Program
> '/opt/projects/libvirt/src/keycodemapdb/tools/keymap-gen' not found
>
> Is there anything I should do before "meson build"?
>
OK, solved this one with network proxy (seems that meson needs to download
it).
ninja -C build fails with
ninja: Entering directory `build'
[6/908] Compiling C object src/util/libvirt...
2018 Feb 09
6
1.39 proposal: Let's split up the libguestfs git repo and tarballs
My contention is that the libguestfs git repository is too large and
unwieldy. There are too many separate, unrelated projects and as a
result of that the source has too many dependencies and takes too long
to build and test.
The project divides (sort of) naturally into layers -- the library,
the bindings, the various virt tools -- and could be split along those
lines into separate projects