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

include libiconv on linux #36

Merged
merged 2 commits into from
Jul 8, 2019
Merged

Conversation

jjhelmus
Copy link
Contributor

@jjhelmus jjhelmus commented Jun 28, 2019

Include libiconv in the host requirements on linux.

Alternatively the libiconv implementation included with glibc could be
used but getting ./configure to ignore the stand alone version pulled in
by libxml2 seems difficult. It seem as if --without-libiconv-prefix could
be used but in tests that argument did not work.

closes #35

Checklist

  • Used a 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.

Include libiconv in the host requirements on linux.

Alternatively the libiconv implementation included with glibc could be
used but getting ./configure to ignore the stand alone version pulled in
by libxml2 seems difficult.  It seem as if --without-libiconv-prefix could
be used but in tests that argument did not work.

closes conda-forge#35
@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.

@jjhelmus
Copy link
Contributor Author

@conda-forge-admin, please rerender

@mingwandroid mingwandroid merged commit 5927f3c into conda-forge:master Jul 8, 2019
@epignatelli
Copy link

epignatelli commented Jul 19, 2019

Since the packages are broken already, no conda install or conda update call woks.

What's the process to update the package and fix conda/conda#8838 for ubuntu 16.04?

@epignatelli
Copy link

epignatelli commented Jul 19, 2019

A solution for me has been: conda/conda#8838 (comment)

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.

linux-64 package has undeclaired dependency on libiconv
5 participants