git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* RE: [NOT BUG] git-2.30.0-rc1 - Transitive OpenLDAP requirement in libcurl
@ 2020-12-21 22:45 Randall S. Becker
  2020-12-22  0:12 ` Felipe Contreras
  0 siblings, 1 reply; 2+ messages in thread
From: Randall S. Becker @ 2020-12-21 22:45 UTC (permalink / raw)
  To: 'Felipe Contreras', 'Junio C Hamano'; +Cc: git

On December 21, 2020 4:03 PM, I wrote:
> To: 'Felipe Contreras' <felipe.contreras@gmail.com>; 'Junio C Hamano'
> <gitster@pobox.com>
> Cc: 'git@vger.kernel.org' <git@vger.kernel.org>
> Subject: RE: [BUG] git-2.30.0-rc1 - Transitive OpenLDAP requirement in
> libcurl
> 
> On December 21, 2020 3:41 PM, Felipe Contreras wrote:
> > To: Randall S. Becker <rsbecker@nexbridge.com>; 'Junio C Hamano'
> > <gitster@pobox.com>
> > Cc: git@vger.kernel.org
> > Subject: RE: [BUG] git-2.30.0-rc1 - Transitive OpenLDAP requirement in
> > libcurl
> >
> > Randall S. Becker wrote:
> > > git is the only product my group builds that uses libcurl. There is
> > > a less functional version of libcurl that comes with the operating
> > > system that we ignore. We are not linking with that version. The
> > > version of curl we have, we built but not since 2.29.2.
> > > So  I'm confused.
> >
> > Could be: b990f02fd8 (config.mak.uname: remove unused
> > NEEDS_SSL_WITH_CURL flag, 2020-11-11)
> >
> > It seems it was attempting to only remove NEEDS_SSL_WITH_CURL, which
> > indeed wasn't used anymore, but it also removed:
> 
> I wondered about this one. I have rolled this back, with no positive effect.
> The 2.30.0-rc1 build works fine on the x86 platform (currently under test) but
> not on the Itanium (older) so I'm not suspecting this issue.
> 
> >   #NO_CURL = YesPlease
> 
> We have been building with Curl for years, so probably not this.
> 
> > I've no idea about these systems, but a quick search makes me wonder
> > if perhaps this was not intended.
> 
> Is there some detection going on about OpenLDAP?

Well, looks like this probably an operator issue. I tried the build in a clean environment (our official Jenkins build environment) and 2.30.0-rc1 builds and is currently in testing on both NonStop platforms. Something is likely messed up in my clone. There's nothing in the environment that is weird. So it's obviously something I did, but I don't really know what (maybe git reset --hard master && git clean -dxf is not a sufficient reset).

Moving forward,
Randall


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

* RE: [NOT BUG] git-2.30.0-rc1 - Transitive OpenLDAP requirement in libcurl
  2020-12-21 22:45 [NOT BUG] git-2.30.0-rc1 - Transitive OpenLDAP requirement in libcurl Randall S. Becker
@ 2020-12-22  0:12 ` Felipe Contreras
  0 siblings, 0 replies; 2+ messages in thread
From: Felipe Contreras @ 2020-12-22  0:12 UTC (permalink / raw)
  To: Randall S. Becker, 'Felipe Contreras', 'Junio C Hamano'
  Cc: git

Randall S. Becker wrote:
> Well, looks like this probably an operator issue. I tried the build in
> a clean environment (our official Jenkins build environment) and
> 2.30.0-rc1 builds and is currently in testing on both NonStop
> platforms. Something is likely messed up in my clone. There's nothing
> in the environment that is weird. So it's obviously something I did,
> but I don't really know what (maybe git reset --hard master && git
> clean -dxf is not a sufficient reset).

I was going to say that I don't see how you could link to the libcurl
you have in /usr/local/lib.

From what I know of libraries not even this would link:

  #include <curl/curl.h>

  int main(void)
  {
          curl_easy_init();
          return 0;
  }

I would double check which libcurl library is actually being used the
build environmen that works.

Cheers.

-- 
Felipe Contreras

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

end of thread, other threads:[~2020-12-22  0:12 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-12-21 22:45 [NOT BUG] git-2.30.0-rc1 - Transitive OpenLDAP requirement in libcurl Randall S. Becker
2020-12-22  0:12 ` Felipe Contreras

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).