-
-
Notifications
You must be signed in to change notification settings - Fork 43
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
error while loading shared libraries: libarchive.so.13: cannot open shared object file: No such file or directory #14
Comments
Was green before: https://circleci.com/gh/conda-forge/bob.extension-feedstock/33 It is red now: https://circleci.com/gh/conda-forge/bob.extension-feedstock/36 |
This stopped working between versions 3.5.0-3 and 3.5.0-4. Unfortunately, I can't know precisely to which tags builds 3 and 4 correspond, so these are my best guesses (green build, before switching to a higher number). There are lots of changes here, but I think the most interesting is probably this: 089283d...b522876#diff-44a73bcc045c193c3bd45da87994b03bL5 That is effectively setting I wonder if that has an effect on the final cmake setup. |
@conda-forge/core could you look into this please? We can provide more info if you want. |
Interesting. I've been using CMake for a lot of builds and haven't come across this. I wonder if this is a particular part of cmake being invoked? |
Same. Also |
I think the issue with In our recipe, simply calling See here, towards the end: https://circleci.com/gh/conda-forge/bob.extension-feedstock/41 |
Ok, so then I'm not sure why a build number bump would fix it then. ( #15 ) That fix would make sense if there was some versioning issue in the dependencies, but it sounds like that is not the case. In any event, we just started to deploy packages for CMake 3.6.2. ( #16 ) Hopefully that fixes some issues. If not, let us know. |
Updating to As you can see, we just run
|
When I re-rendered the Why? I have no idea: conda-forge/bob.extension-feedstock@b6a087f |
Was just about to say it seems like a red herring and re-rendering may fix it. My suspicion is there is a |
FYI this is probably a good reason as to why we can't just enable Here is another example of this failure. cc @conda-forge/core |
Saw a note about |
I am trying to host my app with heroku, I get this error :
I tried adding a buildpack, adding apt file with |
|
@HeyangQin if you are still seeing an error that looks like this one, it is very likely the error is new and totally different. Could you please raise a new issue using the bug template (and filling out all the requested information)? Thank you! 🙏 |
It is indeed a totally different issue, but we don't need a new ticket for it, because it's not related to CMake, but rather the following: conda/conda-libmamba-solver#283 |
full log: https://circleci.com/gh/conda-forge/bob.extension-feedstock/34?utm_campaign=vcs-integration-link&utm_medium=referral&utm_source=github-build-link
The text was updated successfully, but these errors were encountered: