git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* Git, Parrot, Perl6, Rakudo for G4 MAC
@ 2011-11-15 10:36 Greg
  2011-11-15 17:51 ` Hilco Wijbenga
  2011-11-16 15:35 ` Torsten Bögershausen
  0 siblings, 2 replies; 7+ messages in thread
From: Greg @ 2011-11-15 10:36 UTC (permalink / raw)
  To: git

Howdy:

Could someone please assist me in locating the resources to "GIT" 
 this stuff going on a G4 MAC PPC?  I 
keep getting weird bugs.  
Need me to be more explicit?  Ok - it says gcc v3.3 isn't compatible, and a 
bunch of other sheet!

I'd like to start messing with this while I'm waiting for my Debian
 Linux box to be returned. (A friend 
borrowed it to do some work:  
He installed a horribly virulent bug called WInBlows XP!!!!)  

I already have Perl5.10.1 working fine, and performing 
numerous marvelous tasks, so I (perhaps 
mistakenly) thought it would be an easy addition.


Cheers,

Greg

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

* Re: Git, Parrot, Perl6, Rakudo for G4 MAC
  2011-11-15 10:36 Git, Parrot, Perl6, Rakudo for G4 MAC Greg
@ 2011-11-15 17:51 ` Hilco Wijbenga
  2011-11-15 18:12   ` Jakub Narebski
  2011-11-16 15:35 ` Torsten Bögershausen
  1 sibling, 1 reply; 7+ messages in thread
From: Hilco Wijbenga @ 2011-11-15 17:51 UTC (permalink / raw)
  To: Greg; +Cc: git

On 15 November 2011 02:36, Greg <greggallen@gmail.com> wrote:
> Could someone please assist me in locating the resources to "GIT"
>  this stuff going on a G4 MAC PPC?  I
> keep getting weird bugs.
> Need me to be more explicit?  Ok - it says gcc v3.3 isn't compatible, and a
> bunch of other sheet!

GCC 3.3 is from May 2003, I suggest you upgrade to a more recent GCC
(probably 4.6).

> I already have Perl5.10.1 working fine, and performing
> numerous marvelous tasks, so I (perhaps
> mistakenly) thought it would be an easy addition.

Perl 5.10.1 is from August 2009. Presumably less of a problem but,
again, you should probably upgrade to something more recent.

(Please note that I don't know the minimum requirements in this regard
for Git. It's just that your tools are old to ancient. :-) )

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

* Re: Git, Parrot, Perl6, Rakudo for G4 MAC
  2011-11-15 17:51 ` Hilco Wijbenga
@ 2011-11-15 18:12   ` Jakub Narebski
  2011-11-16  4:51     ` Sitaram Chamarty
  0 siblings, 1 reply; 7+ messages in thread
From: Jakub Narebski @ 2011-11-15 18:12 UTC (permalink / raw)
  To: Hilco Wijbenga; +Cc: Greg, git

Hilco Wijbenga <hilco.wijbenga@gmail.com> writes:
> On 15 November 2011 02:36, Greg <greggallen@gmail.com> wrote:

> > Could someone please assist me in locating the resources to "GIT"
> >  this stuff going on a G4 MAC PPC?  I
> > keep getting weird bugs.
> > Need me to be more explicit?  Ok - it says gcc v3.3 isn't compatible, and a
> > bunch of other sheet!

Yes, you need to be more explicit.  Please copy'n'paste exact error
messages that you get compiling Git.

> 
> GCC 3.3 is from May 2003, I suggest you upgrade to a more recent GCC
> (probably 4.6).

I don't have experience compiling Git for PPC, but on i386 I can
compile Git without problems with gcc 4.0.2.
 
> > I already have Perl5.10.1 working fine, and performing
> > numerous marvelous tasks, so I (perhaps
> > mistakenly) thought it would be an easy addition.
> 
> Perl 5.10.1 is from August 2009. Presumably less of a problem but,
> again, you should probably upgrade to something more recent.

Git requires Perl version 5.8 at least, so you should not have any
problems here.
 
-- 
Jakub Narębski

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

* Re: Git, Parrot, Perl6, Rakudo for G4 MAC
  2011-11-15 18:12   ` Jakub Narebski
@ 2011-11-16  4:51     ` Sitaram Chamarty
  2011-11-16  7:07       ` greggallen
  0 siblings, 1 reply; 7+ messages in thread
From: Sitaram Chamarty @ 2011-11-16  4:51 UTC (permalink / raw)
  To: Jakub Narebski; +Cc: Hilco Wijbenga, Greg, git

2011/11/15 Jakub Narebski <jnareb@gmail.com>:

> Git requires Perl version 5.8 at least, so you should not have any
> problems here.

One day someone [1] reminded me that git does not require perl.  Some
features, like git add -p, require it but git can be built without
perl.

[1] on irc, while discussing my stated requirements for gitolite

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

* Re: Git, Parrot, Perl6, Rakudo for G4 MAC
  2011-11-16  4:51     ` Sitaram Chamarty
@ 2011-11-16  7:07       ` greggallen
  2011-11-16  7:21         ` Jakub Narebski
  0 siblings, 1 reply; 7+ messages in thread
From: greggallen @ 2011-11-16  7:07 UTC (permalink / raw)
  To: Sitaram Chamarty; +Cc: Jakub Narebski, Hilco Wijbenga, git

Thank you very much for all your help.  After a tiny bit of
consideration, I've decided to sell my G4, for whatever I can get on
the local Craigslist, and install Linux, or FreeBSD on this &^%^$$&*!!
Wintel machine.

