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

Installation on Apple M1 #247

Open
sneumann opened this issue Jun 18, 2021 · 3 comments
Open

Installation on Apple M1 #247

sneumann opened this issue Jun 18, 2021 · 3 comments
Assignees

Comments

@sneumann
Copy link
Owner

sneumann commented Jun 18, 2021

Hi @steffen Neumann -- I tried to install mzR (2.26.0) with BiocManager (for bioc 3.13, release) on >M1 mac but hit an error because boost/smart_ptr/detail/atomic_count_sync.hpp is not present in the >mzR source (master or RELEASE_3_13). I copied the file over from BH and was able to install from source. This is just FYI.

Thanks @vjcitn for reporting!

Yours,
Steffen

@sneumann
Copy link
Owner Author

sneumann commented Mar 14, 2022

Hi @vjcitn , does mzR >= 2.29.3 work now on M1 ? If yes, please report back so we can close this issue. Yours, Steffen

@vjcitn
Copy link
Contributor

vjcitn commented Mar 14, 2022

not sure

Loading required package: Rcpp
Error in dyn.load(dll_copy_file) : 
  unable to load shared object '/var/folders/n4/p9th81md60s8nv12yv40sv8m0000gp/T//RtmpaDXbss/pkgload167007e703e20/mzR.so':
  dlopen(/var/folders/n4/p9th81md60s8nv12yv40sv8m0000gp/T//RtmpaDXbss/pkgload167007e703e20/mzR.so, 0x0006): symbol not found in flat namespace '_mzR_pwiz_version'
Calls: <Anonymous> ... <Anonymous> -> load_dll -> library.dynam2 -> dyn.load

can't say my system is well-configured so maybe there are solutions to be found. hope to be able to provide more data in a few days.

@sneumann
Copy link
Owner Author

sneumann commented Mar 15, 2022

At least it is a different error :-) Seems to do with Rcpp now. Should be in RcppExports:

for F in $(find . -name "*.o") ; do echo $F ; nm $F | c++filt  | grep pwiz_version ; done
./RcppExports.o
0000000000000000 T mzR_pwiz_version

Although, your message has an extra _ in the symbol name.
Yours,
Steffen

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants