git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* Installing full fledged git on solaris?
@ 2009-10-11 12:26 Dilip M
  2009-10-11 12:57 ` Dilip M
  2009-10-11 13:12 ` Ben Walton
  0 siblings, 2 replies; 6+ messages in thread
From: Dilip M @ 2009-10-11 12:26 UTC (permalink / raw)
  To: git

Hello,


Has anyone has the list of pkg's to be installed on solaris 10 sparc,
to get the GIT compiled (with all features)..

thanks in advance for sharing...

-- 
Dilip

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

* Re: Installing full fledged git on solaris?
  2009-10-11 12:26 Installing full fledged git on solaris? Dilip M
@ 2009-10-11 12:57 ` Dilip M
  2009-10-11 13:14   ` Steven Noonan
  2009-10-11 13:12 ` Ben Walton
  1 sibling, 1 reply; 6+ messages in thread
From: Dilip M @ 2009-10-11 12:57 UTC (permalink / raw)
  To: git

On Sun, Oct 11, 2009 at 5:56 PM, Dilip M <dilipm79@gmail.com> wrote:
> Hello,
>
>
> Has anyone has the list of pkg's to be installed on solaris 10 sparc,
> to get the GIT compiled (with all features)..
>
> thanks in advance for sharing...

Trying to compile the latest version exit with this error

    CC xdiff/xpatience.o
    AR xdiff/lib.a
    LINK git-fast-import
Undefined                       first referenced
 symbol                             in file
libiconv_close                      libgit.a(utf8.o)
libiconv_open                       libgit.a(utf8.o)
libiconv                            libgit.a(utf8.o)
ld: fatal: Symbol referencing errors. No output written to git-fast-import
collect2: ld returned 1 exit status
gmake: *** [git-fast-import] Error 1


-- 
Dilip

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

* Re: Installing full fledged git on solaris?
  2009-10-11 12:26 Installing full fledged git on solaris? Dilip M
  2009-10-11 12:57 ` Dilip M
@ 2009-10-11 13:12 ` Ben Walton
  2009-10-11 13:38   ` Dilip M
  1 sibling, 1 reply; 6+ messages in thread
From: Ben Walton @ 2009-10-11 13:12 UTC (permalink / raw)
  To: Dilip M; +Cc: git

[-- Attachment #1: Type: text/plain, Size: 976 bytes --]

Excerpts from Dilip M's message of Sun Oct 11 08:26:10 -0400 2009:

Hi Dilip,

> Has anyone has the list of pkg's to be installed on solaris 10 sparc,
> to get the GIT compiled (with all features)..

This may not be what you want, but if you use the CSW package stack,
you can get git easily.  This is, I believe, a very complete git
installation.  There will soon be an update to 1.6.5.

http://www.opencsw.org/packages/git

If your intent is to build it yourself, let me know and I'll share
with you the build recipe I use, which will outline (within the CSW
stack) which packages are used for compilation and which for runtime
dependencies.  You should be able to translate it to use the
libs/tools available to solaris 10 (that aren't in 8, which we also
support).

HTH
-Ben
-- 
Ben Walton
Systems Programmer - CHASS
University of Toronto
C:416.407.5610 | W:416.978.4302

GPG Key Id: 8E89F6D2; Key Server: pgp.mit.edu
Contact me to arrange for a CAcert assurance meeting.

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 189 bytes --]

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

