Coder Social home page Coder Social logo

git-osx-installer's People

Watchers

 avatar

git-osx-installer's Issues

Cannot install git-osx in a local directory

What steps will reproduce the problem?
1. Attempt to install without root privledges
2. Fail

What is the expected output? What do you see instead?
Should be able to install to a directory in /home/...
instead this is impossible

Original issue reported on code.google.com by [email protected] on 22 Apr 2010 at 4:27

All Shell Commands List Git Command Options

What steps will reproduce the problem?
1. change directory to a project to be committed.
2. > git init
3. > ls  or > ls -la

What is the expected output? What do you see instead?
I expect to only see a list of files / directories.  Instead, I see the list of 
files and directories AND 
a list of git command options.

What version of the product are you using? On what operating system?
Mac OS X Leopard

Please provide any additional information below.
Attached picture of problem



Original issue reported on code.google.com by [email protected] on 2 Mar 2009 at 5:58

Attachments:

Installer stuck Preparing Git on Snow Leopard

What steps will reproduce the problem?
1. Download package & Mount
2. Run installer package - select all users and enter password
3. Installer gets stuck on Preparing Git

What is the expected output? What do you see instead?
Installer to complete.

What version of the product are you using? On what operating system?
1.6.4.1 on OSX Snow Leopard 

Please provide any additional information below.


Original issue reported on code.google.com by [email protected] on 28 Aug 2009 at 10:43

Attachments:

Pkg install failed: couldn't install some files in /usr/local/git/install

What steps will reproduce the problem?
1. Downloading the pkg and attempting to install it 

What is the expected output? What do you see instead?

Install Failed

The Installer could not install some files in "/usr/local/git/install".
Contact the software manufacturer for assistance.

What version of the product are you using? On what operating system?

1.5.4.4 on Mac OSX 10.5.2 on MBP

Please provide any additional information below.

I'm pretty much a beginner with OSX (and Macs in general), so I apologise
if this is a really obvious error that I should be able to fix myself!

Original issue reported on code.google.com by [email protected] on 29 Mar 2008 at 1:09

Git Path and MANPATH not set correctly

What steps will reproduce the problem?
1. Run installer.
2. Go to terminal.
3. Execute 'echo $PATH'. /usr/local/git/bin will not appear.

What is the expected output? What do you see instead?
The git bin directory should be appended to the path.

What version of the product are you using?
The latest stable (1.6.1) on up to date OS X Leopard.

Please provide any additional information below.



Original issue reported on code.google.com by [email protected] on 29 Jan 2009 at 7:45

git paths have trailing slash

What steps will reproduce the problem?
1. Installer new git with installer
2. Open new terminal to get updated environment

What is the expected output? What do you see instead?
(expected output should not have the trailing slash or the double slash)
$ printenv PATH
...:/usr/local/git/bin/:...
$ which git
/usr/local/git/bin//git


What version of the product are you using? On what operating system?

git-1.5.6.4-intel-leopard.dmg
$ uname -a
Darwin jarrett.ics.hawaii.edu 9.4.0 Darwin Kernel Version 9.4.0: Mon Jun  9 
19:30:53 PDT 2008; 
root:xnu-1228.5.20~1/RELEASE_I386 i386

Please provide any additional information below.

Fix: Remove the trailing slash from manpath.d/git & paths.d/git files that get 
installed as part of 
the package installer.

Original issue reported on code.google.com by [email protected] on 5 Aug 2008 at 8:32

Universal binary Installs?

What steps will reproduce the problem?
1. Why is there a separate install for PPC and Intel  
2. Why isn't the Universal binary used? Leopard is the same API either way 
3.

What is the expected output? What do you see instead?

  OSX-installer-Universal-Leopard.dmg

What version of the product are you using? On what operating system?


Please provide any additional information below.


Original issue reported on code.google.com by [email protected] on 5 Dec 2008 at 8:16

git fails out-of-the-box due to .git/hooks/pre-commit issues

- install git from git-1.5.5.1-osx-leopard-intel.dmg
- enter a clean directory and touch a file 
- git init
- git commit (or git commit -a)

The error is

fatal: exec /Users/tom/Documents/Max/.git/hooks/pre-commit failed.

(where /Users/tom/Documents/Max is my clean directory).

There doesn't seem to be anything wrong in that directory:  it contains a
list of scripts that are marked -x, with instructions to make them +x if
you want them executed.  This same mechanism works on a different version
of Git on Linux.


A *workaround* is to simply move these files into a subdirectory of this
pre-commit directory or of course to delete them entirely:

cd <your-directory/.git/hooks/pre-commit
mkdir SAVED
mv *-* SAVED


A suggested *patch* is to not put these files in this place a standard .git
installation for Mac OS/X with a README explaining where to find the files
and how to use them.

A suggested *fix* for this would be to look at the main Git codebase and
see why it doesn't seem to understand that these files are -x.

Original issue reported on code.google.com by [email protected] on 16 May 2008 at 7:13

~/

What steps will reproduce the problem?
1.
2.
3.

What is the expected output? What do you see instead?


What version of the product are you using? On what operating system?


Please provide any additional information below.

Original issue reported on code.google.com by ryan%[email protected] on 18 Dec 2009 at 4:28

1.6.5.1 unknown required load command 0x80000022 on Leopard

What steps will reproduce the problem?
1. Install 1.6.5.1 from the universal binary DMG.
2. CD to a git repo directory in Terminal.
3. Run "git gui".

What is the expected output?
Working Git gui.

What do you see instead?
dyld: unknown required load command 0x80000022
error: git-gui died of signal 5

