You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Error: package or namespace load failed for ‘jointprof’ in dyn.load(file, DLLpath = DLLpath, ...):
unable to load shared object '/Library/Frameworks/R.framework/Versions/4.0/Resources/library/00LOCK-jointprof/00new/jointprof/libs/jointprof.so':
dlopen(/Library/Frameworks/R.framework/Versions/4.0/Resources/library/00LOCK-jointprof/00new/jointprof/libs/jointprof.so, 6): Symbol not found: __Z24GetStackTraceWithContextPPviiPKv
Referenced from: /Library/Frameworks/R.framework/Versions/4.0/Resources/library/00LOCK-jointprof/00new/jointprof/libs/jointprof.so
Expected in: flat namespace
in /Library/Frameworks/R.framework/Versions/4.0/Resources/library/00LOCK-jointprof/00new/jointprof/libs/jointprof.so
Error: loading failed
Execution halted
ERROR: loading failed
removing ‘/Library/Frameworks/R.framework/Versions/4.0/Resources/library/jointprof’
Warning message:
In i.p(...) :
installation of package ‘/var/folders/mq/303j9hds3sd14mdf7d50tb7r0000gn/T//RtmpuSikjS/file2bd27243e666/jointprof_0.0.1.9001.tar.gz’ had non-zero exit status
The text was updated successfully, but these errors were encountered:
Hey, I'm having this same issue when trying to install jointprof. Has a workaround been created? Another notable part of the error is that I'm also getting a warning that says "dylib (/usr/local/lib/libprofiler.dylib) was built for newer macOS version (12.0) than being linked (10.13)". Oddly, I do have a newer mac osx version (12.5.1 Monterey), so not sure why I'm getting this warning. I've tried resetting the -mmacosx-version-min=10.13 to 12.0 with ./configure but it didn't change the flag when trying to install the package in R.
Error: package or namespace load failed for ‘jointprof’ in dyn.load(file, DLLpath = DLLpath, ...):
unable to load shared object '/Library/Frameworks/R.framework/Versions/4.0/Resources/library/00LOCK-jointprof/00new/jointprof/libs/jointprof.so':
dlopen(/Library/Frameworks/R.framework/Versions/4.0/Resources/library/00LOCK-jointprof/00new/jointprof/libs/jointprof.so, 6): Symbol not found: __Z24GetStackTraceWithContextPPviiPKv
Referenced from: /Library/Frameworks/R.framework/Versions/4.0/Resources/library/00LOCK-jointprof/00new/jointprof/libs/jointprof.so
Expected in: flat namespace
in /Library/Frameworks/R.framework/Versions/4.0/Resources/library/00LOCK-jointprof/00new/jointprof/libs/jointprof.so
Error: loading failed
Execution halted
ERROR: loading failed
Warning message:
In i.p(...) :
installation of package ‘/var/folders/mq/303j9hds3sd14mdf7d50tb7r0000gn/T//RtmpuSikjS/file2bd27243e666/jointprof_0.0.1.9001.tar.gz’ had non-zero exit status
The text was updated successfully, but these errors were encountered: