All of lore.kernel.org
 help / color / mirror / Atom feed
From: dev <dev@cor0.com>
To: "brian m. carlson" <sandals@crustytoothpaste.net>
Cc: git@vger.kernel.org, Jeff King <peff@peff.net>,
	Jonathan Nieder <jrnieder@gmail.com>
Subject: Re: problem with def of inet_ntop() in git-compat-util.h as well as other places
Date: Sat, 30 Aug 2014 11:25:51 -0400 (EDT)	[thread overview]
Message-ID: <1333134044.25621.1409412351761.JavaMail.vpopmail@webmail2.networksolutionsemail.com> (raw)
In-Reply-To: <20140829000502.GC53982@vauxhall.crustytoothpaste.net>



On August 28, 2014 at 8:05 PM "brian m. carlson"
<sandals@crustytoothpaste.net> wrote:
> On Thu, Aug 28, 2014 at 12:54:30AM -0400, dev wrote:
> > Funny I don't see libcurl anywhere. Thought that was needed? Also
> > the
> > RUNPATH
> > and RPATH look duplicated and slightly borked but the initial data
> > there
> > is correct enough to locate all the libs except for some strange
> > libz
> > issue.
>
> The main git binary is not linked with libcurl, only the HTTP and FTP
> programs.  You'd want to check git-remote-http, for instance.


wow ... you're right.  I had to go check to verify :

$ elfdump -d /usr/local/bin/git

Dynamic Section:  .dynamic
     index  tag                value
       [0]  NEEDED            0x11ef7             libpcre.so.1
       [1]  NEEDED            0x11f04             libz.so.1
       [2]  NEEDED            0x11f0e             libintl.so.8
       [3]  NEEDED            0x11f1b             libiconv.so.2
       [4]  NEEDED            0x11e67             libsocket.so.1
       [5]  NEEDED            0x11e91             libnsl.so.1
       [6]  NEEDED            0x11f29             libresolv.so.2
       [7]  NEEDED            0x11f38             libcrypto.so.1.0.0
       [8]  NEEDED            0x11ead             libpthread.so.1
       [9]  NEEDED            0x11ecf             libc.so.1
      [10]  INIT              0x1003e2f28
      [11]  FINI              0x1003e2f38
      [12]  RUNPATH           0x11f4b
            /usr/local/lib:/usr/local/ssl/lib
      [13]  RPATH             0x11f4b
            /usr/local/lib:/usr/local/ssl/lib
      [14]  HASH              0x100000178
      [15]  STRTAB            0x100018b08
      [16]  STRSZ             0x1216d
      [17]  SYMTAB            0x100006418
      [18]  SYMENT            0x18
      [19]  CHECKSUM          0x2dce
      [20]  VERNEED           0x10002ac78
      [21]  VERNEEDNUM        0x4
      [22]  PLTRELSZ          0x1338
      [23]  PLTREL            0x7
      [24]  JMPREL            0x10002c6c0
      [25]  RELA              0x10002c630
      [26]  RELASZ            0x13c8
      [27]  RELAENT           0x18
      [28]  DEBUG             0
      [29]  FLAGS             0                   0
      [30]  FLAGS_1           0                   0
      [31]  SUNW_STRPAD       0x200
      [32]  SUNW_LDMACH       0x2b                EM_SPARCV9
      [33]  PLTGOT            0x10053dc00
   [34-44]  NULL              0


cool.

  reply	other threads:[~2014-08-30 15:26 UTC|newest]

Thread overview: 11+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-08-27 19:15 problem with def of inet_ntop() in git-compat-util.h as well as other places dev
2014-08-27 19:28 ` Jeff King
2014-08-27 19:48   ` dev
2014-08-27 20:06     ` Jeff King
2014-08-27 21:00       ` dev
2014-08-27 22:28         ` Jonathan Nieder
2014-08-28  4:54           ` dev
2014-08-29  0:05             ` brian m. carlson
2014-08-30 15:25               ` dev [this message]
2014-08-28  6:51           ` dev
2014-08-27 19:31 ` Jonathan Nieder

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=1333134044.25621.1409412351761.JavaMail.vpopmail@webmail2.networksolutionsemail.com \
    --to=dev@cor0.com \
    --cc=git@vger.kernel.org \
    --cc=jrnieder@gmail.com \
    --cc=peff@peff.net \
    --cc=sandals@crustytoothpaste.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.