* Re: Installing full fledged git on solaris?
  2009-10-11 12:57 ` Dilip M
@ 2009-10-11 13:14   ` Steven Noonan
  2009-10-11 13:34     ` Dilip M
  0 siblings, 1 reply; 6+ messages in thread
From: Steven Noonan @ 2009-10-11 13:14 UTC (permalink / raw)
  To: Dilip M; +Cc: git

On Sun, Oct 11, 2009 at 5:57 AM, Dilip M <dilipm79@gmail.com> wrote:
> On Sun, Oct 11, 2009 at 5:56 PM, Dilip M <dilipm79@gmail.com> wrote:
>> Hello,
>>
>>
>> Has anyone has the list of pkg's to be installed on solaris 10 sparc,
>> to get the GIT compiled (with all features)..
>>
>> thanks in advance for sharing...
>
> Trying to compile the latest version exit with this error
>
>    CC xdiff/xpatience.o
>    AR xdiff/lib.a
>    LINK git-fast-import
> Undefined                       first referenced
>  symbol                             in file
> libiconv_close                      libgit.a(utf8.o)
> libiconv_open                       libgit.a(utf8.o)
> libiconv                            libgit.a(utf8.o)
> ld: fatal: Symbol referencing errors. No output written to git-fast-import
> collect2: ld returned 1 exit status
> gmake: *** [git-fast-import] Error 1
>

So try installing libiconv? (I think the package name on Solaris is
SUNWgnu-libiconv)

- Steven

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

* Re: Installing full fledged git on solaris?
  2009-10-11 13:14   ` Steven Noonan
@ 2009-10-11 13:34     ` Dilip M
  0 siblings, 0 replies; 6+ messages in thread
From: Dilip M @ 2009-10-11 13:34 UTC (permalink / raw)
  To: Steven Noonan; +Cc: git

On Sun, Oct 11, 2009 at 6:44 PM, Steven Noonan <steven@uplinklabs.net> wrote:
> On Sun, Oct 11, 2009 at 5:57 AM, Dilip M <dilipm79@gmail.com> wrote:
>> On Sun, Oct 11, 2009 at 5:56 PM, Dilip M <dilipm79@gmail.com> wrote:
>>> Hello,
>>>
>>>
>>> Has anyone has the list of pkg's to be installed on solaris 10 sparc,
>>> to get the GIT compiled (with all features)..
>>>
>>> thanks in advance for sharing...
>>
>> Trying to compile the latest version exit with this error
>>
>>    CC xdiff/xpatience.o
>>    AR xdiff/lib.a
>>    LINK git-fast-import
>> Undefined                       first referenced
>>  symbol                             in file
>> libiconv_close                      libgit.a(utf8.o)
>> libiconv_open                       libgit.a(utf8.o)
>> libiconv                            libgit.a(utf8.o)
>> ld: fatal: Symbol referencing errors. No output written to git-fast-import
>> collect2: ld returned 1 exit status
>> gmake: *** [git-fast-import] Error 1
>>
>
> So try installing libiconv? (I think the package name on Solaris is
> SUNWgnu-libiconv)

I already have it.

[2108]dilim@blrmimsbuild4:~/dl/tig-0.14.1> pkginfo | grep libiconv
application SMCliconv                        libiconv





-- 
Dilip

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

* Re: Installing full fledged git on solaris?
  2009-10-11 13:12 ` Ben Walton
@ 2009-10-11 13:38   ` Dilip M
  0 siblings, 0 replies; 6+ messages in thread
From: Dilip M @ 2009-10-11 13:38 UTC (permalink / raw)
  To: Ben Walton; +Cc: git

On Sun, Oct 11, 2009 at 6:42 PM, Ben Walton <bwalton@artsci.utoronto.ca> wrote:
...snip...

> If your intent is to build it yourself, let me know and I'll share
> with you the build recipe I use, which will outline (within the CSW
> stack) which packages are used for compilation and which for runtime
> dependencies.  You should be able to translate it to use the
> libs/tools available to solaris 10 (that aren't in 8, which we also
> support).

Please share...

-- 
Dilip

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

end of thread, other threads:[~2009-10-11 13:40 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2009-10-11 12:26 Installing full fledged git on solaris? Dilip M
2009-10-11 12:57 ` Dilip M
2009-10-11 13:14   ` Steven Noonan
2009-10-11 13:34     ` Dilip M
2009-10-11 13:12 ` Ben Walton
2009-10-11 13:38   ` Dilip M

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