-
Notifications
You must be signed in to change notification settings - Fork 194
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
glibtool: link: Waiting for libspinlock.a.lock to be removed #1586
Comments
What happens when you remove the file manually from another terminal? We are already using brew in the Travis CI tests, so maybe this will give you some hints for the homebrew formula: https://github.com/vgteam/vg/blob/master/.travis.yml#L35-L48 I'd love to help more but unfortunately I don't have access to OSX except through Travis. Thank you for working on a brew formula! Let's get this working. FWIW I'm going to cut a new release this week (1.7.0), but it should be easy to update once you've got it working. |
This error is reproducible on my machine at work, but if I don't see it at home or on CircleCI, I wouldn't worry about it. No worries at all! I'm keen to try the assembly overlap trimming function of |
I'm able to reproduce this issue at home as well.
The file does not exist.
|
Could |
Yes, that'd be a possibility. I guess the makefile would have to be
adjusted to understand this. I'm perplexed that we can build on travis with
this problem.
…On Sat, Mar 31, 2018 at 9:40 AM Shaun Jackman ***@***.***> wrote:
Could vg use the brewed version of gperftools rather than compile it from
scratch?
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
<#1586 (comment)>, or mute
the thread
<https://github.com/notifications/unsubscribe-auth/AAI4EQGp7YllTiDnYMEImCDBJGmyO5Jhks5tjzLmgaJpZM4TBMwj>
.
|
I believe TravisCI uses Ubuntu 14.04 LTS (Trusty Tahr) by default, whose default compiler is GCC 4.8.2. |
I mean that it builds on OSX on travis, so presumably the recipe in .travis.yml plus the system version would help clarify what's going on. Builds on Ubuntu have been pretty reliable thanks to apt. |
Ah, getting my threads crossed. Any thoughts on this build failure on Ubuntu 16.04 on CircleCI? |
Did the libtool deadlock(?) while building gperftool ever get resolved? Or did we work out if it happens in a vg-free gperftool build? |
Building |
just put the installation file in the same directory |
1 similar comment
just put the installation file in the same directory |
When compiling
vg
from source on macOS, I encountered this unusuallibtool
error message, which I haven't encountered before.Here's the complete build log:
https://gist.github.com/sjackman/a926314a4e1311a28f00be95f52b4d49#file-01-make-L2406
Here's the work-in-progress Homebrew formula:
brewsci/homebrew-bio#179
The text was updated successfully, but these errors were encountered: