conda-forge / libarchive-feedstock

A conda-smithy repository for libarchive.
BSD 3-Clause "New" or "Revised" License
2 stars 26 forks source link

include libiconv on linux #36

Closed jjhelmus closed 5 years ago

jjhelmus commented 5 years ago

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

conda-forge-linter commented 5 years ago

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 commented 5 years ago

@conda-forge-admin, please rerender

epignatelli commented 5 years ago

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

What's the process to update the package and fix https://github.com/conda/conda/issues/8838 for ubuntu 16.04?

epignatelli commented 5 years ago

A solution for me has been: https://github.com/conda/conda/issues/8838#issuecomment-513200854