Actions
Incident #9839
closedThe R nloptr package fails to download a dependency and forks `configure` processes indefinitely
Status:
Closed
Priority:
Urgent
Assignee:
Category:
System Application
Target version:
Start date:
Sep 27, 2017
Due date:
% Done:
100%
Estimated time:
Infrastructure:
Development, Pre-Production, Production
Description
The nloptr package tries to download and install the nlopt library, but it fails because the R downloader does not follow the redirects.
Instead of failing the compilation, the procedure spawns thousands of configure
processes until all the machine resources are drained.
This involves all the rstudio and dataminer servers
Updated by Andrea Dell'Amico over 7 years ago
- Status changed from New to Closed
- % Done changed from 0 to 100
The solution is installing the libnlopt-dev
deb package, so the compile dependencies are satisfied without the need to locally build the library.
I added the package to the appropriate lists on subversion.
Actions