#16350: on some systems, pkg-libexecs are installed into local/lib instead of
local/libexec
------------------------------------+------------------------
       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:
------------------------------------+------------------------
Description changed by rws:

Old description:

> Doctest fails in `dev/sagedev.py` caused by mismatch between
> GIT_EXEC_PATH in `bin/sage-env` and `execdir` in the git install,
> introduced with #15901.
>
> `GIT_EXEC_PATH="$SAGE_LOCAL"/libexec/git-core && export GIT_EXEC_PATH`
> while `execdir` is `local/lib`.

New description:

 The Unix Filesystem Hierarchy Standard advises '*/lib' as a place for
 libraries but in version 2.3 allows other '*/lib*' paths. The package
 install script `configure` thus assumes (maybe not on all systems) that,
 if no `execdir` is given, `*/lib` should be used. This leads to doctest
 fails in `dev/sagedev.py` caused by mismatch between GIT_EXEC_PATH in `bin
 /sage-env` (which hardcodes `local/libexec`) and the actual `execdir` used
 in the git install (which is `local/lib` on SuSE and other systems if it's
 not preset with the configure command), introduced with #15901.

--

--
Ticket URL: <http://trac.sagemath.org/ticket/16350#comment:6>
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