[R-pkg-devel] Package builds on all systems except on Fedora with clang
Pepijn de Vries
pep|jn@devr|e@ @end|ng |rom out|ook@com
Sun Jan 19 18:07:51 CET 2025
Dear fellow developers,
Recently I've submitted a package to CRAN which builds without problems on most systems:
https://cran.r-project.org/web/checks/check_results_openmpt.html
Except for Fedora with clang:
https://www.r-project.org/nosvn/R.check/r-devel-linux-x86_64-fedora-clang/openmpt-00install.html
There are some valgrind and ASAN issues, but most of them are solved at https://github.com/pepijn-devries/openmpt
At first I thought that the problem was caused by a missing system requirement (i.e., the libopenmpt library). However, Prof. Ripley reported that all system requirements are installed on the Fedora machine. He also mentioned that I "need to check in your configure script that the external library you need is available *and* usable with the compilers used to compile R and packages." As I'm new to including static libraries in an R package, I'm not sure how to fix this. Does anyone have a clue to get this fixed?
Kind regards,
Pepijn
More information about the R-package-devel
mailing list