In git's 'configure' script, it says:

    libexecdir='${exec_prefix}/libexec'

and on the few platforms to which I have access, I see libexec, not lib. 
What platform are you using? Do you have any environment variables set 
which could be interfering with this?

  John



On Tuesday, May 13, 2014 9:01:24 AM UTC-7, Ralf Stephan wrote:
>
> No sage -f git:
> execdir=$(cd '/home/ralf/sage/local/lib/git-core' && pwd) && \
>
> lib not libexec
>
>
> On Tue, May 13, 2014 at 5:59 PM, John H Palmieri 
> <[email protected]<javascript:>
> > wrote:
>
>>
>>
>> On Tuesday, May 13, 2014 8:50:47 AM UTC-7, Ralf Stephan wrote:
>>>
>>> GIT_EXEC_PATH=/home/ralf/sage/local/libexec/git-core
>>> but git is in local/bin/?
>>>
>>
>> local/libexec/git-core should contain many executables (like 
>> "git-checkout", "git-clone", etc.) which get run when you do a command like 
>> "git checkout", "git clone", etc.
>>
>>
>>  
>>
>>>
>>>
>>> On Tue, May 13, 2014 at 5:46 PM, Simon King <[email protected]>wrote:
>>>
>>>> Hi Volker,
>>>>
>>>>
>>>> On 2014-05-13, Volker Braun <[email protected]> wrote:
>>>> > Get it from the updated "develop" git branch or the source tarball
>>>>
>>>> You mean I shall now pull from trac?
>>>>
>>>> Anyway, with commit fa885d90d609c8311d8fa52deac1340cd558b5a9 I get, for
>>>> example:
>>>>
>>>> **********************************************************************
>>>> File "src/sage/dev/test/sagedev.py", line 189, in 
>>>> sage.dev.test.sagedev.two_user_setup
>>>> Failed example:
>>>>     alice, alice_config, bob, bob_config, server = two_user_setup()
>>>> Expected nothing
>>>> Got:
>>>>     GitError: git exited with a non-zero exit code (1).
>>>>     This happened while executing "git -c [email protected] -c 
>>>> user.name=alice pull 
>>>> /home/king/.sage/temp/linux-etl7.site/9042/dir_mHgsA5/repo 
>>>> master".
>>>>     git printed nothing to STDOUT.
>>>>     git printed the following to STDERR:
>>>>     git: 'pull' is not a git command. See 'git --help'.
>>>>     <BLANKLINE>
>>>>     Did you mean this?
>>>>         shell
>>>>     GitError: git exited with a non-zero exit code (1).
>>>>     This happened while executing "git -c [email protected] -c 
>>>> user.name=bob pull 
>>>> /home/king/.sage/temp/linux-etl7.site/9042/dir_mHgsA5/repo 
>>>> master".
>>>>     git printed nothing to STDOUT.
>>>>     git printed the following to STDERR:
>>>>     git: 'pull' is not a git command. See 'git --help'.
>>>>     <BLANKLINE>
>>>>     Did you mean this?
>>>>         shell
>>>>
>>>> or
>>>>
>>>> **********************************************************************
>>>> File "src/sage/dev/git_interface.py", line 556, in 
>>>> sage.dev.git_interface.GitInterface.get_state
>>>> Failed example:
>>>>     git.super_silent.rebase(abort=True)
>>>> Exception raised:
>>>>     Traceback (most recent call last):
>>>>       File "/home/king/Sage/git/sage/local/lib/python2.7/site-
>>>> packages/sage/doctest/forker.py", line 480, in _run
>>>>         self.execute(example, compiled, test.globs)
>>>>       File "/home/king/Sage/git/sage/local/lib/python2.7/site-
>>>> packages/sage/doctest/forker.py", line 839, in execute
>>>>         exec compiled in globs
>>>>       File "<doctest sage.dev.git_interface.GitInterface.get_state[24]>", 
>>>> line 1, in <module>
>>>>         git.super_silent.rebase(abort=True)
>>>>       File "/home/king/Sage/git/sage/local/lib/python2.7/site-
>>>> packages/sage/dev/git_interface.py", line 1199, in meth
>>>>         return self(git_cmd, *args, **kwds)
>>>>       File "/home/king/Sage/git/sage/local/lib/python2.7/site-
>>>> packages/sage/dev/git_interface.py", line 299, in _execute_supersilent
>>>>         raise GitError(exit_code, cmd, stdout, stderr)
>>>>     GitError: git returned with non-zero exit code (1) for "git -c 
>>>> [email protected] -c user.name=doctest rebase --abort".
>>>>     output to stderr: git: 'rebase' is not a git command. See 'git 
>>>> --help'.
>>>>
>>>> or
>>>>
>>>> **********************************************************************
>>>> File "src/sage/dev/sagedev.py", line 5121, in sage.dev.sagedev.SageDev._
>>>> current_ticket
>>>> Failed example:
>>>>     dev.checkout(ticket=1)
>>>> Exception raised:
>>>>     Traceback (most recent call last):
>>>>       File "/home/king/Sage/git/sage/local/lib/python2.7/site-
>>>> packages/sage/doctest/forker.py", line 480, in _run
>>>>         self.execute(example, compiled, test.globs)
>>>>       File "/home/king/Sage/git/sage/local/lib/python2.7/site-
>>>> packages/sage/doctest/forker.py", line 839, in execute
>>>>         exec compiled in globs
>>>>       File "<doctest sage.dev.sagedev.SageDev._current_ticket[7]>", 
>>>> line 1, in <module>
>>>>         dev.checkout(ticket=Integer(1))
>>>>       File 
>>>> "/home/king/Sage/git/sage/local/lib/python2.7/site-packages/sage/dev/sagedev.py",
>>>>  
>>>> line 342, in checkout
>>>>         self.checkout_ticket(ticket=ticket, branch=branch, base=base)
>>>>       File 
>>>> "/home/king/Sage/git/sage/local/lib/python2.7/site-packages/sage/dev/sagedev.py",
>>>>  
>>>> line 765, in checkout_ticket
>>>>         self.git.silent.branch(branch, MASTER_BRANCH)
>>>>       File "/home/king/Sage/git/sage/local/lib/python2.7/site-
>>>> packages/sage/dev/git_interface.py", line 1199, in meth
>>>>         return self(git_cmd, *args, **kwds)
>>>>       File "/home/king/Sage/git/sage/local/lib/python2.7/site-
>>>> packages/sage/dev/git_interface.py", line 268, in _execute_silent
>>>>         raise GitError(exit_code, cmd, stdout, stderr)
>>>>     GitError: git returned with non-zero exit code (128) for "git -c 
>>>> [email protected] -c user.name=doctest branch ticket/1 master".
>>>>     output to stderr: fatal: Not a valid object name: 'master'.
>>>>
>>>> Will now try to pull from trac...
>>>>
>>>> Best regards,
>>>> Simon
>>>>
>>>>
>>>> --
>>>> You received this message because you are subscribed to the Google 
>>>> Groups "sage-release" group.
>>>> To unsubscribe from this group and stop receiving emails from it, send 
>>>> an email to [email protected].
>>>> To post to this group, send email to [email protected].
>>>>
>>>> Visit this group at http://groups.google.com/group/sage-release.
>>>> For more options, visit https://groups.google.com/d/optout.
>>>>
>>>
>>>  -- 
>> You received this message because you are subscribed to the Google Groups 
>> "sage-release" group.
>> To unsubscribe from this group and stop receiving emails from it, send an 
>> email to [email protected] <javascript:>.
>> To post to this group, send email to [email protected]<javascript:>
>> .
>> Visit this group at http://groups.google.com/group/sage-release.
>> For more options, visit https://groups.google.com/d/optout.
>>
>
>

-- 
You received this message because you are subscribed to the Google Groups 
"sage-release" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/sage-release.
For more options, visit https://groups.google.com/d/optout.

Reply via email to