Or Goshen
2013-Aug-18 11:22 UTC
[Libguestfs] 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: <http://listman.redhat.com/archives/libguestfs/attachments/20130818/417d8dec/attachment.obj> -------------- next part -------------- A non-text attachment was scrubbed... Name: remove problematic #include.patch Type: application/octet-stream Size: 294 bytes Desc: not available URL: <http://listman.redhat.com/archives/libguestfs/attachments/20130818/417d8dec/attachment-0001.obj>
Richard W.M. Jones
2013-Aug-19 08:53 UTC
Re: [Libguestfs] 2 patches to make portablexdr useable in mingw
I'm not sure what to do with these patches, since it looks as if these won't apply to the unreleased portablexdr 4.9.2. This library is obsolete, since the original SunRPC code was relicensed and can now be used directly by any project that needs it. It's unfortunate there is no XDR code for mingw except for PortableXDR ... Rich. -- Richard Jones, Virtualization Group, Red Hat http://people.redhat.com/~rjones Fedora Windows cross-compiler. Compile Windows programs, test, and build Windows installers. Over 100 libraries supported. http://fedoraproject.org/wiki/MinGW
Richard W.M. Jones
2013-Aug-19 11:06 UTC
Re: [Libguestfs] 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 with a live CD or over the network (PXE) and turn machines into KVM guests. http://libguestfs.org/virt-v2v
Or Goshen
2013-Aug-19 12:14 UTC
Re: [Libguestfs] 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 physical machines to virtual machines. Boot with a > live CD or over the network (PXE) and turn machines into KVM guests. > http://libguestfs.org/virt-v2v >
Possibly Parallel Threads
- Re: 2 patches to make portablexdr useable in mingw
- Re: 2 patches to make portablexdr useable in mingw
- [PATCH] daemon/Win32: Use xdr_u_int for PortableXDR compatibility.
- Fix to src/proto.c in libguestfs so it will compile with portablexdr under mingw
- [PATCH v2] lib: Prefer tirpc for XDR, and rationalise how we search for alternatives.