[git-users] Git for Solaris 10 download

2012-10-17 Thread Diego A. Torres
Hello.

I have this solaris 10 server that does not have internet connectivity and 
will be our remote repository. The thing is, I need to download the 
installation package for solaris from outside and then send the package to 
the server.

Where can I get that installation package?


Thank you.

-- 
You received this message because you are subscribed to the Google Groups Git 
for human beings group.
To view this discussion on the web visit 
https://groups.google.com/d/msg/git-users/-/jBzm-MUdIEAJ.
To post to this group, send email to git-users@googlegroups.com.
To unsubscribe from this group, send email to 
git-users+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/git-users?hl=en.



Re: [git-users] Git for Solaris 10 download

2012-10-23 Thread Diego A. Torres
That worked well, just followed the dependencies chain and this was my 
download/install list:

Download and install libiconv

Download libiconv: 
http://www.sunfreeware.com/sparc/10/libiconv-1.14-sol10-sparc-local.gz

 

Unpackage:

 

# gunzip libiconv-1.14-sol10-sparc-local.gz

 

Install

 

# pkgadd -d libiconv-1.14-sol10-sparc-local.gz

 

Download and install gcc

 

Download gcc: 
http://www.sunfreeware.com/sparc/10/gcc-3.4.6-sol10-sparc-local.gz

 

Unpackage:

 

# gunzip gcc-3.4.6-sol10-sparc-local.gz

 

Install

 

# pkgadd -d gcc-3.4.6-sol10-sparc-local

 

Test installation:

 

# /usr/local/bin/gcc -v

 

 Download and install  OpenSSL

 

Download OpenSSL: 
http://www.sunfreeware.com/programlistsparc10.html#openssl100

 

Unpackage:

 

# gunzip  openssl-1.0.0j-sol10-sparc-local.gz

 

Install

 

# pkgadd -d  openssl-1.0.0j-sol10-sparc-local

 

Register  libgcc_s.so.1:

 

ln -s /usr/local/lib/libgcc_s.so.1 /usr/lib/libgcc_s.so.1

 

Test installation:

 

# /usr/local/ssl/bin/openssl version

 

 

 

Download  install zlib: 
http://www.sunfreeware.com/sparc/10/zlib-1.2.7-sol10-sparc-local.gz

 

 

Download libssh2: 
http://www.sunfreeware.com/sparc/10/libssh2-1.4.2-sol10-sparc-local.gz

 

Unpackage:

 

# gunzip  libssh2-1.4.2-sol10-sparc-local.gz

 

Install

 

# pkgadd -d  libssh2-1.4.2-sol10-sparc-local

 

Download libintl: 
http://www.sunfreeware.com/sparc/10/libintl-3.4.0-sol10-sparc-local.gz

 

Unpackage:

 

# gunzip libintl-3.4.0-sol10-sparc-local.gz

 

Install

 

# pkgadd -d libintl-3.4.0-sol10-sparc-local

 

Download libidn: 
http://www.sunfreeware.com/sparc/10/libidn-1.25-sol10-sparc-local.gz

 

Unpackage:

 

# gunzip libidn-1.25-sol10-sparc-local.gz

 

Install

 

# pkgadd -d libidn-1.25-sol10-sparc-local.gz

 

Download culr: 
http://www.sunfreeware.com/sparc/10/curl-7.26.0-sol10-sparc-local.gz

 

Unpackage:

# gunzip curl-7.26.0-sol10-sparc-local.gz

 

Install

# pkgadd -d curl-7.26.0-sol10-sparc-local

 

Download expat: 
http://www.sunfreeware.com/sparc/10/expat-2.0.1-sol10-sparc-local.gz

 

Unpackage:

# gunzip expat-2.0.1-sol10-sparc-local.gz

 

Install:

# pkgadd -d expat-2.0.1-sol10-sparc-local

 

Download  Intall git:  
http://www.sunfreeware.com/sparc/10/git-1.7.6-sol10-sparc-local.gz


