From: Felipe Contreras <felipe.contreras@gmail.com>
To: "Randall S. Becker" <rsbecker@nexbridge.com>,
'Felipe Contreras' <felipe.contreras@gmail.com>,
'Junio C Hamano' <gitster@pobox.com>
Cc: git@vger.kernel.org
Subject: RE: [NOT BUG] git-2.30.0-rc1 - Transitive OpenLDAP requirement in libcurl
Date: Mon, 21 Dec 2020 18:12:08 -0600 [thread overview]
Message-ID: <5fe139d895bd7_11498208e6@natae.notmuch> (raw)
In-Reply-To: <004701d6d7ea$ffd61e70$ff825b50$@nexbridge.com>
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
prev parent reply other threads:[~2020-12-22 0:12 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
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 message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=5fe139d895bd7_11498208e6@natae.notmuch \
--to=felipe.contreras@gmail.com \
--cc=git@vger.kernel.org \
--cc=gitster@pobox.com \
--cc=rsbecker@nexbridge.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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).