Displaying 3 results from an estimated 3 matches for "nert".
Did you mean:
cert
2013 Sep 24
2
[PATCH] build: fix errors when compiling man-pages
...isable-daemon --with-readline --disable-php --enable-python --enable-perl --disable-haskell --disable-ruby --enable-gobject --enable-probes --enable-lua --disable-erlang --without-java
And this is a snip from the failed run of 'make -j5':
make[3]: Entering directory `/home/nert/dev/work/libguestfs/upstream/po-docs/ja'
perl /home/nert/dev/work/libguestfs/upstream/podwrapper.pl \
--no-strict-checks \
--man virt-list-filesystems.1 \
virt-list-filesystems.pl
perl /home/nert/dev/work/libguestfs/upstream/podwrapper.pl \
--no-strict-checks \...
2020 Oct 06
0
Re: [PATCH v3 0/8] Windows BitLocker support.
...t I do not have a machine to try this on, so I will
not be able to do any functional testing (i.e. the review will be very much
incomplete). But from my limited testing I can tell you it breaks the build for
me with the following errors:
Making all in golang
make[2]: Entering directory '/home/nert/dev/libguestfs/golang'
../run go install libguestfs.org/guestfs
# libguestfs.org/guestfs
src/libguestfs.org/guestfs/guestfs.go:3964:34: could not determine kind of name for C.GUESTFS_CRYPTSETUP_OPEN_CRYPTTYPE_BITMASK
src/libguestfs.org/guestfs/guestfs.go:3960:34: could not determine kind of nam...
2020 Sep 17
13
[PATCH v3 0/8] Windows BitLocker support.
As discussed in the emails today, this is the third version addressing
most points from the v1/v2 review.
You will need to pair this with the changes in libguestfs-common from
this series:
https://www.redhat.com/archives/libguestfs/2020-September/msg00050.html
Rich.