Copying my several dozen useful Perl and shell scripts, will be much
easier to accomplish than "GITting" the other stuff to install on a
PPC MAC.  I love programming, but INSTALLING software is boring!

Thanks again,

Greg Allen
GreggAllen@gmail.com






On 11/15/11, Sitaram Chamarty <sitaramc@gmail.com> wrote:
> 2011/11/15 Jakub Narebski <jnareb@gmail.com>:
>
>> Git requires Perl version 5.8 at least, so you should not have any
>> problems here.
>
> One day someone [1] reminded me that git does not require perl.  Some
> features, like git add -p, require it but git can be built without
> perl.
>
> [1] on irc, while discussing my stated requirements for gitolite
>


-- 






**********************************************
Descargo de responsabilidad:
(Nulo donde esté prohibido, su kilometraje puede variar, consulte con
su médico, todos los derechos reservados, cualquier retransmisión o
retransmisión de las descripciones y las cuentas de este juego está
prohibida sin el consentimiento expreso por escrito de la Major League
Baseball).

Disclaimer:
(Void where prohibited, your mileage may vary, check with your doctor,
all rights reserved, any rebroadcast or retransmission of the
descriptions and accounts of this game is prohibited without the
expressed written consent of Major League Baseball.)

Haftungsausschluss:
(Void, wo die Leistung kann variieren, fragen Sie Ihren Arzt verboten,
alle Rechte vorbehalten, jegliche Weiterverbreitung oder
Weiterverbreitung von Beschreibungen und Berichte über dieses Spiel
ist ohne ausdrückliche schriftliche Zustimmung der Major League
Baseball verboten.)

Rejettent la Déclaration:
(Nul si interdit, votre kilométrage peut varier, vérifiez auprès de
votre médecin, tous droits réservés, toute rediffusion ou
retransmission des descriptions et des comptes de ce jeu est interdite
sans l'accord écrit de la Major League Baseball).

Negano la Dichiarazione:
(valido dove proibito, le prestazioni possono variare, verificare con
il medico, tutti i diritti riservati, ogni ritrasmissione o
ritrasmissione delle descrizioni e dei conti di questo gioco è vietato
senza il consenso scritto della Major League Baseball.)

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

* Re: Git, Parrot, Perl6, Rakudo for G4 MAC
  2011-11-16  7:07       ` greggallen
@ 2011-11-16  7:21         ` Jakub Narebski
  0 siblings, 0 replies; 7+ messages in thread
From: Jakub Narebski @ 2011-11-16  7:21 UTC (permalink / raw)
  To: greggallen; +Cc: Sitaram Chamarty, Hilco Wijbenga, git

greggallen@gmail.com wrote:

> Thank you very much for all your help.  After a tiny bit of
> consideration, I've decided to sell my G4, for whatever I can get on
> the local Craigslist, and install Linux, or FreeBSD on this &^%^$$&*!!
> Wintel machine.
> 
> Copying my several dozen useful Perl and shell scripts, will be much
> easier to accomplish than "GITting" the other stuff to install on a
> PPC MAC.  I love programming, but INSTALLING software is boring!

Hmmm... isn't there some pre-compiled Git to be installed on PPC Mac
(Homebrew, git-osx-installer linked from Git Homepage)?

-- 
Jakub Narebski
Poland

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

* Re: Git, Parrot, Perl6, Rakudo for G4 MAC
  2011-11-15 10:36 Git, Parrot, Perl6, Rakudo for G4 MAC Greg
  2011-11-15 17:51 ` Hilco Wijbenga
@ 2011-11-16 15:35 ` Torsten Bögershausen
  1 sibling, 0 replies; 7+ messages in thread
From: Torsten Bögershausen @ 2011-11-16 15:35 UTC (permalink / raw)
  To: Greg; +Cc: git

Hej,
you actually don't need perl, if I remember my experimenta with git under
G4 MAC PPC right.

See the Makefile:
# Define NO_PERL if you do not want Perl scripts or libraries at all

And, if I remember it right, git (the selfe compiled) stopped
working after 1.7.0 or so.
I didn't do a bisect, since that machine runs linux most of the time.
/Torsten



On 15.11.11 11:36, Greg wrote:
> Howdy:
> 
> Could someone please assist me in locating the resources to "GIT" 
>  this stuff going on a G4 MAC PPC?  I 
> keep getting weird bugs.  
> Need me to be more explicit?  Ok - it says gcc v3.3 isn't compatible, and a 
> bunch of other sheet!
> 
> I'd like to start messing with this while I'm waiting for my Debian
>  Linux box to be returned. (A friend 
> borrowed it to do some work:  
> He installed a horribly virulent bug called WInBlows XP!!!!)  
> 
> I already have Perl5.10.1 working fine, and performing 
> numerous marvelous tasks, so I (perhaps 
> mistakenly) thought it would be an easy addition.
> 
> 
> Cheers,
> 
> Greg
> 
> --
> To unsubscribe from this list: send the line "unsubscribe git" in
> the body of a message to majordomo@vger.kernel.org
> More majordomo info at  http://vger.kernel.org/majordomo-info.html

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

end of thread, other threads:[~2011-11-16 15:41 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-11-15 10:36 Git, Parrot, Perl6, Rakudo for G4 MAC Greg
2011-11-15 17:51 ` Hilco Wijbenga
2011-11-15 18:12   ` Jakub Narebski
2011-11-16  4:51     ` Sitaram Chamarty
2011-11-16  7:07       ` greggallen
2011-11-16  7:21         ` Jakub Narebski
2011-11-16 15:35 ` Torsten Bögershausen

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