#4317: relocation after make install is broken
------------------------+---------------------------------------------------
Reporter: zimmerma | Owner: cwitty
Type: defect | Status: new
Priority: major | Milestone: sage-3.2
Component: relocation | Keywords:
------------------------+---------------------------------------------------
To reproduce:
1) build sage from source, say in /tmp/sage-3.1.4
2) type make install DESTDIR=/usr/local/sage-3.1.4 (for example)
3) modify a file in /usr/local/sage-3.1.4, say integers.pyx (for example
change the default base for digits)
4) run /usr/local/sage-3.1.4/bin/sage -br
5) try the modified function: the change has not been taken into account!
The fix is to rename /tmp/sage-3.1.4 into (say) /tmp/sage-3.1.4-old. It
appears the relocation does
not work any more, or more precisely that sage first looks into the build
directory if it still
exists.
--
Ticket URL: <http://trac.sagemath.org/sage_trac/ticket/4317>
Sage <http://sagemath.org/>
Sage - Open Source Mathematical Software: Building the Car Instead of
Reinventing the Wheel
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"sage-trac" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at
http://groups.google.com/group/sage-trac?hl=en
-~----------~----~----~----~------~----~------~--~---