Displaying 5 results from an estimated 5 matches for "gv11603".
Did you mean:
11603
2015 Feb 12
2
Re: [PATCH] gnulib: Define argv[0] as program_name for error.c on Darwin
...to its mailing list; see also
> > https://www.gnu.org/software/gnulib/
> >
> > (Personally, I'm not sure that the above patch would help, but I'll
> > leave the review to gnulib people on the right ml.)
>
> This was requested by Richard in <20150211220126.GV11603@redhat.com>;
> the hack^Wsolution is his, I am merely providing the patch.
>
> (Would not send it myself because a) I believe libguestfs's
> executables should properly define the variable, rather than trying to
> circumvent the requirement, b) I don't have the knowledge...
2015 Feb 12
2
Re: [PATCH] gnulib: Define argv[0] as program_name for error.c on Darwin
On Thursday 12 February 2015 17:39:45 Margaret Lewicka wrote:
> ---
> lib/error.c | 4 ++++
> 1 file changed, 4 insertions(+)
>
> diff --git a/lib/error.c b/lib/error.c
> index 6683197..36a3db7 100644
> --- a/lib/error.c
> +++ b/lib/error.c
> @@ -113,9 +113,13 @@ int strerror_r ();
> # endif
> # endif
>
> +#if defined __APPLE__ && defined
2015 Feb 12
0
Re: [PATCH] gnulib: Define argv[0] as program_name for error.c on Darwin
..., so
> this should be sent to its mailing list; see also
> https://www.gnu.org/software/gnulib/
>
> (Personally, I'm not sure that the above patch would help, but I'll
> leave the review to gnulib people on the right ml.)
This was requested by Richard in <20150211220126.GV11603@redhat.com>;
the hack^Wsolution is his, I am merely providing the patch.
(Would not send it myself because a) I believe libguestfs's
executables should properly define the variable, rather than trying to
circumvent the requirement, b) I don't have the knowledge to verify
the solution pa...
2015 Feb 12
0
Re: [PATCH] gnulib: Define argv[0] as program_name for error.c on Darwin
On 12 February 2015 at 19:01, Pino Toscano <ptoscano@redhat.com> wrote:
> On Thursday 12 February 2015 18:58:17 Margaret Lewicka wrote:
[...]
>> This was requested by Richard in <20150211220126.GV11603@redhat.com>;
>> the hack^Wsolution is his, I am merely providing the patch.
>>
>> (Would not send it myself because a) I believe libguestfs's
>> executables should properly define the variable, rather than trying to
>> circumvent the requirement, b) I don't...
2015 Feb 13
1
Re: [PATCH] gnulib: Define argv[0] as program_name for error.c on Darwin
On Thu, Feb 12, 2015 at 07:09:41PM +0000, Margaret Lewicka wrote:
> On 12 February 2015 at 19:01, Pino Toscano <ptoscano@redhat.com> wrote:
> > On Thursday 12 February 2015 18:58:17 Margaret Lewicka wrote:
> [...]
> >> This was requested by Richard in <20150211220126.GV11603@redhat.com>;
> >> the hack^Wsolution is his, I am merely providing the patch.
> >>
> >> (Would not send it myself because a) I believe libguestfs's
> >> executables should properly define the variable, rather than trying to
> >> circumvent the req...