git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [BUG] 75d8ff1 fails on SunOS 5.9 (missing hsterror) from ba505322
@ 2007-06-12 16:13 Randal L. Schwartz
  2007-06-12 20:03 ` Alex Riesen
  2007-06-12 20:52 ` [PATCH] Do not use h_errno after connect(2): the function does not set it Alex Riesen
  0 siblings, 2 replies; 11+ messages in thread
From: Randal L. Schwartz @ 2007-06-12 16:13 UTC (permalink / raw)
  To: git


    CC fetch-pack.o
fetch-pack.c: In function `get_pack':
fetch-pack.c:532: warning: int format, pid_t arg (arg 3)
    LINK git-fetch-pack
Undefined                       first referenced
 symbol                             in file
hstrerror                           libgit.a(connect.o)
ld: fatal: Symbol referencing errors. No output written to git-fetch-pack
collect2: ld returned 1 exit status
make: *** [git-fetch-pack] Error 1

I suspect this broke in ba505322 when connect.c added hsterror().

Yes, bumping to g18bece works fine.  So it looks like we need a compat
hsterror(), or it should be removed or ifdef'ed somehow.  Paging Alex Riesen?

-- 
Randal L. Schwartz - Stonehenge Consulting Services, Inc. - +1 503 777 0095
<merlyn@stonehenge.com> <URL:http://www.stonehenge.com/merlyn/>
Perl/Unix/security consulting, Technical writing, Comedy, etc. etc.
See PerlTraining.Stonehenge.com for onsite and open-enrollment Perl training!

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

end of thread, other threads:[~2007-06-18 21:54 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-06-12 16:13 [BUG] 75d8ff1 fails on SunOS 5.9 (missing hsterror) from ba505322 Randal L. Schwartz
2007-06-12 20:03 ` Alex Riesen
2007-06-12 20:52 ` [PATCH] Do not use h_errno after connect(2): the function does not set it Alex Riesen
2007-06-12 21:31   ` [PATCH] Add a local implementation of hstrerror for the system which do not have it Alex Riesen
2007-06-13  7:05     ` Johannes Sixt
     [not found]       ` <81b0412b0706130051l570e6ab7y48d6eea8c6b2d97e@mail.gmail.com>
2007-06-13 18:54         ` Alex Riesen
2007-06-16 15:21           ` Randal L. Schwartz
2007-06-18 21:28     ` Brandon Casey
2007-06-18 21:34       ` Brandon Casey
2007-06-18 21:37       ` Alex Riesen
2007-06-18 21:53         ` Brandon Casey

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).