search for: 1ab7ff5

Displaying 3 results from an estimated 3 matches for "1ab7ff5".

2015 Feb 05
4
Patchable build problems on OS X 10.10
Hello, I'm attempting to create a Homebrew formula to get libguestfs to compile on Mac OS X. I've managed to achieve success with several monkey patches, but since Homebrew's policy is to contact maintainers about proper fixes in upstream, I would like to ask if there are any plans to fix these issues. I'm afraid I don't know C well enough to propose decent solutions myself.
2015 Feb 06
0
Re: Patchable build problems on OS X 10.10
...X again. I have included the patch below for review. As a general comment, it's easier for us if the patch is split into separate reviewable commits, and then sent to the mailing list using 'git send-email'. > diff --git fuse/guestunmount.c fuse/guestunmount.c > index c36c336..1ab7ff5 100644 > --- fuse/guestunmount.c > +++ fuse/guestunmount.c > @@ -257,7 +257,7 @@ do_fusermount (const char *mountpoint, char **error_rtn) > /* We have to parse error messages from fusermount, so ... */ > setenv ("LC_ALL", "C", 1); > > - execlp...
2015 Feb 09
5
Re: Patchable build problems on OS X 10.10
...d the patch below for review. As a general comment, > it's easier for us if the patch is split into separate reviewable > commits, and then sent to the mailing list using 'git send-email'. > > > diff --git fuse/guestunmount.c fuse/guestunmount.c > > index c36c336..1ab7ff5 100644 > > --- fuse/guestunmount.c > > +++ fuse/guestunmount.c > > @@ -257,7 +257,7 @@ do_fusermount (const char *mountpoint, char **error_rtn) > > /* We have to parse error messages from fusermount, so ... */ > > setenv ("LC_ALL", "C", 1)...