On Wednesday, October 17, 2012 5:53:06 PM UTC-6, Konstantin Khomoutov wrote:

 On Wed, Oct 17, 2012 at 04:31:27PM -0700, Diego A. Torres wrote: 

  I have this solaris 10 server that does not have internet connectivity 
 and 
  will be our remote repository. The thing is, I need to download the 
  installation package for solaris from outside and then send the package 
 to 
  the server. 
  
  Where can I get that installation package? 

 Googling for solaris+repository turns up [1] which lists git 1.7.6 
 package available.  Not terribly up-to-date, but not terribly old 
 either. 

 Obviously, if you could set up a virtual machine somewhere running the 
 same version of Solaris, you could possibly build an up-to-date package 
 yourself; [1] has a page dedicated to this. 

 1. http://www.sunfreeware.com/ 



-- 
You received this message because you are subscribed to the Google Groups Git 
for human beings group.
To view this discussion on the web visit 
https://groups.google.com/d/msg/git-users/-/R1l_Cyp9KU0J.
To post to this group, send email to git-users@googlegroups.com.
To unsubscribe from this group, send email to 
git-users+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/git-users?hl=en.



[git-users] Re: git clone and package fatal error: symbol deflateBound: referenced symbol not found

2012-10-23 Thread Diego A. Torres
Well, I have more info for the group:

we can execute on server:

# GIT_TRACE=1 git repack

and will receive detailed information about the way of the command:

trace: exec: 'git-repack'
trace: run_command: 'git-repack'
trace: built-in: git 'rev-parse' '--parseopt' '--'
trace: built-in: git 'rev-parse' '--git-dir'
trace: built-in: git 'config' '--bool' 'repack.usedeltabaseoffset'
trace: built-in: git 'pack-objects' '--keep-true-parents' 
'--honor-pack-keep' '--non-empty' '--all' '--reflog' '--unpacked' 
'--incremental' '--delta-base-offset' 
'/apps/acf/git/repo/test_repo/.git/objects/pack/.tmp-19453-pack'
Counting objects: 3, done.
ld.so.1: git: fatal: relocation error: file 
/usr/local/libexec/git-core/git: symbol deflateBound: referenced symbol not 
found

Unfortunately, this information is not enough for me to know what's wrong 
with my git installation.

Have re installed couple times to see if my installation process gives me 
any warning, but none taken.

Please Help.

Thank you.

On Tuesday, October 23, 2012 10:14:03 AM UTC-6, Diego A. Torres wrote:

 Hello there, 

 May some of you help me to troubleshoot this one?:

 Just download and installed packages for Solaris 10, as my server does not 
 have exit to the internet, just follow:


 https://groups.google.com/forum/?fromgroups=#!searchin/git-users/solaris$20install/git-users/RupbBGmhWTM/R1l_Cyp9KU0J

 Now, I can create bare repositories, and everything seems to work well, 
 but when removing the local repository folder and trying:

 $ git clone user@server:path/to/repository/repository.git

 I get the following error:

 error: pack-objects died of signal 9
 error: git upload-pack: git-pack-objects died with error.remote: ld.so.1: 
 git: fatal: 
 relocation error: file /usr/local/libexec/git-core/git: symbol 
 deflateBound: referenced symbol not found
 remote: aborting due to possible repository corruption on the remote side.
 fatal: git upload-pack: aborting due to possible repository corruption on 
 the remote side.fatal: 
 protocol error: bad pack header

 also, if i execute in the server:

 # cd /path/to/repository/repository.git
 # git repack

 I receive the following error:

 Counting objects: 3, done.
 ld.so.1: git: fatal: relocation error: file 
 /usr/local/libexec/git-core/git: symbol deflateBound: referenced symbol not 
 found

 Here some ideas:
 1. Which libraries are involved in the package/repackage process?
 2. Is there a command line process to follow in order to test the package 
 process step by step?
 3. Is there a verbose mode of the package process so we can see step by 
 step what's happening and debug the process?

 Thanks in advance.

 Diego.


-- 
You received this message because you are subscribed to the Google Groups Git 
for human beings group.
To view this discussion on the web visit 
https://groups.google.com/d/msg/git-users/-/MwTfYi2nvM0J.
To post to this group, send email to git-users@googlegroups.com.
To unsubscribe from this group, send email to 
git-users+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/git-users?hl=en.