#16350: GIT_EXEC_PATH doesn't match installed git execdir
------------------------------------+------------------------
       Reporter:  rws               |        Owner:
           Type:  defect            |       Status:  new
       Priority:  critical          |    Milestone:  sage-6.3
      Component:  scripts           |   Resolution:
       Keywords:  environment, git  |    Merged in:
        Authors:                    |    Reviewers:
Report Upstream:  N/A               |  Work issues:
         Branch:                    |       Commit:
   Dependencies:                    |     Stopgaps:
------------------------------------+------------------------

Comment (by jhpalmieri):

 But we don't run autoconf when we build git, do we? I think we just run
 `configure` and `make`. When I do `sage -f -s git`, I see the same
 `Makefile` which is in the tarball, which contains
 {{{
 gitexecdir = libexec/git-core
 }}}
 I also did `grep -R libexec= local/var/tmp/sage/build/git-1.8.4.4/src` and
 found no instances where `libexec` would be set to `lib`:
 {{{
 
local/var/tmp/sage/build/git-1.8.4.4/src/config.log:libexecdir='${exec_prefix}/libexec'
 
local/var/tmp/sage/build/git-1.8.4.4/src/configure:libexecdir='${exec_prefix}/libexec'
 local/var/tmp/sage/build/git-1.8.4.4/src/configure:  -libexecdir=* |
 --libexecdir=* | --libexecdi=* | --libexecd=* | --libexec=* \
 local/var/tmp/sage/build/git-1.8.4.4/src/configure:
 libexecdir=$ac_optarg ;;
 local/var/tmp/sage/build/git-1.8.4.4/src/configure:  --libexecdir=DIR
 program executables [EPREFIX/libexec]
 }}}
 I guess my question really is, how can I reproduce your problem? I do not
 see it on several different platforms.

--
Ticket URL: <http://trac.sagemath.org/ticket/16350#comment:5>
Sage <http://www.sagemath.org>
Sage: Creating a Viable Open Source Alternative to Magma, Maple, Mathematica, 
and MATLAB

-- 
You received this message because you are subscribed to the Google Groups 
"sage-trac" 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-trac.
For more options, visit https://groups.google.com/d/optout.

Reply via email to