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

rely on run-exports, and properly disable iconv #59

Merged
merged 2 commits into from
Jan 15, 2021

Conversation

wolfv
Copy link
Member

@wolfv wolfv commented Jan 15, 2021

I keep running into issues with libiconv with mamba and I think libarchive accidentally links to host libiconv on linux ...

https://github.com/fastai/fastconda/runs/1706271326?check_suite_focus=true

Checklist

  • Used a personal fork of the feedstock to propose changes
  • Bumped the build number (if the version is unchanged)
  • Reset the build number to 0 (if the version changed)
  • Re-rendered with the latest conda-smithy (Use the phrase @conda-forge-admin, please rerender in a comment in this PR for automated rerendering)
  • Ensured the license file is being packaged.

@conda-forge-linter
Copy link

Hi! This is the friendly automated conda-forge-linting service.

I just wanted to let you know that I linted all conda-recipes in your PR (recipe) and found it was in an excellent condition.

@beckermr
Copy link
Member

Am I deeply confused? If we want to rely on run exports then we need the packages in host but not run. This pr does the opposite.

@wolfv
Copy link
Member Author

wolfv commented Jan 15, 2021

no, it only has a host section (looks confusing bc the way gitub renders the diff).

@ocefpaf ocefpaf merged commit 52efc05 into conda-forge:master Jan 15, 2021
Zaharid added a commit to NNPDF/nnpdf that referenced this pull request Mar 5, 2021
If I try to set up a clean environment on linux I get essentially this
error:

conda/conda#8838

when trying to import NNPDF, which as said on the issue gets solved if
one installs libiconv manually. Indeed checking libarchive with ldd
I see that it is asking for libiconv and not finding it.

It seems there is some amount of dancing around of dancing around in the
conda forge channel with it being added

conda-forge/libarchive-feedstock#36

and then removed

conda-forge/libarchive-feedstock#59

and seems that that somehow can result in an incompatible environment.

Pull to the latest version (and be stricter with
pinning in hopes that resolves the problem.
Zaharid added a commit to NNPDF/nnpdf that referenced this pull request Mar 10, 2021
* Fix version of libarchive

If I try to set up a clean environment on linux I get essentially this
error:

conda/conda#8838

when trying to import NNPDF, which as said on the issue gets solved if
one installs libiconv manually. Indeed checking libarchive with ldd
I see that it is asking for libiconv and not finding it.

It seems there is some amount of dancing around of dancing around in the
conda forge channel with it being added

conda-forge/libarchive-feedstock#36

and then removed

conda-forge/libarchive-feedstock#59

and seems that that somehow can result in an incompatible environment.

Pin the version to one that works.
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

Successfully merging this pull request may close these issues.

4 participants