I just can't git it

2008-10-06 Thread Michael MacIsaac
Hello list, A developer told me I could git his code at a certain URL. Not wanting to admit that I've never used git, I decide to try it. -) I log onto a SLES 10 SP2 s390x Linux (with application development RPMs installed) and look for git = not found -) I search for git through yast = not found

Re: I just can't git it

2008-10-06 Thread Christian Borntraeger
Am Montag, 6. Oktober 2008 schrieb Michael MacIsaac: # rpmbuild -bb git.spec error: Failed build dependencies: asciidoc is needed by git-1.5.6.5-9.1.s390x curl-devel is needed by git-1.5.6.5-9.1.s390x sgml-skel is needed by git-1.5.6.5-9.1.s390x xmlto

Re: I just can't git it

2008-10-06 Thread Alan Cox
On Mon, 6 Oct 2008 07:49:19 -0400 Michael MacIsaac [EMAIL PROTECTED] wrote: Hello list, A developer told me I could git his code at a certain URL. Not wanting to admit that I've never used git, I decide to try it. -) I log onto a SLES 10 SP2 s390x Linux (with application development RPMs

Re: I just can't git it

2008-10-06 Thread John Summerfield
Michael MacIsaac wrote: Hello list, A developer told me I could git his code at a certain URL. Not wanting to admit that I've never used git, I decide to try it. -) I log onto a SLES 10 SP2 s390x Linux (with application development RPMs installed) and look for git = not found -) I search for

Re: I just can't git it

2008-10-06 Thread Michael MacIsaac
Christian, Thanks for your help. I think I got it :)) -) I was able to install some of the missing RPMs via zypper: # zypper install openssl-devel curl-devl sgml-skel ... -) I got the git tar file from http://kernel.org/pub/software/scm/git/git-1.6.0.2.tar.gz -) I built from source but got an

Re: I just can't git it

2008-10-06 Thread Christian Borntraeger
Am Montag, 6. Oktober 2008 schrieb Michael MacIsaac: -) Then using git failed, but at least it ran. # git clone http://git.gitorious.org/open-ovf/mainline.git Initialized empty Git repository in /usr/local/src/mainline/.git/ fatal: http://git.gitorious.org/open-ovf/mainline.git/info/refs

Re: I just can't git it

2008-10-06 Thread Alan Cox
On Mon, 6 Oct 2008 09:35:39 -0400 Michael MacIsaac [EMAIL PROTECTED] wrote: Christian, Thanks for your help. I think I got it :)) -) I was able to install some of the missing RPMs via zypper: # zypper install openssl-devel curl-devl sgml-skel ... -) I got the git tar file from

Re: I just can't git it

2008-10-06 Thread Mark Post
On 10/6/2008 at 7:49 AM, in message [EMAIL PROTECTED], Michael MacIsaac [EMAIL PROTECTED] wrote: -snip- So, using git is harder than I hoped it would be. Has anyone used git on s390x? Is there an easier way? Thanks. I had to, in order to get git390.osdl.marist.edu running. It was for

Re: I just can't git it

2008-10-06 Thread Mark Post
On 10/6/2008 at 11:32 AM, in message [EMAIL PROTECTED], Alan Cox [EMAIL PROTECTED] wrote: -snip- From that trace you need an asciidoc installed to build the asciidoc rpm because its building its own docs without using the binary it just generated Go spank your vendors asciidoc packager :)