Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

travis CI fails with errors related to quadprog dependency #1

Closed
m-jahn opened this issue Sep 1, 2020 · 2 comments
Closed

travis CI fails with errors related to quadprog dependency #1

m-jahn opened this issue Sep 1, 2020 · 2 comments
Assignees
Labels
bug Something isn't working help wanted Extra attention is needed

Comments

@m-jahn
Copy link
Owner

m-jahn commented Sep 1, 2020

Travis CI recently throws errors for commits that have worked previously. The chnage must therefore come from a dependency that was updated. The error message is:

Error in dyn.load(file, DLLpath = DLLpath, ...) : 
  unable to load shared object '/home/travis/R/Library/quadprog/libs/quadprog.so':
  libRblas.so: cannot open shared object file: No such file or directory
Calls: <Anonymous> ... namespaceImport -> loadNamespace -> library.dynam -> dyn.load
Execution halted
ERROR: lazy loading failed for package ‘latticetools’
* removing ‘/tmp/RtmpQixtCX/Rinst3790614754c8/latticetools’

The error seems to come from quadprog, a dependency of directlabels package. However, quadprog itself has no other dependencies and should not need local installation of lipblas and liblapack on linux systems. But complains that a compiled C++ file is missing.

@m-jahn m-jahn added bug Something isn't working help wanted Extra attention is needed labels Sep 1, 2020
@m-jahn m-jahn self-assigned this Sep 1, 2020
@m-jahn
Copy link
Owner Author

m-jahn commented Sep 1, 2020

Note: the error does not show up locally with R version 3.6.3 (2020-02-29) while Travis CI uses R version 4.0.0 (2020-04-24).

@m-jahn
Copy link
Owner Author

m-jahn commented Sep 2, 2020

The error disappeared after pushing a new (unrelated) commit and re-running Travis CI. Most likely a problem in one of the dependencies that was fixed already.

@m-jahn m-jahn closed this as completed Sep 2, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

1 participant