* AIX problems
@ 2011-02-28 19:16 Perry Smith
2011-02-28 19:23 ` Tomas Carnecky
0 siblings, 1 reply; 2+ messages in thread
From: Perry Smith @ 2011-02-28 19:16 UTC (permalink / raw)
To: git
I forked rvm on github.com, pulled down a copy, made a small change, did a comment, and tried to do a push and got back this:
git push
fatal: bad object b0dfdc67dcd5e466d2e0799e38727d065882edcf
error: pack-objects died with strange error
error: failed to push some refs to 'git@github.com:pedz/rvm.git'
I deleted the fork, recreated it, tried again, got the same issue.
Surfing the web, it was suggested I upgrade. I'm currently at 1.6.1. So, ok... I pulled down the newest copy and tried to build it and I died with:
make
SUBDIR perl
SUBDIR git_remote_helpers
gmake[1]: /usr/bin/python: Command not found
gmake[1]: *** [all] Error 127
gmake: *** [all] Error 2
I don't have python and even if I did, it would not be in /usr/bin. Does git now depend upon Python? That is such a lame language... I hope not. Is there any way to build git without python? If I have to get Python -- which Python. My biggest complaint with Python is it is so incompatible with itself.
I can't find how to subscribe to this list so please remember to CC me on any replies.
Thank you,
Perry
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: AIX problems
2011-02-28 19:16 AIX problems Perry Smith
@ 2011-02-28 19:23 ` Tomas Carnecky
0 siblings, 0 replies; 2+ messages in thread
From: Tomas Carnecky @ 2011-02-28 19:23 UTC (permalink / raw)
To: Perry Smith; +Cc: git
On 2/28/11 8:16 PM, Perry Smith wrote:
> make
> SUBDIR perl
> SUBDIR git_remote_helpers
> gmake[1]: /usr/bin/python: Command not found
> gmake[1]: *** [all] Error 127
> gmake: *** [all] Error 2
$ make NO_PYTHON=YesPlease
tom
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2011-02-28 19:23 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-02-28 19:16 AIX problems Perry Smith
2011-02-28 19:23 ` Tomas Carnecky
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).