All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v1] Modify NonStop configuration to disable uncompress2
@ 2022-01-12 19:56 rsbecker
  2022-01-12 20:17 ` Junio C Hamano
  0 siblings, 1 reply; 4+ messages in thread
From: rsbecker @ 2022-01-12 19:56 UTC (permalink / raw)
  To: git

Modify NonStop configuration to disable uncompress2.

The zlib version available on NonStop x86/ia64 does not contain the
uncompress2()
Procedure.

Signed-off-by: Randall S. Becker <rsbecker@nexbridge.com>
---
 config.mak.uname | 1 +
 1 file changed, 1 insertion(+)

diff --git a/config.mak.uname b/config.mak.uname
index a3a779327f..9b3e9bff5f 100644
--- a/config.mak.uname
+++ b/config.mak.uname
@@ -576,6 +576,7 @@ ifeq ($(uname_S),NONSTOP_KERNEL)
        NO_SETENV = YesPlease
        NO_UNSETENV = YesPlease
        NO_MKDTEMP = YesPlease
+       NO_UNCOMPRESS2 = YesPlease
        # Currently libiconv-1.9.1.
        OLD_ICONV = UnfortunatelyYes
        NO_REGEX = NeedsStartEnd
--
2.34.1




^ permalink raw reply related	[flat|nested] 4+ messages in thread

* Re: [PATCH v1] Modify NonStop configuration to disable uncompress2
  2022-01-12 19:56 [PATCH v1] Modify NonStop configuration to disable uncompress2 rsbecker
@ 2022-01-12 20:17 ` Junio C Hamano
  2022-01-12 21:38   ` rsbecker
  0 siblings, 1 reply; 4+ messages in thread
From: Junio C Hamano @ 2022-01-12 20:17 UTC (permalink / raw)
  To: rsbecker; +Cc: git

<rsbecker@nexbridge.com> writes:

> Modify NonStop configuration to disable uncompress2.
>
> The zlib version available on NonStop x86/ia64 does not contain the
> uncompress2()
> Procedure.
>
> Signed-off-by: Randall S. Becker <rsbecker@nexbridge.com>
> ---
>  config.mak.uname | 1 +
>  1 file changed, 1 insertion(+)

I'll lift your s-o-b from this patch and use it in
<xmqqzgo0u5j7.fsf@gitster.g>, as the patch part didn't apply.

Thanks.

>
> diff --git a/config.mak.uname b/config.mak.uname
> index a3a779327f..9b3e9bff5f 100644
> --- a/config.mak.uname
> +++ b/config.mak.uname
> @@ -576,6 +576,7 @@ ifeq ($(uname_S),NONSTOP_KERNEL)
>         NO_SETENV = YesPlease
>         NO_UNSETENV = YesPlease
>         NO_MKDTEMP = YesPlease
> +       NO_UNCOMPRESS2 = YesPlease
>         # Currently libiconv-1.9.1.
>         OLD_ICONV = UnfortunatelyYes
>         NO_REGEX = NeedsStartEnd
> --
> 2.34.1

^ permalink raw reply	[flat|nested] 4+ messages in thread

* RE: [PATCH v1] Modify NonStop configuration to disable uncompress2
  2022-01-12 20:17 ` Junio C Hamano
@ 2022-01-12 21:38   ` rsbecker
  2022-01-12 23:52     ` rsbecker
  0 siblings, 1 reply; 4+ messages in thread
From: rsbecker @ 2022-01-12 21:38 UTC (permalink / raw)
  To: 'Junio C Hamano'; +Cc: git

On January 12, 2022 3:17 PM, Junio wrote:
> <rsbecker@nexbridge.com> writes:
> 
> > Modify NonStop configuration to disable uncompress2.
> >
> > The zlib version available on NonStop x86/ia64 does not contain the
> > uncompress2()
> > Procedure.
> >
> > Signed-off-by: Randall S. Becker <rsbecker@nexbridge.com>
> > ---
> >  config.mak.uname | 1 +
> >  1 file changed, 1 insertion(+)
> 
> I'll lift your s-o-b from this patch and use it in
<xmqqzgo0u5j7.fsf@gitster.g>, as the
> patch part didn't apply.
> 
> Thanks.
> 
> >
> > diff --git a/config.mak.uname b/config.mak.uname index
> > a3a779327f..9b3e9bff5f 100644
> > --- a/config.mak.uname
> > +++ b/config.mak.uname
> > @@ -576,6 +576,7 @@ ifeq ($(uname_S),NONSTOP_KERNEL)
> >         NO_SETENV = YesPlease
> >         NO_UNSETENV = YesPlease
> >         NO_MKDTEMP = YesPlease
> > +       NO_UNCOMPRESS2 = YesPlease
> >         # Currently libiconv-1.9.1.
> >         OLD_ICONV = UnfortunatelyYes
> >         NO_REGEX = NeedsStartEnd
> > --
> > 2.34.1

Thanks,
My mailer wrapped the commit. Unfortunately, git send-email is not working
in my environment and --smtp-debug is not helping at all. I think it is
probably a certificate issue, so I have to manually paste the patch into
Outlook - the most yuckiest way to send a patch in the history of patches.
Regards,
Randall


^ permalink raw reply	[flat|nested] 4+ messages in thread

* RE: [PATCH v1] Modify NonStop configuration to disable uncompress2
  2022-01-12 21:38   ` rsbecker
@ 2022-01-12 23:52     ` rsbecker
  0 siblings, 0 replies; 4+ messages in thread
From: rsbecker @ 2022-01-12 23:52 UTC (permalink / raw)
  To: rsbecker, 'Junio C Hamano'; +Cc: git

On January 12, 2022 4:38 PM, I wrote:
> On January 12, 2022 3:17 PM, Junio wrote:
> > <rsbecker@nexbridge.com> writes:
> >
> > > Modify NonStop configuration to disable uncompress2.
> > >
> > > The zlib version available on NonStop x86/ia64 does not contain the
> > > uncompress2()
> > > Procedure.
> > >
> > > Signed-off-by: Randall S. Becker <rsbecker@nexbridge.com>
> > > ---
> > >  config.mak.uname | 1 +
> > >  1 file changed, 1 insertion(+)
> >
> > I'll lift your s-o-b from this patch and use it in
> <xmqqzgo0u5j7.fsf@gitster.g>, as the
> > patch part didn't apply.
> >
> > Thanks.
> >
> > >
> > > diff --git a/config.mak.uname b/config.mak.uname index
> > > a3a779327f..9b3e9bff5f 100644
> > > --- a/config.mak.uname
> > > +++ b/config.mak.uname
> > > @@ -576,6 +576,7 @@ ifeq ($(uname_S),NONSTOP_KERNEL)
> > >         NO_SETENV = YesPlease
> > >         NO_UNSETENV = YesPlease
> > >         NO_MKDTEMP = YesPlease
> > > +       NO_UNCOMPRESS2 = YesPlease
> > >         # Currently libiconv-1.9.1.
> > >         OLD_ICONV = UnfortunatelyYes
> > >         NO_REGEX = NeedsStartEnd
> > > --
> > > 2.34.1

With this patch, rc0 passes on NonStop ia64.
Thanks,
Randall


^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2022-01-12 23:53 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-01-12 19:56 [PATCH v1] Modify NonStop configuration to disable uncompress2 rsbecker
2022-01-12 20:17 ` Junio C Hamano
2022-01-12 21:38   ` rsbecker
2022-01-12 23:52     ` rsbecker

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.