From: Jeff King <peff@peff.net>
To: Gerry Reno <greno@verizon.net>
Cc: git@vger.kernel.org
Subject: Re: git 2.1.0: make fails
Date: Tue, 9 Sep 2014 18:42:01 -0400 [thread overview]
Message-ID: <20140909224201.GE14029@peff.net> (raw)
In-Reply-To: <540F643A.60207@verizon.net>
On Tue, Sep 09, 2014 at 04:34:02PM -0400, Gerry Reno wrote:
> Downloaded the git-2.1.0.tar.gz tarball.
>
> Cannot build git 2.1.0:
Weird. It works fine for me on Debian unstable. What platform are you on?
> cc -g -O2 -Wall -I. -DHAVE_ALLOCA_H -DHAVE_PATHS_H -DHAVE_DEV_TTY -DHAVE_CLOCK_GETTIME
> -DSHA1_HEADER='<openssl/sha.h>' -DNO_STRLCPY -DNO_MKSTEMPS -DSHELL_PATH='"/bin/sh"' -o git-credential-store
> credential-store.o libgit.a xdiff/lib.a -lz -lcrypto -lpthread -lrt
> collect2: ld returned 1 exit status
> make: *** [git-credential-store] Error 1
So the linker failed, but it didn't actually tell us why. That's not
much to go on. Are you sure there was no other output on stderr?
I assume the reason it broke on git-credential-store is just because it
is the first thing we try to link. What does:
make V=1 prefix=/usr/local git
output? Does it successfully link "git"?
-Peff
next prev parent reply other threads:[~2014-09-09 22:42 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2014-09-09 20:34 git 2.1.0: make fails Gerry Reno
2014-09-09 22:42 ` Jeff King [this message]
2014-09-10 12:39 ` Gerry Reno
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=20140909224201.GE14029@peff.net \
--to=peff@peff.net \
--cc=git@vger.kernel.org \
--cc=greno@verizon.net \
/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).