From: Gerry Reno <greno@verizon.net>
To: Jeff King <peff@peff.net>
Cc: git@vger.kernel.org
Subject: Re: git 2.1.0: make fails
Date: Wed, 10 Sep 2014 08:39:41 -0400 [thread overview]
Message-ID: <5410468D.7000204@verizon.net> (raw)
In-Reply-To: <20140909224201.GE14029@peff.net>
On 09/09/2014 06:42 PM, Jeff King wrote:
> 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
>
I downloaded git-2.0.4.tar.gz and it builds and links fine.
I wiped out the 2.1.0 installation so cannot test anything more.
prev parent reply other threads:[~2014-09-10 13:40 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
2014-09-10 12:39 ` Gerry Reno [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=5410468D.7000204@verizon.net \
--to=greno@verizon.net \
--cc=git@vger.kernel.org \
--cc=peff@peff.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 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.