#13428: Race condition in R installation
------------------------+---------------------------------------------------
Reporter: jdemeyer | Owner: tbd
Type: defect | Status: new
Priority: critical | Milestone: sage-5.4
Component: packages | Keywords: R spkg
Work issues: | Report Upstream: N/A
Reviewers: | Authors: Jeroen Demeyer
Merged in: | Dependencies:
Stopgaps: |
------------------------+---------------------------------------------------
The following seems to occur only on OS X systems. When building R in
parallel, sometimes the following can happen:
{{{
[...]
mkdir /Users/jdemeyer/sage-5.3.rc0/local/lib/R/bin
mkdir /Users/jdemeyer/sage-5.3.rc0/local/lib/R/include
mkdir: /Users/jdemeyer/sage-5.3.rc0/local/lib/R/include: File exists
make[2]: *** [installdirs] Error 1
make[1]: *** [install] Error 1
make: *** [install] Error 1
Error installing R.
}}}
The problem is that `libintl.h` has been copied to the '''file'''
`/Users/jdemeyer/sage-5.3.rc0/local/lib/R/include`.
--
Ticket URL: <http://trac.sagemath.org/sage_trac/ticket/13428>
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 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.