Closed dougbarrows closed 5 years ago
Thanks for reporting this. It seems there is an osx bioconda issue (likely related to their massive backend upgrade). Hopefully we can fix this upstream in the next release. I. The meantime, can you see if this OSX binary works for you?
Thank you! After unzipping and putting in my path and trying to run “salmon –version” I get the following error:
dyld: lazy symbol binding failed: Symbol not found: _os_unfair_lock_lock
Referenced from: /Users/douglasbarrows/Tools/salmon_0.11.4-pre_OSX/bin/./salmon (which was built for Mac OS X 10.13)
Expected in: /usr/lib/libSystem.B.dylib
dyld: Symbol not found: _os_unfair_lock_lock
Referenced from: /Users/douglasbarrows/Tools/salmon_0.11.4-pre_OSX/bin/./salmon (which was built for Mac OS X 10.13)
Expected in: /usr/lib/libSystem.B.dylib
Trace/BPT trap: 5
Is that something you have seen before?
From: Rob Patro notifications@github.com Reply-To: COMBINE-lab/salmon reply@reply.github.com Date: Tuesday, October 23, 2018 at 8:25 PM To: COMBINE-lab/salmon salmon@noreply.github.com Cc: dougbarrows dbarrows@mail.rockefeller.edu, Author author@noreply.github.com Subject: Re: [COMBINE-lab/salmon] Segmentation fault 11 with bioconda build (#303)
Thanks for reporting this. It seems there is an osx bioconda issue (likely related to their massive backend upgrade). Hopefully we can fix this upstream in the next release. I. The meantime, can you see if thishttps://urldefense.proofpoint.com/v2/url?u=https-3A__github.com_COMBINE-2Dlab_salmon_files_2383948_salmon-5F0.11.4-2Dpre-5FOSX.tar.gz&d=DwMFaQ&c=JeTkUgVztGMmhKYjxsy2rfoWYibK1YmxXez1G3oNStg&r=AcsC5BcigO3PFsA0uPOPf6vTyS2zaocuu4GaWSrIemY&m=wLNfpc7aJ_B1oE6XAqYsYKk5m7_TsLrkikeQql9eerg&s=40WTo4E4Odm5ZPLtYzGnDNBOb05l6L5woT7ke2vQ1L4&e= OSX binary works for you?
— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHubhttps://urldefense.proofpoint.com/v2/url?u=https-3A__github.com_COMBINE-2Dlab_salmon_issues_303-23issuecomment-2D432468434&d=DwMFaQ&c=JeTkUgVztGMmhKYjxsy2rfoWYibK1YmxXez1G3oNStg&r=AcsC5BcigO3PFsA0uPOPf6vTyS2zaocuu4GaWSrIemY&m=wLNfpc7aJ_B1oE6XAqYsYKk5m7_TsLrkikeQql9eerg&s=2d8a8eiQ0LuIlgyxoiTnsiwesaQ16X9sju0l7tT1WAw&e=, or mute the threadhttps://urldefense.proofpoint.com/v2/url?u=https-3A__github.com_notifications_unsubscribe-2Dauth_AYXm7zC7E77igQqcLnRZ1ABIhoVmQ9nuks5un7NtgaJpZM4X25Zf&d=DwMFaQ&c=JeTkUgVztGMmhKYjxsy2rfoWYibK1YmxXez1G3oNStg&r=AcsC5BcigO3PFsA0uPOPf6vTyS2zaocuu4GaWSrIemY&m=wLNfpc7aJ_B1oE6XAqYsYKk5m7_TsLrkikeQql9eerg&s=fDJ8gfI64Ylwh4ObqOXFd-nHnxO4nOj0Hafu1HO8uNU&e=.
Hrmm, that's a missing / different system library. Do the instructions here help at all?
I still had the same error on that computer after following the instructions on the other thread. However, that computer is a bit older (OS 10.11.3), and when I used that OSX binary on my newer computer in lab (OS 10.13.4) it is working perfectly well so far. Thank you!
Hi @dougbarrows --- just wanted to inform you that v0.12.0 has been released and is now also available via bioconda for both linux and osx. The osx segfault issue has been resolved.
Is the bug primarily related to salmon (bulk mode) or alevin (single-cell mode)? salmon
Describe the bug A clear and concise description of what the bug is.
I had an older version of salmon that works (v0.8.2) that I believe was not compiled with Bioconda. I am now trying to get the latest version through Bioconda and with the same "salmon quant" command (See below) that works on the old version, I get a "segmentation fault 11" error and it never actually quantifies any reads. Do you know why this would happen?
To Reproduce Steps and data to reproduce the behavior:
Specifically, please provide at least the following information:
Screenshots If applicable, add screenshots or terminal output to help explain your problem.
Desktop (please complete the following information):
sw_vers
. If you are on linux the output ofuname -a
andlsb_release -a
]ProductName: Mac OS X ProductVersion: 10.11.3 BuildVersion: 15D21
Additional context Add any other context about the problem here.