What version of the product are you using? On what operating system?
I'm using 1.6.5.1 on Leopard.  I've been using the builds here since
1.4-ish, and this is the first that has broken.  I thought it might have
been a TclTkAqua problem, so I removed and reinstalled each 8.5.7 and 8.6b1
without success.  When Googling the error message, it appears to be a
problem with XCode.

Please provide any additional information below.
Running the uninstaller and reverting to the 1.6.5-intel-leopard build
fixed the problem.

Original issue reported on code.google.com by [email protected] on 26 Oct 2009 at 11:06

links on Download page are not working

What steps will reproduce the problem?
1. Go to download page
2. click on git-1.7.0-intel-leopard.dmg

What is the expected output? What do you see instead?
Should download the file but instead you get redirected to a 404 Not 
found:
The requested URL /files/git-1.7.0-intel-leopard.dmg?project=git-osx-
installer was not found on this server.

What version of the product are you using? On what operating system?
Don't think it matters as it's not an issue with the software, but I'm using 
snow leopard (iMac)

Please provide any additional information below.
The featured downloads from the main page work fine.

thanks!

Original issue reported on code.google.com by [email protected] on 4 Mar 2010 at 11:56

git-gui failure can't find tk.framework

What steps will reproduce the problem?
1. install: git-1.6.5-intel-leopard.dmg
2. shell execute: git gui

What is the expected output? What do you see instead?
Unknown, I've never seen git gui before, but I get:
Nightfall:Git 1.6.5 Intel Leopard whoughton$ git gui
dyld: Library not loaded: 
/Library/Frameworks/Tk.framework/Versions/8.5/Tk
  Referenced from: /usr/local/git/share/git-gui/lib/Git 
Gui.app/Contents/MacOS/Wish
  Reason: image not found
error: git-gui died of signal 5


What version of the product are you using? On what operating system?
git 1.6.5 on OS X 10.5.8 (intel)

Please provide any additional information below.


Original issue reported on code.google.com by [email protected] on 13 Oct 2009 at 3:46

git daemon fails with IP addresses but not host names

What steps will reproduce the problem?
1. create a git repository
2. run git daemon --base-path=<git path> --verbose --export-all
3. on the same machine run git clone git://localhost/<git repository name>
- works as expected
4. on the same machine run git clone git://127.0.0.1/<git repository name>
- fails with disconnection

What is the expected output? What do you see instead?
Expected to get a clone of the repository - instead got 
  fatal: The remote end hung up unexpectedly

And on the daemon end:
 [11374] [11756] Disconnected (with error)


What version of the product are you using? On what operating system?
git version 1.6.1.2 on Leopard 10.5.6

Please provide any additional information below.
Reproduced on two Macs. 

If you add a hostname to the machine (editing /etc/hosts) and use that
hostname ot reference the IP everything works. If you try any ip address
that is bound to the machine (127.0.0.1 or the locally assigned eth0
address) it appears to fail.

Original issue reported on code.google.com by [email protected] on 6 Feb 2009 at 11:12

Uninstall procedure?

Sorry for polluting the issues with questions.

What would be the best way to uninstall git? Just delete /usr/local/git ?

Will an upgrade take care of that, or will it end in tears?

Thanks very much!


Original issue reported on code.google.com by orestis on 19 Jul 2008 at 2:09

Support other GUI tools

Add support to GitX (or GitNub)
Or even make an Open in GitX version (keep same icon though ;))

Original issue reported on code.google.com by [email protected] on 20 Feb 2009 at 6:17

New command line variables are put in .bash_profile, which isn't executed in all cases.

To reproduce

- Install git cleanly (on my account :-D)
- try to start git from a new terminal
- it isn't found.

On my user account, .bash_profile isn't executed, but .bashrc is.

I created a new account, and .bash_profile is executed there!  So this
can't be repro'ed on a new account.

I'm not sure what's different about my account - the only relevant bash
file I have there is .bashrc and of course .bash_history.  I never noticed
this difference before because I just put things in .bashrc.

But if my account is different, there must be other people whose accounts
are different;  the installer needs to take this into account.

Original issue reported on code.google.com by [email protected] on 16 May 2008 at 7:27

must "sudo git" on Snow Leopard ?

What steps will reproduce the problem?
1. install git on a Mac running Snow Leopard
2. run secondary installer script to make it accessible by non-command line 
programs (optional)
3. make sure /usr/local/git/bin is in your $PATH
4. 'git --help' will tell you it can't find git; 'sudo git --help' will print 
the help statement

What is the expected output? What do you see instead?
I expect git to work w/o having to sudo it

What version of the product are you using? On what operating system?
git 1.6.4.2; OS X 10.6

Please provide any additional information below.
worked fine under Leopard 10.5.x

Original issue reported on code.google.com by [email protected] on 5 Sep 2009 at 7:14

Library not loaded: /usr/lib/libiconv.2.dylib

What steps will reproduce the problem?
1. Run the ppc leopard installer
2. Open a new Terminal
3. Type "git" and press enter

What is the expected output? What do you see instead?
  Expecting git usage instructions but getting:
dyld: Library not loaded: /usr/lib/libiconv.2.dylib
  Referenced from: /usr/local/git/bin/git
  Reason: Incompatible library version: git requires version 7.0.0 or 
later, but libiconv.2.dylib provides version 5.0.0
Trace/BPT trap

What version of the product are you using? On what operating system?
  Git-1.5.4.5-osx-leopard-ppc.mpkg on iBook G4 Leopard 10.4.11


Original issue reported on code.google.com by [email protected] on 12 Sep 2008 at 11:45

