#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:
------------------------------------+------------------------

Comment (by rws):

 Here on OpenSuSE, `configure` does:
 {{{
 ## ----------- ##
 ## Core tests. ##
 ## ----------- ##

 configure:2185: loading site script /usr/share/site/x86_64-unknown-linux-
 gnu
 | #!/bin/sh
 | # Site script for configure. It is resourced via $CONFIG_SITE
 environment var
 aible.
 | ...
 | # If user did not specify libexecdir, set the correct target:
 | # Nor FHS nor openSUSE allow prefix/libexec. Let's default to
 prefix/lib.
 |
 | if test "$libexecdir" = '${exec_prefix}/libexec' ; then
 |       libexecdir='${exec_prefix}/lib'
 | fi
 }}}
 It depends on what's in `/usr/share/site/x86_64-unknown-linux-gnu`, but
 it's only changeable by Sage via `configure --libexecdir`.

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