search for: portablexdr

Displaying 20 results from an estimated 22 matches for "portablexdr".

Did you mean: lportablexdr
2013 Aug 18
3
2 patches to make portablexdr useable in mingw
-------------- next part -------------- An HTML attachment was scrubbed... URL: <http://listman.redhat.com/archives/libguestfs/attachments/20130818/417d8dec/attachment.htm> -------------- next part -------------- A non-text attachment was scrubbed... Name: Add missing forward declarations.patch Type: application/octet-stream Size: 524 bytes Desc: not available URL:
2020 Mar 30
2
"configure: error: Unable to find <rpc/rpc.h>" when compiling libvirt 6.0.0 from a release tarball
...llowing the guide here. (https://libvirt.org/compiling.html#compiling) When running the configure command, i encountered the issue of showing "configure: error: Unable to find <rpc/rpc.h>": How can i let the configure command to realize the non-standard header file location of portablexdr library? Could anyone kindly give some clue to resolve this? Thanks in advance! Install portablexdr was successfull. [root@centos8 portablexdr-4.9.1]# make install makeĀ  install-am make[1]: Entering directory '/root/portablexdr-4.9.1' make[2]: Entering directory '/root/portablexdr...
2013 Aug 19
1
Re: 2 patches to make portablexdr useable in mingw
I believe the 2 patches I sent you can be applied to the trunk On Mon, Aug 19, 2013 at 2:06 PM, Richard W.M. Jones <rjones@redhat.com>wrote: > > If you pass on something which can be applied to the portablexdr git > repo, then I'll apply them. But portablexdr is obsolete for a reason > - it's not been worked on for 4 years and needs a maintainer. > > Rich. > > -- > Richard Jones, Virtualization Group, Red Hat > http://people.redhat.com/~rjones > virt-p2v converts physi...
2020 Mar 30
0
Re: "configure: error: Unable to find <rpc/rpc.h>" when compiling libvirt 6.0.0 from a release tarball
...//libvirt.org/compiling.html#compiling) > > When running the configure command, i encountered the issue of showing > "configure: error: Unable to find <rpc/rpc.h>": > > > How can i let the configure command to realize the non-standard header > file location of portablexdr library? > > Could anyone kindly give some clue to resolve this? > > > Thanks in advance! > > > Install portablexdr was successfull. > > [root@centos8 portablexdr-4.9.1]# make install > makeĀ  install-am > make[1]: Entering directory '/root/portablexdr-4.9.1...
2009 Nov 25
1
[PATCH] daemon/Win32: Use xdr_u_int for PortableXDR compatibility.
...ing_started_with_ocaml_on_red_hat_and_fedora -------------- next part -------------- >From 100fc211d672da2ef0adc81f65ec9903346c6d8c Mon Sep 17 00:00:00 2001 From: Richard Jones <rjones at redhat.com> Date: Wed, 25 Nov 2009 14:45:20 +0000 Subject: [PATCH 3/7] daemon/Win32: Use xdr_u_int for PortableXDR compatibility. PortableXDR didn't support xdr_uint32_t. xdr_u_int is the same type. --- daemon/guestfsd.c | 2 +- daemon/proto.c | 14 +++++++------- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/daemon/guestfsd.c b/daemon/guestfsd.c index 67206d0..f31f1f2 100644 ---...
2013 Aug 19
0
Re: 2 patches to make portablexdr useable in mingw
If you pass on something which can be applied to the portablexdr git repo, then I'll apply them. But portablexdr is obsolete for a reason - it's not been worked on for 4 years and needs a maintainer. Rich. -- Richard Jones, Virtualization Group, Red Hat http://people.redhat.com/~rjones virt-p2v converts physical machines to virtual machines. Boot wi...
2013 Aug 18
1
Fix to src/proto.c in libguestfs so it will compile with portablexdr under mingw
...------ next part -------------- An HTML attachment was scrubbed... URL: <http://listman.redhat.com/archives/libguestfs/attachments/20130818/c5de2fe0/attachment.htm> -------------- next part -------------- A non-text attachment was scrubbed... Name: Replace u_int32_t with uint32_t to work with portablexdr under mingw.patch Type: application/octet-stream Size: 613 bytes Desc: not available URL: <http://listman.redhat.com/archives/libguestfs/attachments/20130818/c5de2fe0/attachment.obj>
2010 Aug 12
1
building libvirt-0.8.3 for windows ( with dlls )
...es of configure: checking for mntent.h... no checking net/ethernet.h usability... no checking net/ethernet.h presence... no checking for net/ethernet.h... no checking linux/magic.h usability... no checking linux/magic.h presence... no checking for linux/magic.h... no checking for xdrmem_create in -lportablexdr... no checking for library containing xdrmem_create... no configure: error: Cannot find a XDR library is there a a guide somewhere in the list for compiling the windows version on mingw? Thanks, Gal Gafni Chen CSL-WAVE Developer
2017 Mar 06
0
[PATCH] lib: Prefer tirpc for XDR, and rationlise how we search for alternatives.
...ess we can see the way the wind is blowing. (1) This changes our configure script to prefer libtirpc if it is available. If libtirpc is _not_ available then: (a) Headers must be located in <rpc/xdr.h>, or the user must supply the right CFLAGS. (b) XDR functions must be located in one of -lportablexdr, -lrpc, -lxdr, -lnsl or no library at all (ie. -lc), and the user must set LDFLAGS if needed. (2) We no longer add these paths automatically to $(CFLAGS)/$(LIBS). Any part of libguestfs which needs <rpc/*.h> or the xdr_* functions must use $(RPC_CFLAGS)/$(RPC_LIBS) explicitly. (3) Previousl...
2017 Mar 07
1
[PATCH v2] lib: Prefer tirpc for XDR, and rationalise how we search for alternatives.
v1 -> v2: - No functional changes to the patch, just fixes a few bugs. Rich.
2020 Jun 02
2
Fwd: Hello
...ehlig a while back, it is possible you would have some important information regarding this. It is currently not possible for me to compile libvirt right from the word go while configuring with the error [1]. From the look of it and a bit of searching on the internet, it does look like the package portablexdr is obsolete. Could it be that this is a known issue? Could it be there already is a workaround this? Do you suppose this should go into the mailing list? Sincerely, David. [1] checking for WIRESHARK_DISSECTOR... no checking for xdrmem_create in -lportablexdr... no checking for library containing...
2010 Mar 21
2
Observations on compiling on Mac OS X 10.5 (Leopard)
...... no supermin appliance .................. no FUSE filesystem ..................... no GODI has a strange layout for OCaml packages; a small OS X-specific hack was required to src/generator.ml to cope with this. OS X version of XDR doesn't support 64 bit / hyper type. Known problem and PortableXDR should be able to supply a replacement. I copied src/guestfs_protocol.[ch] from a Fedora machine temporarily, but the complete solution is to use PortableXDR. There's a few other portability problems in the code which I have fixed [patches coming up]. Rich. -- Richard Jones, Virtualization...
2009 Nov 25
0
Notes: Building the daemon on Windows
...s, you will need the latest libguestfs sources from git, plus the three attached patches which hack out bits that I've not fixed yet. You'll need the basic Fedora MinGW cross-compiler packages installed, and the Fedora package "wine(x86-32)". You'll need to build and install PortableXDR: http://git.annexia.org/?p=fedora-mingw.git;a=tree;f=portablexdr;hb=HEAD Configure the toplevel of libguestfs source as if you were going to build it for Fedora. The go into the daemon subdirectory and reconfigure it for cross-compilation: cd daemon make distclean mingw32-configure make...
2010 Mar 21
1
[PATCH 0/2] Another couple of OS X patches
With these I was able to build the library part of libguestfs. In addition to the dependencies I listed before, you also need PortableXDR. Rich. -- Richard Jones, Virtualization Group, Red Hat http://people.redhat.com/~rjones Read my programming blog: http://rwmj.wordpress.com Fedora now supports 80 OCaml packages (the OPEN alternative to F#) http://cocan.org/getting_started_with_ocaml_on_red_hat_and_fedora -------------- next par...
2011 Dec 28
1
cannot find -lportablexdr
When I try to compile libvirt: checking for xdrmem_create in -lportablexdr... no checking for library containing xdrmem_create... no configure: error: Cannot find a XDR library Where have that libxdr source? Thanks. -- Juliano Souza -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://listman.redhat.com/archives/libvirt-users/att...
2020 Jul 16
1
Re: Unable to decode message length
Thank you for the help. But here I get exactly the same data as you. So I suppose the issue is on the server side only. I will try with gdb now. On Wed, Jul 15, 2020 at 16:02, Michal Privoznik <mprivozn@redhat.com> wrote: > On 7/14/20 7:42 PM, Valentin David wrote: >> Hello all, >> >> I have been trying to get libvirtd to work but when I connect to it >> with
2020 Jun 03
0
Re: Fwd: Hello
...possible you would > have some important information regarding this. > > It is currently not possible for me to compile libvirt right from the word > go while configuring with the error [1]. From the look of it and a bit of > searching on the internet, it does look like the package portablexdr is > obsolete. > > Could it be that this is a known issue? Could it be there already is a > workaround this? Do you suppose this should go into the mailing list? > > [1] > checking for WIRESHARK_DISSECTOR... no > checking for xdrmem_create in -lportablexdr... no > check...
2009 Nov 20
1
[PATCH] daemon/Win32: Use gnulib modules for first porting to Win32.
...chroot on Windows. * No sync(2) call. * No posix_fallocate call. * No futimes call. * No pread call. * No custom printf format specifiers. * Quite a few problems in guestfsd.c, eg. code to run external commands. * No readlinkat call (use Gnulib {a,x}readlinkat instead?) * No xdr_uint32_t in PortableXDR. * Missing external commands. * Test it. Rich. -- Richard Jones, Virtualization Group, Red Hat http://people.redhat.com/~rjones virt-p2v converts physical machines to virtual machines. Boot with a live CD or over the network (PXE) and turn machines into Xen guests. http://et.redhat.com/~rjone...
2012 Jul 24
11
[PATCH 01/12] configure: Add -nographic command line option to qemu.
Without this option, configure will fail when there is no display. Signed-off-by: Masami HIRATA <msmhrt at gmail.com> --- configure.ac | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/configure.ac b/configure.ac index de8a064..61d6f69 100644 --- a/configure.ac +++ b/configure.ac @@ -593,16 +593,16 @@ working. AC_MSG_FAILURE([$QEMU version must be >=
2012 Feb 05
4
qcow2 performance
Greets, I have to research performance-issues of a W2003-VM within KVM. Right now it's a qcow2-image-file w/ default settings within libvirt (configured by vmm ...) My question: what caching to use? writeback/writethrough/etc ... what to use for data integrity while not getting ultraslow performance? Found https://www.linuxfoundation.jp/jp_uploads/JLS2009/jls09_hellwig.pdf Is there