Deprecated way to set path

What steps will reproduce the problem?
1. Path should be set in /etc/paths.d according to Apple
2. Remove the .MacOSX hidden folder
3. echo "/usr/local/git/bin" > /etc/paths.d/git

What is the expected output? What do you see instead?
This will enable your path to be set correctly, and be inherited by 
applications.

What version of the product are you using? On what operating system?
1.6.0.1 on 10.5.4 Intel


Original issue reported on code.google.com by [email protected] on 8 Sep 2008 at 8:29

git command still references /opt/local/lib path for libcrypto.0.9.8.dylib

What steps will reproduce the problem?

1. Tried to clone a remote repo.

git clone git://i<repo-IP-here>/git-repos/.git
dyld: Library not loaded: /opt/local/lib/libcrypto.0.9.8.dylib
Referenced from: /usr/local/git/bin/git
Reason: image not found
Trace/BPT trap

What is the expected output? What do you see instead?
Should have gotten repo clone

What version of the product are you using? On what operating system?
OS X 10.5.2

Please provide any additional information below.


Original issue reported on code.google.com by [email protected] on 3 Apr 2008 at 6:10

Unable to open Openingit application soon after install (OSX Leopard 10.5.8) - SOLVED

What steps will reproduce the problem?
Install OpenInGitGui-2.0 and git-1.6.4.2-intel-leopard as suggested and
launching app.

What is the expected output? What do you see instead?
Should open the TCLTk GUI but it produces an error.
Launching the /usr/local/git/bin/git gui from command line in a terminal
produces the following output:

dyld: Library not loaded: /Library/Frameworks/Tk.framework/Versions/8.5/Tk
  Referenced from: /usr/local/git/share/git-gui/lib/Git
Gui.app/Contents/MacOS/Wish
  Reason: image not found
fatal: unable to run 'git-gui'

What version of the product are you using? On what operating system?
OpenInGitGui-2.0 and git-1.6.4.2-intel-leopard
Apple OSX Leopard 10.5.8, Developer package (XCode tools) is installed,
MacPorts are not.

Please provide any additional information below.
I could solve the problem by manually installing the binary package of
TclTK 8.5 (in the system is already present version 8.4, but binaries are
not where openingit expects): this installed the full 8.5 framework in
/Library/Frameworks/Tk.framework/Versions/8.5/Tk and placed new symbolic
links in /usr/local/bin (which are in my PATH).

Original issue reported on code.google.com by xhoxho on 4 Sep 2009 at 10:53

git-svn

Can you include git-svn on the package?
It will be easier to migrate for subversion to git
Thanks...

Original issue reported on code.google.com by [email protected] on 26 Dec 2009 at 4:26

Can't locate Term/ReadKey.pm in @INC

What steps will reproduce the problem?
1. mkdir foo
2. cd foo
3. git svn init svn://example.com/svn/project
4. git svn fetch

What is the expected output? What do you see instead?
On the password prompt, the following error appears:
"Can't locate Term/ReadKey.pm in @INC ........."

What version of the product are you using? On what operating system?
GIT 1.6.x, OS X Leopard

Please provide any additional information below.
There is a workaround:
http://www.kkovacs.hu/item/1472


Original issue reported on code.google.com by kkovacs on 22 Aug 2008 at 11:22

.DS_Store perhaps needs to be in .gitignore in the default install.

Or, there needs to be some similar soft mechanism to allow Mac OS/X users
to ignore .DS_Store by default;  or, it simply needs to be mentioned in the
documentation.

Developers will always want to ignore .DS_Store - on the other hand, people
working in Mac OS/X and decorating their files will want to include it.

For the moment, I'd guess that 90% of the users are developers so it might
be good to remove it.

Original issue reported on code.google.com by [email protected] on 16 May 2008 at 7:29

Handling of international characters in file names seems to be broken

What steps will reproduce the problem?

1. Create a repo:

mkdir test
cd test
git init

2. Create a file with an international char in the file name:

echo Hello > ö.txt

3. Add the file to the index

git add ö.txt

4. Commit

git commit -m "whatever"

What is the expected output? What do you see instead?

I expect the file to be committed, but instead I get:

# On branch master
#
# Initial commit
#
# Untracked files:
#   (use "git add <file>..." to include in what will be committed)
#
#   "o\314\210.txt"
nothing added to commit but untracked files present (use "git add" to track)

No matter what i try, I can not commit the file. I can add it OK, but when
committing, GIT can not find it.

What version of the product are you using? On what operating system?

git version 1.6.5.2
Mac OS X 10.6.2
MacBook Pro, 2.66 GHz Intel Core 2 Duo

Please provide any additional information below.

Original issue reported on code.google.com by [email protected] on 6 Dec 2009 at 12:55

"git: Command not found" after installation

What steps will reproduce the problem?
1. Install GIT using git-1.6.3.1-intel-leopard.dmg on Leopard (Intel)
2. Run "git" in Terminal.app

What is the expected output? 
I expect git to respond.

What do you see instead?
Command not found.

What version of the product are you using? On what operating system?
git-1.6.3.1-intel-leopard.dmg
OS X 10.5.6 Leopard (Intel)

Original issue reported on code.google.com by [email protected] on 23 May 2009 at 6:05

git-gui does not work - missing Git Gui.app

git-gui installed in /usr/local/git/bin/git-gui references Git Gui.app which is 
not installed in the 
1.5.5.3 package.

I have attempted to run/usr/local/git/shared/git-gui/lib/git-gui.tcl  but it 
spits out the error in a 
dialog:
couldn't open "/usr/local/git/share/git-gui/share/git-gui/lib/tclIndex

