similar to: Help on Meson build Error

Displaying 20 results from an estimated 1000 matches similar to: "Help on Meson build Error"

2020 Sep 25
2
Re: Help on Meson build Error
On Thu, Sep 24, 2020 at 2:58 PM Ján Tomko <jtomko@redhat.com> wrote: > On a Thursday in 2020, Wei Wang wrote: > >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
2020 Sep 24
0
Re: Help on Meson build Error
On a Thursday in 2020, Wei Wang wrote: >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.) >
2020 Sep 24
0
Help on meson build
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) FAILED: src/util/libvirt_util.a.p/glibcompat.c.o .... In file included from ../src/util/glibcompat.c:19: ./config.h:1026:10: fatal error: config-post.h: No such file or directory FAILED:
2020 Sep 25
0
Re: Help on Meson build Error
On Fri, Sep 25, 2020 at 10:03 AM Wei Wang <weiwangcloud2020@gmail.com> wrote: > On Thu, Sep 24, 2020 at 2:58 PM Ján Tomko <jtomko@redhat.com> wrote: > >> On a Thursday in 2020, Wei Wang wrote: >> >Seems it didn't appear on the mailing list, resent it. >> > >> > Hi folks, >> > >> >I'm trying to build libvirt using meson
2020 Sep 01
2
Re: Meson build
On a Tuesday in 2020, Pavel Hrdina wrote: >On Tue, Sep 01, 2020 at 03:13:39PM +0200, Ján Tomko wrote: >> On a Tuesday in 2020, Pavel Hrdina wrote: >> > On Sun, Aug 30, 2020 at 02:34:56AM +0200, Toolybird wrote: >> > > Hi, >> > > >> > > Just a heads up on my experiences with the new build system. >> > > >> > > Arch Linux
2020 Sep 01
2
Re: Meson build
On a Tuesday in 2020, Pavel Hrdina wrote: >On Sun, Aug 30, 2020 at 02:34:56AM +0200, Toolybird wrote: >> Hi, >> >> Just a heads up on my experiences with the new build system. >> >> Arch Linux >> meson-0.55.1 >> >> Overall, it looks good, so well done! >> >> Just a couple of minor things I noted: >> >> 1. Arch uses a meson
2020 Aug 30
5
Meson build
Hi, Just a heads up on my experiences with the new build system. Arch Linux meson-0.55.1 Overall, it looks good, so well done! Just a couple of minor things I noted: 1. Arch uses a meson wrapper script (arch-meson) that sets:   --buildtype plain This seems to trigger a bug in meson that results in copious bogus compiler warnings: cc1: warning: ‘-Wformat-y2k’ ignored without ‘-Wformat’
2020 Sep 25
2
Re: Help on Meson build Error
On Fri, Sep 25, 2020 at 04:44:24PM +0800, Wei Wang wrote: > On Fri, Sep 25, 2020 at 4:40 PM Andrea Bolognani <abologna@redhat.com> > wrote: > > > On Fri, 2020-09-25 at 16:21 +0800, Wei Wang wrote: > > > On Fri, Sep 25, 2020 at 3:56 PM Andrea Bolognani <abologna@redhat.com> > > wrote: > > > > On Fri, 2020-09-25 at 10:33 +0800, Wei Wang wrote:
2020 Sep 25
2
Re: Help on Meson build Error
On Fri, Sep 25, 2020 at 5:35 PM Daniel P. Berrangé <berrange@redhat.com> wrote: > On Fri, Sep 25, 2020 at 05:31:09PM +0800, Wei Wang wrote: > > On Fri, Sep 25, 2020 at 5:24 PM Andrea Bolognani <abologna@redhat.com> > > wrote: > > > > > On Fri, 2020-09-25 at 10:16 +0100, Daniel P. Berrangé wrote: > > > > On Fri, Sep 25, 2020 at 05:03:24PM
2020 Sep 25
3
Re: Help on Meson build Error
On Fri, 2020-09-25 at 16:21 +0800, Wei Wang wrote: > On Fri, Sep 25, 2020 at 3:56 PM Andrea Bolognani <abologna@redhat.com> wrote: > > On Fri, 2020-09-25 at 10:33 +0800, Wei Wang wrote: > > > In file included from ../src/util/virfile.c:42: > > > /usr/include/libutil.h:43:10: fatal error: sys/_types.h: No such file or directory > > > 43 | #include
2018 Apr 10
1
Re: Fail to compile libvirt with address sanitizer by clang-7
On 04/10/2018 05:22 AM, Han Han wrote: > Hi, > I tried to compile libvirt with address sanitizer( > https://github.com/google/sanitizers/wiki/AddressSanitizer) to discover > memory errors. But fails when make. > Code version: > $ git describe > v4.2.0-92-g3f204e4de > > Compile tools: > automake 1:1.15.1-3 all [installed] > clang-7 1:7~svn323616-1 amd64
2020 Sep 01
0
Re: Meson build
On Tue, Sep 01, 2020 at 11:38:59AM -0600, Jim Fehlig wrote: > On 9/1/20 7:55 AM, Daniel P. Berrangé wrote: > > On Tue, Sep 01, 2020 at 03:50:36PM +0200, Ján Tomko wrote: > > > On a Tuesday in 2020, Pavel Hrdina wrote: > > > > On Tue, Sep 01, 2020 at 03:13:39PM +0200, Ján Tomko wrote: > > > > > On a Tuesday in 2020, Pavel Hrdina wrote: > > >
2020 Sep 01
0
Re: Meson build
On a Sunday in 2020, Toolybird wrote: >Hi, > >Just a heads up on my experiences with the new build system. > >Arch Linux >meson-0.55.1 > >Overall, it looks good, so well done! > >Just a couple of minor things I noted: > >1. Arch uses a meson wrapper script (arch-meson) that sets: > >? --buildtype plain > Does this affect the 'meson' available
2020 Sep 01
0
Re: Meson build
On Sun, Aug 30, 2020 at 02:34:56AM +0200, Toolybird wrote: > Hi, > > Just a heads up on my experiences with the new build system. > > Arch Linux > meson-0.55.1 > > Overall, it looks good, so well done! > > Just a couple of minor things I noted: > > 1. Arch uses a meson wrapper script (arch-meson) that sets: > > ? --buildtype plain > > This
2020 Sep 01
0
Re: Meson build
On Tue, Sep 01, 2020 at 03:13:39PM +0200, Ján Tomko wrote: > On a Tuesday in 2020, Pavel Hrdina wrote: > > On Sun, Aug 30, 2020 at 02:34:56AM +0200, Toolybird wrote: > > > Hi, > > > > > > Just a heads up on my experiences with the new build system. > > > > > > Arch Linux > > > meson-0.55.1 > > > > > > Overall, it
2018 Sep 14
0
CentOS 6: meson/ninja in python36 requires python27
Hello there, on a CentOS 6 box, in the need for `meson`, I've installed rh-python36 using yum, then meson and ninja using `pip3.6 install meson ninja`. Later at run-time, while building atk 2.29.1: $ meson --prefix /opt/atk _build $ ninja-build -C _build FAILED: atk/atkmarshal.c /opt/gimp-2.8/bin/glib-genmarshal --prefix atk_marshal --output atk/atkmarshal.c --body ../atk/atkmarshal.list
2020 Sep 03
0
Re: libvirt 6.7 meson.build error
On Wed, Sep 02, 2020 at 11:56:58PM +0000, Chen Wenwei wrote: > Found pkg-config: /usr/local/bin/pkg-config (0.29.2) > Did not find CMake 'cmake' > Found CMake: NO > Run-time dependency libapparmor found: NO (tried pkgconfig and cmake) > Library attr found: YES > Library audit found: YES > Run-time dependency bash-completion found: YES 2.1 > Run-time dependency blkid
2020 Sep 25
0
Re: Help on Meson build Error
On Fri, 2020-09-25 at 17:46 +0800, Wei Wang wrote: > On Fri, Sep 25, 2020 at 5:35 PM Daniel P. Berrangé <berrange@redhat.com> wrote: > > On Fri, Sep 25, 2020 at 05:31:09PM +0800, Wei Wang wrote: > > > That's strange, my rst2html5 comes from docutils: > > > python3-docutils: /usr/share/docutils/scripts/python3/rst2html5 > > > > > > and >
2020 Sep 25
0
Re: Help on Meson build Error
On Fri, Sep 25, 2020 at 3:56 PM Andrea Bolognani <abologna@redhat.com> wrote: > On Fri, 2020-09-25 at 10:33 +0800, Wei Wang wrote: > > In file included from ../src/util/virfile.c:42: > > /usr/include/libutil.h:43:10: fatal error: sys/_types.h: No such file or > directory > > 43 | #include <sys/_types.h> > > | ^~~~~~~~~~~~~~ > >
2020 Sep 25
0
Re: Help on Meson build Error
On Fri, Sep 25, 2020 at 4:40 PM Andrea Bolognani <abologna@redhat.com> wrote: > On Fri, 2020-09-25 at 16:21 +0800, Wei Wang wrote: > > On Fri, Sep 25, 2020 at 3:56 PM Andrea Bolognani <abologna@redhat.com> > wrote: > > > On Fri, 2020-09-25 at 10:33 +0800, Wei Wang wrote: > > > > In file included from ../src/util/virfile.c:42: > > > >