I created a symlink to point /usr/local/git/share/git-gui/share/git-gui/lib => 
/usr/local/git/share/git-gui/lib and it works for me...

Original issue reported on code.google.com by [email protected] on 6 Jun 2008 at 11:01

git-1.6.4-intel-leopard.dmg fails to mount

What steps will reproduce the problem?
1. Download and attempt to mount.
2.
3.

What is the expected output? What do you see instead?

Verification of the mount fails.

What version of the product are you using? On what operating system?


Please provide any additional information below.


Original issue reported on code.google.com by [email protected] on 6 Aug 2009 at 9:56

Using git svn with latest subversion from collab

I'm using the svn package 1.6.6 from
http://www.open.collab.net/downloads/community/ and installed
git-1.6.6-intel-leopard.dmg.

When running git svn --version I get
git-svn version 1.6.6 (svn 1.4.4)

So the svn from /usr/bin is used instead of the latest version under
/opt/subversion.

I set the PATH correctly:
> which svn
/opt/subversion/bin/svn

I tried to set export DYLD_LIBRARY_PATH=/opt/subversion/lib but that
returns an error:
> git svn --version
error: git-svn died of signal 10

I using Mac OS X 10.5.8.

So how can I use the latest version of git svn?

Thanks,
Martin

Original issue reported on code.google.com by [email protected] on 10 Jan 2010 at 11:04

Git send-email requires Net/SMTP/SSL.pm

What steps will reproduce the problem?
1. Configure 'git send-email' to use SMTP over SSL:

$ git config --global sendemail.smtpserver smtp.gmail.com
$ git config --global sendemail.smtpserverport 587
$ git config --global sendemail.smtpuser [email protected]
$ git config --global sendemail.smtpencryption tls

2. After making some commits, attempt to email a patch:

$ git send-email origin 

What is the expected output? What do you see instead?

After prompting for parameters and answering yes to the "Send this email?" 
prompt, the following error is 
displayed instead of sending an email:

Can't locate Net/SMTP/SSL.pm in @INC (@INC contains: 
/usr/local/git/lib/perl5/site_perl/5.8.8/darwin-
thread-multi-2level /usr/local/git/lib/perl5/site_perl/5.8.8 
/usr/local/git/lib/perl5/site_perl 
/Library/Perl/Updates/5.8.8 
/System/Library/Perl/5.8.8/darwin-thread-multi-2level 
/System/Library/Perl/5.8.8 /Library/Perl/5.8.8/darwin-thread-multi-2level 
/Library/Perl/5.8.8 /Library/Perl 
/Network/Library/Perl/5.8.8/darwin-thread-multi-2level 
/Network/Library/Perl/5.8.8 /Network/Library/Perl 
/System/Library/Perl/Extras/5.8.8/darwin-thread-multi-2level 
/System/Library/Perl/Extras/5.8.8 
/Library/Perl/5.8.6 /Library/Perl/5.8.1 .) at 
/usr/local/git/libexec/git-core/git-send-email line 903, <FIN> 
line 4.

What version of the product are you using? On what operating system?

$ git --version
git version 1.6.3.1

$ system_profiler SPSoftwareDataType
Software:

    System Software Overview:

      System Version: Mac OS X 10.5.7 (9J61)
      Kernel Version: Darwin 9.7.0
      Boot Volume: MacintoshHD
      Boot Mode: Normal
      Time since boot: 6 days 4:55

Original issue reported on code.google.com by [email protected] on 21 Jul 2009 at 10:04

setup git PATH for non-terminal programs.sh should use /usr/libexec/path_helper

What steps will reproduce the problem?
1. run "setup git PATH for non-terminal programs.sh"

What is the expected output? What do you see instead?
It creates a .MacOSX/environment.plist file that has a path that does not match 
the output of 
/usr/libexec/path_helper. In particular, it includes /opt/local/bin which is 
not always used. I 
personally use homebrew for package management and put it in /opt/homebrew. 
This script should 
just be a little more aware of the user environment. path_helper is a more 
accurate way to do it (in 
fact, git installer correctly adds itself to the path via /etc/paths.d)

What version of the product are you using? On what operating system?
1.6.6.2 Intel Leopard on Mac OS X 10.6.2

Original issue reported on code.google.com by [email protected] on 13 Feb 2010 at 11:33

hyphenated git commands not found

What steps will reproduce the problem?
1. git-commit

what I see:
-bash: git-svn: command not found

What version of the product are you using? On what operating system?
git version 1.6.0.5
Mac OS X 10.5.6

Please provide any additional information below.
commands without the hyphen work. i.e. "git commit" works.

Original issue reported on code.google.com by [email protected] on 20 Dec 2008 at 9:23

Open in Git Gui fails with paths containing spaces

What steps will reproduce the problem?
1. Login as "root" user.
2. Run "git-1.6.1-intel-leopard.dmg", mounting a disk image.
3. Run "git-1.6.1-intel-leopard.pkg", using default settings.
4. Rename the "Setup git PATH for non-terminal programs.sh" file to "Setup
git PATH for non-terminal programs.command" (it won't run if I don't, it
would open in MacVIM instead).
5. Run the "Setup git PATH for non-terminal programs.command" file.
6. Extract and install and the "OpenInGitGui" applet, attaching it to the
Finder window.
7. Logout as "root" and login as an Administrator (in my case, "Steve").
8. Navigate to a local git repository on the hard drive, and run the
"OpenInGitGui" applet.

What is the expected output? What do you see instead?
- I see a popup message saying "Cannot find git in PATH".
- Clicking OK opens a second message saying "Cannot continue activate".
- Clicking OK closes Git.

What version of the product are you using? On what operating system?
- git-1.6.1-intel-leopard
- OpenInGitGUI-2.0
- Mac OS X 10.5.6 plus updates.

Please provide any additional information below.
- I had updated from git-1.6.0.2 and OpenInGitGUI-1.0 beforehand, without
using the "uninstall.sh" script or the Terminal. Did I doing something wrong?

Original issue reported on code.google.com by [email protected] on 12 Jan 2009 at 11:19

Installation Failure.

What steps will reproduce the problem?
1. Install package on OS X Leopard (Intel) 10.5.2

What is the expected output? What do you see instead?

installation should succeed, but the error message, could not install some
files in the '/' directory, pops up failing the installation.

What version of the product are you using? On what operating system?
1.5.4.5 - OS X (intel) Leopard 10.5.2

Please provide any additional information below.


Original issue reported on code.google.com by michael.novakjr on 8 Apr 2008 at 3:43

Build packages for different architectures

Universal binaries are huge and fat. Mature the git installer build script so 
it can pump out 
individual installers for i386, x86_64, ppc, and ppc64.

Spawned from 
http://code.google.com/p/git-osx-installer/issues/detail?id=20&can=1

Original issue reported on code.google.com by [email protected] on 17 Sep 2009 at 7:34

Starting gitk on OS X displays a GreaseKit error

When I load gitk (git version 1.6.5.1) on OS X (SL) I recieve an error/warning 
about GreaseKit:

Error loading /Library/Application 
Support/SIMBL/Plugins/GreaseKit.bundle/Contents/MacOS/GreaseKit: 
dlopen(/Library/Application 
Support/SIMBL/Plugins/GreaseKit.bundle/Contents/MacOS/GreaseKit, 265): no 
suitable image 
found. Did find: /Library/Application 
Support/SIMBL/Plugins/GreaseKit.bundle/Contents/MacOS/GreaseKit: GC capability 
mismatch

gitk does start and appears to be functional, but this does seem like an odd 
warning. 

Original issue reported on code.google.com by [email protected] on 28 Jan 2010 at 9:00

No need to open terminal

Comment from: http://code.google.com/p/git-osx-installer/wiki/OpenInGitGui

The AppleScript? in this one opens a scratch terminal. This can be avoided by 
using, instead of "tell 
Application Terminal do script [...] end tell", just this (without invoking the 
Terminal):

do shell script "(cd " & listOfAliases & "; /usr/local/git/bin/git-gui)"

Original issue reported on code.google.com by [email protected] on 12 May 2008 at 2:05

64bit Leopard Build?

I'm working with some very large files and I run out of memory during the
commit.

fatal: Out of memory? mmap failed: Cannot allocate memory


I'm hoping that a 64bit build will eliminate this problem.  Are there any
plans for this?


Original issue reported on code.google.com by [email protected] on 16 Jan 2009 at 12:50

wrong path of some man folders

The problem is in the installation pakage.
The installer puts some folders on the wrong path.
man1, man5 and man7 was installed in the path: /usr/local/git/man rather that 
/usr/local/git/share/man
Move these folders and everything will work fine.

Original issue reported on code.google.com by [email protected] on 4 Sep 2009 at 9:49

Unable to run build in OSX 10.4.11

What steps will reproduce the problem?
1. Have an 10.4.11 Intel
2. ./build.sh
3. complain

The attached file is a log I get when running this command:

 peterbe@imac:~/tmp/git-osx-installer-read-only $ ./build.sh 2>&1 | tee
/tmp/build.log

The revision of the build script is 64.

/usr/local/git and /usr/lib exist. 

Original issue reported on code.google.com by [email protected] on 24 Nov 2008 at 7:05

Attachments:

ppc failed inexplicably

What steps will reproduce the problem?
1. Download the PPC binary to my computer 
2. Install it via clicking :P

What is the expected output? What do you see instead?
Expected success message.
Got instead "Installation failed--unable to install some files in /" [or
something similar]

What version of the product are you using? On what operating system?
OSX 10.5, PPC

Please provide any additional information below.
some have reported that using port works.
 sudo port install git-core


Original issue reported on code.google.com by rogerpack2005 on 4 Apr 2008 at 4:50

environment.plist gets corrupted

What steps will reproduce the problem?
1. my environment.plist before executing the script in terminal:
   <?xml version="1.0" encoding="UTF-8"?>
   <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN"
"http://www.apple.com/DTDs/PropertyList-1.0.dtd">
   <plist version="1.0">
   <dict/>
   </plist>

2. The following output is shown in Terminal:
The domain/default pair of (/Users/vivo/.MacOSX/environment, PATH) does not
exist
2008-05-05 21:28:00.649 defaults[84509:10b] 
The domain/default pair of (/Users/vivo/.MacOSX/environment, MANPATH) does
not exist
2008-05-05 21:28:00.904 osascript[84530:10b] *** _NSAutoreleaseNoPool():
Object 0x32dbd0 of class NSPathStore2 autoreleased with no pool in place -
just leaking
Stack: (0x94ac512f 0x949d30c7 0x949dab1f 0x949da61e 0x949df0cb 0xc78e6
0xc7b5b 0x949b7f97 0x949b82f6 0x93d81c74 0x93d73648 0x93d7c7be 0x93d7f5ab
0x94defdef 0x4241be 0x427e41 0x428004 0x40fc81 0x40ff4b 0x40ffe9 0x407a71
0x96a7e5cd 0x949b6168 0x423708 0x423826 0x423959 0x423160 0x42390d
0x96a7e5cd 0x949c7513 0x20c9)
2008-05-05 21:28:00.908 osascript[84530:10b] *** _NSAutoreleaseNoPool():
Object 0x32f030 of class NSPathStore2 autoreleased with no pool in place -
just leaking
Stack: (0x94ac512f 0x949d30c7 0x949d21c9 0x949dc642 0x949df2a2 0xc78e6
0xc7b5b 0x949b7f97 0x949b82f6 0x93d81c74 0x93d73648 0x93d7c7be 0x93d7f5ab
0x94defdef 0x4241be 0x427e41 0x428004 0x40fc81 0x40ff4b 0x40ffe9 0x407a71
0x96a7e5cd 0x949b6168 0x423708 0x423826 0x423959 0x423160 0x42390d
0x96a7e5cd 0x949c7513 0x20c9)
2008-05-05 21:28:00.908 osascript[84530:10b] *** _NSAutoreleaseNoPool():
Object 0x330940 of class NSPathStore2 autoreleased with no pool in place -
just leaking
Stack: (0x94ac512f 0x949d30c7 0x949dab1f 0x949da61e 0x949da526 0x949e05c8
0xc79fc 0xc7b5b 0x949b7f97 0x949b82f6 0x93d81c74 0x93d73648 0x93d7c7be
0x93d7f5ab 0x94defdef 0x4241be 0x427e41 0x428004 0x40fc81 0x40ff4b 0x40ffe9
0x407a71 0x96a7e5cd 0x949b6168 0x423708 0x423826 0x423959 0x423160 0x42390d
0x96a7e5cd 0x949c7513 0x20c9)
2008-05-05 21:28:00.909 osascript[84530:10b] *** _NSAutoreleaseNoPool():
Object 0x3302c0 of class NSBundle autoreleased with no pool in place - just
leaking
Stack: (0x94ac512f 0x949d1ec2 0xc79fc 0xc7b5b 0x949b7f97 0x949b82f6
0x93d81c74 0x93d73648 0x93d7c7be 0x93d7f5ab 0x94defdef 0x4241be 0x427e41
0x428004 0x40fc81 0x40ff4b 0x40ffe9 0x407a71 0x96a7e5cd 0x949b6168 0x423708
0x423826 0x423959 0x423160 0x42390d 0x96a7e5cd 0x949c7513 0x20c9)
2008-05-05 21:28:00.923 osascript[84530:10b] *** _NSAutoreleaseNoPool():
Object 0x32f7c0 of class NSCFArray autoreleased with no pool in place -
just leaking
Stack: (0x94ac512f 0x949d1ec2 0x94a03f61 0x94a03f2a 0xc7ad2 0xc7b5b
0x949b7f97 0x949b82f6 0x93d81c74 0x93d73648 0x93d7c7be 0x93d7f5ab
0x94defdef 0x4241be 0x427e41 0x428004 0x40fc81 0x40ff4b 0x40ffe9 0x407a71
0x96a7e5cd 0x949b6168 0x423708 0x423826 0x423959 0x423160 0x42390d
0x96a7e5cd 0x949c7513 0x20c9)
2008-05-05 21:28:00.925 osascript[84530:10b] *** _NSAutoreleaseNoPool():
Object 0x331320 of class NSPathStore2 autoreleased with no pool in place -
just leaking
Stack: (0x94ac512f 0x949d30c7 0x949d21c9 0x949dc642 0x949dc4d2 0x94a046ca
0x94a0402f 0x94a03f2a 0xc7ad2 0xc7b5b 0x949b7f97 0x949b82f6 0x93d81c74
0x93d73648 0x93d7c7be 0x93d7f5ab 0x94defdef 0x4241be 0x427e41 0x428004
0x40fc81 0x40ff4b 0x40ffe9 0x407a71 0x96a7e5cd 0x949b6168 0x423708 0x423826
0x423959 0x423160 0x42390d 0x96a7e5cd 0x949c7513 0x20c9)
2008-05-05 21:28:00.927 osascript[84530:10b] LCC Scroll Enhancer loaded
2008-05-05 21:28:00.928 osascript[84530:10b] *** _NSAutoreleaseNoPool():
Object 0x333050 of class NSMachPort autoreleased with no pool in place -
just leaking
Stack: (0x94ac512f 0x949d1ec2 0x949f15d5 0x94a184bf 0xce702 0xce5bf 0xc7b2e
0xc7b5b 0x949b7f97 0x949b82f6 0x93d81c74 0x93d73648 0x93d7c7be 0x93d7f5ab
0x94defdef 0x4241be 0x427e41 0x428004 0x40fc81 0x40ff4b 0x40ffe9 0x407a71
0x96a7e5cd 0x949b6168 0x423708 0x423826 0x423959 0x423160 0x42390d
0x96a7e5cd 0x949c7513 0x20c9)
2008-05-05 21:28:00.929 osascript[84530:10b] *** _NSAutoreleaseNoPool():
Object 0x334300 of class NSCFNumber autoreleased with no pool in place -
just leaking
Stack: (0x94ac512f 0x949d1ec2 0xcf1b2 0xce766 0xce5bf 0xc7b2e 0xc7b5b
0x949b7f97 0x949b82f6 0x93d81c74 0x93d73648 0x93d7c7be 0x93d7f5ab
0x94defdef 0x4241be 0x427e41 0x428004 0x40fc81 0x40ff4b 0x40ffe9 0x407a71
0x96a7e5cd 0x949b6168 0x423708 0x423826 0x423959 0x423160 0x42390d
0x96a7e5cd 0x949c7513 0x20c9)
2008-05-05 21:28:00.930 osascript[84530:10b] *** _NSAutoreleaseNoPool():
Object 0x334740 of class NSCFString autoreleased with no pool in place -
just leaking
Stack: (0x94ac512f 0x949d1ec2 0x94a524ea 0xce766 0xce5bf 0xc7b2e 0xc7b5b
0x949b7f97 0x949b82f6 0x93d81c74 0x93d73648 0x93d7c7be 0x93d7f5ab
0x94defdef 0x4241be 0x427e41 0x428004 0x40fc81 0x40ff4b 0x40ffe9 0x407a71
0x96a7e5cd 0x949b6168 0x423708 0x423826 0x423959 0x423160 0x42390d
0x96a7e5cd 0x949c7513 0x20c9)
2008-05-05 21:28:00.931 osascript[84530:10b] *** _NSAutoreleaseNoPool():
Object 0x334780 of class NSPathStore2 autoreleased with no pool in place -
just leaking
Stack: (0x94ac512f 0x949d30c7 0x949e13e5 0xce782 0xce5bf 0xc7b2e 0xc7b5b
0x949b7f97 0x949b82f6 0x93d81c74 0x93d73648 0x93d7c7be 0x93d7f5ab
0x94defdef 0x4241be 0x427e41 0x428004 0x40fc81 0x40ff4b 0x40ffe9 0x407a71
0x96a7e5cd 0x949b6168 0x423708 0x423826 0x423959 0x423160 0x42390d
0x96a7e5cd 0x949c7513 0x20c9)
2008-05-05 21:28:00.931 osascript[84530:10b] *** _NSAutoreleaseNoPool():
Object 0x334910 of class NSCFData autoreleased with no pool in place - just
leaking
Stack: (0x94ac512f 0x949d1ec2 0x949e62a5 0x949f406a 0x949f3f28 0x949f3d45
0xce79e 0xce5bf 0xc7b2e 0xc7b5b 0x949b7f97 0x949b82f6 0x93d81c74 0x93d73648
0x93d7c7be 0x93d7f5ab 0x94defdef 0x4241be 0x427e41 0x428004 0x40fc81
0x40ff4b 0x40ffe9 0x407a71 0x96a7e5cd 0x949b6168 0x423708 0x423826 0x423959
0x423160 0x42390d 0x96a7e5cd 0x949c7513 0x20c9)
button returned:OK

3. And the contents of the file (as displayed in Emacs) after executing the
script:
bplist00<D2>^A^B^C^DTPATHWMANPATH_^P[/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/bi
n:/usr/X11/bin:/opt/local/bin:/usr/local/git/bin_^PR/usr/local/man:/usr/share/ma
n:/usr/local/share/man:/usr/X11/man:/usr/local/git/ma^M^R^Zx
^@^@^@^@^@^@^A^A^@^@^@^@^@^@^@^E^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@<CD>


What version of the product are you using? On what operating system?
I am using OSX 10.5.2



Original issue reported on code.google.com by [email protected] on 5 May 2008 at 7:31

git-1.6.1.3-intel-leopard.dmg failed mount

What steps will reproduce the problem?
1. download git-1.6.1.3-intel-leopard.dmg from 'Downloads' through Webkit
2. automount failed
3. failed

What is the expected output? What do you see instead?


What version of the product are you using? On what operating system?
1.6.1.3

Please provide any additional information below.

MD5 (git-1.6.1.3-intel-leopard.dmg) = 9183774afc0d2a9383ee127425cbce06

Original issue reported on code.google.com by [email protected] on 20 Feb 2009 at 2:54

git diff -b segfaults

What steps will reproduce the problem?
1. run git diff -b on a dir

What is the expected output? What do you see instead?

a diff

What version of the product are you using? On what operating system?

1.6.1.2

Please provide any additional information below.

Process:         git [90405]
Path:            /usr/local/git/bin/git
Identifier:      git
Version:         ??? (???)
Code Type:       X86 (Native)
Parent Process:  bash [90355]

Date/Time:       2009-02-12 13:03:20.488 -0600
OS Version:      Mac OS X 10.5.6 (9G55)
Report Version:  6

Exception Type:  EXC_BAD_ACCESS (SIGSEGV)
Exception Codes: KERN_INVALID_ADDRESS at 0x0000000000156000
Crashed Thread:  0

Thread 0 Crashed:
0   git                             0x000bd845 0x1000 + 772165
1   git                             0x000bc44c 0x1000 + 767052
2   git                             0x000bc90e 0x1000 + 768270
3   git                             0x000bbb78 0x1000 + 764792
4   git                             0x000bc129 0x1000 + 766249
5   git                             0x000b6e8e 0x1000 + 745102
6   git                             0x000b6f1e 0x1000 + 745246
7   git                             0x00077f61 0x1000 + 487265
8   git                             0x0007864f 0x1000 + 489039
9   git                             0x00079361 0x1000 + 492385
10  git                             0x00071d1c 0x1000 + 462108
11  git                             0x0001e7bf 0x1000 + 120767
12  git                             0x000025bb 0x1000 + 5563
13  git                             0x000028d0 0x1000 + 6352
14  git                             0x00001f06 0x1000 + 3846

Thread 0 crashed with X86 Thread State (32-bit):
  eax: 0x00000002  ebx: 0x000bd581  ecx: 0xa035a920  edx: 0xa035a920
  edi: 0x00000003  esi: 0x00156000  ebp: 0xbfffe7f8  esp: 0xbfffe7a0
   ss: 0x0000001f  efl: 0x00010206  eip: 0x000bd845   cs: 0x00000017
   ds: 0x0000001f   es: 0x0000001f   fs: 0x00000000   gs: 0x00000037
  cr2: 0x00156000

Binary Images:
    0x1000 -    0xd8ff8 +git ??? (???) <ec160e4b14b6e9f022807256fdc8390a>
/usr/local/git/bin/git
  0x100000 -   0x12bffb  libcurl.4.dylib ??? (???)
<54ada27deb3b4ff7043d8836264eca0d> /usr/lib/libcurl.4.dylib
0x8fe00000 - 0x8fe2db43  dyld 97.1 (???) <100d362e03410f181a34e04e94189ae5>
/usr/lib/dyld
0x9180b000 - 0x918bbfff  edu.mit.Kerberos 6.0.12 (6.0.12)
<685cc018c133668d0d3ac6a1cb63cff9>
/System/Library/Frameworks/Kerberos.framework/Versions/A/Kerberos
0x91ea8000 - 0x91f9cff4  libiconv.2.dylib ??? (???)
<c508c60fafca17824c0017b2e4369802> /usr/lib/libiconv.2.dylib
0x92164000 - 0x92244fff  libobjc.A.dylib ??? (???)
<7b92613fdf804fd9a0a3733a0674c30b> /usr/lib/libobjc.A.dylib
0x9242d000 - 0x925fbff3  com.apple.security 5.0.4 (34102)
<55dda7486df4e8e1d61505be16f83a1c>
/System/Library/Frameworks/Security.framework/Versions/A/Security
0x9288e000 - 0x929f5ff3  libSystem.B.dylib ??? (???)
<d68880dfb1f8becdbdac6928db1510fb> /usr/lib/libSystem.B.dylib
0x9307a000 - 0x9309efeb  libssl.0.9.7.dylib ??? (???)
<c7359b7ab32b5f8574520746e10a41cc> /usr/lib/libssl.0.9.7.dylib
0x93616000 - 0x93634fff  libresolv.9.dylib ??? (???)
<a8018c42930596593ddf27f7c20fe7af> /usr/lib/libresolv.9.dylib
0x93635000 - 0x936e7ffb  libcrypto.0.9.7.dylib ??? (???)
<69bc2457aa23f12fa7d052601d48fa29> /usr/lib/libcrypto.0.9.7.dylib
0x93c95000 - 0x93c9cfe9  libgcc_s.1.dylib ??? (???)
<f53c808e87d1184c0f9df63aef53ce0b> /usr/lib/libgcc_s.1.dylib
0x94664000 - 0x946c1ffb  libstdc++.6.dylib ??? (???)
<04b812dcec670daa8b7d2852ab14be60> /usr/lib/libstdc++.6.dylib
0x94811000 - 0x94944fff  com.apple.CoreFoundation 6.5.5 (476.17)
<4a70c8dbb582118e31412c53dc1f407f>
/System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
0x952b7000 - 0x952e2fe7  libauto.dylib ??? (???)
<42d8422dc23a18071869fdf7b5d8fab5> /usr/lib/libauto.dylib
0x956b8000 - 0x956bcfff  libmathCommon.A.dylib ??? (???)
/usr/lib/system/libmathCommon.A.dylib
0x9620b000 - 0x96343ff7  libicucore.A.dylib ??? (???)
<18098dcf431603fe47ee027a60006c85> /usr/lib/libicucore.A.dylib
0x9641c000 - 0x9642affd  libz.1.dylib ??? (???)
<5ddd8539ae2ebfd8e7cc1c57525385c7> /usr/lib/libz.1.dylib
0xfffe8000 - 0xfffebfff  libobjc.A.dylib ??? (???) /usr/lib/libobjc.A.dylib
0xffff0000 - 0xffff1780  libSystem.B.dylib ??? (???) /usr/lib/libSystem.B.dylib

Original issue reported on code.google.com by [email protected] on 12 Feb 2009 at 7:04

Need help creating package for Tiger

What steps will reproduce the problem?
1. I used the included information to build git on 10.4 (I had to add
NO_EXPAT=1 to the Makefile)
2. I attempted to create a .pkg using PackageMaker's "Assist Me" button,
but after entering all the information I get an error on trying to copy
/usr/local/git to /private/tmp/<someTempDir>/WorkingRoot

What is the expected output? What do you see instead?
Expected: a new .pkg file
Received: "Could not copy" error shown above

What version of the product are you using? On what operating system?
Git 1.5.5.1 on OS X 10.4

Please provide any additional information below.
Any other tips that may help create a package similar to the existing
downloads for 10.5 are greatly appreciated.

Original issue reported on code.google.com by [email protected] on 19 May 2008 at 6:59

Suggestion: use /etc/paths.d and /etc/manpaths.d

I'm not *positive* that this is a better way, since I'm new to OS X, but I
suspect it is:

Rather than editing ~/.bash_profile, you could add a "git" entry to
/etc/paths.d and /etc/manpaths.d.  That will work with any shell, not just
bash (assuming that your equivalent to .profile still sources /etc/profile
or calls /usr/libexec/path_helper directly).

According to the following post, environment.plist is deprecated:

http://littlesquare.com/2008/01/24/upgraded-to-leopard-making-use-of-etcpathsd-a
nd-path_helper/

However, it also sounds like some upgrade paths to Leopard may not update
/etc/profile corectly, so YMMV.  I'm on a clean install here and can't be
of use.

Original issue reported on code.google.com by [email protected] on 21 May 2008 at 4:45

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.